@@ -11,7 +11,7 @@ discard block |
||
| 11 | 11 | |
| 12 | 12 | // We are submitting iframes etc so we turn this off to allow them to show on preview. |
| 13 | 13 | if(geodir_is_page('preview')){
|
| 14 | - header("X-XSS-Protection: 0");
|
|
| 14 | + header("X-XSS-Protection: 0");
|
|
| 15 | 15 | } |
| 16 | 16 | |
| 17 | 17 | |
@@ -38,12 +38,12 @@ discard block |
||
| 38 | 38 | |
| 39 | 39 | ###### SIDEBAR ON LEFT ###### |
| 40 | 40 | if (get_option('geodir_detail_sidebar_left_section')) {
|
| 41 | - /** |
|
| 42 | - * Adds the details page sidebar to the details template page. |
|
| 43 | - * |
|
| 44 | - * @since 1.1.0 |
|
| 45 | - */ |
|
| 46 | - do_action('geodir_detail_sidebar');
|
|
| 41 | + /** |
|
| 42 | + * Adds the details page sidebar to the details template page. |
|
| 43 | + * |
|
| 44 | + * @since 1.1.0 |
|
| 45 | + */ |
|
| 46 | + do_action('geodir_detail_sidebar');
|
|
| 47 | 47 | } |
| 48 | 48 | |
| 49 | 49 | ###### MAIN CONTENT WRAPPERS OPEN ###### |
@@ -72,29 +72,29 @@ discard block |
||
| 72 | 72 | // this call the main page content |
| 73 | 73 | global $preview; |
| 74 | 74 | if (have_posts() && !$preview) {
|
| 75 | - the_post(); |
|
| 76 | - global $post, $post_images; |
|
| 77 | - /** |
|
| 78 | - * Calls the details page main content on the details template page. |
|
| 79 | - * |
|
| 80 | - * @since 1.1.0 |
|
| 81 | - * @param object $post The current post object. |
|
| 82 | - */ |
|
| 83 | - do_action('geodir_details_main_content', $post);
|
|
| 75 | + the_post(); |
|
| 76 | + global $post, $post_images; |
|
| 77 | + /** |
|
| 78 | + * Calls the details page main content on the details template page. |
|
| 79 | + * |
|
| 80 | + * @since 1.1.0 |
|
| 81 | + * @param object $post The current post object. |
|
| 82 | + */ |
|
| 83 | + do_action('geodir_details_main_content', $post);
|
|
| 84 | 84 | } elseif ($preview) {
|
| 85 | - /** |
|
| 86 | - * Called on the details page if the page is being previewed. |
|
| 87 | - * |
|
| 88 | - * This sets the value of `$post` to the preview values before the main content is called. |
|
| 89 | - * |
|
| 90 | - * @since 1.1.0 |
|
| 91 | - */ |
|
| 92 | - do_action('geodir_action_geodir_set_preview_post'); // set the $post to the preview values
|
|
| 93 | - if (defined( 'GD_TESTING_MODE' )) {
|
|
| 94 | - global $post; |
|
| 95 | - } |
|
| 96 | - /** This action is documented in geodirectory-templates/listing-detail.php */ |
|
| 97 | - do_action('geodir_details_main_content', $post);
|
|
| 85 | + /** |
|
| 86 | + * Called on the details page if the page is being previewed. |
|
| 87 | + * |
|
| 88 | + * This sets the value of `$post` to the preview values before the main content is called. |
|
| 89 | + * |
|
| 90 | + * @since 1.1.0 |
|
| 91 | + */ |
|
| 92 | + do_action('geodir_action_geodir_set_preview_post'); // set the $post to the preview values
|
|
| 93 | + if (defined( 'GD_TESTING_MODE' )) {
|
|
| 94 | + global $post; |
|
| 95 | + } |
|
| 96 | + /** This action is documented in geodirectory-templates/listing-detail.php */ |
|
| 97 | + do_action('geodir_details_main_content', $post);
|
|
| 98 | 98 | } |
| 99 | 99 | |
| 100 | 100 | /** This action is documented in geodirectory-templates/geodir-home.php */ |
@@ -118,8 +118,8 @@ discard block |
||
| 118 | 118 | |
| 119 | 119 | ###### SIDEBAR ON RIGHT ###### |
| 120 | 120 | if (!get_option('geodir_detail_sidebar_left_section')) {
|
| 121 | - /** This action is documented in geodirectory-templates/listing-detail.php */ |
|
| 122 | - do_action('geodir_detail_sidebar');
|
|
| 121 | + /** This action is documented in geodirectory-templates/listing-detail.php */ |
|
| 122 | + do_action('geodir_detail_sidebar');
|
|
| 123 | 123 | } |
| 124 | 124 | |
| 125 | 125 | |
@@ -10,7 +10,7 @@ discard block |
||
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | 12 | // We are submitting iframes etc so we turn this off to allow them to show on preview. |
| 13 | -if(geodir_is_page('preview')){
|
|
| 13 | +if (geodir_is_page('preview')) {
|
|
| 14 | 14 | header("X-XSS-Protection: 0");
|
| 15 | 15 | } |
| 16 | 16 | |
@@ -63,7 +63,7 @@ discard block |
||
| 63 | 63 | * @param string $itemtype The itemtype value of the HTML element. |
| 64 | 64 | * @see 'geodir_article_close' |
| 65 | 65 | */ |
| 66 | -do_action('geodir_article_open', 'details-page', 'post-' . get_the_ID(), get_post_class(), '');
|
|
| 66 | +do_action('geodir_article_open', 'details-page', 'post-'.get_the_ID(), get_post_class(), '');
|
|
| 67 | 67 | |
| 68 | 68 | ###### MAIN CONTENT ###### |
| 69 | 69 | /** This action is documented in geodirectory-templates/geodir-home.php */ |
@@ -90,7 +90,7 @@ discard block |
||
| 90 | 90 | * @since 1.1.0 |
| 91 | 91 | */ |
| 92 | 92 | do_action('geodir_action_geodir_set_preview_post'); // set the $post to the preview values
|
| 93 | - if (defined( 'GD_TESTING_MODE' )) {
|
|
| 93 | + if (defined('GD_TESTING_MODE')) {
|
|
| 94 | 94 | global $post; |
| 95 | 95 | } |
| 96 | 96 | /** This action is documented in geodirectory-templates/listing-detail.php */ |
@@ -2301,7 +2301,7 @@ discard block |
||
| 2301 | 2301 | * @global string $table_prefix WordPress Database Table prefix. |
| 2302 | 2302 | * |
| 2303 | 2303 | * @param array $query_args The query array. |
| 2304 | - * @param int|bool $count_only If true returns listings count only, otherwise returns array |
|
| 2304 | + * @param boolean $count_only If true returns listings count only, otherwise returns array |
|
| 2305 | 2305 | * |
| 2306 | 2306 | * @return mixed Result object. |
| 2307 | 2307 | */ |
@@ -3958,7 +3958,7 @@ discard block |
||
| 3958 | 3958 | * @since 1.0.0 |
| 3959 | 3959 | * @since 1.6.1 Fixed add listing page load time. |
| 3960 | 3960 | * @package GeoDirectory |
| 3961 | - * @return bool |
|
| 3961 | + * @return null|boolean |
|
| 3962 | 3962 | */ |
| 3963 | 3963 | function geodir_term_review_count_force_update( $new_status, $old_status = '', $post = '' ) {
|
| 3964 | 3964 | if ( isset( $_REQUEST['action'] ) && $_REQUEST['action'] == 'geodir_import_export' ) {
|
@@ -763,7 +763,7 @@ discard block |
||
| 763 | 763 | $post_author = get_post_field( 'post_author', $post_id ); |
| 764 | 764 | if(is_super_admin( $post_author )){// if admin probably not the post author so change name
|
| 765 | 765 | $toEmailName = __('Business Owner','geodirectory');
|
| 766 | - }elseif(defined('GEODIRCLAIM_VERSION') && geodir_get_post_meta($post_id,'claimed')!='1'){// if claim manager installed but listing not claimed
|
|
| 766 | + } elseif(defined('GEODIRCLAIM_VERSION') && geodir_get_post_meta($post_id,'claimed')!='1'){// if claim manager installed but listing not claimed
|
|
| 767 | 767 | $toEmailName = __('Business Owner','geodirectory');
|
| 768 | 768 | } |
| 769 | 769 | |
@@ -1623,12 +1623,14 @@ discard block |
||
| 1623 | 1623 | */ |
| 1624 | 1624 | function geodir_allow_wpadmin() {
|
| 1625 | 1625 | global $wpdb; |
| 1626 | - if ( get_option( 'geodir_allow_wpadmin' ) == '0' && is_user_logged_in() && ( ! defined( 'DOING_AJAX' ) ) ) // checking action in request to allow ajax request go through |
|
| 1626 | + if ( get_option( 'geodir_allow_wpadmin' ) == '0' && is_user_logged_in() && ( ! defined( 'DOING_AJAX' ) ) ) { |
|
| 1627 | + // checking action in request to allow ajax request go through |
|
| 1627 | 1628 | {
|
| 1628 | 1629 | if ( current_user_can( 'administrator' ) ) {
|
| 1629 | 1630 | } else {
|
| 1630 | 1631 | |
| 1631 | - wp_redirect( home_url() ); |
|
| 1632 | + wp_redirect( home_url() ); |
|
| 1633 | + } |
|
| 1632 | 1634 | exit; |
| 1633 | 1635 | } |
| 1634 | 1636 | |
@@ -327,7 +327,7 @@ discard block |
||
| 327 | 327 | break; |
| 328 | 328 | case 'preview': |
| 329 | 329 | if ( ( is_page() && get_query_var( 'page_id' ) == geodir_preview_page_id() ) && isset( $_REQUEST['listing_type'] ) |
| 330 | - && in_array( $_REQUEST['listing_type'], geodir_get_posttypes() ) |
|
| 330 | + && in_array( $_REQUEST['listing_type'], geodir_get_posttypes() ) |
|
| 331 | 331 | ) {
|
| 332 | 332 | return true; |
| 333 | 333 | } |
@@ -528,9 +528,9 @@ discard block |
||
| 528 | 528 | |
| 529 | 529 | //check if homepage |
| 530 | 530 | if ( ! isset( $wp->query_vars['gd_is_geodir_page'] ) |
| 531 | - && ! isset( $wp->query_vars['page_id'] ) |
|
| 532 | - && ! isset( $wp->query_vars['pagename'] ) |
|
| 533 | - && is_page_geodir_home() |
|
| 531 | + && ! isset( $wp->query_vars['page_id'] ) |
|
| 532 | + && ! isset( $wp->query_vars['pagename'] ) |
|
| 533 | + && is_page_geodir_home() |
|
| 534 | 534 | ) {
|
| 535 | 535 | $wp->query_vars['gd_is_geodir_page'] = true; |
| 536 | 536 | } |
@@ -715,8 +715,8 @@ discard block |
||
| 715 | 715 | $deltaLatitude = deg2rad( (float) $point2['latitude'] - (float) $point1['latitude'] ); |
| 716 | 716 | $deltaLongitude = deg2rad( (float) $point2['longitude'] - (float) $point1['longitude'] ); |
| 717 | 717 | $a = sin( $deltaLatitude / 2 ) * sin( $deltaLatitude / 2 ) + |
| 718 | - cos( deg2rad( (float) $point1['latitude'] ) ) * cos( deg2rad( (float) $point2['latitude'] ) ) * |
|
| 719 | - sin( $deltaLongitude / 2 ) * sin( $deltaLongitude / 2 ); |
|
| 718 | + cos( deg2rad( (float) $point1['latitude'] ) ) * cos( deg2rad( (float) $point2['latitude'] ) ) * |
|
| 719 | + sin( $deltaLongitude / 2 ) * sin( $deltaLongitude / 2 ); |
|
| 720 | 720 | $c = 2 * atan2( sqrt( $a ), sqrt( 1 - $a ) ); |
| 721 | 721 | $distance = $earthMeanRadius * $c; |
| 722 | 722 | |
@@ -3866,10 +3866,10 @@ discard block |
||
| 3866 | 3866 | $gridview_columns_widget = ''; |
| 3867 | 3867 | } |
| 3868 | 3868 | /** |
| 3869 | - * Filter the widget listing listview template path. |
|
| 3870 | - * |
|
| 3871 | - * @since 1.0.0 |
|
| 3872 | - */ |
|
| 3869 | + * Filter the widget listing listview template path. |
|
| 3870 | + * |
|
| 3871 | + * @since 1.0.0 |
|
| 3872 | + */ |
|
| 3873 | 3873 | $template = apply_filters( "geodir_template_part-widget-listing-listview", geodir_locate_template( 'widget-listing-listview' ) ); |
| 3874 | 3874 | if ( ! isset( $character_count ) ) {
|
| 3875 | 3875 | /** |
@@ -5234,7 +5234,7 @@ discard block |
||
| 5234 | 5234 | * @param string $name The name of the string which helps to know what's being translated. |
| 5235 | 5235 | */ |
| 5236 | 5236 | function geodir_wpml_register_string( $string, $domain = 'geodirectory', $name = '' ) {
|
| 5237 | - do_action( 'wpml_register_single_string', $domain, $name, $string ); |
|
| 5237 | + do_action( 'wpml_register_single_string', $domain, $name, $string ); |
|
| 5238 | 5238 | } |
| 5239 | 5239 | |
| 5240 | 5240 | /** |
@@ -5250,7 +5250,7 @@ discard block |
||
| 5250 | 5250 | * @return string The translated string. |
| 5251 | 5251 | */ |
| 5252 | 5252 | function geodir_wpml_translate_string( $string, $domain = 'geodirectory', $name = '', $language_code = NULL ) {
|
| 5253 | - return apply_filters( 'wpml_translate_single_string', $string, $domain, $name, $language_code ); |
|
| 5253 | + return apply_filters( 'wpml_translate_single_string', $string, $domain, $name, $language_code ); |
|
| 5254 | 5254 | } |
| 5255 | 5255 | |
| 5256 | 5256 | /** |
@@ -5266,34 +5266,34 @@ discard block |
||
| 5266 | 5266 | * @param array $data Post data. |
| 5267 | 5267 | */ |
| 5268 | 5268 | function geodir_send_listing_edited_notification( $post_ID, $data ) {
|
| 5269 | - global $gd_notified_edited, $gd_set_listing_edited; |
|
| 5269 | + global $gd_notified_edited, $gd_set_listing_edited; |
|
| 5270 | 5270 | |
| 5271 | - if ( !empty( $gd_set_listing_edited[ $post_ID ] ) && empty( $gd_notified_edited[ $post_ID ] ) ) {
|
|
| 5272 | - if ( !empty( $gd_notified_edited ) ) {
|
|
| 5273 | - $gd_notified_edited = array(); |
|
| 5274 | - } |
|
| 5275 | - $gd_notified_edited[ $post_ID ] = true; |
|
| 5271 | + if ( !empty( $gd_set_listing_edited[ $post_ID ] ) && empty( $gd_notified_edited[ $post_ID ] ) ) {
|
|
| 5272 | + if ( !empty( $gd_notified_edited ) ) {
|
|
| 5273 | + $gd_notified_edited = array(); |
|
| 5274 | + } |
|
| 5275 | + $gd_notified_edited[ $post_ID ] = true; |
|
| 5276 | 5276 | |
| 5277 | - $from_email = get_option( 'site_email' ); |
|
| 5278 | - $from_name = get_site_emailName(); |
|
| 5279 | - $to_email = get_option( 'admin_email' ); |
|
| 5280 | - $to_name = get_option( 'name' ); |
|
| 5281 | - $message_type = 'listing_edited'; |
|
| 5282 | - |
|
| 5283 | - $notify_edited = true; |
|
| 5284 | - /** |
|
| 5285 | - * Send notification when listing edited by author? |
|
| 5286 | - * |
|
| 5287 | - * @since 1.6.0 |
|
| 5288 | - * |
|
| 5289 | - * @param bool $notify_edited Notify on listing edited by author? |
|
| 5290 | - * @param object $post The current post object. |
|
| 5291 | - */ |
|
| 5292 | - $notify_edited = apply_filters( 'geodir_notify_on_listing_edited', $notify_edited, $post_ID ); |
|
| 5293 | - |
|
| 5294 | - if ( $notify_edited ) {
|
|
| 5295 | - geodir_sendEmail( $from_email, $from_name, $to_email, $to_name, '', '', '', $message_type, $post_ID ); |
|
| 5296 | - } |
|
| 5297 | - } |
|
| 5277 | + $from_email = get_option( 'site_email' ); |
|
| 5278 | + $from_name = get_site_emailName(); |
|
| 5279 | + $to_email = get_option( 'admin_email' ); |
|
| 5280 | + $to_name = get_option( 'name' ); |
|
| 5281 | + $message_type = 'listing_edited'; |
|
| 5282 | + |
|
| 5283 | + $notify_edited = true; |
|
| 5284 | + /** |
|
| 5285 | + * Send notification when listing edited by author? |
|
| 5286 | + * |
|
| 5287 | + * @since 1.6.0 |
|
| 5288 | + * |
|
| 5289 | + * @param bool $notify_edited Notify on listing edited by author? |
|
| 5290 | + * @param object $post The current post object. |
|
| 5291 | + */ |
|
| 5292 | + $notify_edited = apply_filters( 'geodir_notify_on_listing_edited', $notify_edited, $post_ID ); |
|
| 5293 | + |
|
| 5294 | + if ( $notify_edited ) {
|
|
| 5295 | + geodir_sendEmail( $from_email, $from_name, $to_email, $to_name, '', '', '', $message_type, $post_ID ); |
|
| 5296 | + } |
|
| 5297 | + } |
|
| 5298 | 5298 | } |
| 5299 | 5299 | add_action( 'geodir_after_save_listing', 'geodir_send_listing_edited_notification', 1000, 2 ); |
| 5300 | 5300 | \ No newline at end of file |
@@ -10,7 +10,7 @@ discard block |
||
| 10 | 10 | /** |
| 11 | 11 | * Get All Plugin functions from WordPress |
| 12 | 12 | */ |
| 13 | -include_once( ABSPATH . 'wp-admin/includes/plugin.php' ); |
|
| 13 | +include_once(ABSPATH.'wp-admin/includes/plugin.php'); |
|
| 14 | 14 | |
| 15 | 15 | /*-----------------------------------------------------------------------------------*/ |
| 16 | 16 | /* Helper functions */ |
@@ -27,7 +27,7 @@ discard block |
||
| 27 | 27 | * @return string example url eg: http://wpgeo.directory/wp-content/plugins/geodirectory |
| 28 | 28 | */ |
| 29 | 29 | function geodir_plugin_url() {
|
| 30 | - return plugins_url( '', dirname( __FILE__ ) ); |
|
| 30 | + return plugins_url('', dirname(__FILE__));
|
|
| 31 | 31 | /* |
| 32 | 32 | if ( is_ssl() ) : |
| 33 | 33 | return str_replace( 'http://', 'https://', WP_PLUGIN_URL ) . "/" . plugin_basename( dirname( dirname( __FILE__ ) ) ); |
@@ -47,10 +47,10 @@ discard block |
||
| 47 | 47 | * @return string example url eg: /home/geo/public_html/wp-content/plugins/geodirectory |
| 48 | 48 | */ |
| 49 | 49 | function geodir_plugin_path() {
|
| 50 | - if ( defined( 'GD_TESTING_MODE' ) && GD_TESTING_MODE ) {
|
|
| 51 | - return dirname( dirname( __FILE__ ) ); |
|
| 50 | + if (defined('GD_TESTING_MODE') && GD_TESTING_MODE) {
|
|
| 51 | + return dirname(dirname(__FILE__)); |
|
| 52 | 52 | } else {
|
| 53 | - return WP_PLUGIN_DIR . "/" . plugin_basename( dirname( dirname( __FILE__ ) ) ); |
|
| 53 | + return WP_PLUGIN_DIR."/".plugin_basename(dirname(dirname(__FILE__))); |
|
| 54 | 54 | } |
| 55 | 55 | } |
| 56 | 56 | |
@@ -65,10 +65,10 @@ discard block |
||
| 65 | 65 | * @return bool true or false. |
| 66 | 66 | * @todo check if this is faster than normal WP check and remove if not. |
| 67 | 67 | */ |
| 68 | -function geodir_is_plugin_active( $plugin ) {
|
|
| 69 | - $active_plugins = get_option( 'active_plugins' ); |
|
| 70 | - foreach ( $active_plugins as $key => $active_plugin ) {
|
|
| 71 | - if ( strstr( $active_plugin, $plugin ) ) {
|
|
| 68 | +function geodir_is_plugin_active($plugin) {
|
|
| 69 | + $active_plugins = get_option('active_plugins');
|
|
| 70 | + foreach ($active_plugins as $key => $active_plugin) {
|
|
| 71 | + if (strstr($active_plugin, $plugin)) {
|
|
| 72 | 72 | return true; |
| 73 | 73 | } |
| 74 | 74 | } |
@@ -90,8 +90,8 @@ discard block |
||
| 90 | 90 | * |
| 91 | 91 | * @return bool|int|string the formatted date. |
| 92 | 92 | */ |
| 93 | -function geodir_get_formated_date( $date ) {
|
|
| 94 | - return mysql2date( get_option( 'date_format' ), $date ); |
|
| 93 | +function geodir_get_formated_date($date) {
|
|
| 94 | + return mysql2date(get_option('date_format'), $date);
|
|
| 95 | 95 | } |
| 96 | 96 | |
| 97 | 97 | /** |
@@ -107,8 +107,8 @@ discard block |
||
| 107 | 107 | * |
| 108 | 108 | * @return bool|int|string the formatted time. |
| 109 | 109 | */ |
| 110 | -function geodir_get_formated_time( $time ) {
|
|
| 111 | - return mysql2date( get_option( 'time_format' ), $time, $translate = true ); |
|
| 110 | +function geodir_get_formated_time($time) {
|
|
| 111 | + return mysql2date(get_option('time_format'), $time, $translate = true);
|
|
| 112 | 112 | } |
| 113 | 113 | |
| 114 | 114 | |
@@ -126,35 +126,35 @@ discard block |
||
| 126 | 126 | * |
| 127 | 127 | * @return string Formatted link. |
| 128 | 128 | */ |
| 129 | -function geodir_getlink( $url, $params = array(), $use_existing_arguments = false ) {
|
|
| 130 | - if ( $use_existing_arguments ) {
|
|
| 129 | +function geodir_getlink($url, $params = array(), $use_existing_arguments = false) {
|
|
| 130 | + if ($use_existing_arguments) {
|
|
| 131 | 131 | $params = $params + $_GET; |
| 132 | 132 | } |
| 133 | - if ( ! $params ) {
|
|
| 133 | + if (!$params) {
|
|
| 134 | 134 | return $url; |
| 135 | 135 | } |
| 136 | 136 | $link = $url; |
| 137 | - if ( strpos( $link, '?' ) === false ) {
|
|
| 137 | + if (strpos($link, '?') === false) {
|
|
| 138 | 138 | $link .= '?'; |
| 139 | 139 | } //If there is no '?' add one at the end |
| 140 | - elseif ( strpos( $link, '//maps.google.com/maps/api/js?language=' ) ) {
|
|
| 140 | + elseif (strpos($link, '//maps.google.com/maps/api/js?language=')) {
|
|
| 141 | 141 | $link .= '&'; |
| 142 | 142 | } //If there is no '&' at the END, add one. |
| 143 | - elseif ( ! preg_match( '/(\?|\&(amp;)?)$/', $link ) ) {
|
|
| 143 | + elseif (!preg_match('/(\?|\&(amp;)?)$/', $link)) {
|
|
| 144 | 144 | $link .= '&'; |
| 145 | 145 | } //If there is no '&' at the END, add one. |
| 146 | 146 | |
| 147 | 147 | $params_arr = array(); |
| 148 | - foreach ( $params as $key => $value ) {
|
|
| 149 | - if ( gettype( $value ) == 'array' ) { //Handle array data properly
|
|
| 150 | - foreach ( $value as $val ) {
|
|
| 151 | - $params_arr[] = $key . '[]=' . urlencode( $val ); |
|
| 148 | + foreach ($params as $key => $value) {
|
|
| 149 | + if (gettype($value) == 'array') { //Handle array data properly
|
|
| 150 | + foreach ($value as $val) {
|
|
| 151 | + $params_arr[] = $key.'[]='.urlencode($val); |
|
| 152 | 152 | } |
| 153 | 153 | } else {
|
| 154 | - $params_arr[] = $key . '=' . urlencode( $value ); |
|
| 154 | + $params_arr[] = $key.'='.urlencode($value); |
|
| 155 | 155 | } |
| 156 | 156 | } |
| 157 | - $link .= implode( '&', $params_arr ); |
|
| 157 | + $link .= implode('&', $params_arr);
|
|
| 158 | 158 | |
| 159 | 159 | return $link; |
| 160 | 160 | } |
@@ -171,18 +171,18 @@ discard block |
||
| 171 | 171 | * |
| 172 | 172 | * @return string Listing page url if valid. Otherwise home url will be returned. |
| 173 | 173 | */ |
| 174 | -function geodir_get_addlisting_link( $post_type = '' ) {
|
|
| 174 | +function geodir_get_addlisting_link($post_type = '') {
|
|
| 175 | 175 | global $wpdb; |
| 176 | 176 | |
| 177 | 177 | //$check_pkg = $wpdb->get_var("SELECT pid FROM ".GEODIR_PRICE_TABLE." WHERE post_type='".$post_type."' and status != '0'");
|
| 178 | 178 | $check_pkg = 1; |
| 179 | - if ( post_type_exists( $post_type ) && $check_pkg ) {
|
|
| 179 | + if (post_type_exists($post_type) && $check_pkg) {
|
|
| 180 | 180 | |
| 181 | - $add_listing_link = get_page_link( geodir_add_listing_page_id() ); |
|
| 181 | + $add_listing_link = get_page_link(geodir_add_listing_page_id()); |
|
| 182 | 182 | |
| 183 | - return esc_url( add_query_arg( array( 'listing_type' => $post_type ), $add_listing_link ) ); |
|
| 183 | + return esc_url(add_query_arg(array('listing_type' => $post_type), $add_listing_link));
|
|
| 184 | 184 | } else {
|
| 185 | - return get_bloginfo( 'url' ); |
|
| 185 | + return get_bloginfo('url');
|
|
| 186 | 186 | } |
| 187 | 187 | } |
| 188 | 188 | |
@@ -210,7 +210,7 @@ discard block |
||
| 210 | 210 | if (!empty($_SERVER['PHP_SELF']) && !empty($_SERVER['REQUEST_URI'])) {
|
| 211 | 211 | // To build the entire URI we need to prepend the protocol, and the http host |
| 212 | 212 | // to the URI string. |
| 213 | - $pageURL .= $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; |
|
| 213 | + $pageURL .= $_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; |
|
| 214 | 214 | } else {
|
| 215 | 215 | /* |
| 216 | 216 | * Since we do not have REQUEST_URI to work with, we will assume we are |
@@ -219,11 +219,11 @@ discard block |
||
| 219 | 219 | * |
| 220 | 220 | * IIS uses the SCRIPT_NAME variable instead of a REQUEST_URI variable... thanks, MS |
| 221 | 221 | */ |
| 222 | - $pageURL .= $_SERVER['HTTP_HOST'] . $_SERVER['SCRIPT_NAME']; |
|
| 222 | + $pageURL .= $_SERVER['HTTP_HOST'].$_SERVER['SCRIPT_NAME']; |
|
| 223 | 223 | |
| 224 | 224 | // If the query string exists append it to the URI string |
| 225 | 225 | if (isset($_SERVER['QUERY_STRING']) && !empty($_SERVER['QUERY_STRING'])) {
|
| 226 | - $pageURL .= '?' . $_SERVER['QUERY_STRING']; |
|
| 226 | + $pageURL .= '?'.$_SERVER['QUERY_STRING']; |
|
| 227 | 227 | } |
| 228 | 228 | } |
| 229 | 229 | |
@@ -234,7 +234,7 @@ discard block |
||
| 234 | 234 | * |
| 235 | 235 | * @param string $pageURL The URL of the current page. |
| 236 | 236 | */ |
| 237 | - return apply_filters( 'geodir_curPageURL', $pageURL ); |
|
| 237 | + return apply_filters('geodir_curPageURL', $pageURL);
|
|
| 238 | 238 | } |
| 239 | 239 | |
| 240 | 240 | /** |
@@ -249,12 +249,12 @@ discard block |
||
| 249 | 249 | * |
| 250 | 250 | * @return string Cleaned variable. |
| 251 | 251 | */ |
| 252 | -function geodir_clean( $string ) {
|
|
| 252 | +function geodir_clean($string) {
|
|
| 253 | 253 | |
| 254 | - $string = trim( strip_tags( stripslashes( $string ) ) ); |
|
| 255 | - $string = str_replace( " ", "-", $string ); // Replaces all spaces with hyphens. |
|
| 256 | - $string = preg_replace( '/[^A-Za-z0-9\-\_]/', '', $string ); // Removes special chars. |
|
| 257 | - $string = preg_replace( '/-+/', '-', $string ); // Replaces multiple hyphens with single one. |
|
| 254 | + $string = trim(strip_tags(stripslashes($string))); |
|
| 255 | + $string = str_replace(" ", "-", $string); // Replaces all spaces with hyphens.
|
|
| 256 | + $string = preg_replace('/[^A-Za-z0-9\-\_]/', '', $string); // Removes special chars.
|
|
| 257 | + $string = preg_replace('/-+/', '-', $string); // Replaces multiple hyphens with single one.
|
|
| 258 | 258 | |
| 259 | 259 | return $string; |
| 260 | 260 | } |
@@ -268,13 +268,13 @@ discard block |
||
| 268 | 268 | */ |
| 269 | 269 | function geodir_get_weekday() {
|
| 270 | 270 | return array( |
| 271 | - __( 'Sunday', 'geodirectory' ), |
|
| 272 | - __( 'Monday', 'geodirectory' ), |
|
| 273 | - __( 'Tuesday', 'geodirectory' ), |
|
| 274 | - __( 'Wednesday', 'geodirectory' ), |
|
| 275 | - __( 'Thursday', 'geodirectory' ), |
|
| 276 | - __( 'Friday', 'geodirectory' ), |
|
| 277 | - __( 'Saturday', 'geodirectory' ) |
|
| 271 | + __('Sunday', 'geodirectory'),
|
|
| 272 | + __('Monday', 'geodirectory'),
|
|
| 273 | + __('Tuesday', 'geodirectory'),
|
|
| 274 | + __('Wednesday', 'geodirectory'),
|
|
| 275 | + __('Thursday', 'geodirectory'),
|
|
| 276 | + __('Friday', 'geodirectory'),
|
|
| 277 | + __('Saturday', 'geodirectory')
|
|
| 278 | 278 | ); |
| 279 | 279 | } |
| 280 | 280 | |
@@ -287,11 +287,11 @@ discard block |
||
| 287 | 287 | */ |
| 288 | 288 | function geodir_get_weeks() {
|
| 289 | 289 | return array( |
| 290 | - __( 'First', 'geodirectory' ), |
|
| 291 | - __( 'Second', 'geodirectory' ), |
|
| 292 | - __( 'Third', 'geodirectory' ), |
|
| 293 | - __( 'Fourth', 'geodirectory' ), |
|
| 294 | - __( 'Last', 'geodirectory' ) |
|
| 290 | + __('First', 'geodirectory'),
|
|
| 291 | + __('Second', 'geodirectory'),
|
|
| 292 | + __('Third', 'geodirectory'),
|
|
| 293 | + __('Fourth', 'geodirectory'),
|
|
| 294 | + __('Last', 'geodirectory')
|
|
| 295 | 295 | ); |
| 296 | 296 | } |
| 297 | 297 | |
@@ -310,112 +310,112 @@ discard block |
||
| 310 | 310 | * |
| 311 | 311 | * @return bool If valid returns true. Otherwise false. |
| 312 | 312 | */ |
| 313 | -function geodir_is_page( $gdpage = '' ) {
|
|
| 313 | +function geodir_is_page($gdpage = '') {
|
|
| 314 | 314 | |
| 315 | 315 | global $wp_query, $post, $wp; |
| 316 | 316 | //if(!is_admin()): |
| 317 | 317 | |
| 318 | - switch ( $gdpage ): |
|
| 318 | + switch ($gdpage): |
|
| 319 | 319 | case 'add-listing': |
| 320 | 320 | |
| 321 | - if ( is_page() && get_query_var( 'page_id' ) == geodir_add_listing_page_id() ) {
|
|
| 321 | + if (is_page() && get_query_var('page_id') == geodir_add_listing_page_id()) {
|
|
| 322 | 322 | return true; |
| 323 | - } elseif ( is_page() && isset( $post->post_content ) && has_shortcode( $post->post_content, 'gd_add_listing' ) ) {
|
|
| 323 | + } elseif (is_page() && isset($post->post_content) && has_shortcode($post->post_content, 'gd_add_listing')) {
|
|
| 324 | 324 | return true; |
| 325 | 325 | } |
| 326 | 326 | |
| 327 | 327 | break; |
| 328 | 328 | case 'preview': |
| 329 | - if ( ( is_page() && get_query_var( 'page_id' ) == geodir_preview_page_id() ) && isset( $_REQUEST['listing_type'] ) |
|
| 330 | - && in_array( $_REQUEST['listing_type'], geodir_get_posttypes() ) |
|
| 329 | + if ((is_page() && get_query_var('page_id') == geodir_preview_page_id()) && isset($_REQUEST['listing_type'])
|
|
| 330 | + && in_array($_REQUEST['listing_type'], geodir_get_posttypes()) |
|
| 331 | 331 | ) {
|
| 332 | 332 | return true; |
| 333 | 333 | } |
| 334 | 334 | break; |
| 335 | 335 | case 'listing-success': |
| 336 | - if ( is_page() && get_query_var( 'page_id' ) == geodir_success_page_id() ) {
|
|
| 336 | + if (is_page() && get_query_var('page_id') == geodir_success_page_id()) {
|
|
| 337 | 337 | return true; |
| 338 | 338 | } |
| 339 | 339 | break; |
| 340 | 340 | case 'detail': |
| 341 | - $post_type = get_query_var( 'post_type' ); |
|
| 342 | - if ( is_array( $post_type ) ) {
|
|
| 343 | - $post_type = reset( $post_type ); |
|
| 341 | + $post_type = get_query_var('post_type');
|
|
| 342 | + if (is_array($post_type)) {
|
|
| 343 | + $post_type = reset($post_type); |
|
| 344 | 344 | } |
| 345 | - if ( is_single() && in_array( $post_type, geodir_get_posttypes() ) ) {
|
|
| 345 | + if (is_single() && in_array($post_type, geodir_get_posttypes())) {
|
|
| 346 | 346 | return true; |
| 347 | 347 | } |
| 348 | 348 | break; |
| 349 | 349 | case 'pt': |
| 350 | - $post_type = get_query_var( 'post_type' ); |
|
| 351 | - if ( is_array( $post_type ) ) {
|
|
| 352 | - $post_type = reset( $post_type ); |
|
| 350 | + $post_type = get_query_var('post_type');
|
|
| 351 | + if (is_array($post_type)) {
|
|
| 352 | + $post_type = reset($post_type); |
|
| 353 | 353 | } |
| 354 | - if ( is_post_type_archive() && in_array( $post_type, geodir_get_posttypes() ) && ! is_tax() ) {
|
|
| 354 | + if (is_post_type_archive() && in_array($post_type, geodir_get_posttypes()) && !is_tax()) {
|
|
| 355 | 355 | return true; |
| 356 | 356 | } |
| 357 | 357 | |
| 358 | 358 | break; |
| 359 | 359 | case 'listing': |
| 360 | - if ( is_tax() && geodir_get_taxonomy_posttype() ) {
|
|
| 360 | + if (is_tax() && geodir_get_taxonomy_posttype()) {
|
|
| 361 | 361 | global $current_term, $taxonomy, $term; |
| 362 | 362 | |
| 363 | 363 | return true; |
| 364 | 364 | } |
| 365 | - $post_type = get_query_var( 'post_type' ); |
|
| 366 | - if ( is_array( $post_type ) ) {
|
|
| 367 | - $post_type = reset( $post_type ); |
|
| 365 | + $post_type = get_query_var('post_type');
|
|
| 366 | + if (is_array($post_type)) {
|
|
| 367 | + $post_type = reset($post_type); |
|
| 368 | 368 | } |
| 369 | - if ( is_post_type_archive() && in_array( $post_type, geodir_get_posttypes() ) ) {
|
|
| 369 | + if (is_post_type_archive() && in_array($post_type, geodir_get_posttypes())) {
|
|
| 370 | 370 | return true; |
| 371 | 371 | } |
| 372 | 372 | |
| 373 | 373 | break; |
| 374 | 374 | case 'home': |
| 375 | 375 | |
| 376 | - if ( ( is_page() && get_query_var( 'page_id' ) == geodir_home_page_id() ) || is_page_geodir_home() ) {
|
|
| 376 | + if ((is_page() && get_query_var('page_id') == geodir_home_page_id()) || is_page_geodir_home()) {
|
|
| 377 | 377 | return true; |
| 378 | 378 | } |
| 379 | 379 | |
| 380 | 380 | break; |
| 381 | 381 | case 'location': |
| 382 | - if ( is_page() && get_query_var( 'page_id' ) == geodir_location_page_id() ) {
|
|
| 382 | + if (is_page() && get_query_var('page_id') == geodir_location_page_id()) {
|
|
| 383 | 383 | return true; |
| 384 | 384 | } |
| 385 | 385 | break; |
| 386 | 386 | case 'author': |
| 387 | - if ( is_author() && isset( $_REQUEST['geodir_dashbord'] ) ) {
|
|
| 387 | + if (is_author() && isset($_REQUEST['geodir_dashbord'])) {
|
|
| 388 | 388 | return true; |
| 389 | 389 | } |
| 390 | 390 | |
| 391 | - if ( function_exists( 'bp_loggedin_user_id' ) && function_exists( 'bp_displayed_user_id' ) && $my_id = (int) bp_loggedin_user_id() ) {
|
|
| 392 | - if ( ( (bool) bp_is_current_component( 'listings' ) || (bool) bp_is_current_component( 'favorites' ) ) && $my_id > 0 && $my_id == (int) bp_displayed_user_id() ) {
|
|
| 391 | + if (function_exists('bp_loggedin_user_id') && function_exists('bp_displayed_user_id') && $my_id = (int) bp_loggedin_user_id()) {
|
|
| 392 | + if (((bool) bp_is_current_component('listings') || (bool) bp_is_current_component('favorites')) && $my_id > 0 && $my_id == (int) bp_displayed_user_id()) {
|
|
| 393 | 393 | return true; |
| 394 | 394 | } |
| 395 | 395 | } |
| 396 | 396 | break; |
| 397 | 397 | case 'search': |
| 398 | - if ( is_search() && isset( $_REQUEST['geodir_search'] ) ) {
|
|
| 398 | + if (is_search() && isset($_REQUEST['geodir_search'])) {
|
|
| 399 | 399 | return true; |
| 400 | 400 | } |
| 401 | 401 | break; |
| 402 | 402 | case 'info': |
| 403 | - if ( is_page() && get_query_var( 'page_id' ) == geodir_info_page_id() ) {
|
|
| 403 | + if (is_page() && get_query_var('page_id') == geodir_info_page_id()) {
|
|
| 404 | 404 | return true; |
| 405 | 405 | } |
| 406 | 406 | break; |
| 407 | 407 | case 'login': |
| 408 | - if ( is_page() && get_query_var( 'page_id' ) == geodir_login_page_id() ) {
|
|
| 408 | + if (is_page() && get_query_var('page_id') == geodir_login_page_id()) {
|
|
| 409 | 409 | return true; |
| 410 | 410 | } |
| 411 | 411 | break; |
| 412 | 412 | case 'checkout': |
| 413 | - if ( is_page() && function_exists( 'geodir_payment_checkout_page_id' ) && get_query_var( 'page_id' ) == geodir_payment_checkout_page_id() ) {
|
|
| 413 | + if (is_page() && function_exists('geodir_payment_checkout_page_id') && get_query_var('page_id') == geodir_payment_checkout_page_id()) {
|
|
| 414 | 414 | return true; |
| 415 | 415 | } |
| 416 | 416 | break; |
| 417 | 417 | case 'invoices': |
| 418 | - if ( is_page() && function_exists( 'geodir_payment_invoices_page_id' ) && get_query_var( 'page_id' ) == geodir_payment_invoices_page_id() ) {
|
|
| 418 | + if (is_page() && function_exists('geodir_payment_invoices_page_id') && get_query_var('page_id') == geodir_payment_invoices_page_id()) {
|
|
| 419 | 419 | return true; |
| 420 | 420 | } |
| 421 | 421 | break; |
@@ -440,25 +440,25 @@ discard block |
||
| 440 | 440 | * |
| 441 | 441 | * @param object $wp WordPress object. |
| 442 | 442 | */ |
| 443 | -function geodir_set_is_geodir_page( $wp ) {
|
|
| 444 | - if ( ! is_admin() ) {
|
|
| 443 | +function geodir_set_is_geodir_page($wp) {
|
|
| 444 | + if (!is_admin()) {
|
|
| 445 | 445 | //$wp->query_vars['gd_is_geodir_page'] = false; |
| 446 | 446 | //print_r() |
| 447 | - if ( empty( $wp->query_vars ) || ! array_diff( array_keys( $wp->query_vars ), array( |
|
| 447 | + if (empty($wp->query_vars) || !array_diff(array_keys($wp->query_vars), array( |
|
| 448 | 448 | 'preview', |
| 449 | 449 | 'page', |
| 450 | 450 | 'paged', |
| 451 | 451 | 'cpage' |
| 452 | - ) ) |
|
| 452 | + )) |
|
| 453 | 453 | ) {
|
| 454 | - if ( geodir_is_page( 'home' ) ) {
|
|
| 454 | + if (geodir_is_page('home')) {
|
|
| 455 | 455 | $wp->query_vars['gd_is_geodir_page'] = true; |
| 456 | 456 | } |
| 457 | 457 | |
| 458 | 458 | |
| 459 | 459 | } |
| 460 | 460 | |
| 461 | - if ( ! isset( $wp->query_vars['gd_is_geodir_page'] ) && isset( $wp->query_vars['page_id'] ) ) {
|
|
| 461 | + if (!isset($wp->query_vars['gd_is_geodir_page']) && isset($wp->query_vars['page_id'])) {
|
|
| 462 | 462 | if ( |
| 463 | 463 | $wp->query_vars['page_id'] == geodir_add_listing_page_id() |
| 464 | 464 | || $wp->query_vars['page_id'] == geodir_preview_page_id() |
@@ -467,26 +467,26 @@ discard block |
||
| 467 | 467 | || $wp->query_vars['page_id'] == geodir_home_page_id() |
| 468 | 468 | || $wp->query_vars['page_id'] == geodir_info_page_id() |
| 469 | 469 | || $wp->query_vars['page_id'] == geodir_login_page_id() |
| 470 | - || ( function_exists( 'geodir_payment_checkout_page_id' ) && $wp->query_vars['page_id'] == geodir_payment_checkout_page_id() ) |
|
| 471 | - || ( function_exists( 'geodir_payment_invoices_page_id' ) && $wp->query_vars['page_id'] == geodir_payment_invoices_page_id() ) |
|
| 470 | + || (function_exists('geodir_payment_checkout_page_id') && $wp->query_vars['page_id'] == geodir_payment_checkout_page_id())
|
|
| 471 | + || (function_exists('geodir_payment_invoices_page_id') && $wp->query_vars['page_id'] == geodir_payment_invoices_page_id())
|
|
| 472 | 472 | ) {
|
| 473 | 473 | $wp->query_vars['gd_is_geodir_page'] = true; |
| 474 | 474 | } |
| 475 | 475 | } |
| 476 | 476 | |
| 477 | - if ( ! isset( $wp->query_vars['gd_is_geodir_page'] ) && isset( $wp->query_vars['pagename'] ) ) {
|
|
| 478 | - $page = get_page_by_path( $wp->query_vars['pagename'] ); |
|
| 477 | + if (!isset($wp->query_vars['gd_is_geodir_page']) && isset($wp->query_vars['pagename'])) {
|
|
| 478 | + $page = get_page_by_path($wp->query_vars['pagename']); |
|
| 479 | 479 | |
| 480 | - if ( ! empty( $page ) && ( |
|
| 480 | + if (!empty($page) && ( |
|
| 481 | 481 | $page->ID == geodir_add_listing_page_id() |
| 482 | 482 | || $page->ID == geodir_preview_page_id() |
| 483 | 483 | || $page->ID == geodir_success_page_id() |
| 484 | 484 | || $page->ID == geodir_location_page_id() |
| 485 | - || ( isset( $wp->query_vars['page_id'] ) && $wp->query_vars['page_id'] == geodir_home_page_id() ) |
|
| 486 | - || ( isset( $wp->query_vars['page_id'] ) && $wp->query_vars['page_id'] == geodir_info_page_id() ) |
|
| 487 | - || ( isset( $wp->query_vars['page_id'] ) && $wp->query_vars['page_id'] == geodir_login_page_id() ) |
|
| 488 | - || ( isset( $wp->query_vars['page_id'] ) && function_exists( 'geodir_payment_checkout_page_id' ) && $wp->query_vars['page_id'] == geodir_payment_checkout_page_id() ) |
|
| 489 | - || ( isset( $wp->query_vars['page_id'] ) && function_exists( 'geodir_payment_invoices_page_id' ) && $wp->query_vars['page_id'] == geodir_payment_invoices_page_id() ) |
|
| 485 | + || (isset($wp->query_vars['page_id']) && $wp->query_vars['page_id'] == geodir_home_page_id()) |
|
| 486 | + || (isset($wp->query_vars['page_id']) && $wp->query_vars['page_id'] == geodir_info_page_id()) |
|
| 487 | + || (isset($wp->query_vars['page_id']) && $wp->query_vars['page_id'] == geodir_login_page_id()) |
|
| 488 | + || (isset($wp->query_vars['page_id']) && function_exists('geodir_payment_checkout_page_id') && $wp->query_vars['page_id'] == geodir_payment_checkout_page_id())
|
|
| 489 | + || (isset($wp->query_vars['page_id']) && function_exists('geodir_payment_invoices_page_id') && $wp->query_vars['page_id'] == geodir_payment_invoices_page_id())
|
|
| 490 | 490 | ) |
| 491 | 491 | ) {
|
| 492 | 492 | $wp->query_vars['gd_is_geodir_page'] = true; |
@@ -494,20 +494,20 @@ discard block |
||
| 494 | 494 | } |
| 495 | 495 | |
| 496 | 496 | |
| 497 | - if ( ! isset( $wp->query_vars['gd_is_geodir_page'] ) && isset( $wp->query_vars['post_type'] ) && $wp->query_vars['post_type'] != '' ) {
|
|
| 497 | + if (!isset($wp->query_vars['gd_is_geodir_page']) && isset($wp->query_vars['post_type']) && $wp->query_vars['post_type'] != '') {
|
|
| 498 | 498 | $requested_post_type = $wp->query_vars['post_type']; |
| 499 | 499 | // check if this post type is geodirectory post types |
| 500 | 500 | $post_type_array = geodir_get_posttypes(); |
| 501 | - if ( in_array( $requested_post_type, $post_type_array ) ) {
|
|
| 501 | + if (in_array($requested_post_type, $post_type_array)) {
|
|
| 502 | 502 | $wp->query_vars['gd_is_geodir_page'] = true; |
| 503 | 503 | } |
| 504 | 504 | } |
| 505 | 505 | |
| 506 | - if ( ! isset( $wp->query_vars['gd_is_geodir_page'] ) ) {
|
|
| 507 | - $geodir_taxonomis = geodir_get_taxonomies( '', true ); |
|
| 508 | - if ( ! empty( $geodir_taxonomis ) ) {
|
|
| 509 | - foreach ( $geodir_taxonomis as $taxonomy ) {
|
|
| 510 | - if ( array_key_exists( $taxonomy, $wp->query_vars ) ) {
|
|
| 506 | + if (!isset($wp->query_vars['gd_is_geodir_page'])) {
|
|
| 507 | + $geodir_taxonomis = geodir_get_taxonomies('', true);
|
|
| 508 | + if (!empty($geodir_taxonomis)) {
|
|
| 509 | + foreach ($geodir_taxonomis as $taxonomy) {
|
|
| 510 | + if (array_key_exists($taxonomy, $wp->query_vars)) {
|
|
| 511 | 511 | $wp->query_vars['gd_is_geodir_page'] = true; |
| 512 | 512 | break; |
| 513 | 513 | } |
@@ -516,20 +516,20 @@ discard block |
||
| 516 | 516 | |
| 517 | 517 | } |
| 518 | 518 | |
| 519 | - if ( ! isset( $wp->query_vars['gd_is_geodir_page'] ) && isset( $wp->query_vars['author_name'] ) && isset( $_REQUEST['geodir_dashbord'] ) ) {
|
|
| 519 | + if (!isset($wp->query_vars['gd_is_geodir_page']) && isset($wp->query_vars['author_name']) && isset($_REQUEST['geodir_dashbord'])) {
|
|
| 520 | 520 | $wp->query_vars['gd_is_geodir_page'] = true; |
| 521 | 521 | } |
| 522 | 522 | |
| 523 | 523 | |
| 524 | - if ( ! isset( $wp->query_vars['gd_is_geodir_page'] ) && isset( $_REQUEST['geodir_search'] ) ) {
|
|
| 524 | + if (!isset($wp->query_vars['gd_is_geodir_page']) && isset($_REQUEST['geodir_search'])) {
|
|
| 525 | 525 | $wp->query_vars['gd_is_geodir_page'] = true; |
| 526 | 526 | } |
| 527 | 527 | |
| 528 | 528 | |
| 529 | 529 | //check if homepage |
| 530 | - if ( ! isset( $wp->query_vars['gd_is_geodir_page'] ) |
|
| 531 | - && ! isset( $wp->query_vars['page_id'] ) |
|
| 532 | - && ! isset( $wp->query_vars['pagename'] ) |
|
| 530 | + if (!isset($wp->query_vars['gd_is_geodir_page']) |
|
| 531 | + && !isset($wp->query_vars['page_id']) |
|
| 532 | + && !isset($wp->query_vars['pagename']) |
|
| 533 | 533 | && is_page_geodir_home() |
| 534 | 534 | ) {
|
| 535 | 535 | $wp->query_vars['gd_is_geodir_page'] = true; |
@@ -553,14 +553,14 @@ discard block |
||
| 553 | 553 | */ |
| 554 | 554 | function geodir_is_geodir_page() {
|
| 555 | 555 | global $wp; |
| 556 | - if ( isset( $wp->query_vars['gd_is_geodir_page'] ) && $wp->query_vars['gd_is_geodir_page'] ) {
|
|
| 556 | + if (isset($wp->query_vars['gd_is_geodir_page']) && $wp->query_vars['gd_is_geodir_page']) {
|
|
| 557 | 557 | return true; |
| 558 | 558 | } else {
|
| 559 | 559 | return false; |
| 560 | 560 | } |
| 561 | 561 | } |
| 562 | 562 | |
| 563 | -if ( ! function_exists( 'geodir_get_imagesize' ) ) {
|
|
| 563 | +if (!function_exists('geodir_get_imagesize')) {
|
|
| 564 | 564 | /** |
| 565 | 565 | * Get image size using the size key . |
| 566 | 566 | * |
@@ -571,13 +571,13 @@ discard block |
||
| 571 | 571 | * |
| 572 | 572 | * @return array|mixed|void|WP_Error If valid returns image size. Else returns error. |
| 573 | 573 | */ |
| 574 | - function geodir_get_imagesize( $size = '' ) {
|
|
| 574 | + function geodir_get_imagesize($size = '') {
|
|
| 575 | 575 | |
| 576 | 576 | $imagesizes = array( |
| 577 | - 'list-thumb' => array( 'w' => 283, 'h' => 188 ), |
|
| 578 | - 'thumbnail' => array( 'w' => 125, 'h' => 125 ), |
|
| 579 | - 'widget-thumb' => array( 'w' => 50, 'h' => 50 ), |
|
| 580 | - 'slider-thumb' => array( 'w' => 100, 'h' => 100 ) |
|
| 577 | + 'list-thumb' => array('w' => 283, 'h' => 188),
|
|
| 578 | + 'thumbnail' => array('w' => 125, 'h' => 125),
|
|
| 579 | + 'widget-thumb' => array('w' => 50, 'h' => 50),
|
|
| 580 | + 'slider-thumb' => array('w' => 100, 'h' => 100)
|
|
| 581 | 581 | ); |
| 582 | 582 | |
| 583 | 583 | /** |
@@ -587,9 +587,9 @@ discard block |
||
| 587 | 587 | * |
| 588 | 588 | * @param array $imagesizes Image size array. |
| 589 | 589 | */ |
| 590 | - $imagesizes = apply_filters( 'geodir_imagesizes', $imagesizes ); |
|
| 590 | + $imagesizes = apply_filters('geodir_imagesizes', $imagesizes);
|
|
| 591 | 591 | |
| 592 | - if ( ! empty( $size ) && array_key_exists( $size, $imagesizes ) ) {
|
|
| 592 | + if (!empty($size) && array_key_exists($size, $imagesizes)) {
|
|
| 593 | 593 | /** |
| 594 | 594 | * Filters image size of the passed key. |
| 595 | 595 | * |
@@ -597,11 +597,11 @@ discard block |
||
| 597 | 597 | * |
| 598 | 598 | * @param array $imagesizes [$size] Image size array of the passed key. |
| 599 | 599 | */ |
| 600 | - return apply_filters( 'geodir_get_imagesize_' . $size, $imagesizes[ $size ] ); |
|
| 600 | + return apply_filters('geodir_get_imagesize_'.$size, $imagesizes[$size]);
|
|
| 601 | 601 | |
| 602 | - } elseif ( ! empty( $size ) ) {
|
|
| 602 | + } elseif (!empty($size)) {
|
|
| 603 | 603 | |
| 604 | - return new WP_Error( 'geodir_no_imagesize', __( "Given image size is not valid", 'geodirectory' ) ); |
|
| 604 | + return new WP_Error('geodir_no_imagesize', __("Given image size is not valid", 'geodirectory'));
|
|
| 605 | 605 | |
| 606 | 606 | } |
| 607 | 607 | |
@@ -625,7 +625,7 @@ discard block |
||
| 625 | 625 | */ |
| 626 | 626 | |
| 627 | 627 | |
| 628 | -if ( ! function_exists( 'createRandomString' ) ) {
|
|
| 628 | +if (!function_exists('createRandomString')) {
|
|
| 629 | 629 | /** |
| 630 | 630 | * Creates random string. |
| 631 | 631 | * |
@@ -635,21 +635,21 @@ discard block |
||
| 635 | 635 | */ |
| 636 | 636 | function createRandomString() {
|
| 637 | 637 | $chars = "abcdefghijkmlnopqrstuvwxyz1023456789"; |
| 638 | - srand( (double) microtime() * 1000000 ); |
|
| 638 | + srand((double) microtime() * 1000000); |
|
| 639 | 639 | $i = 0; |
| 640 | 640 | $rstring = ''; |
| 641 | - while ( $i <= 25 ) {
|
|
| 641 | + while ($i <= 25) {
|
|
| 642 | 642 | $num = rand() % 33; |
| 643 | - $tmp = substr( $chars, $num, 1 ); |
|
| 644 | - $rstring = $rstring . $tmp; |
|
| 645 | - $i ++; |
|
| 643 | + $tmp = substr($chars, $num, 1); |
|
| 644 | + $rstring = $rstring.$tmp; |
|
| 645 | + $i++; |
|
| 646 | 646 | } |
| 647 | 647 | |
| 648 | 648 | return $rstring; |
| 649 | 649 | } |
| 650 | 650 | } |
| 651 | 651 | |
| 652 | -if ( ! function_exists( 'geodir_getDistanceRadius' ) ) {
|
|
| 652 | +if (!function_exists('geodir_getDistanceRadius')) {
|
|
| 653 | 653 | /** |
| 654 | 654 | * Calculates the distance radius. |
| 655 | 655 | * |
@@ -660,9 +660,9 @@ discard block |
||
| 660 | 660 | * |
| 661 | 661 | * @return float The mean radius. |
| 662 | 662 | */ |
| 663 | - function geodir_getDistanceRadius( $uom = 'km' ) {
|
|
| 663 | + function geodir_getDistanceRadius($uom = 'km') {
|
|
| 664 | 664 | // Use Haversine formula to calculate the great circle distance between two points identified by longitude and latitude |
| 665 | - switch ( geodir_strtolower( $uom ) ): |
|
| 665 | + switch (geodir_strtolower($uom)): |
|
| 666 | 666 | case 'km' : |
| 667 | 667 | $earthMeanRadius = 6371.009; // km |
| 668 | 668 | break; |
@@ -694,7 +694,7 @@ discard block |
||
| 694 | 694 | } |
| 695 | 695 | |
| 696 | 696 | |
| 697 | -if ( ! function_exists( 'geodir_calculateDistanceFromLatLong' ) ) {
|
|
| 697 | +if (!function_exists('geodir_calculateDistanceFromLatLong')) {
|
|
| 698 | 698 | /** |
| 699 | 699 | * Calculate the great circle distance between two points identified by longitude and latitude. |
| 700 | 700 | * |
@@ -707,17 +707,17 @@ discard block |
||
| 707 | 707 | * |
| 708 | 708 | * @return float The distance. |
| 709 | 709 | */ |
| 710 | - function geodir_calculateDistanceFromLatLong( $point1, $point2, $uom = 'km' ) {
|
|
| 710 | + function geodir_calculateDistanceFromLatLong($point1, $point2, $uom = 'km') {
|
|
| 711 | 711 | // Use Haversine formula to calculate the great circle distance between two points identified by longitude and latitude |
| 712 | 712 | |
| 713 | - $earthMeanRadius = geodir_getDistanceRadius( $uom ); |
|
| 713 | + $earthMeanRadius = geodir_getDistanceRadius($uom); |
|
| 714 | 714 | |
| 715 | - $deltaLatitude = deg2rad( (float) $point2['latitude'] - (float) $point1['latitude'] ); |
|
| 716 | - $deltaLongitude = deg2rad( (float) $point2['longitude'] - (float) $point1['longitude'] ); |
|
| 717 | - $a = sin( $deltaLatitude / 2 ) * sin( $deltaLatitude / 2 ) + |
|
| 718 | - cos( deg2rad( (float) $point1['latitude'] ) ) * cos( deg2rad( (float) $point2['latitude'] ) ) * |
|
| 719 | - sin( $deltaLongitude / 2 ) * sin( $deltaLongitude / 2 ); |
|
| 720 | - $c = 2 * atan2( sqrt( $a ), sqrt( 1 - $a ) ); |
|
| 715 | + $deltaLatitude = deg2rad((float) $point2['latitude'] - (float) $point1['latitude']); |
|
| 716 | + $deltaLongitude = deg2rad((float) $point2['longitude'] - (float) $point1['longitude']); |
|
| 717 | + $a = sin($deltaLatitude / 2) * sin($deltaLatitude / 2) + |
|
| 718 | + cos(deg2rad((float) $point1['latitude'])) * cos(deg2rad((float) $point2['latitude'])) * |
|
| 719 | + sin($deltaLongitude / 2) * sin($deltaLongitude / 2); |
|
| 720 | + $c = 2 * atan2(sqrt($a), sqrt(1 - $a)); |
|
| 721 | 721 | $distance = $earthMeanRadius * $c; |
| 722 | 722 | |
| 723 | 723 | return $distance; |
@@ -726,7 +726,7 @@ discard block |
||
| 726 | 726 | } |
| 727 | 727 | |
| 728 | 728 | |
| 729 | -if ( ! function_exists( 'geodir_sendEmail' ) ) {
|
|
| 729 | +if (!function_exists('geodir_sendEmail')) {
|
|
| 730 | 730 | /** |
| 731 | 731 | * The main function that send transactional emails using the args provided. |
| 732 | 732 | * |
@@ -745,95 +745,95 @@ discard block |
||
| 745 | 745 | * @param string $post_id The post ID. |
| 746 | 746 | * @param string $user_id The user ID. |
| 747 | 747 | */ |
| 748 | - function geodir_sendEmail( $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra = '', $message_type, $post_id = '', $user_id = '' ) {
|
|
| 748 | + function geodir_sendEmail($fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra = '', $message_type, $post_id = '', $user_id = '') {
|
|
| 749 | 749 | $login_details = ''; |
| 750 | 750 | |
| 751 | 751 | // strip slashes from subject & message text |
| 752 | - $to_subject = stripslashes_deep( $to_subject ); |
|
| 753 | - $to_message = stripslashes_deep( $to_message ); |
|
| 752 | + $to_subject = stripslashes_deep($to_subject); |
|
| 753 | + $to_message = stripslashes_deep($to_message); |
|
| 754 | 754 | |
| 755 | - if ( $message_type == 'send_friend' ) {
|
|
| 756 | - $subject = get_option( 'geodir_email_friend_subject' ); |
|
| 757 | - $message = get_option( 'geodir_email_friend_content' ); |
|
| 758 | - } elseif ( $message_type == 'send_enquiry' ) {
|
|
| 759 | - $subject = get_option( 'geodir_email_enquiry_subject' ); |
|
| 760 | - $message = get_option( 'geodir_email_enquiry_content' ); |
|
| 755 | + if ($message_type == 'send_friend') {
|
|
| 756 | + $subject = get_option('geodir_email_friend_subject');
|
|
| 757 | + $message = get_option('geodir_email_friend_content');
|
|
| 758 | + } elseif ($message_type == 'send_enquiry') {
|
|
| 759 | + $subject = get_option('geodir_email_enquiry_subject');
|
|
| 760 | + $message = get_option('geodir_email_enquiry_content');
|
|
| 761 | 761 | |
| 762 | 762 | // change to name in some cases |
| 763 | - $post_author = get_post_field( 'post_author', $post_id ); |
|
| 764 | - if(is_super_admin( $post_author )){// if admin probably not the post author so change name
|
|
| 765 | - $toEmailName = __('Business Owner','geodirectory');
|
|
| 766 | - }elseif(defined('GEODIRCLAIM_VERSION') && geodir_get_post_meta($post_id,'claimed')!='1'){// if claim manager installed but listing not claimed
|
|
| 767 | - $toEmailName = __('Business Owner','geodirectory');
|
|
| 763 | + $post_author = get_post_field('post_author', $post_id);
|
|
| 764 | + if (is_super_admin($post_author)) {// if admin probably not the post author so change name
|
|
| 765 | + $toEmailName = __('Business Owner', 'geodirectory');
|
|
| 766 | + }elseif (defined('GEODIRCLAIM_VERSION') && geodir_get_post_meta($post_id, 'claimed') != '1') {// if claim manager installed but listing not claimed
|
|
| 767 | + $toEmailName = __('Business Owner', 'geodirectory');
|
|
| 768 | 768 | } |
| 769 | 769 | |
| 770 | 770 | |
| 771 | - } elseif ( $message_type == 'forgot_password' ) {
|
|
| 772 | - $subject = get_option( 'geodir_forgot_password_subject' ); |
|
| 773 | - $message = get_option( 'geodir_forgot_password_content' ); |
|
| 771 | + } elseif ($message_type == 'forgot_password') {
|
|
| 772 | + $subject = get_option('geodir_forgot_password_subject');
|
|
| 773 | + $message = get_option('geodir_forgot_password_content');
|
|
| 774 | 774 | $login_details = $to_message; |
| 775 | - } elseif ( $message_type == 'registration' ) {
|
|
| 776 | - $subject = get_option( 'geodir_registration_success_email_subject' ); |
|
| 777 | - $message = get_option( 'geodir_registration_success_email_content' ); |
|
| 775 | + } elseif ($message_type == 'registration') {
|
|
| 776 | + $subject = get_option('geodir_registration_success_email_subject');
|
|
| 777 | + $message = get_option('geodir_registration_success_email_content');
|
|
| 778 | 778 | $login_details = $to_message; |
| 779 | - } elseif ( $message_type == 'post_submit' ) {
|
|
| 780 | - $subject = get_option( 'geodir_post_submited_success_email_subject' ); |
|
| 781 | - $message = get_option( 'geodir_post_submited_success_email_content' ); |
|
| 782 | - } elseif ( $message_type == 'listing_published' ) {
|
|
| 783 | - $subject = get_option( 'geodir_post_published_email_subject' ); |
|
| 784 | - $message = get_option( 'geodir_post_published_email_content' ); |
|
| 785 | - } elseif ( $message_type == 'listing_edited' ) {
|
|
| 786 | - $subject = get_option( 'geodir_post_edited_email_subject_admin' ); |
|
| 787 | - $message = get_option( 'geodir_post_edited_email_content_admin' ); |
|
| 779 | + } elseif ($message_type == 'post_submit') {
|
|
| 780 | + $subject = get_option('geodir_post_submited_success_email_subject');
|
|
| 781 | + $message = get_option('geodir_post_submited_success_email_content');
|
|
| 782 | + } elseif ($message_type == 'listing_published') {
|
|
| 783 | + $subject = get_option('geodir_post_published_email_subject');
|
|
| 784 | + $message = get_option('geodir_post_published_email_content');
|
|
| 785 | + } elseif ($message_type == 'listing_edited') {
|
|
| 786 | + $subject = get_option('geodir_post_edited_email_subject_admin');
|
|
| 787 | + $message = get_option('geodir_post_edited_email_content_admin');
|
|
| 788 | 788 | } |
| 789 | 789 | |
| 790 | - if ( ! empty( $subject ) ) {
|
|
| 791 | - $subject = __( stripslashes_deep( $subject ), 'geodirectory' ); |
|
| 790 | + if (!empty($subject)) {
|
|
| 791 | + $subject = __(stripslashes_deep($subject), 'geodirectory'); |
|
| 792 | 792 | } |
| 793 | 793 | |
| 794 | - if ( ! empty( $message ) ) {
|
|
| 795 | - $message = __( stripslashes_deep( $message ), 'geodirectory' ); |
|
| 794 | + if (!empty($message)) {
|
|
| 795 | + $message = __(stripslashes_deep($message), 'geodirectory'); |
|
| 796 | 796 | } |
| 797 | 797 | |
| 798 | - $to_message = nl2br( $to_message ); |
|
| 799 | - $sitefromEmail = get_option( 'site_email' ); |
|
| 798 | + $to_message = nl2br($to_message); |
|
| 799 | + $sitefromEmail = get_option('site_email');
|
|
| 800 | 800 | $sitefromEmailName = get_site_emailName(); |
| 801 | - $productlink = get_permalink( $post_id ); |
|
| 801 | + $productlink = get_permalink($post_id); |
|
| 802 | 802 | |
| 803 | 803 | $user_login = ''; |
| 804 | - if ( $user_id > 0 && $user_info = get_userdata( $user_id ) ) {
|
|
| 804 | + if ($user_id > 0 && $user_info = get_userdata($user_id)) {
|
|
| 805 | 805 | $user_login = $user_info->user_login; |
| 806 | 806 | } |
| 807 | 807 | |
| 808 | 808 | $posted_date = ''; |
| 809 | 809 | $listingLink = ''; |
| 810 | 810 | |
| 811 | - $post_info = get_post( $post_id ); |
|
| 811 | + $post_info = get_post($post_id); |
|
| 812 | 812 | |
| 813 | - if ( $post_info ) {
|
|
| 813 | + if ($post_info) {
|
|
| 814 | 814 | $posted_date = $post_info->post_date; |
| 815 | - $listingLink = '<a href="' . $productlink . '"><b>' . $post_info->post_title . '</b></a>'; |
|
| 815 | + $listingLink = '<a href="'.$productlink.'"><b>'.$post_info->post_title.'</b></a>'; |
|
| 816 | 816 | } |
| 817 | 817 | $siteurl = home_url(); |
| 818 | - $siteurl_link = '<a href="' . $siteurl . '">' . $siteurl . '</a>'; |
|
| 818 | + $siteurl_link = '<a href="'.$siteurl.'">'.$siteurl.'</a>'; |
|
| 819 | 819 | $loginurl = geodir_login_url(); |
| 820 | - $loginurl_link = '<a href="' . $loginurl . '">login</a>'; |
|
| 820 | + $loginurl_link = '<a href="'.$loginurl.'">login</a>'; |
|
| 821 | 821 | |
| 822 | - $post_author_id = ! empty( $post_info ) ? $post_info->post_author : 0; |
|
| 823 | - $post_author_data = $post_author_id ? get_userdata( $post_author_id ) : NULL; |
|
| 824 | - $post_author_name = geodir_get_client_name( $post_author_id ); |
|
| 825 | - $post_author_email = !empty( $post_author_data->user_email ) ? $post_author_data->user_email : ''; |
|
| 826 | - $current_date = date_i18n( 'Y-m-d H:i:s', current_time( 'timestamp' ) ); |
|
| 827 | - |
|
| 828 | - if ( $fromEmail == '' ) {
|
|
| 829 | - $fromEmail = get_option( 'site_email' ); |
|
| 822 | + $post_author_id = !empty($post_info) ? $post_info->post_author : 0; |
|
| 823 | + $post_author_data = $post_author_id ? get_userdata($post_author_id) : NULL; |
|
| 824 | + $post_author_name = geodir_get_client_name($post_author_id); |
|
| 825 | + $post_author_email = !empty($post_author_data->user_email) ? $post_author_data->user_email : ''; |
|
| 826 | + $current_date = date_i18n('Y-m-d H:i:s', current_time('timestamp'));
|
|
| 827 | + |
|
| 828 | + if ($fromEmail == '') {
|
|
| 829 | + $fromEmail = get_option('site_email');
|
|
| 830 | 830 | } |
| 831 | 831 | |
| 832 | - if ( $fromEmailName == '' ) {
|
|
| 833 | - $fromEmailName = get_option( 'site_email_name' ); |
|
| 832 | + if ($fromEmailName == '') {
|
|
| 833 | + $fromEmailName = get_option('site_email_name');
|
|
| 834 | 834 | } |
| 835 | 835 | |
| 836 | - $search_array = array( |
|
| 836 | + $search_array = array( |
|
| 837 | 837 | '[#listing_link#]', |
| 838 | 838 | '[#site_name_url#]', |
| 839 | 839 | '[#post_id#]', |
@@ -875,7 +875,7 @@ discard block |
||
| 875 | 875 | $post_author_email, |
| 876 | 876 | $current_date, |
| 877 | 877 | ); |
| 878 | - $message = str_replace( $search_array, $replace_array, $message ); |
|
| 878 | + $message = str_replace($search_array, $replace_array, $message); |
|
| 879 | 879 | |
| 880 | 880 | $search_array = array( |
| 881 | 881 | '[#listing_link#]', |
@@ -913,12 +913,12 @@ discard block |
||
| 913 | 913 | $post_author_email, |
| 914 | 914 | $current_date |
| 915 | 915 | ); |
| 916 | - $subject = str_replace( $search_array, $replace_array, $subject ); |
|
| 916 | + $subject = str_replace($search_array, $replace_array, $subject); |
|
| 917 | 917 | |
| 918 | - $headers = array(); |
|
| 918 | + $headers = array(); |
|
| 919 | 919 | $headers[] = 'Content-type: text/html; charset=UTF-8'; |
| 920 | - $headers[] = "Reply-To: " . $fromEmail; |
|
| 921 | - $headers[] = 'From: ' . $sitefromEmailName . ' <' . $sitefromEmail . '>'; |
|
| 920 | + $headers[] = "Reply-To: ".$fromEmail; |
|
| 921 | + $headers[] = 'From: '.$sitefromEmailName.' <'.$sitefromEmail.'>'; |
|
| 922 | 922 | |
| 923 | 923 | $to = $toEmail; |
| 924 | 924 | |
@@ -940,7 +940,7 @@ discard block |
||
| 940 | 940 | * @param string $post_id The post ID. |
| 941 | 941 | * @param string $user_id The user ID. |
| 942 | 942 | */ |
| 943 | - $to = apply_filters( 'geodir_sendEmail_to', $to, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id ); |
|
| 943 | + $to = apply_filters('geodir_sendEmail_to', $to, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id);
|
|
| 944 | 944 | /** |
| 945 | 945 | * Filter the client email subject. |
| 946 | 946 | * |
@@ -959,7 +959,7 @@ discard block |
||
| 959 | 959 | * @param string $post_id The post ID. |
| 960 | 960 | * @param string $user_id The user ID. |
| 961 | 961 | */ |
| 962 | - $subject = apply_filters( 'geodir_sendEmail_subject', $subject, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id ); |
|
| 962 | + $subject = apply_filters('geodir_sendEmail_subject', $subject, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id);
|
|
| 963 | 963 | /** |
| 964 | 964 | * Filter the client email message. |
| 965 | 965 | * |
@@ -978,7 +978,7 @@ discard block |
||
| 978 | 978 | * @param string $post_id The post ID. |
| 979 | 979 | * @param string $user_id The user ID. |
| 980 | 980 | */ |
| 981 | - $message = apply_filters( 'geodir_sendEmail_message', $message, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id ); |
|
| 981 | + $message = apply_filters('geodir_sendEmail_message', $message, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id);
|
|
| 982 | 982 | /** |
| 983 | 983 | * Filter the client email headers. |
| 984 | 984 | * |
@@ -997,39 +997,39 @@ discard block |
||
| 997 | 997 | * @param string $post_id The post ID. |
| 998 | 998 | * @param string $user_id The user ID. |
| 999 | 999 | */ |
| 1000 | - $headers = apply_filters( 'geodir_sendEmail_headers', $headers, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id ); |
|
| 1000 | + $headers = apply_filters('geodir_sendEmail_headers', $headers, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id);
|
|
| 1001 | 1001 | |
| 1002 | - $sent = wp_mail( $to, $subject, $message, $headers ); |
|
| 1002 | + $sent = wp_mail($to, $subject, $message, $headers); |
|
| 1003 | 1003 | |
| 1004 | - if ( ! $sent ) {
|
|
| 1005 | - if ( is_array( $to ) ) {
|
|
| 1006 | - $to = implode( ',', $to ); |
|
| 1004 | + if (!$sent) {
|
|
| 1005 | + if (is_array($to)) {
|
|
| 1006 | + $to = implode(',', $to);
|
|
| 1007 | 1007 | } |
| 1008 | 1008 | $log_message = sprintf( |
| 1009 | - __( "Email from GeoDirectory failed to send.\nMessage type: %s\nSend time: %s\nTo: %s\nSubject: %s\n\n", 'geodirectory' ), |
|
| 1009 | + __("Email from GeoDirectory failed to send.\nMessage type: %s\nSend time: %s\nTo: %s\nSubject: %s\n\n", 'geodirectory'),
|
|
| 1010 | 1010 | $message_type, |
| 1011 | - date_i18n( 'F j Y H:i:s', current_time( 'timestamp' ) ), |
|
| 1011 | + date_i18n('F j Y H:i:s', current_time('timestamp')),
|
|
| 1012 | 1012 | $to, |
| 1013 | 1013 | $subject |
| 1014 | 1014 | ); |
| 1015 | - geodir_error_log( $log_message ); |
|
| 1015 | + geodir_error_log($log_message); |
|
| 1016 | 1016 | } |
| 1017 | 1017 | |
| 1018 | 1018 | ///////// ADMIN BCC EMIALS |
| 1019 | - $adminEmail = get_bloginfo( 'admin_email' ); |
|
| 1019 | + $adminEmail = get_bloginfo('admin_email');
|
|
| 1020 | 1020 | $to = $adminEmail; |
| 1021 | 1021 | |
| 1022 | 1022 | $admin_bcc = false; |
| 1023 | - if ( $message_type == 'registration' ) {
|
|
| 1024 | - $message_raw = explode( __( "Password:", 'geodirectory' ), $message ); |
|
| 1025 | - $message_raw2 = explode( "</p>", $message_raw[1], 2 ); |
|
| 1026 | - $message = $message_raw[0] . __( 'Password:', 'geodirectory' ) . ' **********</p>' . $message_raw2[1]; |
|
| 1023 | + if ($message_type == 'registration') {
|
|
| 1024 | + $message_raw = explode(__("Password:", 'geodirectory'), $message);
|
|
| 1025 | + $message_raw2 = explode("</p>", $message_raw[1], 2);
|
|
| 1026 | + $message = $message_raw[0].__('Password:', 'geodirectory').' **********</p>'.$message_raw2[1];
|
|
| 1027 | 1027 | } |
| 1028 | - if ( $message_type == 'post_submit' && ( get_option( 'geodir_notify_post_submit' ) || get_option( 'geodir_notify_post_submit', '-1' ) == '-1' ) ) {
|
|
| 1029 | - $subject = __( stripslashes_deep( get_option( 'geodir_post_submited_success_email_subject_admin' ) ), 'geodirectory' ); |
|
| 1030 | - $message = __( stripslashes_deep( get_option( 'geodir_post_submited_success_email_content_admin' ) ), 'geodirectory' ); |
|
| 1028 | + if ($message_type == 'post_submit' && (get_option('geodir_notify_post_submit') || get_option('geodir_notify_post_submit', '-1') == '-1')) {
|
|
| 1029 | + $subject = __(stripslashes_deep(get_option('geodir_post_submited_success_email_subject_admin')), 'geodirectory');
|
|
| 1030 | + $message = __(stripslashes_deep(get_option('geodir_post_submited_success_email_content_admin')), 'geodirectory');
|
|
| 1031 | 1031 | |
| 1032 | - $search_array = array( |
|
| 1032 | + $search_array = array( |
|
| 1033 | 1033 | '[#listing_link#]', |
| 1034 | 1034 | '[#site_name_url#]', |
| 1035 | 1035 | '[#post_id#]', |
@@ -1065,7 +1065,7 @@ discard block |
||
| 1065 | 1065 | $user_login, |
| 1066 | 1066 | $post_author_email, |
| 1067 | 1067 | ); |
| 1068 | - $message = str_replace( $search_array, $replace_array, $message ); |
|
| 1068 | + $message = str_replace($search_array, $replace_array, $message); |
|
| 1069 | 1069 | |
| 1070 | 1070 | $search_array = array( |
| 1071 | 1071 | '[#listing_link#]', |
@@ -1097,26 +1097,26 @@ discard block |
||
| 1097 | 1097 | $user_login, |
| 1098 | 1098 | $post_author_email, |
| 1099 | 1099 | ); |
| 1100 | - $subject = str_replace( $search_array, $replace_array, $subject ); |
|
| 1100 | + $subject = str_replace($search_array, $replace_array, $subject); |
|
| 1101 | 1101 | |
| 1102 | 1102 | $subject .= ' - ADMIN BCC COPY'; |
| 1103 | 1103 | $admin_bcc = true; |
| 1104 | 1104 | |
| 1105 | - } elseif ( $message_type == 'registration' && get_option( 'geodir_bcc_new_user' ) ) {
|
|
| 1105 | + } elseif ($message_type == 'registration' && get_option('geodir_bcc_new_user')) {
|
|
| 1106 | 1106 | $subject .= ' - ADMIN BCC COPY'; |
| 1107 | 1107 | $admin_bcc = true; |
| 1108 | - } elseif ( $message_type == 'send_friend' && get_option( 'geodir_bcc_friend' ) ) {
|
|
| 1108 | + } elseif ($message_type == 'send_friend' && get_option('geodir_bcc_friend')) {
|
|
| 1109 | 1109 | $subject .= ' - ADMIN BCC COPY'; |
| 1110 | 1110 | $admin_bcc = true; |
| 1111 | - } elseif ( $message_type == 'send_enquiry' && get_option( 'geodir_bcc_enquiry' ) ) {
|
|
| 1111 | + } elseif ($message_type == 'send_enquiry' && get_option('geodir_bcc_enquiry')) {
|
|
| 1112 | 1112 | $subject .= ' - ADMIN BCC COPY'; |
| 1113 | 1113 | $admin_bcc = true; |
| 1114 | - } elseif ( $message_type == 'listing_published' && get_option( 'geodir_bcc_listing_published' ) ) {
|
|
| 1114 | + } elseif ($message_type == 'listing_published' && get_option('geodir_bcc_listing_published')) {
|
|
| 1115 | 1115 | $subject .= ' - ADMIN BCC COPY'; |
| 1116 | 1116 | $admin_bcc = true; |
| 1117 | 1117 | } |
| 1118 | 1118 | |
| 1119 | - if ( $admin_bcc === true ) {
|
|
| 1119 | + if ($admin_bcc === true) {
|
|
| 1120 | 1120 | |
| 1121 | 1121 | /** |
| 1122 | 1122 | * Filter the client email subject. |
@@ -1136,7 +1136,7 @@ discard block |
||
| 1136 | 1136 | * @param string $post_id The post ID. |
| 1137 | 1137 | * @param string $user_id The user ID. |
| 1138 | 1138 | */ |
| 1139 | - $subject = apply_filters( 'geodir_sendEmail_subject_admin_bcc', $subject, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id ); |
|
| 1139 | + $subject = apply_filters('geodir_sendEmail_subject_admin_bcc', $subject, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id);
|
|
| 1140 | 1140 | /** |
| 1141 | 1141 | * Filter the client email message. |
| 1142 | 1142 | * |
@@ -1155,23 +1155,23 @@ discard block |
||
| 1155 | 1155 | * @param string $post_id The post ID. |
| 1156 | 1156 | * @param string $user_id The user ID. |
| 1157 | 1157 | */ |
| 1158 | - $message = apply_filters( 'geodir_sendEmail_message_admin_bcc', $message, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id ); |
|
| 1158 | + $message = apply_filters('geodir_sendEmail_message_admin_bcc', $message, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id);
|
|
| 1159 | 1159 | |
| 1160 | 1160 | |
| 1161 | - $sent = wp_mail( $to, $subject, $message, $headers ); |
|
| 1161 | + $sent = wp_mail($to, $subject, $message, $headers); |
|
| 1162 | 1162 | |
| 1163 | - if ( ! $sent ) {
|
|
| 1164 | - if ( is_array( $to ) ) {
|
|
| 1165 | - $to = implode( ',', $to ); |
|
| 1163 | + if (!$sent) {
|
|
| 1164 | + if (is_array($to)) {
|
|
| 1165 | + $to = implode(',', $to);
|
|
| 1166 | 1166 | } |
| 1167 | 1167 | $log_message = sprintf( |
| 1168 | - __( "Email from GeoDirectory failed to send.\nMessage type: %s\nSend time: %s\nTo: %s\nSubject: %s\n\n", 'geodirectory' ), |
|
| 1168 | + __("Email from GeoDirectory failed to send.\nMessage type: %s\nSend time: %s\nTo: %s\nSubject: %s\n\n", 'geodirectory'),
|
|
| 1169 | 1169 | $message_type, |
| 1170 | - date_i18n( 'F j Y H:i:s', current_time( 'timestamp' ) ), |
|
| 1170 | + date_i18n('F j Y H:i:s', current_time('timestamp')),
|
|
| 1171 | 1171 | $to, |
| 1172 | 1172 | $subject |
| 1173 | 1173 | ); |
| 1174 | - geodir_error_log( $log_message ); |
|
| 1174 | + geodir_error_log($log_message); |
|
| 1175 | 1175 | } |
| 1176 | 1176 | } |
| 1177 | 1177 | |
@@ -1187,51 +1187,51 @@ discard block |
||
| 1187 | 1187 | */ |
| 1188 | 1188 | function geodir_taxonomy_breadcrumb() {
|
| 1189 | 1189 | |
| 1190 | - $term = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) ); |
|
| 1190 | + $term = get_term_by('slug', get_query_var('term'), get_query_var('taxonomy'));
|
|
| 1191 | 1191 | $parent = $term->parent; |
| 1192 | 1192 | |
| 1193 | - while ( $parent ): |
|
| 1193 | + while ($parent): |
|
| 1194 | 1194 | $parents[] = $parent; |
| 1195 | - $new_parent = get_term_by( 'id', $parent, get_query_var( 'taxonomy' ) ); |
|
| 1195 | + $new_parent = get_term_by('id', $parent, get_query_var('taxonomy'));
|
|
| 1196 | 1196 | $parent = $new_parent->parent; |
| 1197 | 1197 | endwhile; |
| 1198 | 1198 | |
| 1199 | - if ( ! empty( $parents ) ): |
|
| 1200 | - $parents = array_reverse( $parents ); |
|
| 1199 | + if (!empty($parents)): |
|
| 1200 | + $parents = array_reverse($parents); |
|
| 1201 | 1201 | |
| 1202 | - foreach ( $parents as $parent ): |
|
| 1203 | - $item = get_term_by( 'id', $parent, get_query_var( 'taxonomy' ) ); |
|
| 1204 | - $url = get_term_link( $item, get_query_var( 'taxonomy' ) ); |
|
| 1205 | - echo '<li> > <a href="' . $url . '">' . $item->name . '</a></li>'; |
|
| 1202 | + foreach ($parents as $parent): |
|
| 1203 | + $item = get_term_by('id', $parent, get_query_var('taxonomy'));
|
|
| 1204 | + $url = get_term_link($item, get_query_var('taxonomy'));
|
|
| 1205 | + echo '<li> > <a href="'.$url.'">'.$item->name.'</a></li>'; |
|
| 1206 | 1206 | endforeach; |
| 1207 | 1207 | |
| 1208 | 1208 | endif; |
| 1209 | 1209 | |
| 1210 | - echo '<li> > ' . $term->name . '</li>'; |
|
| 1210 | + echo '<li> > '.$term->name.'</li>'; |
|
| 1211 | 1211 | } |
| 1212 | 1212 | |
| 1213 | -function geodir_wpml_post_type_archive_link($link, $post_type){
|
|
| 1213 | +function geodir_wpml_post_type_archive_link($link, $post_type) {
|
|
| 1214 | 1214 | if (geodir_is_wpml()) {
|
| 1215 | - $post_types = get_option( 'geodir_post_types' ); |
|
| 1215 | + $post_types = get_option('geodir_post_types');
|
|
| 1216 | 1216 | |
| 1217 | - if ( isset( $post_types[ $post_type ] ) ) {
|
|
| 1218 | - $slug = $post_types[ $post_type ]['rewrite']['slug']; |
|
| 1217 | + if (isset($post_types[$post_type])) {
|
|
| 1218 | + $slug = $post_types[$post_type]['rewrite']['slug']; |
|
| 1219 | 1219 | |
| 1220 | 1220 | // Alter the CPT slug if WPML is set to do so |
| 1221 | - if ( geodir_wpml_is_post_type_translated( $post_type ) ) {
|
|
| 1222 | - if ( gd_wpml_slug_translation_turned_on( $post_type ) && $language_code = gd_wpml_get_lang_from_url( $link) ) {
|
|
| 1221 | + if (geodir_wpml_is_post_type_translated($post_type)) {
|
|
| 1222 | + if (gd_wpml_slug_translation_turned_on($post_type) && $language_code = gd_wpml_get_lang_from_url($link)) {
|
|
| 1223 | 1223 | |
| 1224 | 1224 | $org_slug = $slug; |
| 1225 | - $slug = apply_filters( 'wpml_translate_single_string', |
|
| 1225 | + $slug = apply_filters('wpml_translate_single_string',
|
|
| 1226 | 1226 | $slug, |
| 1227 | 1227 | 'WordPress', |
| 1228 | - 'URL slug: ' . $slug, |
|
| 1229 | - $language_code ); |
|
| 1228 | + 'URL slug: '.$slug, |
|
| 1229 | + $language_code); |
|
| 1230 | 1230 | |
| 1231 | - if ( ! $slug ) {
|
|
| 1231 | + if (!$slug) {
|
|
| 1232 | 1232 | $slug = $org_slug; |
| 1233 | 1233 | } else {
|
| 1234 | - $link = str_replace( $org_slug, $slug, $link ); |
|
| 1234 | + $link = str_replace($org_slug, $slug, $link); |
|
| 1235 | 1235 | } |
| 1236 | 1236 | } |
| 1237 | 1237 | } |
@@ -1240,7 +1240,7 @@ discard block |
||
| 1240 | 1240 | |
| 1241 | 1241 | return $link; |
| 1242 | 1242 | } |
| 1243 | -add_filter( 'post_type_archive_link','geodir_wpml_post_type_archive_link', 1000, 2); |
|
| 1243 | +add_filter('post_type_archive_link', 'geodir_wpml_post_type_archive_link', 1000, 2);
|
|
| 1244 | 1244 | |
| 1245 | 1245 | /** |
| 1246 | 1246 | * Main function that generates breadcrumb for all pages. |
@@ -1261,9 +1261,9 @@ discard block |
||
| 1261 | 1261 | * |
| 1262 | 1262 | * @since 1.0.0 |
| 1263 | 1263 | */ |
| 1264 | - $separator = apply_filters( 'geodir_breadcrumb_separator', ' > ' ); |
|
| 1264 | + $separator = apply_filters('geodir_breadcrumb_separator', ' > ');
|
|
| 1265 | 1265 | |
| 1266 | - if ( ! geodir_is_page( 'home' ) ) {
|
|
| 1266 | + if (!geodir_is_page('home')) {
|
|
| 1267 | 1267 | $breadcrumb = ''; |
| 1268 | 1268 | $url_categoris = ''; |
| 1269 | 1269 | $breadcrumb .= '<div class="geodir-breadcrumb clearfix"><ul id="breadcrumbs">'; |
@@ -1272,167 +1272,167 @@ discard block |
||
| 1272 | 1272 | * |
| 1273 | 1273 | * @since 1.0.0 |
| 1274 | 1274 | */ |
| 1275 | - $breadcrumb .= '<li>' . apply_filters( 'geodir_breadcrumb_first_link', '<a href="' . home_url() . '">' . __( 'Home', 'geodirectory' ) . '</a>' ) . '</li>'; |
|
| 1275 | + $breadcrumb .= '<li>'.apply_filters('geodir_breadcrumb_first_link', '<a href="'.home_url().'">'.__('Home', 'geodirectory').'</a>').'</li>';
|
|
| 1276 | 1276 | |
| 1277 | 1277 | $gd_post_type = geodir_get_current_posttype(); |
| 1278 | - $post_type_info = get_post_type_object( $gd_post_type ); |
|
| 1278 | + $post_type_info = get_post_type_object($gd_post_type); |
|
| 1279 | 1279 | |
| 1280 | - remove_filter( 'post_type_archive_link', 'geodir_get_posttype_link' ); |
|
| 1280 | + remove_filter('post_type_archive_link', 'geodir_get_posttype_link');
|
|
| 1281 | 1281 | |
| 1282 | - $listing_link = get_post_type_archive_link( $gd_post_type ); |
|
| 1282 | + $listing_link = get_post_type_archive_link($gd_post_type); |
|
| 1283 | 1283 | |
| 1284 | - add_filter( 'post_type_archive_link', 'geodir_get_posttype_link', 10, 2 ); |
|
| 1285 | - $listing_link = rtrim( $listing_link, '/' ); |
|
| 1284 | + add_filter('post_type_archive_link', 'geodir_get_posttype_link', 10, 2);
|
|
| 1285 | + $listing_link = rtrim($listing_link, '/'); |
|
| 1286 | 1286 | $listing_link .= '/'; |
| 1287 | 1287 | |
| 1288 | 1288 | $post_type_for_location_link = $listing_link; |
| 1289 | - $location_terms = geodir_get_current_location_terms( 'query_vars', $gd_post_type ); |
|
| 1289 | + $location_terms = geodir_get_current_location_terms('query_vars', $gd_post_type);
|
|
| 1290 | 1290 | |
| 1291 | 1291 | global $wp, $gd_session; |
| 1292 | 1292 | $location_link = $post_type_for_location_link; |
| 1293 | 1293 | |
| 1294 | - if ( geodir_is_page( 'detail' ) || geodir_is_page( 'listing' ) ) {
|
|
| 1294 | + if (geodir_is_page('detail') || geodir_is_page('listing')) {
|
|
| 1295 | 1295 | global $post; |
| 1296 | - $location_manager = defined( 'POST_LOCATION_TABLE' ) ? true : false; |
|
| 1297 | - $neighbourhood_active = $location_manager && get_option( 'location_neighbourhoods' ) ? true : false; |
|
| 1296 | + $location_manager = defined('POST_LOCATION_TABLE') ? true : false;
|
|
| 1297 | + $neighbourhood_active = $location_manager && get_option('location_neighbourhoods') ? true : false;
|
|
| 1298 | 1298 | |
| 1299 | - if ( geodir_is_page( 'detail' ) && isset( $post->country_slug ) ) {
|
|
| 1299 | + if (geodir_is_page('detail') && isset($post->country_slug)) {
|
|
| 1300 | 1300 | $location_terms = array( |
| 1301 | 1301 | 'gd_country' => $post->country_slug, |
| 1302 | 1302 | 'gd_region' => $post->region_slug, |
| 1303 | 1303 | 'gd_city' => $post->city_slug |
| 1304 | 1304 | ); |
| 1305 | 1305 | |
| 1306 | - if ( $neighbourhood_active && ! empty( $location_terms['gd_city'] ) && $gd_ses_neighbourhood = $gd_session->get( 'gd_neighbourhood' ) ) {
|
|
| 1306 | + if ($neighbourhood_active && !empty($location_terms['gd_city']) && $gd_ses_neighbourhood = $gd_session->get('gd_neighbourhood')) {
|
|
| 1307 | 1307 | $location_terms['gd_neighbourhood'] = $gd_ses_neighbourhood; |
| 1308 | 1308 | } |
| 1309 | 1309 | } |
| 1310 | 1310 | |
| 1311 | - $geodir_show_location_url = get_option( 'geodir_show_location_url' ); |
|
| 1311 | + $geodir_show_location_url = get_option('geodir_show_location_url');
|
|
| 1312 | 1312 | |
| 1313 | 1313 | $hide_url_part = array(); |
| 1314 | - if ( $location_manager ) {
|
|
| 1315 | - $hide_country_part = get_option( 'geodir_location_hide_country_part' ); |
|
| 1316 | - $hide_region_part = get_option( 'geodir_location_hide_region_part' ); |
|
| 1317 | - |
|
| 1318 | - if ( $hide_region_part && $hide_country_part ) {
|
|
| 1319 | - $hide_url_part = array( 'gd_country', 'gd_region' ); |
|
| 1320 | - } else if ( $hide_region_part && ! $hide_country_part ) {
|
|
| 1321 | - $hide_url_part = array( 'gd_region' ); |
|
| 1322 | - } else if ( ! $hide_region_part && $hide_country_part ) {
|
|
| 1323 | - $hide_url_part = array( 'gd_country' ); |
|
| 1314 | + if ($location_manager) {
|
|
| 1315 | + $hide_country_part = get_option('geodir_location_hide_country_part');
|
|
| 1316 | + $hide_region_part = get_option('geodir_location_hide_region_part');
|
|
| 1317 | + |
|
| 1318 | + if ($hide_region_part && $hide_country_part) {
|
|
| 1319 | + $hide_url_part = array('gd_country', 'gd_region');
|
|
| 1320 | + } else if ($hide_region_part && !$hide_country_part) {
|
|
| 1321 | + $hide_url_part = array('gd_region');
|
|
| 1322 | + } else if (!$hide_region_part && $hide_country_part) {
|
|
| 1323 | + $hide_url_part = array('gd_country');
|
|
| 1324 | 1324 | } |
| 1325 | 1325 | } |
| 1326 | 1326 | |
| 1327 | 1327 | $hide_text_part = array(); |
| 1328 | - if ( $geodir_show_location_url == 'country_city' ) {
|
|
| 1329 | - $hide_text_part = array( 'gd_region' ); |
|
| 1328 | + if ($geodir_show_location_url == 'country_city') {
|
|
| 1329 | + $hide_text_part = array('gd_region');
|
|
| 1330 | 1330 | |
| 1331 | - if ( isset( $location_terms['gd_region'] ) && ! $location_manager ) {
|
|
| 1332 | - unset( $location_terms['gd_region'] ); |
|
| 1331 | + if (isset($location_terms['gd_region']) && !$location_manager) {
|
|
| 1332 | + unset($location_terms['gd_region']); |
|
| 1333 | 1333 | } |
| 1334 | - } else if ( $geodir_show_location_url == 'region_city' ) {
|
|
| 1335 | - $hide_text_part = array( 'gd_country' ); |
|
| 1334 | + } else if ($geodir_show_location_url == 'region_city') {
|
|
| 1335 | + $hide_text_part = array('gd_country');
|
|
| 1336 | 1336 | |
| 1337 | - if ( isset( $location_terms['gd_country'] ) && ! $location_manager ) {
|
|
| 1338 | - unset( $location_terms['gd_country'] ); |
|
| 1337 | + if (isset($location_terms['gd_country']) && !$location_manager) {
|
|
| 1338 | + unset($location_terms['gd_country']); |
|
| 1339 | 1339 | } |
| 1340 | - } else if ( $geodir_show_location_url == 'city' ) {
|
|
| 1341 | - $hide_text_part = array( 'gd_country', 'gd_region' ); |
|
| 1340 | + } else if ($geodir_show_location_url == 'city') {
|
|
| 1341 | + $hide_text_part = array('gd_country', 'gd_region');
|
|
| 1342 | 1342 | |
| 1343 | - if ( isset( $location_terms['gd_country'] ) && ! $location_manager ) {
|
|
| 1344 | - unset( $location_terms['gd_country'] ); |
|
| 1343 | + if (isset($location_terms['gd_country']) && !$location_manager) {
|
|
| 1344 | + unset($location_terms['gd_country']); |
|
| 1345 | 1345 | } |
| 1346 | - if ( isset( $location_terms['gd_region'] ) && ! $location_manager ) {
|
|
| 1347 | - unset( $location_terms['gd_region'] ); |
|
| 1346 | + if (isset($location_terms['gd_region']) && !$location_manager) {
|
|
| 1347 | + unset($location_terms['gd_region']); |
|
| 1348 | 1348 | } |
| 1349 | 1349 | } |
| 1350 | 1350 | |
| 1351 | 1351 | $is_location_last = ''; |
| 1352 | 1352 | $is_taxonomy_last = ''; |
| 1353 | 1353 | $breadcrumb .= '<li>'; |
| 1354 | - if ( get_query_var( $gd_post_type . 'category' ) ) {
|
|
| 1355 | - $gd_taxonomy = $gd_post_type . 'category'; |
|
| 1356 | - } elseif ( get_query_var( $gd_post_type . '_tags' ) ) {
|
|
| 1357 | - $gd_taxonomy = $gd_post_type . '_tags'; |
|
| 1354 | + if (get_query_var($gd_post_type.'category')) {
|
|
| 1355 | + $gd_taxonomy = $gd_post_type.'category'; |
|
| 1356 | + } elseif (get_query_var($gd_post_type.'_tags')) {
|
|
| 1357 | + $gd_taxonomy = $gd_post_type.'_tags'; |
|
| 1358 | 1358 | } |
| 1359 | 1359 | |
| 1360 | - $breadcrumb .= $separator . '<a href="' . $listing_link . '">' . __( geodir_utf8_ucfirst( $post_type_info->label ), 'geodirectory' ) . '</a>'; |
|
| 1361 | - if ( ! empty( $gd_taxonomy ) || geodir_is_page( 'detail' ) ) {
|
|
| 1360 | + $breadcrumb .= $separator.'<a href="'.$listing_link.'">'.__(geodir_utf8_ucfirst($post_type_info->label), 'geodirectory').'</a>'; |
|
| 1361 | + if (!empty($gd_taxonomy) || geodir_is_page('detail')) {
|
|
| 1362 | 1362 | $is_location_last = false; |
| 1363 | 1363 | } else {
|
| 1364 | 1364 | $is_location_last = true; |
| 1365 | 1365 | } |
| 1366 | 1366 | |
| 1367 | - if ( ! empty( $gd_taxonomy ) && geodir_is_page( 'listing' ) ) {
|
|
| 1367 | + if (!empty($gd_taxonomy) && geodir_is_page('listing')) {
|
|
| 1368 | 1368 | $is_taxonomy_last = true; |
| 1369 | 1369 | } else {
|
| 1370 | 1370 | $is_taxonomy_last = false; |
| 1371 | 1371 | } |
| 1372 | 1372 | |
| 1373 | - if ( ! empty( $location_terms ) ) {
|
|
| 1374 | - $geodir_get_locations = function_exists( 'get_actual_location_name' ) ? true : false; |
|
| 1373 | + if (!empty($location_terms)) {
|
|
| 1374 | + $geodir_get_locations = function_exists('get_actual_location_name') ? true : false;
|
|
| 1375 | 1375 | |
| 1376 | - foreach ( $location_terms as $key => $location_term ) {
|
|
| 1377 | - if ( $location_term != '' ) {
|
|
| 1378 | - if ( ! empty( $hide_url_part ) && in_array( $key, $hide_url_part ) ) { // Hide location part from url & breadcrumb.
|
|
| 1376 | + foreach ($location_terms as $key => $location_term) {
|
|
| 1377 | + if ($location_term != '') {
|
|
| 1378 | + if (!empty($hide_url_part) && in_array($key, $hide_url_part)) { // Hide location part from url & breadcrumb.
|
|
| 1379 | 1379 | continue; |
| 1380 | 1380 | } |
| 1381 | 1381 | |
| 1382 | - $gd_location_link_text = preg_replace( '/-(\d+)$/', '', $location_term ); |
|
| 1383 | - $gd_location_link_text = preg_replace( '/[_-]/', ' ', $gd_location_link_text ); |
|
| 1384 | - $gd_location_link_text = geodir_utf8_ucfirst( $gd_location_link_text ); |
|
| 1382 | + $gd_location_link_text = preg_replace('/-(\d+)$/', '', $location_term);
|
|
| 1383 | + $gd_location_link_text = preg_replace('/[_-]/', ' ', $gd_location_link_text);
|
|
| 1384 | + $gd_location_link_text = geodir_utf8_ucfirst($gd_location_link_text); |
|
| 1385 | 1385 | |
| 1386 | 1386 | $location_term_actual_country = ''; |
| 1387 | 1387 | $location_term_actual_region = ''; |
| 1388 | 1388 | $location_term_actual_city = ''; |
| 1389 | 1389 | $location_term_actual_neighbourhood = ''; |
| 1390 | - if ( $geodir_get_locations ) {
|
|
| 1391 | - if ( $key == 'gd_country' ) {
|
|
| 1392 | - $location_term_actual_country = get_actual_location_name( 'country', $location_term, true ); |
|
| 1393 | - } else if ( $key == 'gd_region' ) {
|
|
| 1394 | - $location_term_actual_region = get_actual_location_name( 'region', $location_term, true ); |
|
| 1395 | - } else if ( $key == 'gd_city' ) {
|
|
| 1396 | - $location_term_actual_city = get_actual_location_name( 'city', $location_term, true ); |
|
| 1397 | - } else if ( $key == 'gd_neighbourhood' ) {
|
|
| 1398 | - $location_term_actual_neighbourhood = get_actual_location_name( 'neighbourhood', $location_term, true ); |
|
| 1390 | + if ($geodir_get_locations) {
|
|
| 1391 | + if ($key == 'gd_country') {
|
|
| 1392 | + $location_term_actual_country = get_actual_location_name('country', $location_term, true);
|
|
| 1393 | + } else if ($key == 'gd_region') {
|
|
| 1394 | + $location_term_actual_region = get_actual_location_name('region', $location_term, true);
|
|
| 1395 | + } else if ($key == 'gd_city') {
|
|
| 1396 | + $location_term_actual_city = get_actual_location_name('city', $location_term, true);
|
|
| 1397 | + } else if ($key == 'gd_neighbourhood') {
|
|
| 1398 | + $location_term_actual_neighbourhood = get_actual_location_name('neighbourhood', $location_term, true);
|
|
| 1399 | 1399 | } |
| 1400 | 1400 | } else {
|
| 1401 | 1401 | $location_info = geodir_get_location(); |
| 1402 | 1402 | |
| 1403 | - if ( ! empty( $location_info ) && isset( $location_info->location_id ) ) {
|
|
| 1404 | - if ( $key == 'gd_country' ) {
|
|
| 1405 | - $location_term_actual_country = __( $location_info->country, 'geodirectory' ); |
|
| 1406 | - } else if ( $key == 'gd_region' ) {
|
|
| 1407 | - $location_term_actual_region = __( $location_info->region, 'geodirectory' ); |
|
| 1408 | - } else if ( $key == 'gd_city' ) {
|
|
| 1409 | - $location_term_actual_city = __( $location_info->city, 'geodirectory' ); |
|
| 1403 | + if (!empty($location_info) && isset($location_info->location_id)) {
|
|
| 1404 | + if ($key == 'gd_country') {
|
|
| 1405 | + $location_term_actual_country = __($location_info->country, 'geodirectory'); |
|
| 1406 | + } else if ($key == 'gd_region') {
|
|
| 1407 | + $location_term_actual_region = __($location_info->region, 'geodirectory'); |
|
| 1408 | + } else if ($key == 'gd_city') {
|
|
| 1409 | + $location_term_actual_city = __($location_info->city, 'geodirectory'); |
|
| 1410 | 1410 | } |
| 1411 | 1411 | } |
| 1412 | 1412 | } |
| 1413 | 1413 | |
| 1414 | - if ( $is_location_last && $key == 'gd_country' && ! ( isset( $location_terms['gd_region'] ) && $location_terms['gd_region'] != '' ) && ! ( isset( $location_terms['gd_city'] ) && $location_terms['gd_city'] != '' ) ) {
|
|
| 1415 | - $breadcrumb .= $location_term_actual_country != '' ? $separator . $location_term_actual_country : $separator . $gd_location_link_text; |
|
| 1416 | - } else if ( $is_location_last && $key == 'gd_region' && ! ( isset( $location_terms['gd_city'] ) && $location_terms['gd_city'] != '' ) ) {
|
|
| 1417 | - $breadcrumb .= $location_term_actual_region != '' ? $separator . $location_term_actual_region : $separator . $gd_location_link_text; |
|
| 1418 | - } else if ( $is_location_last && $key == 'gd_city' && empty( $location_terms['gd_neighbourhood'] ) ) {
|
|
| 1419 | - $breadcrumb .= $location_term_actual_city != '' ? $separator . $location_term_actual_city : $separator . $gd_location_link_text; |
|
| 1420 | - } else if ( $is_location_last && $key == 'gd_neighbourhood' ) {
|
|
| 1421 | - $breadcrumb .= $location_term_actual_neighbourhood != '' ? $separator . $location_term_actual_neighbourhood : $separator . $gd_location_link_text; |
|
| 1414 | + if ($is_location_last && $key == 'gd_country' && !(isset($location_terms['gd_region']) && $location_terms['gd_region'] != '') && !(isset($location_terms['gd_city']) && $location_terms['gd_city'] != '')) {
|
|
| 1415 | + $breadcrumb .= $location_term_actual_country != '' ? $separator.$location_term_actual_country : $separator.$gd_location_link_text; |
|
| 1416 | + } else if ($is_location_last && $key == 'gd_region' && !(isset($location_terms['gd_city']) && $location_terms['gd_city'] != '')) {
|
|
| 1417 | + $breadcrumb .= $location_term_actual_region != '' ? $separator.$location_term_actual_region : $separator.$gd_location_link_text; |
|
| 1418 | + } else if ($is_location_last && $key == 'gd_city' && empty($location_terms['gd_neighbourhood'])) {
|
|
| 1419 | + $breadcrumb .= $location_term_actual_city != '' ? $separator.$location_term_actual_city : $separator.$gd_location_link_text; |
|
| 1420 | + } else if ($is_location_last && $key == 'gd_neighbourhood') {
|
|
| 1421 | + $breadcrumb .= $location_term_actual_neighbourhood != '' ? $separator.$location_term_actual_neighbourhood : $separator.$gd_location_link_text; |
|
| 1422 | 1422 | } else {
|
| 1423 | - if ( get_option( 'permalink_structure' ) != '' ) {
|
|
| 1424 | - $location_link .= $location_term . '/'; |
|
| 1423 | + if (get_option('permalink_structure') != '') {
|
|
| 1424 | + $location_link .= $location_term.'/'; |
|
| 1425 | 1425 | } else {
|
| 1426 | - $location_link .= "&$key=" . $location_term; |
|
| 1426 | + $location_link .= "&$key=".$location_term; |
|
| 1427 | 1427 | } |
| 1428 | 1428 | |
| 1429 | - if ( $key == 'gd_country' && $location_term_actual_country != '' ) {
|
|
| 1429 | + if ($key == 'gd_country' && $location_term_actual_country != '') {
|
|
| 1430 | 1430 | $gd_location_link_text = $location_term_actual_country; |
| 1431 | - } else if ( $key == 'gd_region' && $location_term_actual_region != '' ) {
|
|
| 1431 | + } else if ($key == 'gd_region' && $location_term_actual_region != '') {
|
|
| 1432 | 1432 | $gd_location_link_text = $location_term_actual_region; |
| 1433 | - } else if ( $key == 'gd_city' && $location_term_actual_city != '' ) {
|
|
| 1433 | + } else if ($key == 'gd_city' && $location_term_actual_city != '') {
|
|
| 1434 | 1434 | $gd_location_link_text = $location_term_actual_city; |
| 1435 | - } else if ( $key == 'gd_neighbourhood' && $location_term_actual_neighbourhood != '' ) {
|
|
| 1435 | + } else if ($key == 'gd_neighbourhood' && $location_term_actual_neighbourhood != '') {
|
|
| 1436 | 1436 | $gd_location_link_text = $location_term_actual_neighbourhood; |
| 1437 | 1437 | } |
| 1438 | 1438 | |
@@ -1442,77 +1442,77 @@ discard block |
||
| 1442 | 1442 | } |
| 1443 | 1443 | */ |
| 1444 | 1444 | |
| 1445 | - $breadcrumb .= $separator . '<a href="' . $location_link . '">' . $gd_location_link_text . '</a>'; |
|
| 1445 | + $breadcrumb .= $separator.'<a href="'.$location_link.'">'.$gd_location_link_text.'</a>'; |
|
| 1446 | 1446 | } |
| 1447 | 1447 | } |
| 1448 | 1448 | } |
| 1449 | 1449 | } |
| 1450 | 1450 | |
| 1451 | - if ( ! empty( $gd_taxonomy ) ) {
|
|
| 1451 | + if (!empty($gd_taxonomy)) {
|
|
| 1452 | 1452 | $term_index = 1; |
| 1453 | 1453 | |
| 1454 | 1454 | //if(get_option('geodir_add_categories_url'))
|
| 1455 | 1455 | {
|
| 1456 | - if ( get_query_var( $gd_post_type . '_tags' ) ) {
|
|
| 1457 | - $cat_link = $listing_link . 'tags/'; |
|
| 1456 | + if (get_query_var($gd_post_type.'_tags')) {
|
|
| 1457 | + $cat_link = $listing_link.'tags/'; |
|
| 1458 | 1458 | } else {
|
| 1459 | 1459 | $cat_link = $listing_link; |
| 1460 | 1460 | } |
| 1461 | 1461 | |
| 1462 | - foreach ( $location_terms as $key => $location_term ) {
|
|
| 1463 | - if ( $location_manager && in_array( $key, $hide_url_part ) ) {
|
|
| 1462 | + foreach ($location_terms as $key => $location_term) {
|
|
| 1463 | + if ($location_manager && in_array($key, $hide_url_part)) {
|
|
| 1464 | 1464 | continue; |
| 1465 | 1465 | } |
| 1466 | 1466 | |
| 1467 | - if ( $location_term != '' ) {
|
|
| 1468 | - if ( get_option( 'permalink_structure' ) != '' ) {
|
|
| 1469 | - $cat_link .= $location_term . '/'; |
|
| 1467 | + if ($location_term != '') {
|
|
| 1468 | + if (get_option('permalink_structure') != '') {
|
|
| 1469 | + $cat_link .= $location_term.'/'; |
|
| 1470 | 1470 | } |
| 1471 | 1471 | } |
| 1472 | 1472 | } |
| 1473 | 1473 | |
| 1474 | - $term_array = explode( "/", trim( $wp_query->query[ $gd_taxonomy ], "/" ) ); |
|
| 1475 | - foreach ( $term_array as $term ) {
|
|
| 1476 | - $term_link_text = preg_replace( '/-(\d+)$/', '', $term ); |
|
| 1477 | - $term_link_text = preg_replace( '/[_-]/', ' ', $term_link_text ); |
|
| 1474 | + $term_array = explode("/", trim($wp_query->query[$gd_taxonomy], "/"));
|
|
| 1475 | + foreach ($term_array as $term) {
|
|
| 1476 | + $term_link_text = preg_replace('/-(\d+)$/', '', $term);
|
|
| 1477 | + $term_link_text = preg_replace('/[_-]/', ' ', $term_link_text);
|
|
| 1478 | 1478 | |
| 1479 | 1479 | // get term actual name |
| 1480 | - $term_info = get_term_by( 'slug', $term, $gd_taxonomy, 'ARRAY_A' ); |
|
| 1481 | - if ( ! empty( $term_info ) && isset( $term_info['name'] ) && $term_info['name'] != '' ) {
|
|
| 1482 | - $term_link_text = urldecode( $term_info['name'] ); |
|
| 1480 | + $term_info = get_term_by('slug', $term, $gd_taxonomy, 'ARRAY_A');
|
|
| 1481 | + if (!empty($term_info) && isset($term_info['name']) && $term_info['name'] != '') {
|
|
| 1482 | + $term_link_text = urldecode($term_info['name']); |
|
| 1483 | 1483 | } else {
|
| 1484 | 1484 | continue; |
| 1485 | 1485 | //$term_link_text = wp_strip_all_tags(geodir_ucwords(urldecode($term_link_text))); |
| 1486 | 1486 | } |
| 1487 | 1487 | |
| 1488 | - if ( $term_index == count( $term_array ) && $is_taxonomy_last ) {
|
|
| 1489 | - $breadcrumb .= $separator . $term_link_text; |
|
| 1488 | + if ($term_index == count($term_array) && $is_taxonomy_last) {
|
|
| 1489 | + $breadcrumb .= $separator.$term_link_text; |
|
| 1490 | 1490 | } else {
|
| 1491 | - $cat_link .= $term . '/'; |
|
| 1492 | - $breadcrumb .= $separator . '<a href="' . $cat_link . '">' . $term_link_text . '</a>'; |
|
| 1491 | + $cat_link .= $term.'/'; |
|
| 1492 | + $breadcrumb .= $separator.'<a href="'.$cat_link.'">'.$term_link_text.'</a>'; |
|
| 1493 | 1493 | } |
| 1494 | - $term_index ++; |
|
| 1494 | + $term_index++; |
|
| 1495 | 1495 | } |
| 1496 | 1496 | } |
| 1497 | 1497 | |
| 1498 | 1498 | |
| 1499 | 1499 | } |
| 1500 | 1500 | |
| 1501 | - if ( geodir_is_page( 'detail' ) ) {
|
|
| 1502 | - $breadcrumb .= $separator . get_the_title(); |
|
| 1501 | + if (geodir_is_page('detail')) {
|
|
| 1502 | + $breadcrumb .= $separator.get_the_title(); |
|
| 1503 | 1503 | } |
| 1504 | 1504 | |
| 1505 | 1505 | $breadcrumb .= '</li>'; |
| 1506 | 1506 | |
| 1507 | 1507 | |
| 1508 | - } elseif ( geodir_is_page( 'author' ) ) {
|
|
| 1508 | + } elseif (geodir_is_page('author')) {
|
|
| 1509 | 1509 | $dashboard_post_type = isset($_REQUEST['stype']) ? sanitize_text_field($_REQUEST['stype']) : $gd_post_type; |
| 1510 | 1510 | $user_id = get_current_user_id(); |
| 1511 | - $author_link = get_author_posts_url( $user_id ); |
|
| 1512 | - $default_author_link = geodir_getlink( $author_link, array( |
|
| 1511 | + $author_link = get_author_posts_url($user_id); |
|
| 1512 | + $default_author_link = geodir_getlink($author_link, array( |
|
| 1513 | 1513 | 'geodir_dashbord' => 'true', |
| 1514 | 1514 | 'stype' => $dashboard_post_type |
| 1515 | - ), false ); |
|
| 1515 | + ), false); |
|
| 1516 | 1516 | |
| 1517 | 1517 | /** |
| 1518 | 1518 | * Filter author page link. |
@@ -1522,16 +1522,16 @@ discard block |
||
| 1522 | 1522 | * @param string $default_author_link Default author link. |
| 1523 | 1523 | * @param int $user_id Author ID. |
| 1524 | 1524 | */ |
| 1525 | - $default_author_link = apply_filters( 'geodir_dashboard_author_link', $default_author_link, $user_id ); |
|
| 1525 | + $default_author_link = apply_filters('geodir_dashboard_author_link', $default_author_link, $user_id);
|
|
| 1526 | 1526 | |
| 1527 | 1527 | $breadcrumb .= '<li>'; |
| 1528 | - $breadcrumb .= $separator . '<a href="' . $default_author_link . '">' . __( 'My Dashboard', 'geodirectory' ) . '</a>'; |
|
| 1528 | + $breadcrumb .= $separator.'<a href="'.$default_author_link.'">'.__('My Dashboard', 'geodirectory').'</a>';
|
|
| 1529 | 1529 | |
| 1530 | - if ( isset( $_REQUEST['list'] ) ) {
|
|
| 1531 | - $author_link = geodir_getlink( $author_link, array( |
|
| 1530 | + if (isset($_REQUEST['list'])) {
|
|
| 1531 | + $author_link = geodir_getlink($author_link, array( |
|
| 1532 | 1532 | 'geodir_dashbord' => 'true', |
| 1533 | 1533 | 'stype' => $_REQUEST['stype'] |
| 1534 | - ), false ); |
|
| 1534 | + ), false); |
|
| 1535 | 1535 | |
| 1536 | 1536 | /** |
| 1537 | 1537 | * Filter author page link. |
@@ -1542,64 +1542,64 @@ discard block |
||
| 1542 | 1542 | * @param int $user_id Author ID. |
| 1543 | 1543 | * @param string $_REQUEST ['stype'] Post type. |
| 1544 | 1544 | */ |
| 1545 | - $author_link = apply_filters( 'geodir_dashboard_author_link', $author_link, $user_id, $_REQUEST['stype'] ); |
|
| 1545 | + $author_link = apply_filters('geodir_dashboard_author_link', $author_link, $user_id, $_REQUEST['stype']);
|
|
| 1546 | 1546 | |
| 1547 | - $breadcrumb .= $separator . '<a href="' . $author_link . '">' . __( geodir_utf8_ucfirst( $post_type_info->label ), 'geodirectory' ) . '</a>'; |
|
| 1548 | - if($_REQUEST['list']=='favourite'){
|
|
| 1549 | - $breadcrumb .= $separator . MY_FAVOURITE_TEXT; |
|
| 1547 | + $breadcrumb .= $separator.'<a href="'.$author_link.'">'.__(geodir_utf8_ucfirst($post_type_info->label), 'geodirectory').'</a>'; |
|
| 1548 | + if ($_REQUEST['list'] == 'favourite') {
|
|
| 1549 | + $breadcrumb .= $separator.MY_FAVOURITE_TEXT; |
|
| 1550 | 1550 | } |
| 1551 | 1551 | |
| 1552 | 1552 | } else {
|
| 1553 | - $breadcrumb .= $separator . __( geodir_utf8_ucfirst( $post_type_info->label ), 'geodirectory' ); |
|
| 1553 | + $breadcrumb .= $separator.__(geodir_utf8_ucfirst($post_type_info->label), 'geodirectory'); |
|
| 1554 | 1554 | } |
| 1555 | 1555 | |
| 1556 | 1556 | $breadcrumb .= '</li>'; |
| 1557 | - } elseif ( is_category() || is_single() ) {
|
|
| 1557 | + } elseif (is_category() || is_single()) {
|
|
| 1558 | 1558 | $category = get_the_category(); |
| 1559 | - if ( is_category() ) {
|
|
| 1560 | - $breadcrumb .= '<li>' . $separator . $category[0]->cat_name . '</li>'; |
|
| 1559 | + if (is_category()) {
|
|
| 1560 | + $breadcrumb .= '<li>'.$separator.$category[0]->cat_name.'</li>'; |
|
| 1561 | 1561 | } |
| 1562 | - if ( is_single() ) {
|
|
| 1563 | - $breadcrumb .= '<li>' . $separator . '<a href="' . get_category_link( $category[0]->term_id ) . '">' . $category[0]->cat_name . '</a></li>'; |
|
| 1564 | - $breadcrumb .= '<li>' . $separator . get_the_title() . '</li>'; |
|
| 1562 | + if (is_single()) {
|
|
| 1563 | + $breadcrumb .= '<li>'.$separator.'<a href="'.get_category_link($category[0]->term_id).'">'.$category[0]->cat_name.'</a></li>'; |
|
| 1564 | + $breadcrumb .= '<li>'.$separator.get_the_title().'</li>'; |
|
| 1565 | 1565 | } |
| 1566 | 1566 | /* End of my version ##################################################### */ |
| 1567 | - } else if ( is_page() ) {
|
|
| 1567 | + } else if (is_page()) {
|
|
| 1568 | 1568 | $page_title = get_the_title(); |
| 1569 | 1569 | |
| 1570 | - if ( geodir_is_page( 'location' ) ) {
|
|
| 1570 | + if (geodir_is_page('location')) {
|
|
| 1571 | 1571 | $location_page_id = geodir_location_page_id(); |
| 1572 | - $loc_post = get_post( $location_page_id ); |
|
| 1572 | + $loc_post = get_post($location_page_id); |
|
| 1573 | 1573 | $post_name = $loc_post->post_name; |
| 1574 | - $slug = ucwords( str_replace( '-', ' ', $post_name ) ); |
|
| 1575 | - $page_title = ! empty( $slug ) ? $slug : __( 'Location', 'geodirectory' ); |
|
| 1574 | + $slug = ucwords(str_replace('-', ' ', $post_name));
|
|
| 1575 | + $page_title = !empty($slug) ? $slug : __('Location', 'geodirectory');
|
|
| 1576 | 1576 | } |
| 1577 | 1577 | |
| 1578 | - $breadcrumb .= '<li>' . $separator; |
|
| 1579 | - $breadcrumb .= stripslashes_deep( $page_title ); |
|
| 1578 | + $breadcrumb .= '<li>'.$separator; |
|
| 1579 | + $breadcrumb .= stripslashes_deep($page_title); |
|
| 1580 | 1580 | $breadcrumb .= '</li>'; |
| 1581 | - } else if ( is_tag() ) {
|
|
| 1582 | - $breadcrumb .= "<li> " . $separator . single_tag_title( '', false ) . '</li>'; |
|
| 1583 | - } else if ( is_day() ) {
|
|
| 1584 | - $breadcrumb .= "<li> " . $separator . __( " Archive for", 'geodirectory' ) . " "; |
|
| 1585 | - the_time( 'F jS, Y' ); |
|
| 1581 | + } else if (is_tag()) {
|
|
| 1582 | + $breadcrumb .= "<li> ".$separator.single_tag_title('', false).'</li>';
|
|
| 1583 | + } else if (is_day()) {
|
|
| 1584 | + $breadcrumb .= "<li> ".$separator.__(" Archive for", 'geodirectory')." ";
|
|
| 1585 | + the_time('F jS, Y');
|
|
| 1586 | 1586 | $breadcrumb .= '</li>'; |
| 1587 | - } else if ( is_month() ) {
|
|
| 1588 | - $breadcrumb .= "<li> " . $separator . __( " Archive for", 'geodirectory' ) . " "; |
|
| 1589 | - the_time( 'F, Y' ); |
|
| 1587 | + } else if (is_month()) {
|
|
| 1588 | + $breadcrumb .= "<li> ".$separator.__(" Archive for", 'geodirectory')." ";
|
|
| 1589 | + the_time('F, Y');
|
|
| 1590 | 1590 | $breadcrumb .= '</li>'; |
| 1591 | - } else if ( is_year() ) {
|
|
| 1592 | - $breadcrumb .= "<li> " . $separator . __( " Archive for", 'geodirectory' ) . " "; |
|
| 1593 | - the_time( 'Y' ); |
|
| 1591 | + } else if (is_year()) {
|
|
| 1592 | + $breadcrumb .= "<li> ".$separator.__(" Archive for", 'geodirectory')." ";
|
|
| 1593 | + the_time('Y');
|
|
| 1594 | 1594 | $breadcrumb .= '</li>'; |
| 1595 | - } else if ( is_author() ) {
|
|
| 1596 | - $breadcrumb .= "<li> " . $separator . __( " Author Archive", 'geodirectory' ); |
|
| 1595 | + } else if (is_author()) {
|
|
| 1596 | + $breadcrumb .= "<li> ".$separator.__(" Author Archive", 'geodirectory');
|
|
| 1597 | 1597 | $breadcrumb .= '</li>'; |
| 1598 | - } else if ( isset( $_GET['paged'] ) && ! empty( $_GET['paged'] ) ) {
|
|
| 1599 | - $breadcrumb .= "<li>" . $separator . __( "Blog Archives", 'geodirectory' ); |
|
| 1598 | + } else if (isset($_GET['paged']) && !empty($_GET['paged'])) {
|
|
| 1599 | + $breadcrumb .= "<li>".$separator.__("Blog Archives", 'geodirectory');
|
|
| 1600 | 1600 | $breadcrumb .= '</li>'; |
| 1601 | - } else if ( is_search() ) {
|
|
| 1602 | - $breadcrumb .= "<li> " . $separator . __( " Search Results", 'geodirectory' ); |
|
| 1601 | + } else if (is_search()) {
|
|
| 1602 | + $breadcrumb .= "<li> ".$separator.__(" Search Results", 'geodirectory');
|
|
| 1603 | 1603 | $breadcrumb .= '</li>'; |
| 1604 | 1604 | } |
| 1605 | 1605 | $breadcrumb .= '</ul></div>'; |
@@ -1612,13 +1612,13 @@ discard block |
||
| 1612 | 1612 | * @param string $breadcrumb Breadcrumb HTML. |
| 1613 | 1613 | * @param string $separator Breadcrumb separator. |
| 1614 | 1614 | */ |
| 1615 | - echo $breadcrumb = apply_filters( 'geodir_breadcrumb', $breadcrumb, $separator ); |
|
| 1615 | + echo $breadcrumb = apply_filters('geodir_breadcrumb', $breadcrumb, $separator);
|
|
| 1616 | 1616 | } |
| 1617 | 1617 | } |
| 1618 | 1618 | |
| 1619 | 1619 | |
| 1620 | -add_action( "admin_init", "geodir_allow_wpadmin" ); // check user is admin |
|
| 1621 | -if ( ! function_exists( 'geodir_allow_wpadmin' ) ) {
|
|
| 1620 | +add_action("admin_init", "geodir_allow_wpadmin"); // check user is admin
|
|
| 1621 | +if (!function_exists('geodir_allow_wpadmin')) {
|
|
| 1622 | 1622 | /** |
| 1623 | 1623 | * Allow only admins to access wp-admin. |
| 1624 | 1624 | * |
@@ -1630,12 +1630,12 @@ discard block |
||
| 1630 | 1630 | */ |
| 1631 | 1631 | function geodir_allow_wpadmin() {
|
| 1632 | 1632 | global $wpdb; |
| 1633 | - if ( get_option( 'geodir_allow_wpadmin' ) == '0' && is_user_logged_in() && ( ! defined( 'DOING_AJAX' ) ) ) // checking action in request to allow ajax request go through |
|
| 1633 | + if (get_option('geodir_allow_wpadmin') == '0' && is_user_logged_in() && (!defined('DOING_AJAX'))) // checking action in request to allow ajax request go through
|
|
| 1634 | 1634 | {
|
| 1635 | - if ( current_user_can( 'administrator' ) ) {
|
|
| 1635 | + if (current_user_can('administrator')) {
|
|
| 1636 | 1636 | } else {
|
| 1637 | 1637 | |
| 1638 | - wp_redirect( home_url() ); |
|
| 1638 | + wp_redirect(home_url()); |
|
| 1639 | 1639 | exit; |
| 1640 | 1640 | } |
| 1641 | 1641 | |
@@ -1654,23 +1654,23 @@ discard block |
||
| 1654 | 1654 | * |
| 1655 | 1655 | * @return array|WP_Error The uploaded data as array. When failure returns error. |
| 1656 | 1656 | */ |
| 1657 | -function fetch_remote_file( $url ) {
|
|
| 1657 | +function fetch_remote_file($url) {
|
|
| 1658 | 1658 | // extract the file name and extension from the url |
| 1659 | - require_once( ABSPATH . 'wp-includes/pluggable.php' ); |
|
| 1660 | - $file_name = basename( $url ); |
|
| 1661 | - if ( strpos( $file_name, '?' ) !== false ) {
|
|
| 1662 | - list( $file_name ) = explode( '?', $file_name ); |
|
| 1659 | + require_once(ABSPATH.'wp-includes/pluggable.php'); |
|
| 1660 | + $file_name = basename($url); |
|
| 1661 | + if (strpos($file_name, '?') !== false) {
|
|
| 1662 | + list($file_name) = explode('?', $file_name);
|
|
| 1663 | 1663 | } |
| 1664 | 1664 | $dummy = false; |
| 1665 | 1665 | $add_to_cache = false; |
| 1666 | 1666 | $key = null; |
| 1667 | - if ( strpos( $url, '/dummy/' ) !== false ) {
|
|
| 1667 | + if (strpos($url, '/dummy/') !== false) {
|
|
| 1668 | 1668 | $dummy = true; |
| 1669 | - $key = "dummy_" . str_replace( '.', '_', $file_name ); |
|
| 1670 | - $value = get_transient( 'cached_dummy_images' ); |
|
| 1671 | - if ( $value ) {
|
|
| 1672 | - if ( isset( $value[ $key ] ) ) {
|
|
| 1673 | - return $value[ $key ]; |
|
| 1669 | + $key = "dummy_".str_replace('.', '_', $file_name);
|
|
| 1670 | + $value = get_transient('cached_dummy_images');
|
|
| 1671 | + if ($value) {
|
|
| 1672 | + if (isset($value[$key])) {
|
|
| 1673 | + return $value[$key]; |
|
| 1674 | 1674 | } else {
|
| 1675 | 1675 | $add_to_cache = true; |
| 1676 | 1676 | } |
@@ -1681,62 +1681,62 @@ discard block |
||
| 1681 | 1681 | |
| 1682 | 1682 | // get placeholder file in the upload dir with a unique, sanitized filename |
| 1683 | 1683 | |
| 1684 | - $post_upload_date = isset( $post['upload_date'] ) ? $post['upload_date'] : ''; |
|
| 1684 | + $post_upload_date = isset($post['upload_date']) ? $post['upload_date'] : ''; |
|
| 1685 | 1685 | |
| 1686 | - $upload = wp_upload_bits( $file_name, 0, '', $post_upload_date ); |
|
| 1687 | - if ( $upload['error'] ) {
|
|
| 1688 | - return new WP_Error( 'upload_dir_error', $upload['error'] ); |
|
| 1686 | + $upload = wp_upload_bits($file_name, 0, '', $post_upload_date); |
|
| 1687 | + if ($upload['error']) {
|
|
| 1688 | + return new WP_Error('upload_dir_error', $upload['error']);
|
|
| 1689 | 1689 | } |
| 1690 | 1690 | |
| 1691 | 1691 | |
| 1692 | - sleep( 0.3 );// if multiple remote file this can cause the remote server to timeout so we add a slight delay |
|
| 1692 | + sleep(0.3); // if multiple remote file this can cause the remote server to timeout so we add a slight delay |
|
| 1693 | 1693 | |
| 1694 | 1694 | // fetch the remote url and write it to the placeholder file |
| 1695 | - $headers = wp_remote_get( $url, array( 'stream' => true, 'filename' => $upload['file'] ) ); |
|
| 1695 | + $headers = wp_remote_get($url, array('stream' => true, 'filename' => $upload['file']));
|
|
| 1696 | 1696 | |
| 1697 | 1697 | $log_message = ''; |
| 1698 | - if ( is_wp_error( $headers ) ) {
|
|
| 1699 | - echo 'file: ' . $url; |
|
| 1698 | + if (is_wp_error($headers)) {
|
|
| 1699 | + echo 'file: '.$url; |
|
| 1700 | 1700 | |
| 1701 | - return new WP_Error( 'import_file_error', $headers->get_error_message() ); |
|
| 1701 | + return new WP_Error('import_file_error', $headers->get_error_message());
|
|
| 1702 | 1702 | } |
| 1703 | 1703 | |
| 1704 | 1704 | // clear cache to make compat with EWWW Image Optimizer |
| 1705 | - if(defined( 'EWWW_IMAGE_OPTIMIZER_PLUGIN_FILE')){
|
|
| 1705 | + if (defined('EWWW_IMAGE_OPTIMIZER_PLUGIN_FILE')) {
|
|
| 1706 | 1706 | clearstatcache(); |
| 1707 | 1707 | } |
| 1708 | - $filesize = filesize( $upload['file'] ); |
|
| 1708 | + $filesize = filesize($upload['file']); |
|
| 1709 | 1709 | // request failed |
| 1710 | - if ( ! $headers ) {
|
|
| 1711 | - $log_message = __( 'Remote server did not respond', 'geodirectory' ); |
|
| 1710 | + if (!$headers) {
|
|
| 1711 | + $log_message = __('Remote server did not respond', 'geodirectory');
|
|
| 1712 | 1712 | } // make sure the fetch was successful |
| 1713 | - elseif ( $headers['response']['code'] != '200' ) {
|
|
| 1714 | - $log_message = sprintf( __( 'Remote server returned error response %1$d %2$s', 'geodirectory' ), esc_html( $headers['response'] ), get_status_header_desc( $headers['response'] ) ); |
|
| 1715 | - } elseif ( isset( $headers['headers']['content-length'] ) && $filesize != $headers['headers']['content-length'] ) {
|
|
| 1716 | - $log_message = __( 'Remote file is incorrect size', 'geodirectory' ); |
|
| 1717 | - } elseif ( 0 == $filesize ) {
|
|
| 1718 | - $log_message = __( 'Zero size file downloaded', 'geodirectory' ); |
|
| 1719 | - } |
|
| 1720 | - |
|
| 1721 | - if ( $log_message ) {
|
|
| 1722 | - $del = unlink( $upload['file'] ); |
|
| 1723 | - if ( ! $del ) {
|
|
| 1724 | - geodir_error_log( __( 'GeoDirectory: fetch_remote_file() failed to delete temp file.', 'geodirectory' ) ); |
|
| 1713 | + elseif ($headers['response']['code'] != '200') {
|
|
| 1714 | + $log_message = sprintf(__('Remote server returned error response %1$d %2$s', 'geodirectory'), esc_html($headers['response']), get_status_header_desc($headers['response']));
|
|
| 1715 | + } elseif (isset($headers['headers']['content-length']) && $filesize != $headers['headers']['content-length']) {
|
|
| 1716 | + $log_message = __('Remote file is incorrect size', 'geodirectory');
|
|
| 1717 | + } elseif (0 == $filesize) {
|
|
| 1718 | + $log_message = __('Zero size file downloaded', 'geodirectory');
|
|
| 1719 | + } |
|
| 1720 | + |
|
| 1721 | + if ($log_message) {
|
|
| 1722 | + $del = unlink($upload['file']); |
|
| 1723 | + if (!$del) {
|
|
| 1724 | + geodir_error_log(__('GeoDirectory: fetch_remote_file() failed to delete temp file.', 'geodirectory'));
|
|
| 1725 | 1725 | } |
| 1726 | 1726 | |
| 1727 | - return new WP_Error( 'import_file_error', $log_message ); |
|
| 1727 | + return new WP_Error('import_file_error', $log_message);
|
|
| 1728 | 1728 | } |
| 1729 | 1729 | |
| 1730 | - if ( $dummy && $add_to_cache && is_array( $upload ) ) {
|
|
| 1731 | - $images = get_transient( 'cached_dummy_images' ); |
|
| 1732 | - if ( is_array( $images ) ) {
|
|
| 1733 | - $images[ $key ] = $upload; |
|
| 1730 | + if ($dummy && $add_to_cache && is_array($upload)) {
|
|
| 1731 | + $images = get_transient('cached_dummy_images');
|
|
| 1732 | + if (is_array($images)) {
|
|
| 1733 | + $images[$key] = $upload; |
|
| 1734 | 1734 | } else {
|
| 1735 | - $images = array( $key => $upload ); |
|
| 1735 | + $images = array($key => $upload); |
|
| 1736 | 1736 | } |
| 1737 | 1737 | |
| 1738 | 1738 | //setting the cache using the WP Transient API |
| 1739 | - set_transient( 'cached_dummy_images', $images, 60 * 10 ); //10 minutes cache |
|
| 1739 | + set_transient('cached_dummy_images', $images, 60 * 10); //10 minutes cache
|
|
| 1740 | 1740 | } |
| 1741 | 1741 | |
| 1742 | 1742 | return $upload; |
@@ -1750,12 +1750,12 @@ discard block |
||
| 1750 | 1750 | * @return string|void Max upload size. |
| 1751 | 1751 | */ |
| 1752 | 1752 | function geodir_max_upload_size() {
|
| 1753 | - $max_filesize = (float) get_option( 'geodir_upload_max_filesize', 2 ); |
|
| 1753 | + $max_filesize = (float) get_option('geodir_upload_max_filesize', 2);
|
|
| 1754 | 1754 | |
| 1755 | - if ( $max_filesize > 0 && $max_filesize < 1 ) {
|
|
| 1756 | - $max_filesize = (int) ( $max_filesize * 1024 ) . 'kb'; |
|
| 1755 | + if ($max_filesize > 0 && $max_filesize < 1) {
|
|
| 1756 | + $max_filesize = (int) ($max_filesize * 1024).'kb'; |
|
| 1757 | 1757 | } else {
|
| 1758 | - $max_filesize = $max_filesize > 0 ? $max_filesize . 'mb' : '2mb'; |
|
| 1758 | + $max_filesize = $max_filesize > 0 ? $max_filesize.'mb' : '2mb'; |
|
| 1759 | 1759 | } |
| 1760 | 1760 | |
| 1761 | 1761 | /** |
@@ -1765,7 +1765,7 @@ discard block |
||
| 1765 | 1765 | * |
| 1766 | 1766 | * @param string $max_filesize Max file upload size. Ex. 10mb, 512kb. |
| 1767 | 1767 | */ |
| 1768 | - return apply_filters( 'geodir_default_image_upload_size_limit', $max_filesize ); |
|
| 1768 | + return apply_filters('geodir_default_image_upload_size_limit', $max_filesize);
|
|
| 1769 | 1769 | } |
| 1770 | 1770 | |
| 1771 | 1771 | /** |
@@ -1778,8 +1778,8 @@ discard block |
||
| 1778 | 1778 | * @return bool If dummy folder exists returns true, else false. |
| 1779 | 1779 | */ |
| 1780 | 1780 | function geodir_dummy_folder_exists() {
|
| 1781 | - $path = geodir_plugin_path() . '/geodirectory-admin/dummy/'; |
|
| 1782 | - if ( ! is_dir( $path ) ) {
|
|
| 1781 | + $path = geodir_plugin_path().'/geodirectory-admin/dummy/'; |
|
| 1782 | + if (!is_dir($path)) {
|
|
| 1783 | 1783 | return false; |
| 1784 | 1784 | } else {
|
| 1785 | 1785 | return true; |
@@ -1798,17 +1798,17 @@ discard block |
||
| 1798 | 1798 | * |
| 1799 | 1799 | * @return object Author info. |
| 1800 | 1800 | */ |
| 1801 | -function geodir_get_author_info( $aid ) {
|
|
| 1801 | +function geodir_get_author_info($aid) {
|
|
| 1802 | 1802 | global $wpdb; |
| 1803 | 1803 | /*$infosql = "select * from $wpdb->users where ID=$aid";*/ |
| 1804 | - $infosql = $wpdb->prepare( "select * from $wpdb->users where ID=%d", array( $aid ) ); |
|
| 1805 | - $info = $wpdb->get_results( $infosql ); |
|
| 1806 | - if ( $info ) {
|
|
| 1804 | + $infosql = $wpdb->prepare("select * from $wpdb->users where ID=%d", array($aid));
|
|
| 1805 | + $info = $wpdb->get_results($infosql); |
|
| 1806 | + if ($info) {
|
|
| 1807 | 1807 | return $info[0]; |
| 1808 | 1808 | } |
| 1809 | 1809 | } |
| 1810 | 1810 | |
| 1811 | -if ( ! function_exists( 'adminEmail' ) ) {
|
|
| 1811 | +if (!function_exists('adminEmail')) {
|
|
| 1812 | 1812 | /** |
| 1813 | 1813 | * Send emails to client on post submission, renew etc. |
| 1814 | 1814 | * |
@@ -1821,67 +1821,67 @@ discard block |
||
| 1821 | 1821 | * @param string $message_type Can be 'expiration','post_submited','renew','upgrade','claim_approved','claim_rejected','claim_requested','auto_claim','payment_success','payment_fail'. |
| 1822 | 1822 | * @param string $custom_1 Custom data to be sent. |
| 1823 | 1823 | */ |
| 1824 | - function adminEmail( $page_id, $user_id, $message_type, $custom_1 = '' ) {
|
|
| 1824 | + function adminEmail($page_id, $user_id, $message_type, $custom_1 = '') {
|
|
| 1825 | 1825 | global $wpdb; |
| 1826 | - if ( $message_type == 'expiration' ) {
|
|
| 1827 | - $subject = stripslashes( __( get_option( 'renew_email_subject' ), 'geodirectory' ) ); |
|
| 1828 | - $client_message = stripslashes( __( get_option( 'renew_email_content' ), 'geodirectory' ) ); |
|
| 1829 | - } elseif ( $message_type == 'post_submited' ) {
|
|
| 1830 | - $subject = __( get_option( 'post_submited_success_email_subject_admin' ), 'geodirectory' ); |
|
| 1831 | - $client_message = __( get_option( 'post_submited_success_email_content_admin' ), 'geodirectory' ); |
|
| 1832 | - } elseif ( $message_type == 'renew' ) {
|
|
| 1833 | - $subject = __( get_option( 'post_renew_success_email_subject_admin' ), 'geodirectory' ); |
|
| 1834 | - $client_message = __( get_option( 'post_renew_success_email_content_admin' ), 'geodirectory' ); |
|
| 1835 | - } elseif ( $message_type == 'upgrade' ) {
|
|
| 1836 | - $subject = __( get_option( 'post_upgrade_success_email_subject_admin' ), 'geodirectory' ); |
|
| 1837 | - $client_message = __( get_option( 'post_upgrade_success_email_content_admin' ), 'geodirectory' ); |
|
| 1838 | - } elseif ( $message_type == 'claim_approved' ) {
|
|
| 1839 | - $subject = __( get_option( 'claim_approved_email_subject' ), 'geodirectory' ); |
|
| 1840 | - $client_message = __( get_option( 'claim_approved_email_content' ), 'geodirectory' ); |
|
| 1841 | - } elseif ( $message_type == 'claim_rejected' ) {
|
|
| 1842 | - $subject = __( get_option( 'claim_rejected_email_subject' ), 'geodirectory' ); |
|
| 1843 | - $client_message = __( get_option( 'claim_rejected_email_content' ), 'geodirectory' ); |
|
| 1844 | - } elseif ( $message_type == 'claim_requested' ) {
|
|
| 1845 | - $subject = __( get_option( 'claim_email_subject_admin' ), 'geodirectory' ); |
|
| 1846 | - $client_message = __( get_option( 'claim_email_content_admin' ), 'geodirectory' ); |
|
| 1847 | - } elseif ( $message_type == 'auto_claim' ) {
|
|
| 1848 | - $subject = __( get_option( 'auto_claim_email_subject' ), 'geodirectory' ); |
|
| 1849 | - $client_message = __( get_option( 'auto_claim_email_content' ), 'geodirectory' ); |
|
| 1850 | - } elseif ( $message_type == 'payment_success' ) {
|
|
| 1851 | - $subject = __( get_option( 'post_payment_success_admin_email_subject' ), 'geodirectory' ); |
|
| 1852 | - $client_message = __( get_option( 'post_payment_success_admin_email_content' ), 'geodirectory' ); |
|
| 1853 | - } elseif ( $message_type == 'payment_fail' ) {
|
|
| 1854 | - $subject = __( get_option( 'post_payment_fail_admin_email_subject' ), 'geodirectory' ); |
|
| 1855 | - $client_message = __( get_option( 'post_payment_fail_admin_email_content' ), 'geodirectory' ); |
|
| 1826 | + if ($message_type == 'expiration') {
|
|
| 1827 | + $subject = stripslashes(__(get_option('renew_email_subject'), 'geodirectory'));
|
|
| 1828 | + $client_message = stripslashes(__(get_option('renew_email_content'), 'geodirectory'));
|
|
| 1829 | + } elseif ($message_type == 'post_submited') {
|
|
| 1830 | + $subject = __(get_option('post_submited_success_email_subject_admin'), 'geodirectory');
|
|
| 1831 | + $client_message = __(get_option('post_submited_success_email_content_admin'), 'geodirectory');
|
|
| 1832 | + } elseif ($message_type == 'renew') {
|
|
| 1833 | + $subject = __(get_option('post_renew_success_email_subject_admin'), 'geodirectory');
|
|
| 1834 | + $client_message = __(get_option('post_renew_success_email_content_admin'), 'geodirectory');
|
|
| 1835 | + } elseif ($message_type == 'upgrade') {
|
|
| 1836 | + $subject = __(get_option('post_upgrade_success_email_subject_admin'), 'geodirectory');
|
|
| 1837 | + $client_message = __(get_option('post_upgrade_success_email_content_admin'), 'geodirectory');
|
|
| 1838 | + } elseif ($message_type == 'claim_approved') {
|
|
| 1839 | + $subject = __(get_option('claim_approved_email_subject'), 'geodirectory');
|
|
| 1840 | + $client_message = __(get_option('claim_approved_email_content'), 'geodirectory');
|
|
| 1841 | + } elseif ($message_type == 'claim_rejected') {
|
|
| 1842 | + $subject = __(get_option('claim_rejected_email_subject'), 'geodirectory');
|
|
| 1843 | + $client_message = __(get_option('claim_rejected_email_content'), 'geodirectory');
|
|
| 1844 | + } elseif ($message_type == 'claim_requested') {
|
|
| 1845 | + $subject = __(get_option('claim_email_subject_admin'), 'geodirectory');
|
|
| 1846 | + $client_message = __(get_option('claim_email_content_admin'), 'geodirectory');
|
|
| 1847 | + } elseif ($message_type == 'auto_claim') {
|
|
| 1848 | + $subject = __(get_option('auto_claim_email_subject'), 'geodirectory');
|
|
| 1849 | + $client_message = __(get_option('auto_claim_email_content'), 'geodirectory');
|
|
| 1850 | + } elseif ($message_type == 'payment_success') {
|
|
| 1851 | + $subject = __(get_option('post_payment_success_admin_email_subject'), 'geodirectory');
|
|
| 1852 | + $client_message = __(get_option('post_payment_success_admin_email_content'), 'geodirectory');
|
|
| 1853 | + } elseif ($message_type == 'payment_fail') {
|
|
| 1854 | + $subject = __(get_option('post_payment_fail_admin_email_subject'), 'geodirectory');
|
|
| 1855 | + $client_message = __(get_option('post_payment_fail_admin_email_content'), 'geodirectory');
|
|
| 1856 | 1856 | } |
| 1857 | 1857 | $transaction_details = $custom_1; |
| 1858 | - $fromEmail = get_option( 'site_email' ); |
|
| 1858 | + $fromEmail = get_option('site_email');
|
|
| 1859 | 1859 | $fromEmailName = get_site_emailName(); |
| 1860 | 1860 | //$alivedays = get_post_meta($page_id,'alive_days',true); |
| 1861 | - $pkg_limit = get_property_price_info_listing( $page_id ); |
|
| 1861 | + $pkg_limit = get_property_price_info_listing($page_id); |
|
| 1862 | 1862 | $alivedays = $pkg_limit['days']; |
| 1863 | - $productlink = get_permalink( $page_id ); |
|
| 1864 | - $post_info = get_post( $page_id ); |
|
| 1865 | - $post_date = date( 'dS F,Y', strtotime( $post_info->post_date ) ); |
|
| 1866 | - $listingLink = '<a href="' . $productlink . '"><b>' . $post_info->post_title . '</b></a>'; |
|
| 1863 | + $productlink = get_permalink($page_id); |
|
| 1864 | + $post_info = get_post($page_id); |
|
| 1865 | + $post_date = date('dS F,Y', strtotime($post_info->post_date));
|
|
| 1866 | + $listingLink = '<a href="'.$productlink.'"><b>'.$post_info->post_title.'</b></a>'; |
|
| 1867 | 1867 | $loginurl = geodir_login_url(); |
| 1868 | - $loginurl_link = '<a href="' . $loginurl . '">login</a>'; |
|
| 1868 | + $loginurl_link = '<a href="'.$loginurl.'">login</a>'; |
|
| 1869 | 1869 | $siteurl = home_url(); |
| 1870 | - $siteurl_link = '<a href="' . $siteurl . '">' . $fromEmailName . '</a>'; |
|
| 1871 | - $user_info = get_userdata( $user_id ); |
|
| 1870 | + $siteurl_link = '<a href="'.$siteurl.'">'.$fromEmailName.'</a>'; |
|
| 1871 | + $user_info = get_userdata($user_id); |
|
| 1872 | 1872 | $user_email = $user_info->user_email; |
| 1873 | - $display_name = geodir_get_client_name( $user_id ); |
|
| 1873 | + $display_name = geodir_get_client_name($user_id); |
|
| 1874 | 1874 | $user_login = $user_info->user_login; |
| 1875 | - $number_of_grace_days = get_option( 'ptthemes_listing_preexpiry_notice_days' ); |
|
| 1876 | - if ( $number_of_grace_days == '' ) {
|
|
| 1875 | + $number_of_grace_days = get_option('ptthemes_listing_preexpiry_notice_days');
|
|
| 1876 | + if ($number_of_grace_days == '') {
|
|
| 1877 | 1877 | $number_of_grace_days = 1; |
| 1878 | 1878 | } |
| 1879 | - if ( $post_info->post_type == 'event' ) {
|
|
| 1879 | + if ($post_info->post_type == 'event') {
|
|
| 1880 | 1880 | $post_type = 'event'; |
| 1881 | 1881 | } else {
|
| 1882 | 1882 | $post_type = 'listing'; |
| 1883 | 1883 | } |
| 1884 | - $renew_link = '<a href="' . $siteurl . '?ptype=post_' . $post_type . '&renew=1&pid=' . $page_id . '">' . RENEW_LINK . '</a>'; |
|
| 1884 | + $renew_link = '<a href="'.$siteurl.'?ptype=post_'.$post_type.'&renew=1&pid='.$page_id.'">'.RENEW_LINK.'</a>'; |
|
| 1885 | 1885 | $search_array = array( |
| 1886 | 1886 | '[#client_name#]', |
| 1887 | 1887 | '[#listing_link#]', |
@@ -1897,7 +1897,7 @@ discard block |
||
| 1897 | 1897 | '[#site_name#]', |
| 1898 | 1898 | '[#transaction_details#]' |
| 1899 | 1899 | ); |
| 1900 | - $replace_array = array( |
|
| 1900 | + $replace_array = array( |
|
| 1901 | 1901 | $display_name, |
| 1902 | 1902 | $listingLink, |
| 1903 | 1903 | $post_date, |
@@ -1912,13 +1912,13 @@ discard block |
||
| 1912 | 1912 | $fromEmailName, |
| 1913 | 1913 | $transaction_details |
| 1914 | 1914 | ); |
| 1915 | - $client_message = str_replace( $search_array, $replace_array, $client_message ); |
|
| 1916 | - $subject = str_replace( $search_array, $replace_array, $subject ); |
|
| 1915 | + $client_message = str_replace($search_array, $replace_array, $client_message); |
|
| 1916 | + $subject = str_replace($search_array, $replace_array, $subject); |
|
| 1917 | 1917 | |
| 1918 | 1918 | |
| 1919 | - $headers = array(); |
|
| 1919 | + $headers = array(); |
|
| 1920 | 1920 | $headers[] = 'Content-type: text/html; charset=UTF-8'; |
| 1921 | - $headers[] = 'From: ' . $fromEmailName . ' <' . $fromEmail . '>'; |
|
| 1921 | + $headers[] = 'From: '.$fromEmailName.' <'.$fromEmail.'>'; |
|
| 1922 | 1922 | |
| 1923 | 1923 | $to = $fromEmail; |
| 1924 | 1924 | $message = $client_message; |
@@ -1936,7 +1936,7 @@ discard block |
||
| 1936 | 1936 | * @param string $message_type Can be 'expiration','post_submited','renew','upgrade','claim_approved','claim_rejected','claim_requested','auto_claim','payment_success','payment_fail'. |
| 1937 | 1937 | * @param string $custom_1 Custom data to be sent. |
| 1938 | 1938 | */ |
| 1939 | - $to = apply_filters( 'geodir_adminEmail_to', $to, $page_id, $user_id, $message_type, $custom_1 ); |
|
| 1939 | + $to = apply_filters('geodir_adminEmail_to', $to, $page_id, $user_id, $message_type, $custom_1);
|
|
| 1940 | 1940 | /** |
| 1941 | 1941 | * Filter the admin email subject. |
| 1942 | 1942 | * |
@@ -1949,7 +1949,7 @@ discard block |
||
| 1949 | 1949 | * @param string $message_type Can be 'expiration','post_submited','renew','upgrade','claim_approved','claim_rejected','claim_requested','auto_claim','payment_success','payment_fail'. |
| 1950 | 1950 | * @param string $custom_1 Custom data to be sent. |
| 1951 | 1951 | */ |
| 1952 | - $subject = apply_filters( 'geodir_adminEmail_subject', $subject, $page_id, $user_id, $message_type, $custom_1 ); |
|
| 1952 | + $subject = apply_filters('geodir_adminEmail_subject', $subject, $page_id, $user_id, $message_type, $custom_1);
|
|
| 1953 | 1953 | /** |
| 1954 | 1954 | * Filter the admin email message. |
| 1955 | 1955 | * |
@@ -1962,7 +1962,7 @@ discard block |
||
| 1962 | 1962 | * @param string $message_type Can be 'expiration','post_submited','renew','upgrade','claim_approved','claim_rejected','claim_requested','auto_claim','payment_success','payment_fail'. |
| 1963 | 1963 | * @param string $custom_1 Custom data to be sent. |
| 1964 | 1964 | */ |
| 1965 | - $message = apply_filters( 'geodir_adminEmail_message', $message, $page_id, $user_id, $message_type, $custom_1 ); |
|
| 1965 | + $message = apply_filters('geodir_adminEmail_message', $message, $page_id, $user_id, $message_type, $custom_1);
|
|
| 1966 | 1966 | /** |
| 1967 | 1967 | * Filter the admin email headers. |
| 1968 | 1968 | * |
@@ -1975,22 +1975,22 @@ discard block |
||
| 1975 | 1975 | * @param string $message_type Can be 'expiration','post_submited','renew','upgrade','claim_approved','claim_rejected','claim_requested','auto_claim','payment_success','payment_fail'. |
| 1976 | 1976 | * @param string $custom_1 Custom data to be sent. |
| 1977 | 1977 | */ |
| 1978 | - $headers = apply_filters( 'geodir_adminEmail_headers', $headers, $page_id, $user_id, $message_type, $custom_1 ); |
|
| 1978 | + $headers = apply_filters('geodir_adminEmail_headers', $headers, $page_id, $user_id, $message_type, $custom_1);
|
|
| 1979 | 1979 | |
| 1980 | 1980 | |
| 1981 | - $sent = wp_mail( $to, $subject, $message, $headers ); |
|
| 1982 | - if ( ! $sent ) {
|
|
| 1983 | - if ( is_array( $to ) ) {
|
|
| 1984 | - $to = implode( ',', $to ); |
|
| 1981 | + $sent = wp_mail($to, $subject, $message, $headers); |
|
| 1982 | + if (!$sent) {
|
|
| 1983 | + if (is_array($to)) {
|
|
| 1984 | + $to = implode(',', $to);
|
|
| 1985 | 1985 | } |
| 1986 | 1986 | $log_message = sprintf( |
| 1987 | - __( "Email from GeoDirectory failed to send.\nMessage type: %s\nSend time: %s\nTo: %s\nSubject: %s\n\n", 'geodirectory' ), |
|
| 1987 | + __("Email from GeoDirectory failed to send.\nMessage type: %s\nSend time: %s\nTo: %s\nSubject: %s\n\n", 'geodirectory'),
|
|
| 1988 | 1988 | $message_type, |
| 1989 | - date_i18n( 'F j Y H:i:s', current_time( 'timestamp' ) ), |
|
| 1989 | + date_i18n('F j Y H:i:s', current_time('timestamp')),
|
|
| 1990 | 1990 | $to, |
| 1991 | 1991 | $subject |
| 1992 | 1992 | ); |
| 1993 | - geodir_error_log( $log_message ); |
|
| 1993 | + geodir_error_log($log_message); |
|
| 1994 | 1994 | } |
| 1995 | 1995 | } |
| 1996 | 1996 | } |
@@ -2010,12 +2010,12 @@ discard block |
||
| 2010 | 2010 | * |
| 2011 | 2011 | * @return array Category IDs. |
| 2012 | 2012 | */ |
| 2013 | -function gd_lang_object_ids( $ids_array, $type ) {
|
|
| 2014 | - if ( geodir_is_wpml() ) {
|
|
| 2013 | +function gd_lang_object_ids($ids_array, $type) {
|
|
| 2014 | + if (geodir_is_wpml()) {
|
|
| 2015 | 2015 | $res = array(); |
| 2016 | - foreach ( $ids_array as $id ) {
|
|
| 2017 | - $xlat = geodir_wpml_object_id( $id, $type, false ); |
|
| 2018 | - if ( ! is_null( $xlat ) ) {
|
|
| 2016 | + foreach ($ids_array as $id) {
|
|
| 2017 | + $xlat = geodir_wpml_object_id($id, $type, false); |
|
| 2018 | + if (!is_null($xlat)) {
|
|
| 2019 | 2019 | $res[] = $xlat; |
| 2020 | 2020 | } |
| 2021 | 2021 | } |
@@ -2039,20 +2039,20 @@ discard block |
||
| 2039 | 2039 | * |
| 2040 | 2040 | * @return array Modified Body CSS classes. |
| 2041 | 2041 | */ |
| 2042 | -function geodir_custom_posts_body_class( $classes ) {
|
|
| 2042 | +function geodir_custom_posts_body_class($classes) {
|
|
| 2043 | 2043 | global $wpdb, $wp; |
| 2044 | - $post_types = geodir_get_posttypes( 'object' ); |
|
| 2045 | - if ( ! empty( $post_types ) && count( (array) $post_types ) > 1 ) {
|
|
| 2044 | + $post_types = geodir_get_posttypes('object');
|
|
| 2045 | + if (!empty($post_types) && count((array) $post_types) > 1) {
|
|
| 2046 | 2046 | $classes[] = 'geodir_custom_posts'; |
| 2047 | 2047 | } |
| 2048 | 2048 | |
| 2049 | 2049 | // fix body class for signup page |
| 2050 | - if ( geodir_is_page( 'login' ) ) {
|
|
| 2050 | + if (geodir_is_page('login')) {
|
|
| 2051 | 2051 | $new_classes = array(); |
| 2052 | 2052 | $new_classes[] = 'signup page-geodir-signup'; |
| 2053 | - if ( ! empty( $classes ) ) {
|
|
| 2054 | - foreach ( $classes as $class ) {
|
|
| 2055 | - if ( $class && $class != 'home' && $class != 'blog' ) {
|
|
| 2053 | + if (!empty($classes)) {
|
|
| 2054 | + foreach ($classes as $class) {
|
|
| 2055 | + if ($class && $class != 'home' && $class != 'blog') {
|
|
| 2056 | 2056 | $new_classes[] = $class; |
| 2057 | 2057 | } |
| 2058 | 2058 | } |
@@ -2060,14 +2060,14 @@ discard block |
||
| 2060 | 2060 | $classes = $new_classes; |
| 2061 | 2061 | } |
| 2062 | 2062 | |
| 2063 | - if ( geodir_is_geodir_page() ) {
|
|
| 2063 | + if (geodir_is_geodir_page()) {
|
|
| 2064 | 2064 | $classes[] = 'geodir-page'; |
| 2065 | 2065 | } |
| 2066 | 2066 | |
| 2067 | 2067 | return $classes; |
| 2068 | 2068 | } |
| 2069 | 2069 | |
| 2070 | -add_filter( 'body_class', 'geodir_custom_posts_body_class' ); // let's add a class to the body so we can style the new addition to the search |
|
| 2070 | +add_filter('body_class', 'geodir_custom_posts_body_class'); // let's add a class to the body so we can style the new addition to the search
|
|
| 2071 | 2071 | |
| 2072 | 2072 | |
| 2073 | 2073 | /** |
@@ -2083,7 +2083,7 @@ discard block |
||
| 2083 | 2083 | * |
| 2084 | 2084 | * @since 1.0.0 |
| 2085 | 2085 | */ |
| 2086 | - return apply_filters( 'geodir_map_zoom_level', array( |
|
| 2086 | + return apply_filters('geodir_map_zoom_level', array(
|
|
| 2087 | 2087 | 1, |
| 2088 | 2088 | 2, |
| 2089 | 2089 | 3, |
@@ -2103,7 +2103,7 @@ discard block |
||
| 2103 | 2103 | 17, |
| 2104 | 2104 | 18, |
| 2105 | 2105 | 19 |
| 2106 | - ) ); |
|
| 2106 | + )); |
|
| 2107 | 2107 | |
| 2108 | 2108 | } |
| 2109 | 2109 | |
@@ -2116,12 +2116,12 @@ discard block |
||
| 2116 | 2116 | * |
| 2117 | 2117 | * @param string $geodir_option_name Option key. |
| 2118 | 2118 | */ |
| 2119 | -function geodir_option_version_backup( $geodir_option_name ) {
|
|
| 2119 | +function geodir_option_version_backup($geodir_option_name) {
|
|
| 2120 | 2120 | $version_date = time(); |
| 2121 | - $geodir_option = get_option( $geodir_option_name ); |
|
| 2121 | + $geodir_option = get_option($geodir_option_name); |
|
| 2122 | 2122 | |
| 2123 | - if ( ! empty( $geodir_option ) ) {
|
|
| 2124 | - add_option( $geodir_option_name . '_' . $version_date, $geodir_option ); |
|
| 2123 | + if (!empty($geodir_option)) {
|
|
| 2124 | + add_option($geodir_option_name.'_'.$version_date, $geodir_option); |
|
| 2125 | 2125 | } |
| 2126 | 2126 | } |
| 2127 | 2127 | |
@@ -2135,10 +2135,10 @@ discard block |
||
| 2135 | 2135 | * |
| 2136 | 2136 | * @return int Page ID. |
| 2137 | 2137 | */ |
| 2138 | -function get_page_id_geodir_add_listing_page( $page_id ) {
|
|
| 2139 | - if ( geodir_wpml_multilingual_status() ) {
|
|
| 2138 | +function get_page_id_geodir_add_listing_page($page_id) {
|
|
| 2139 | + if (geodir_wpml_multilingual_status()) {
|
|
| 2140 | 2140 | $post_type = 'post_page'; |
| 2141 | - $page_id = geodir_get_wpml_element_id( $page_id, $post_type ); |
|
| 2141 | + $page_id = geodir_get_wpml_element_id($page_id, $post_type); |
|
| 2142 | 2142 | } |
| 2143 | 2143 | |
| 2144 | 2144 | return $page_id; |
@@ -2152,7 +2152,7 @@ discard block |
||
| 2152 | 2152 | * @return bool Returns true when sitepress multilingual CMS active. else returns false. |
| 2153 | 2153 | */ |
| 2154 | 2154 | function geodir_wpml_multilingual_status() {
|
| 2155 | - if ( geodir_is_wpml() ) {
|
|
| 2155 | + if (geodir_is_wpml()) {
|
|
| 2156 | 2156 | return true; |
| 2157 | 2157 | } |
| 2158 | 2158 | |
@@ -2170,19 +2170,19 @@ discard block |
||
| 2170 | 2170 | * |
| 2171 | 2171 | * @return int Element ID when exists. Else the page id. |
| 2172 | 2172 | */ |
| 2173 | -function geodir_get_wpml_element_id( $page_id, $post_type ) {
|
|
| 2173 | +function geodir_get_wpml_element_id($page_id, $post_type) {
|
|
| 2174 | 2174 | global $sitepress; |
| 2175 | - if ( geodir_wpml_multilingual_status() && ! empty( $sitepress ) && isset( $sitepress->queries ) ) {
|
|
| 2176 | - $trid = $sitepress->get_element_trid( $page_id, $post_type ); |
|
| 2175 | + if (geodir_wpml_multilingual_status() && !empty($sitepress) && isset($sitepress->queries)) {
|
|
| 2176 | + $trid = $sitepress->get_element_trid($page_id, $post_type); |
|
| 2177 | 2177 | |
| 2178 | - if ( $trid > 0 ) {
|
|
| 2179 | - $translations = $sitepress->get_element_translations( $trid, $post_type ); |
|
| 2178 | + if ($trid > 0) {
|
|
| 2179 | + $translations = $sitepress->get_element_translations($trid, $post_type); |
|
| 2180 | 2180 | |
| 2181 | 2181 | $lang = $sitepress->get_current_language(); |
| 2182 | 2182 | $lang = $lang ? $lang : $sitepress->get_default_language(); |
| 2183 | 2183 | |
| 2184 | - if ( ! empty( $translations ) && ! empty( $lang ) && isset( $translations[ $lang ] ) && isset( $translations[ $lang ]->element_id ) && ! empty( $translations[ $lang ]->element_id ) ) {
|
|
| 2185 | - $page_id = $translations[ $lang ]->element_id; |
|
| 2184 | + if (!empty($translations) && !empty($lang) && isset($translations[$lang]) && isset($translations[$lang]->element_id) && !empty($translations[$lang]->element_id)) {
|
|
| 2185 | + $page_id = $translations[$lang]->element_id; |
|
| 2186 | 2186 | } |
| 2187 | 2187 | } |
| 2188 | 2188 | } |
@@ -2199,15 +2199,15 @@ discard block |
||
| 2199 | 2199 | */ |
| 2200 | 2200 | function geodir_wpml_check_element_id() {
|
| 2201 | 2201 | global $sitepress; |
| 2202 | - if ( geodir_wpml_multilingual_status() && ! empty( $sitepress ) && isset( $sitepress->queries ) ) {
|
|
| 2202 | + if (geodir_wpml_multilingual_status() && !empty($sitepress) && isset($sitepress->queries)) {
|
|
| 2203 | 2203 | $el_type = 'post_page'; |
| 2204 | - $el_id = get_option( 'geodir_add_listing_page' ); |
|
| 2204 | + $el_id = get_option('geodir_add_listing_page');
|
|
| 2205 | 2205 | $default_lang = $sitepress->get_default_language(); |
| 2206 | - $el_details = $sitepress->get_element_language_details( $el_id, $el_type ); |
|
| 2206 | + $el_details = $sitepress->get_element_language_details($el_id, $el_type); |
|
| 2207 | 2207 | |
| 2208 | - if ( ! ( $el_id > 0 && $default_lang && ! empty( $el_details ) && isset( $el_details->language_code ) && $el_details->language_code == $default_lang ) ) {
|
|
| 2209 | - if ( ! $el_details->source_language_code ) {
|
|
| 2210 | - $sitepress->set_element_language_details( $el_id, $el_type, '', $default_lang ); |
|
| 2208 | + if (!($el_id > 0 && $default_lang && !empty($el_details) && isset($el_details->language_code) && $el_details->language_code == $default_lang)) {
|
|
| 2209 | + if (!$el_details->source_language_code) {
|
|
| 2210 | + $sitepress->set_element_language_details($el_id, $el_type, '', $default_lang); |
|
| 2211 | 2211 | $sitepress->icl_translations_cache->clear(); |
| 2212 | 2212 | } |
| 2213 | 2213 | } |
@@ -2227,44 +2227,44 @@ discard block |
||
| 2227 | 2227 | * |
| 2228 | 2228 | * @return string Orderby SQL. |
| 2229 | 2229 | */ |
| 2230 | -function geodir_widget_listings_get_order( $query_args ) {
|
|
| 2230 | +function geodir_widget_listings_get_order($query_args) {
|
|
| 2231 | 2231 | global $wpdb, $plugin_prefix, $gd_query_args_widgets; |
| 2232 | 2232 | |
| 2233 | 2233 | $query_args = $gd_query_args_widgets; |
| 2234 | - if ( empty( $query_args ) || empty( $query_args['is_geodir_loop'] ) ) {
|
|
| 2235 | - return $wpdb->posts . ".post_date DESC, "; |
|
| 2234 | + if (empty($query_args) || empty($query_args['is_geodir_loop'])) {
|
|
| 2235 | + return $wpdb->posts.".post_date DESC, "; |
|
| 2236 | 2236 | } |
| 2237 | 2237 | |
| 2238 | - $post_type = empty( $query_args['post_type'] ) ? 'gd_place' : $query_args['post_type']; |
|
| 2239 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 2238 | + $post_type = empty($query_args['post_type']) ? 'gd_place' : $query_args['post_type']; |
|
| 2239 | + $table = $plugin_prefix.$post_type.'_detail'; |
|
| 2240 | 2240 | |
| 2241 | - $sort_by = ! empty( $query_args['order_by'] ) ? $query_args['order_by'] : ''; |
|
| 2241 | + $sort_by = !empty($query_args['order_by']) ? $query_args['order_by'] : ''; |
|
| 2242 | 2242 | |
| 2243 | - switch ( $sort_by ) {
|
|
| 2243 | + switch ($sort_by) {
|
|
| 2244 | 2244 | case 'latest': |
| 2245 | 2245 | case 'newest': |
| 2246 | - $orderby = $wpdb->posts . ".post_date DESC, "; |
|
| 2246 | + $orderby = $wpdb->posts.".post_date DESC, "; |
|
| 2247 | 2247 | break; |
| 2248 | 2248 | case 'featured': |
| 2249 | - $orderby = $table . ".is_featured ASC, ". $wpdb->posts . ".post_date DESC, "; |
|
| 2249 | + $orderby = $table.".is_featured ASC, ".$wpdb->posts.".post_date DESC, "; |
|
| 2250 | 2250 | break; |
| 2251 | 2251 | case 'az': |
| 2252 | - $orderby = $wpdb->posts . ".post_title ASC, "; |
|
| 2252 | + $orderby = $wpdb->posts.".post_title ASC, "; |
|
| 2253 | 2253 | break; |
| 2254 | 2254 | case 'high_review': |
| 2255 | - $orderby = $table . ".rating_count DESC, " . $table . ".overall_rating DESC, "; |
|
| 2255 | + $orderby = $table.".rating_count DESC, ".$table.".overall_rating DESC, "; |
|
| 2256 | 2256 | break; |
| 2257 | 2257 | case 'high_rating': |
| 2258 | - $orderby = "( " . $table . ".overall_rating ) DESC, "; |
|
| 2258 | + $orderby = "( ".$table.".overall_rating ) DESC, "; |
|
| 2259 | 2259 | break; |
| 2260 | 2260 | case 'random': |
| 2261 | 2261 | $orderby = "RAND(), "; |
| 2262 | 2262 | break; |
| 2263 | 2263 | default: |
| 2264 | - if ( $custom_orderby = geodir_prepare_custom_sorting( $sort_by, $table ) ) {
|
|
| 2265 | - $orderby = $custom_orderby . ", "; |
|
| 2264 | + if ($custom_orderby = geodir_prepare_custom_sorting($sort_by, $table)) {
|
|
| 2265 | + $orderby = $custom_orderby.", "; |
|
| 2266 | 2266 | } else {
|
| 2267 | - $orderby = $wpdb->posts . ".post_title ASC, "; |
|
| 2267 | + $orderby = $wpdb->posts.".post_title ASC, "; |
|
| 2268 | 2268 | } |
| 2269 | 2269 | break; |
| 2270 | 2270 | } |
@@ -2289,16 +2289,16 @@ discard block |
||
| 2289 | 2289 | * |
| 2290 | 2290 | * @return mixed Result object. |
| 2291 | 2291 | */ |
| 2292 | -function geodir_get_widget_listings( $query_args = array(), $count_only = false ) {
|
|
| 2292 | +function geodir_get_widget_listings($query_args = array(), $count_only = false) {
|
|
| 2293 | 2293 | global $wpdb, $plugin_prefix, $table_prefix; |
| 2294 | 2294 | $GLOBALS['gd_query_args_widgets'] = $query_args; |
| 2295 | 2295 | $gd_query_args_widgets = $query_args; |
| 2296 | 2296 | |
| 2297 | - $post_type = empty( $query_args['post_type'] ) ? 'gd_place' : $query_args['post_type']; |
|
| 2298 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 2299 | - $supports_wpml = geodir_wpml_is_post_type_translated( $post_type ); |
|
| 2297 | + $post_type = empty($query_args['post_type']) ? 'gd_place' : $query_args['post_type']; |
|
| 2298 | + $table = $plugin_prefix.$post_type.'_detail'; |
|
| 2299 | + $supports_wpml = geodir_wpml_is_post_type_translated($post_type); |
|
| 2300 | 2300 | |
| 2301 | - $fields = $wpdb->posts . ".*, " . $table . ".*"; |
|
| 2301 | + $fields = $wpdb->posts.".*, ".$table.".*"; |
|
| 2302 | 2302 | /** |
| 2303 | 2303 | * Filter widget listing fields string part that is being used for query. |
| 2304 | 2304 | * |
@@ -2308,17 +2308,17 @@ discard block |
||
| 2308 | 2308 | * @param string $table Table name. |
| 2309 | 2309 | * @param string $post_type Post type. |
| 2310 | 2310 | */ |
| 2311 | - $fields = apply_filters( 'geodir_filter_widget_listings_fields', $fields, $table, $post_type ); |
|
| 2311 | + $fields = apply_filters('geodir_filter_widget_listings_fields', $fields, $table, $post_type);
|
|
| 2312 | 2312 | |
| 2313 | - $join = "INNER JOIN " . $table . " ON (" . $table . ".post_id = " . $wpdb->posts . ".ID)";
|
|
| 2313 | + $join = "INNER JOIN ".$table." ON (".$table.".post_id = ".$wpdb->posts.".ID)";
|
|
| 2314 | 2314 | |
| 2315 | 2315 | ########### WPML ########### |
| 2316 | 2316 | |
| 2317 | - if ( $supports_wpml ) {
|
|
| 2317 | + if ($supports_wpml) {
|
|
| 2318 | 2318 | global $sitepress; |
| 2319 | 2319 | $lang_code = ICL_LANGUAGE_CODE; |
| 2320 | - if ( $lang_code ) {
|
|
| 2321 | - $join .= " JOIN " . $table_prefix . "icl_translations icl_t ON icl_t.element_id = " . $table_prefix . "posts.ID"; |
|
| 2320 | + if ($lang_code) {
|
|
| 2321 | + $join .= " JOIN ".$table_prefix."icl_translations icl_t ON icl_t.element_id = ".$table_prefix."posts.ID"; |
|
| 2322 | 2322 | } |
| 2323 | 2323 | } |
| 2324 | 2324 | |
@@ -2332,15 +2332,15 @@ discard block |
||
| 2332 | 2332 | * @param string $join Join clause string. |
| 2333 | 2333 | * @param string $post_type Post type. |
| 2334 | 2334 | */ |
| 2335 | - $join = apply_filters( 'geodir_filter_widget_listings_join', $join, $post_type ); |
|
| 2335 | + $join = apply_filters('geodir_filter_widget_listings_join', $join, $post_type);
|
|
| 2336 | 2336 | |
| 2337 | - $post_status = is_super_admin() ? " OR " . $wpdb->posts . ".post_status = 'private'" : ''; |
|
| 2337 | + $post_status = is_super_admin() ? " OR ".$wpdb->posts.".post_status = 'private'" : ''; |
|
| 2338 | 2338 | |
| 2339 | - $where = " AND ( " . $wpdb->posts . ".post_status = 'publish' " . $post_status . " ) AND " . $wpdb->posts . ".post_type = '" . $post_type . "'"; |
|
| 2339 | + $where = " AND ( ".$wpdb->posts.".post_status = 'publish' ".$post_status." ) AND ".$wpdb->posts.".post_type = '".$post_type."'"; |
|
| 2340 | 2340 | |
| 2341 | 2341 | ########### WPML ########### |
| 2342 | - if ( $supports_wpml ) {
|
|
| 2343 | - if ( $lang_code ) {
|
|
| 2342 | + if ($supports_wpml) {
|
|
| 2343 | + if ($lang_code) {
|
|
| 2344 | 2344 | $where .= " AND icl_t.language_code = '$lang_code' AND icl_t.element_type = 'post_$post_type' "; |
| 2345 | 2345 | } |
| 2346 | 2346 | } |
@@ -2353,8 +2353,8 @@ discard block |
||
| 2353 | 2353 | * @param string $where Where clause string. |
| 2354 | 2354 | * @param string $post_type Post type. |
| 2355 | 2355 | */ |
| 2356 | - $where = apply_filters( 'geodir_filter_widget_listings_where', $where, $post_type ); |
|
| 2357 | - $where = $where != '' ? " WHERE 1=1 " . $where : ''; |
|
| 2356 | + $where = apply_filters('geodir_filter_widget_listings_where', $where, $post_type);
|
|
| 2357 | + $where = $where != '' ? " WHERE 1=1 ".$where : ''; |
|
| 2358 | 2358 | |
| 2359 | 2359 | $groupby = " GROUP BY $wpdb->posts.ID "; //@todo is this needed? faster without |
| 2360 | 2360 | /** |
@@ -2365,15 +2365,15 @@ discard block |
||
| 2365 | 2365 | * @param string $groupby Group by clause string. |
| 2366 | 2366 | * @param string $post_type Post type. |
| 2367 | 2367 | */ |
| 2368 | - $groupby = apply_filters( 'geodir_filter_widget_listings_groupby', $groupby, $post_type ); |
|
| 2368 | + $groupby = apply_filters('geodir_filter_widget_listings_groupby', $groupby, $post_type);
|
|
| 2369 | 2369 | |
| 2370 | - if ( $count_only ) {
|
|
| 2371 | - $sql = "SELECT COUNT(DISTINCT " . $wpdb->posts . ".ID) AS total FROM " . $wpdb->posts . " |
|
| 2372 | - " . $join . " |
|
| 2370 | + if ($count_only) {
|
|
| 2371 | + $sql = "SELECT COUNT(DISTINCT ".$wpdb->posts.".ID) AS total FROM ".$wpdb->posts." |
|
| 2372 | + " . $join." |
|
| 2373 | 2373 | " . $where; |
| 2374 | - $rows = (int) $wpdb->get_var( $sql ); |
|
| 2374 | + $rows = (int) $wpdb->get_var($sql); |
|
| 2375 | 2375 | } else {
|
| 2376 | - $orderby = geodir_widget_listings_get_order( $query_args ); |
|
| 2376 | + $orderby = geodir_widget_listings_get_order($query_args); |
|
| 2377 | 2377 | /** |
| 2378 | 2378 | * Filter widget listing orderby clause string part that is being used for query. |
| 2379 | 2379 | * |
@@ -2383,33 +2383,33 @@ discard block |
||
| 2383 | 2383 | * @param string $table Table name. |
| 2384 | 2384 | * @param string $post_type Post type. |
| 2385 | 2385 | */ |
| 2386 | - $orderby = apply_filters( 'geodir_filter_widget_listings_orderby', $orderby, $table, $post_type ); |
|
| 2386 | + $orderby = apply_filters('geodir_filter_widget_listings_orderby', $orderby, $table, $post_type);
|
|
| 2387 | 2387 | |
| 2388 | 2388 | $second_orderby = array(); |
| 2389 | - if ( strpos( $orderby, strtolower( $table . ".is_featured" ) ) === false ) {
|
|
| 2390 | - $second_orderby[] = $table . ".is_featured ASC"; |
|
| 2389 | + if (strpos($orderby, strtolower($table.".is_featured")) === false) {
|
|
| 2390 | + $second_orderby[] = $table.".is_featured ASC"; |
|
| 2391 | 2391 | } |
| 2392 | 2392 | |
| 2393 | - if ( strpos( $orderby, strtolower( $wpdb->posts . ".post_date" ) ) === false ) {
|
|
| 2394 | - $second_orderby[] = $wpdb->posts . ".post_date DESC"; |
|
| 2393 | + if (strpos($orderby, strtolower($wpdb->posts.".post_date")) === false) {
|
|
| 2394 | + $second_orderby[] = $wpdb->posts.".post_date DESC"; |
|
| 2395 | 2395 | } |
| 2396 | 2396 | |
| 2397 | - if ( strpos( $orderby, strtolower( $wpdb->posts . ".post_title" ) ) === false ) {
|
|
| 2398 | - $second_orderby[] = $wpdb->posts . ".post_title ASC"; |
|
| 2397 | + if (strpos($orderby, strtolower($wpdb->posts.".post_title")) === false) {
|
|
| 2398 | + $second_orderby[] = $wpdb->posts.".post_title ASC"; |
|
| 2399 | 2399 | } |
| 2400 | 2400 | |
| 2401 | - if ( !empty( $second_orderby ) ) {
|
|
| 2402 | - $orderby .= implode( ', ', $second_orderby ); |
|
| 2401 | + if (!empty($second_orderby)) {
|
|
| 2402 | + $orderby .= implode(', ', $second_orderby);
|
|
| 2403 | 2403 | } |
| 2404 | 2404 | |
| 2405 | - if ( !empty( $orderby ) ) {
|
|
| 2406 | - $orderby = trim( $orderby ); |
|
| 2407 | - $orderby = rtrim( $orderby, "," ); |
|
| 2405 | + if (!empty($orderby)) {
|
|
| 2406 | + $orderby = trim($orderby); |
|
| 2407 | + $orderby = rtrim($orderby, ","); |
|
| 2408 | 2408 | } |
| 2409 | 2409 | |
| 2410 | - $orderby = $orderby != '' ? " ORDER BY " . $orderby : ''; |
|
| 2410 | + $orderby = $orderby != '' ? " ORDER BY ".$orderby : ''; |
|
| 2411 | 2411 | |
| 2412 | - $limit = ! empty( $query_args['posts_per_page'] ) ? $query_args['posts_per_page'] : 5; |
|
| 2412 | + $limit = !empty($query_args['posts_per_page']) ? $query_args['posts_per_page'] : 5; |
|
| 2413 | 2413 | /** |
| 2414 | 2414 | * Filter widget listing limit that is being used for query. |
| 2415 | 2415 | * |
@@ -2418,27 +2418,27 @@ discard block |
||
| 2418 | 2418 | * @param int $limit Query results limit. |
| 2419 | 2419 | * @param string $post_type Post type. |
| 2420 | 2420 | */ |
| 2421 | - $limit = apply_filters( 'geodir_filter_widget_listings_limit', $limit, $post_type ); |
|
| 2421 | + $limit = apply_filters('geodir_filter_widget_listings_limit', $limit, $post_type);
|
|
| 2422 | 2422 | |
| 2423 | - $page = ! empty( $query_args['pageno'] ) ? absint( $query_args['pageno'] ) : 1; |
|
| 2424 | - if ( ! $page ) {
|
|
| 2423 | + $page = !empty($query_args['pageno']) ? absint($query_args['pageno']) : 1; |
|
| 2424 | + if (!$page) {
|
|
| 2425 | 2425 | $page = 1; |
| 2426 | 2426 | } |
| 2427 | 2427 | |
| 2428 | - $limit = (int) $limit > 0 ? " LIMIT " . absint( ( $page - 1 ) * (int) $limit ) . ", " . (int) $limit : ""; |
|
| 2428 | + $limit = (int) $limit > 0 ? " LIMIT ".absint(($page - 1) * (int) $limit).", ".(int) $limit : ""; |
|
| 2429 | 2429 | |
| 2430 | 2430 | //@todo removed SQL_CALC_FOUND_ROWS from below as don't think it is needed and query is faster without |
| 2431 | - $sql = "SELECT " . $fields . " FROM " . $wpdb->posts . " |
|
| 2432 | - " . $join . " |
|
| 2433 | - " . $where . " |
|
| 2434 | - " . $groupby . " |
|
| 2435 | - " . $orderby . " |
|
| 2431 | + $sql = "SELECT ".$fields." FROM ".$wpdb->posts." |
|
| 2432 | + " . $join." |
|
| 2433 | + " . $where." |
|
| 2434 | + " . $groupby." |
|
| 2435 | + " . $orderby." |
|
| 2436 | 2436 | " . $limit; |
| 2437 | - $rows = $wpdb->get_results( $sql ); |
|
| 2437 | + $rows = $wpdb->get_results($sql); |
|
| 2438 | 2438 | } |
| 2439 | 2439 | |
| 2440 | - unset( $GLOBALS['gd_query_args_widgets'] ); |
|
| 2441 | - unset( $gd_query_args_widgets ); |
|
| 2440 | + unset($GLOBALS['gd_query_args_widgets']); |
|
| 2441 | + unset($gd_query_args_widgets); |
|
| 2442 | 2442 | |
| 2443 | 2443 | return $rows; |
| 2444 | 2444 | } |
@@ -2455,11 +2455,11 @@ discard block |
||
| 2455 | 2455 | * |
| 2456 | 2456 | * @return string Modified fields SQL. |
| 2457 | 2457 | */ |
| 2458 | -function geodir_function_widget_listings_fields( $fields ) {
|
|
| 2458 | +function geodir_function_widget_listings_fields($fields) {
|
|
| 2459 | 2459 | global $wpdb, $plugin_prefix, $gd_query_args_widgets; |
| 2460 | 2460 | |
| 2461 | 2461 | $query_args = $gd_query_args_widgets; |
| 2462 | - if ( empty( $query_args ) || empty( $query_args['is_geodir_loop'] ) ) {
|
|
| 2462 | + if (empty($query_args) || empty($query_args['is_geodir_loop'])) {
|
|
| 2463 | 2463 | return $fields; |
| 2464 | 2464 | } |
| 2465 | 2465 | |
@@ -2478,24 +2478,24 @@ discard block |
||
| 2478 | 2478 | * |
| 2479 | 2479 | * @return string Modified join clause SQL. |
| 2480 | 2480 | */ |
| 2481 | -function geodir_function_widget_listings_join( $join ) {
|
|
| 2481 | +function geodir_function_widget_listings_join($join) {
|
|
| 2482 | 2482 | global $wpdb, $plugin_prefix, $gd_query_args_widgets; |
| 2483 | 2483 | |
| 2484 | 2484 | $query_args = $gd_query_args_widgets; |
| 2485 | - if ( empty( $query_args ) || empty( $query_args['is_geodir_loop'] ) ) {
|
|
| 2485 | + if (empty($query_args) || empty($query_args['is_geodir_loop'])) {
|
|
| 2486 | 2486 | return $join; |
| 2487 | 2487 | } |
| 2488 | 2488 | |
| 2489 | - $post_type = empty( $query_args['post_type'] ) ? 'gd_place' : $query_args['post_type']; |
|
| 2490 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 2489 | + $post_type = empty($query_args['post_type']) ? 'gd_place' : $query_args['post_type']; |
|
| 2490 | + $table = $plugin_prefix.$post_type.'_detail'; |
|
| 2491 | 2491 | |
| 2492 | - if ( ! empty( $query_args['with_pics_only'] ) ) {
|
|
| 2493 | - $join .= " LEFT JOIN " . GEODIR_ATTACHMENT_TABLE . " ON ( " . GEODIR_ATTACHMENT_TABLE . ".post_id=" . $table . ".post_id AND " . GEODIR_ATTACHMENT_TABLE . ".mime_type LIKE '%image%' )"; |
|
| 2492 | + if (!empty($query_args['with_pics_only'])) {
|
|
| 2493 | + $join .= " LEFT JOIN ".GEODIR_ATTACHMENT_TABLE." ON ( ".GEODIR_ATTACHMENT_TABLE.".post_id=".$table.".post_id AND ".GEODIR_ATTACHMENT_TABLE.".mime_type LIKE '%image%' )"; |
|
| 2494 | 2494 | } |
| 2495 | 2495 | |
| 2496 | - if ( ! empty( $query_args['tax_query'] ) ) {
|
|
| 2497 | - $tax_queries = get_tax_sql( $query_args['tax_query'], $wpdb->posts, 'ID' ); |
|
| 2498 | - if ( ! empty( $tax_queries['join'] ) && ! empty( $tax_queries['where'] ) ) {
|
|
| 2496 | + if (!empty($query_args['tax_query'])) {
|
|
| 2497 | + $tax_queries = get_tax_sql($query_args['tax_query'], $wpdb->posts, 'ID'); |
|
| 2498 | + if (!empty($tax_queries['join']) && !empty($tax_queries['where'])) {
|
|
| 2499 | 2499 | $join .= $tax_queries['join']; |
| 2500 | 2500 | } |
| 2501 | 2501 | } |
@@ -2516,67 +2516,67 @@ discard block |
||
| 2516 | 2516 | * |
| 2517 | 2517 | * @return string Modified where clause SQL. |
| 2518 | 2518 | */ |
| 2519 | -function geodir_function_widget_listings_where( $where ) {
|
|
| 2519 | +function geodir_function_widget_listings_where($where) {
|
|
| 2520 | 2520 | global $wpdb, $plugin_prefix, $gd_query_args_widgets; |
| 2521 | 2521 | |
| 2522 | 2522 | $query_args = $gd_query_args_widgets; |
| 2523 | - if ( empty( $query_args ) || empty( $query_args['is_geodir_loop'] ) ) {
|
|
| 2523 | + if (empty($query_args) || empty($query_args['is_geodir_loop'])) {
|
|
| 2524 | 2524 | return $where; |
| 2525 | 2525 | } |
| 2526 | - $post_type = empty( $query_args['post_type'] ) ? 'gd_place' : $query_args['post_type']; |
|
| 2527 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 2526 | + $post_type = empty($query_args['post_type']) ? 'gd_place' : $query_args['post_type']; |
|
| 2527 | + $table = $plugin_prefix.$post_type.'_detail'; |
|
| 2528 | 2528 | |
| 2529 | - if ( ! empty( $query_args ) ) {
|
|
| 2530 | - if ( ! empty( $query_args['gd_location'] ) && function_exists( 'geodir_default_location_where' ) ) {
|
|
| 2531 | - $where = geodir_default_location_where( $where, $table ); |
|
| 2529 | + if (!empty($query_args)) {
|
|
| 2530 | + if (!empty($query_args['gd_location']) && function_exists('geodir_default_location_where')) {
|
|
| 2531 | + $where = geodir_default_location_where($where, $table); |
|
| 2532 | 2532 | } |
| 2533 | 2533 | |
| 2534 | - if ( ! empty( $query_args['post_author'] ) ) {
|
|
| 2535 | - $where .= " AND " . $wpdb->posts . ".post_author = " . (int) $query_args['post_author']; |
|
| 2534 | + if (!empty($query_args['post_author'])) {
|
|
| 2535 | + $where .= " AND ".$wpdb->posts.".post_author = ".(int) $query_args['post_author']; |
|
| 2536 | 2536 | } |
| 2537 | 2537 | |
| 2538 | - if ( ! empty( $query_args['show_featured_only'] ) ) {
|
|
| 2539 | - $where .= " AND " . $table . ".is_featured = '1'"; |
|
| 2538 | + if (!empty($query_args['show_featured_only'])) {
|
|
| 2539 | + $where .= " AND ".$table.".is_featured = '1'"; |
|
| 2540 | 2540 | } |
| 2541 | 2541 | |
| 2542 | - if ( ! empty( $query_args['show_special_only'] ) ) {
|
|
| 2543 | - $where .= " AND ( " . $table . ".geodir_special_offers != '' AND " . $table . ".geodir_special_offers IS NOT NULL )"; |
|
| 2542 | + if (!empty($query_args['show_special_only'])) {
|
|
| 2543 | + $where .= " AND ( ".$table.".geodir_special_offers != '' AND ".$table.".geodir_special_offers IS NOT NULL )"; |
|
| 2544 | 2544 | } |
| 2545 | 2545 | |
| 2546 | - if ( ! empty( $query_args['with_pics_only'] ) ) {
|
|
| 2547 | - $where .= " AND " . GEODIR_ATTACHMENT_TABLE . ".ID IS NOT NULL "; |
|
| 2546 | + if (!empty($query_args['with_pics_only'])) {
|
|
| 2547 | + $where .= " AND ".GEODIR_ATTACHMENT_TABLE.".ID IS NOT NULL "; |
|
| 2548 | 2548 | } |
| 2549 | 2549 | |
| 2550 | - if ( ! empty( $query_args['featured_image_only'] ) ) {
|
|
| 2551 | - $where .= " AND " . $table . ".featured_image IS NOT NULL AND " . $table . ".featured_image!='' "; |
|
| 2550 | + if (!empty($query_args['featured_image_only'])) {
|
|
| 2551 | + $where .= " AND ".$table.".featured_image IS NOT NULL AND ".$table.".featured_image!='' "; |
|
| 2552 | 2552 | } |
| 2553 | 2553 | |
| 2554 | - if ( ! empty( $query_args['with_videos_only'] ) ) {
|
|
| 2555 | - $where .= " AND ( " . $table . ".geodir_video != '' AND " . $table . ".geodir_video IS NOT NULL )"; |
|
| 2554 | + if (!empty($query_args['with_videos_only'])) {
|
|
| 2555 | + $where .= " AND ( ".$table.".geodir_video != '' AND ".$table.".geodir_video IS NOT NULL )"; |
|
| 2556 | 2556 | } |
| 2557 | 2557 | |
| 2558 | - if ( ! empty( $query_args['show_favorites_only'] ) ) {
|
|
| 2558 | + if (!empty($query_args['show_favorites_only'])) {
|
|
| 2559 | 2559 | $user_favorites = '-1'; |
| 2560 | 2560 | |
| 2561 | - if ( !empty( $query_args['favorites_by_user'] ) ) {
|
|
| 2561 | + if (!empty($query_args['favorites_by_user'])) {
|
|
| 2562 | 2562 | |
| 2563 | 2563 | $site_id = ''; |
| 2564 | - if ( is_multisite() ) {
|
|
| 2564 | + if (is_multisite()) {
|
|
| 2565 | 2565 | $blog_id = get_current_blog_id(); |
| 2566 | - if($blog_id && $blog_id!='1'){$site_id = '_' . $blog_id ;}
|
|
| 2566 | + if ($blog_id && $blog_id != '1') {$site_id = '_'.$blog_id; }
|
|
| 2567 | 2567 | } |
| 2568 | 2568 | |
| 2569 | - $user_favorites = geodir_get_user_favourites( (int)$query_args['favorites_by_user'] ); |
|
| 2569 | + $user_favorites = geodir_get_user_favourites((int) $query_args['favorites_by_user']); |
|
| 2570 | 2570 | $user_favorites = !empty($user_favorites) && is_array($user_favorites) ? implode("','", $user_favorites) : '-1';
|
| 2571 | 2571 | } |
| 2572 | 2572 | |
| 2573 | - $where .= " AND `" . $wpdb->posts . "`.`ID` IN('" . $user_favorites . "')";
|
|
| 2573 | + $where .= " AND `".$wpdb->posts."`.`ID` IN('".$user_favorites."')";
|
|
| 2574 | 2574 | } |
| 2575 | 2575 | |
| 2576 | - if ( ! empty( $query_args['tax_query'] ) ) {
|
|
| 2577 | - $tax_queries = get_tax_sql( $query_args['tax_query'], $wpdb->posts, 'ID' ); |
|
| 2576 | + if (!empty($query_args['tax_query'])) {
|
|
| 2577 | + $tax_queries = get_tax_sql($query_args['tax_query'], $wpdb->posts, 'ID'); |
|
| 2578 | 2578 | |
| 2579 | - if ( ! empty( $tax_queries['join'] ) && ! empty( $tax_queries['where'] ) ) {
|
|
| 2579 | + if (!empty($tax_queries['join']) && !empty($tax_queries['where'])) {
|
|
| 2580 | 2580 | $where .= $tax_queries['where']; |
| 2581 | 2581 | } |
| 2582 | 2582 | } |
@@ -2597,11 +2597,11 @@ discard block |
||
| 2597 | 2597 | * |
| 2598 | 2598 | * @return string Modified orderby clause SQL. |
| 2599 | 2599 | */ |
| 2600 | -function geodir_function_widget_listings_orderby( $orderby ) {
|
|
| 2600 | +function geodir_function_widget_listings_orderby($orderby) {
|
|
| 2601 | 2601 | global $wpdb, $plugin_prefix, $gd_query_args_widgets; |
| 2602 | 2602 | |
| 2603 | 2603 | $query_args = $gd_query_args_widgets; |
| 2604 | - if ( empty( $query_args ) || empty( $query_args['is_geodir_loop'] ) ) {
|
|
| 2604 | + if (empty($query_args) || empty($query_args['is_geodir_loop'])) {
|
|
| 2605 | 2605 | return $orderby; |
| 2606 | 2606 | } |
| 2607 | 2607 | |
@@ -2620,15 +2620,15 @@ discard block |
||
| 2620 | 2620 | * |
| 2621 | 2621 | * @return int Query limit. |
| 2622 | 2622 | */ |
| 2623 | -function geodir_function_widget_listings_limit( $limit ) {
|
|
| 2623 | +function geodir_function_widget_listings_limit($limit) {
|
|
| 2624 | 2624 | global $wpdb, $plugin_prefix, $gd_query_args_widgets; |
| 2625 | 2625 | |
| 2626 | 2626 | $query_args = $gd_query_args_widgets; |
| 2627 | - if ( empty( $query_args ) || empty( $query_args['is_geodir_loop'] ) ) {
|
|
| 2627 | + if (empty($query_args) || empty($query_args['is_geodir_loop'])) {
|
|
| 2628 | 2628 | return $limit; |
| 2629 | 2629 | } |
| 2630 | 2630 | |
| 2631 | - if ( ! empty( $query_args ) && ! empty( $query_args['posts_per_page'] ) ) {
|
|
| 2631 | + if (!empty($query_args) && !empty($query_args['posts_per_page'])) {
|
|
| 2632 | 2632 | $limit = (int) $query_args['posts_per_page']; |
| 2633 | 2633 | } |
| 2634 | 2634 | |
@@ -2646,12 +2646,12 @@ discard block |
||
| 2646 | 2646 | * |
| 2647 | 2647 | * @return int Large size width. |
| 2648 | 2648 | */ |
| 2649 | -function geodir_media_image_large_width( $default = 800, $params = '' ) {
|
|
| 2650 | - $large_size_w = get_option( 'large_size_w' ); |
|
| 2649 | +function geodir_media_image_large_width($default = 800, $params = '') {
|
|
| 2650 | + $large_size_w = get_option('large_size_w');
|
|
| 2651 | 2651 | $large_size_w = $large_size_w > 0 ? $large_size_w : $default; |
| 2652 | - $large_size_w = absint( $large_size_w ); |
|
| 2652 | + $large_size_w = absint($large_size_w); |
|
| 2653 | 2653 | |
| 2654 | - if ( ! get_option( 'geodir_use_wp_media_large_size' ) ) {
|
|
| 2654 | + if (!get_option('geodir_use_wp_media_large_size')) {
|
|
| 2655 | 2655 | $large_size_w = 800; |
| 2656 | 2656 | } |
| 2657 | 2657 | |
@@ -2664,7 +2664,7 @@ discard block |
||
| 2664 | 2664 | * @param int $default Default width. |
| 2665 | 2665 | * @param string|array $params Image parameters. |
| 2666 | 2666 | */ |
| 2667 | - $large_size_w = apply_filters( 'geodir_filter_media_image_large_width', $large_size_w, $default, $params ); |
|
| 2667 | + $large_size_w = apply_filters('geodir_filter_media_image_large_width', $large_size_w, $default, $params);
|
|
| 2668 | 2668 | |
| 2669 | 2669 | return $large_size_w; |
| 2670 | 2670 | } |
@@ -2680,12 +2680,12 @@ discard block |
||
| 2680 | 2680 | * |
| 2681 | 2681 | * @return int Large size height. |
| 2682 | 2682 | */ |
| 2683 | -function geodir_media_image_large_height( $default = 800, $params = '' ) {
|
|
| 2684 | - $large_size_h = get_option( 'large_size_h' ); |
|
| 2683 | +function geodir_media_image_large_height($default = 800, $params = '') {
|
|
| 2684 | + $large_size_h = get_option('large_size_h');
|
|
| 2685 | 2685 | $large_size_h = $large_size_h > 0 ? $large_size_h : $default; |
| 2686 | - $large_size_h = absint( $large_size_h ); |
|
| 2686 | + $large_size_h = absint($large_size_h); |
|
| 2687 | 2687 | |
| 2688 | - if ( ! get_option( 'geodir_use_wp_media_large_size' ) ) {
|
|
| 2688 | + if (!get_option('geodir_use_wp_media_large_size')) {
|
|
| 2689 | 2689 | $large_size_h = 800; |
| 2690 | 2690 | } |
| 2691 | 2691 | |
@@ -2698,7 +2698,7 @@ discard block |
||
| 2698 | 2698 | * @param int $default Default height. |
| 2699 | 2699 | * @param string|array $params Image parameters. |
| 2700 | 2700 | */ |
| 2701 | - $large_size_h = apply_filters( 'geodir_filter_media_image_large_height', $large_size_h, $default, $params ); |
|
| 2701 | + $large_size_h = apply_filters('geodir_filter_media_image_large_height', $large_size_h, $default, $params);
|
|
| 2702 | 2702 | |
| 2703 | 2703 | return $large_size_h; |
| 2704 | 2704 | } |
@@ -2715,8 +2715,8 @@ discard block |
||
| 2715 | 2715 | * |
| 2716 | 2716 | * @return string Sanitized name. |
| 2717 | 2717 | */ |
| 2718 | -function geodir_sanitize_location_name( $type, $name, $translate = true ) {
|
|
| 2719 | - if ( $name == '' ) {
|
|
| 2718 | +function geodir_sanitize_location_name($type, $name, $translate = true) {
|
|
| 2719 | + if ($name == '') {
|
|
| 2720 | 2720 | return null; |
| 2721 | 2721 | } |
| 2722 | 2722 | |
@@ -2725,13 +2725,13 @@ discard block |
||
| 2725 | 2725 | $type = $type == 'gd_city' ? 'city' : $type; |
| 2726 | 2726 | |
| 2727 | 2727 | $return = $name; |
| 2728 | - if ( function_exists( 'get_actual_location_name' ) ) {
|
|
| 2729 | - $return = get_actual_location_name( $type, $name, $translate ); |
|
| 2728 | + if (function_exists('get_actual_location_name')) {
|
|
| 2729 | + $return = get_actual_location_name($type, $name, $translate); |
|
| 2730 | 2730 | } else {
|
| 2731 | - $return = preg_replace( '/-(\d+)$/', '', $return ); |
|
| 2732 | - $return = preg_replace( '/[_-]/', ' ', $return ); |
|
| 2733 | - $return = geodir_ucwords( $return ); |
|
| 2734 | - $return = $translate ? __( $return, 'geodirectory' ) : $return; |
|
| 2731 | + $return = preg_replace('/-(\d+)$/', '', $return);
|
|
| 2732 | + $return = preg_replace('/[_-]/', ' ', $return);
|
|
| 2733 | + $return = geodir_ucwords($return); |
|
| 2734 | + $return = $translate ? __($return, 'geodirectory') : $return; |
|
| 2735 | 2735 | } |
| 2736 | 2736 | |
| 2737 | 2737 | return $return; |
@@ -2749,26 +2749,26 @@ discard block |
||
| 2749 | 2749 | * |
| 2750 | 2750 | * @param int $number Comments number. |
| 2751 | 2751 | */ |
| 2752 | -function geodir_comments_number( $number ) {
|
|
| 2752 | +function geodir_comments_number($number) {
|
|
| 2753 | 2753 | global $post; |
| 2754 | 2754 | |
| 2755 | - if ( !empty( $post->post_type ) && geodir_cpt_has_rating_disabled( $post->post_type ) ) {
|
|
| 2755 | + if (!empty($post->post_type) && geodir_cpt_has_rating_disabled($post->post_type)) {
|
|
| 2756 | 2756 | $number = get_comments_number(); |
| 2757 | 2757 | |
| 2758 | - if ( $number > 1 ) {
|
|
| 2759 | - $output = str_replace( '%', number_format_i18n( $number ), __( '% Comments', 'geodirectory' ) ); |
|
| 2760 | - } elseif ( $number == 0 || $number == '' ) {
|
|
| 2761 | - $output = __( 'No Comments', 'geodirectory' ); |
|
| 2758 | + if ($number > 1) {
|
|
| 2759 | + $output = str_replace('%', number_format_i18n($number), __('% Comments', 'geodirectory'));
|
|
| 2760 | + } elseif ($number == 0 || $number == '') {
|
|
| 2761 | + $output = __('No Comments', 'geodirectory');
|
|
| 2762 | 2762 | } else { // must be one
|
| 2763 | - $output = __( '1 Comment', 'geodirectory' ); |
|
| 2763 | + $output = __('1 Comment', 'geodirectory');
|
|
| 2764 | 2764 | } |
| 2765 | 2765 | } else {
|
| 2766 | - if ( $number > 1 ) {
|
|
| 2767 | - $output = str_replace( '%', number_format_i18n( $number ), __( '% Reviews', 'geodirectory' ) ); |
|
| 2768 | - } elseif ( $number == 0 || $number == '' ) {
|
|
| 2769 | - $output = __( 'No Reviews', 'geodirectory' ); |
|
| 2766 | + if ($number > 1) {
|
|
| 2767 | + $output = str_replace('%', number_format_i18n($number), __('% Reviews', 'geodirectory'));
|
|
| 2768 | + } elseif ($number == 0 || $number == '') {
|
|
| 2769 | + $output = __('No Reviews', 'geodirectory');
|
|
| 2770 | 2770 | } else { // must be one
|
| 2771 | - $output = __( '1 Review', 'geodirectory' ); |
|
| 2771 | + $output = __('1 Review', 'geodirectory');
|
|
| 2772 | 2772 | } |
| 2773 | 2773 | } |
| 2774 | 2774 | |
@@ -2785,18 +2785,18 @@ discard block |
||
| 2785 | 2785 | */ |
| 2786 | 2786 | function is_page_geodir_home() {
|
| 2787 | 2787 | global $wpdb; |
| 2788 | - $cur_url = str_replace( array( "https://", "http://", "www." ), array( '', '', '' ), geodir_curPageURL() ); |
|
| 2789 | - if ( function_exists( 'geodir_location_geo_home_link' ) ) {
|
|
| 2790 | - remove_filter( 'home_url', 'geodir_location_geo_home_link', 100000 ); |
|
| 2788 | + $cur_url = str_replace(array("https://", "http://", "www."), array('', '', ''), geodir_curPageURL());
|
|
| 2789 | + if (function_exists('geodir_location_geo_home_link')) {
|
|
| 2790 | + remove_filter('home_url', 'geodir_location_geo_home_link', 100000);
|
|
| 2791 | 2791 | } |
| 2792 | - $home_url = home_url( '', 'http' ); |
|
| 2793 | - if ( function_exists( 'geodir_location_geo_home_link' ) ) {
|
|
| 2794 | - add_filter( 'home_url', 'geodir_location_geo_home_link', 100000, 2 ); |
|
| 2792 | + $home_url = home_url('', 'http');
|
|
| 2793 | + if (function_exists('geodir_location_geo_home_link')) {
|
|
| 2794 | + add_filter('home_url', 'geodir_location_geo_home_link', 100000, 2);
|
|
| 2795 | 2795 | } |
| 2796 | - $home_url = str_replace( "www.", "", $home_url ); |
|
| 2797 | - if ( ( strpos( $home_url, $cur_url ) !== false || strpos( $home_url . '/', $cur_url ) !== false ) && ( 'page' == get_option( 'show_on_front' ) && get_option( 'page_on_front' ) && get_option( 'page_on_front' ) == get_option( 'geodir_home_page' ) ) ) {
|
|
| 2796 | + $home_url = str_replace("www.", "", $home_url);
|
|
| 2797 | + if ((strpos($home_url, $cur_url) !== false || strpos($home_url.'/', $cur_url) !== false) && ('page' == get_option('show_on_front') && get_option('page_on_front') && get_option('page_on_front') == get_option('geodir_home_page'))) {
|
|
| 2798 | 2798 | return true; |
| 2799 | - } elseif ( get_query_var( 'page_id' ) == get_option( 'page_on_front' ) && 'page' == get_option( 'show_on_front' ) && get_option( 'page_on_front' ) && get_option( 'page_on_front' ) == get_option( 'geodir_home_page' ) ) {
|
|
| 2799 | + } elseif (get_query_var('page_id') == get_option('page_on_front') && 'page' == get_option('show_on_front') && get_option('page_on_front') && get_option('page_on_front') == get_option('geodir_home_page')) {
|
|
| 2800 | 2800 | return true; |
| 2801 | 2801 | } else {
|
| 2802 | 2802 | return false; |
@@ -2816,18 +2816,18 @@ discard block |
||
| 2816 | 2816 | * |
| 2817 | 2817 | * @return string The canonical URL. |
| 2818 | 2818 | */ |
| 2819 | -function geodir_wpseo_homepage_canonical( $url ) {
|
|
| 2819 | +function geodir_wpseo_homepage_canonical($url) {
|
|
| 2820 | 2820 | global $post; |
| 2821 | 2821 | |
| 2822 | - if ( is_page_geodir_home() ) {
|
|
| 2822 | + if (is_page_geodir_home()) {
|
|
| 2823 | 2823 | return home_url(); |
| 2824 | 2824 | } |
| 2825 | 2825 | |
| 2826 | 2826 | return $url; |
| 2827 | 2827 | } |
| 2828 | 2828 | |
| 2829 | -add_filter( 'wpseo_canonical', 'geodir_wpseo_homepage_canonical', 10 ); |
|
| 2830 | -add_filter( 'aioseop_canonical_url', 'geodir_wpseo_homepage_canonical', 10 ); |
|
| 2829 | +add_filter('wpseo_canonical', 'geodir_wpseo_homepage_canonical', 10);
|
|
| 2830 | +add_filter('aioseop_canonical_url', 'geodir_wpseo_homepage_canonical', 10);
|
|
| 2831 | 2831 | |
| 2832 | 2832 | /** |
| 2833 | 2833 | * Add extra fields to google maps script call. |
@@ -2840,20 +2840,20 @@ discard block |
||
| 2840 | 2840 | * |
| 2841 | 2841 | * @return string Modified extra string. |
| 2842 | 2842 | */ |
| 2843 | -function geodir_googlemap_script_extra_details_page( $extra ) {
|
|
| 2843 | +function geodir_googlemap_script_extra_details_page($extra) {
|
|
| 2844 | 2844 | global $post; |
| 2845 | 2845 | $add_google_places_api = false; |
| 2846 | - if ( isset( $post->post_content ) && has_shortcode( $post->post_content, 'gd_add_listing' ) ) {
|
|
| 2846 | + if (isset($post->post_content) && has_shortcode($post->post_content, 'gd_add_listing')) {
|
|
| 2847 | 2847 | $add_google_places_api = true; |
| 2848 | 2848 | } |
| 2849 | - if ( ! str_replace( 'libraries=places', '', $extra ) && ( geodir_is_page( 'detail' ) || $add_google_places_api ) ) {
|
|
| 2849 | + if (!str_replace('libraries=places', '', $extra) && (geodir_is_page('detail') || $add_google_places_api)) {
|
|
| 2850 | 2850 | $extra .= "&libraries=places"; |
| 2851 | 2851 | } |
| 2852 | 2852 | |
| 2853 | 2853 | return $extra; |
| 2854 | 2854 | } |
| 2855 | 2855 | |
| 2856 | -add_filter( 'geodir_googlemap_script_extra', 'geodir_googlemap_script_extra_details_page', 101, 1 ); |
|
| 2856 | +add_filter('geodir_googlemap_script_extra', 'geodir_googlemap_script_extra_details_page', 101, 1);
|
|
| 2857 | 2857 | |
| 2858 | 2858 | |
| 2859 | 2859 | /** |
@@ -2872,122 +2872,122 @@ discard block |
||
| 2872 | 2872 | * after_widget. |
| 2873 | 2873 | * @param array|string $instance The settings for the particular instance of the widget. |
| 2874 | 2874 | */ |
| 2875 | -function geodir_popular_post_category_output( $args = '', $instance = '' ) {
|
|
| 2875 | +function geodir_popular_post_category_output($args = '', $instance = '') {
|
|
| 2876 | 2876 | // prints the widget |
| 2877 | 2877 | global $wpdb, $plugin_prefix, $geodir_post_category_str; |
| 2878 | - extract( $args, EXTR_SKIP ); |
|
| 2878 | + extract($args, EXTR_SKIP); |
|
| 2879 | 2879 | |
| 2880 | 2880 | echo $before_widget; |
| 2881 | 2881 | |
| 2882 | 2882 | /** This filter is documented in geodirectory_widgets.php */ |
| 2883 | - $title = empty( $instance['title'] ) ? __( 'Popular Categories', 'geodirectory' ) : apply_filters( 'widget_title', __( $instance['title'], 'geodirectory' ) ); |
|
| 2883 | + $title = empty($instance['title']) ? __('Popular Categories', 'geodirectory') : apply_filters('widget_title', __($instance['title'], 'geodirectory'));
|
|
| 2884 | 2884 | |
| 2885 | 2885 | $gd_post_type = geodir_get_current_posttype(); |
| 2886 | 2886 | |
| 2887 | - $category_limit = isset( $instance['category_limit'] ) && $instance['category_limit'] > 0 ? (int) $instance['category_limit'] : 15; |
|
| 2887 | + $category_limit = isset($instance['category_limit']) && $instance['category_limit'] > 0 ? (int) $instance['category_limit'] : 15; |
|
| 2888 | 2888 | if (!isset($category_restrict)) {
|
| 2889 | 2889 | $category_restrict = false; |
| 2890 | 2890 | } |
| 2891 | - if ( ! empty( $gd_post_type ) ) {
|
|
| 2891 | + if (!empty($gd_post_type)) {
|
|
| 2892 | 2892 | $default_post_type = $gd_post_type; |
| 2893 | - } elseif ( isset( $instance['default_post_type'] ) && gdsc_is_post_type_valid( $instance['default_post_type'] ) ) {
|
|
| 2893 | + } elseif (isset($instance['default_post_type']) && gdsc_is_post_type_valid($instance['default_post_type'])) {
|
|
| 2894 | 2894 | $default_post_type = $instance['default_post_type']; |
| 2895 | 2895 | } else {
|
| 2896 | 2896 | $all_gd_post_type = geodir_get_posttypes(); |
| 2897 | - $default_post_type = ( isset( $all_gd_post_type[0] ) ) ? $all_gd_post_type[0] : ''; |
|
| 2897 | + $default_post_type = (isset($all_gd_post_type[0])) ? $all_gd_post_type[0] : ''; |
|
| 2898 | 2898 | } |
| 2899 | - $parent_only = !empty( $instance['parent_only'] ) ? true : false; |
|
| 2899 | + $parent_only = !empty($instance['parent_only']) ? true : false; |
|
| 2900 | 2900 | |
| 2901 | 2901 | $taxonomy = array(); |
| 2902 | - if ( ! empty( $gd_post_type ) ) {
|
|
| 2903 | - $taxonomy[] = $gd_post_type . "category"; |
|
| 2902 | + if (!empty($gd_post_type)) {
|
|
| 2903 | + $taxonomy[] = $gd_post_type."category"; |
|
| 2904 | 2904 | } else {
|
| 2905 | - $taxonomy = geodir_get_taxonomies( $gd_post_type ); |
|
| 2905 | + $taxonomy = geodir_get_taxonomies($gd_post_type); |
|
| 2906 | 2906 | } |
| 2907 | 2907 | |
| 2908 | 2908 | $taxonomy = apply_filters('geodir_pp_category_taxonomy', $taxonomy);
|
| 2909 | 2909 | |
| 2910 | - $term_args = array( 'taxonomy' => $taxonomy ); |
|
| 2911 | - if ( $parent_only ) {
|
|
| 2910 | + $term_args = array('taxonomy' => $taxonomy);
|
|
| 2911 | + if ($parent_only) {
|
|
| 2912 | 2912 | $term_args['parent'] = 0; |
| 2913 | 2913 | } |
| 2914 | 2914 | |
| 2915 | - $terms = get_terms( $term_args ); |
|
| 2915 | + $terms = get_terms($term_args); |
|
| 2916 | 2916 | $a_terms = array(); |
| 2917 | 2917 | $b_terms = array(); |
| 2918 | 2918 | |
| 2919 | - foreach ( $terms as $term ) {
|
|
| 2920 | - if ( $term->count > 0 ) {
|
|
| 2921 | - $a_terms[ $term->taxonomy ][] = $term; |
|
| 2919 | + foreach ($terms as $term) {
|
|
| 2920 | + if ($term->count > 0) {
|
|
| 2921 | + $a_terms[$term->taxonomy][] = $term; |
|
| 2922 | 2922 | } |
| 2923 | 2923 | } |
| 2924 | 2924 | |
| 2925 | - if ( ! empty( $a_terms ) ) {
|
|
| 2925 | + if (!empty($a_terms)) {
|
|
| 2926 | 2926 | // Sort CPT taxonomies in categories widget. |
| 2927 | - if ( !empty( $taxonomy ) && is_array( $taxonomy ) && count( $taxonomy ) > 1 ) {
|
|
| 2927 | + if (!empty($taxonomy) && is_array($taxonomy) && count($taxonomy) > 1) {
|
|
| 2928 | 2928 | $gd_post_types = geodir_get_posttypes(); |
| 2929 | 2929 | $sort_taxonomies = array(); |
| 2930 | 2930 | |
| 2931 | - foreach ( $gd_post_types as $gd_post_type ) {
|
|
| 2932 | - $taxonomy_name = $gd_post_type . 'category'; |
|
| 2931 | + foreach ($gd_post_types as $gd_post_type) {
|
|
| 2932 | + $taxonomy_name = $gd_post_type.'category'; |
|
| 2933 | 2933 | |
| 2934 | - if ( !empty( $a_terms[$taxonomy_name] ) ) {
|
|
| 2934 | + if (!empty($a_terms[$taxonomy_name])) {
|
|
| 2935 | 2935 | $sort_taxonomies[$taxonomy_name] = $a_terms[$taxonomy_name]; |
| 2936 | 2936 | } |
| 2937 | 2937 | } |
| 2938 | - $a_terms = !empty( $sort_taxonomies ) ? $sort_taxonomies : $a_terms; |
|
| 2938 | + $a_terms = !empty($sort_taxonomies) ? $sort_taxonomies : $a_terms; |
|
| 2939 | 2939 | } |
| 2940 | 2940 | |
| 2941 | 2941 | $sort_by = apply_filters('geodir_pp_category_sort', 'count');
|
| 2942 | - foreach ( $a_terms as $b_key => $b_val ) {
|
|
| 2943 | - $b_terms[ $b_key ] = geodir_sort_terms( $b_val, $sort_by ); |
|
| 2942 | + foreach ($a_terms as $b_key => $b_val) {
|
|
| 2943 | + $b_terms[$b_key] = geodir_sort_terms($b_val, $sort_by); |
|
| 2944 | 2944 | } |
| 2945 | 2945 | |
| 2946 | - $default_taxonomy = $default_post_type != '' && isset( $b_terms[ $default_post_type . 'category' ] ) ? $default_post_type . 'category' : ''; |
|
| 2946 | + $default_taxonomy = $default_post_type != '' && isset($b_terms[$default_post_type.'category']) ? $default_post_type.'category' : ''; |
|
| 2947 | 2947 | |
| 2948 | 2948 | $tax_change_output = ''; |
| 2949 | - if ( count( $b_terms ) > 1 ) {
|
|
| 2950 | - $tax_change_output .= "<select data-limit='$category_limit' data-parent='" . (int)$parent_only . "' class='geodir-cat-list-tax' onchange='geodir_get_post_term(this);'>"; |
|
| 2951 | - foreach ( $b_terms as $key => $val ) {
|
|
| 2952 | - $ptype = get_post_type_object( str_replace( "category", "", $key ) ); |
|
| 2953 | - $cpt_name = __( $ptype->labels->singular_name, 'geodirectory' ); |
|
| 2954 | - $tax_change_output .= "<option value='$key' " . selected( $key, $default_taxonomy, false ) . ">" . sprintf( __( '%s Categories', 'geodirectory' ), $cpt_name ) . "</option>"; |
|
| 2949 | + if (count($b_terms) > 1) {
|
|
| 2950 | + $tax_change_output .= "<select data-limit='$category_limit' data-parent='".(int) $parent_only."' class='geodir-cat-list-tax' onchange='geodir_get_post_term(this);'>"; |
|
| 2951 | + foreach ($b_terms as $key => $val) {
|
|
| 2952 | + $ptype = get_post_type_object(str_replace("category", "", $key));
|
|
| 2953 | + $cpt_name = __($ptype->labels->singular_name, 'geodirectory'); |
|
| 2954 | + $tax_change_output .= "<option value='$key' ".selected($key, $default_taxonomy, false).">".sprintf(__('%s Categories', 'geodirectory'), $cpt_name)."</option>";
|
|
| 2955 | 2955 | } |
| 2956 | 2956 | $tax_change_output .= "</select>"; |
| 2957 | 2957 | } |
| 2958 | 2958 | |
| 2959 | - if ( ! empty( $b_terms ) ) {
|
|
| 2960 | - $terms = $default_taxonomy != '' && isset( $b_terms[ $default_taxonomy ] ) ? $b_terms[ $default_taxonomy ] : reset( $b_terms );// get the first array |
|
| 2961 | - global $cat_count;//make global so we can change via function |
|
| 2959 | + if (!empty($b_terms)) {
|
|
| 2960 | + $terms = $default_taxonomy != '' && isset($b_terms[$default_taxonomy]) ? $b_terms[$default_taxonomy] : reset($b_terms); // get the first array |
|
| 2961 | + global $cat_count; //make global so we can change via function |
|
| 2962 | 2962 | $cat_count = 0; |
| 2963 | 2963 | ?> |
| 2964 | 2964 | <div class="geodir-category-list-in clearfix"> |
| 2965 | 2965 | <div class="geodir-cat-list clearfix"> |
| 2966 | 2966 | <?php |
| 2967 | - echo $before_title . __( $title ) . $after_title; |
|
| 2967 | + echo $before_title.__($title).$after_title; |
|
| 2968 | 2968 | |
| 2969 | 2969 | echo $tax_change_output; |
| 2970 | 2970 | |
| 2971 | 2971 | echo '<ul class="geodir-popular-cat-list">'; |
| 2972 | 2972 | |
| 2973 | - geodir_helper_cat_list_output( $terms, $category_limit, $category_restrict); |
|
| 2973 | + geodir_helper_cat_list_output($terms, $category_limit, $category_restrict); |
|
| 2974 | 2974 | |
| 2975 | 2975 | echo '</ul>'; |
| 2976 | 2976 | ?> |
| 2977 | 2977 | </div> |
| 2978 | 2978 | <?php |
| 2979 | - if ( empty( $category_restrict ) ) {
|
|
| 2979 | + if (empty($category_restrict)) {
|
|
| 2980 | 2980 | $hide = ''; |
| 2981 | - if ( $cat_count < $category_limit ) {
|
|
| 2981 | + if ($cat_count < $category_limit) {
|
|
| 2982 | 2982 | $hide = 'style="display:none;"'; |
| 2983 | 2983 | } |
| 2984 | 2984 | echo "<div class='geodir-cat-list-more' $hide >"; |
| 2985 | - echo '<a href="javascript:void(0)" class="geodir-morecat geodir-showcat">' . __( 'More Categories', 'geodirectory' ) . '</a>'; |
|
| 2986 | - echo '<a href="javascript:void(0)" class="geodir-morecat geodir-hidecat geodir-hide">' . __( 'Less Categories', 'geodirectory' ) . '</a>'; |
|
| 2985 | + echo '<a href="javascript:void(0)" class="geodir-morecat geodir-showcat">'.__('More Categories', 'geodirectory').'</a>';
|
|
| 2986 | + echo '<a href="javascript:void(0)" class="geodir-morecat geodir-hidecat geodir-hide">'.__('Less Categories', 'geodirectory').'</a>';
|
|
| 2987 | 2987 | echo "</div>"; |
| 2988 | 2988 | } |
| 2989 | 2989 | /* add scripts */ |
| 2990 | - add_action( 'wp_footer', 'geodir_popular_category_add_scripts', 100 ); |
|
| 2990 | + add_action('wp_footer', 'geodir_popular_category_add_scripts', 100);
|
|
| 2991 | 2991 | ?> |
| 2992 | 2992 | </div> |
| 2993 | 2993 | <?php |
@@ -3007,28 +3007,28 @@ discard block |
||
| 3007 | 3007 | * @param int $category_limit Number of categories to display by default. |
| 3008 | 3008 | * @param bool $category_restrict If the cat limit should be hidden or not shown. |
| 3009 | 3009 | */ |
| 3010 | -function geodir_helper_cat_list_output( $terms, $category_limit , $category_restrict=false) {
|
|
| 3010 | +function geodir_helper_cat_list_output($terms, $category_limit, $category_restrict = false) {
|
|
| 3011 | 3011 | global $geodir_post_category_str, $cat_count; |
| 3012 | 3012 | $term_icons = geodir_get_term_icon(); |
| 3013 | 3013 | |
| 3014 | 3014 | $geodir_post_category_str = array(); |
| 3015 | 3015 | |
| 3016 | 3016 | |
| 3017 | - foreach ( $terms as $cat ) {
|
|
| 3018 | - $post_type = str_replace( "category", "", $cat->taxonomy ); |
|
| 3019 | - $term_icon_url = ! empty( $term_icons ) && isset( $term_icons[ $cat->term_id ] ) ? $term_icons[ $cat->term_id ] : ''; |
|
| 3017 | + foreach ($terms as $cat) {
|
|
| 3018 | + $post_type = str_replace("category", "", $cat->taxonomy);
|
|
| 3019 | + $term_icon_url = !empty($term_icons) && isset($term_icons[$cat->term_id]) ? $term_icons[$cat->term_id] : ''; |
|
| 3020 | 3020 | |
| 3021 | - $cat_count ++; |
|
| 3021 | + $cat_count++; |
|
| 3022 | 3022 | |
| 3023 | - $geodir_post_category_str[] = array( 'posttype' => $post_type, 'termid' => $cat->term_id ); |
|
| 3023 | + $geodir_post_category_str[] = array('posttype' => $post_type, 'termid' => $cat->term_id);
|
|
| 3024 | 3024 | |
| 3025 | - $class_row = $cat_count > $category_limit ? 'geodir-pcat-hide geodir-hide' : 'geodir-pcat-show'; |
|
| 3026 | - if($category_restrict && $cat_count > $category_limit ){
|
|
| 3025 | + $class_row = $cat_count > $category_limit ? 'geodir-pcat-hide geodir-hide' : 'geodir-pcat-show'; |
|
| 3026 | + if ($category_restrict && $cat_count > $category_limit) {
|
|
| 3027 | 3027 | continue; |
| 3028 | 3028 | } |
| 3029 | 3029 | $total_post = $cat->count; |
| 3030 | 3030 | |
| 3031 | - $term_link = get_term_link( $cat, $cat->taxonomy ); |
|
| 3031 | + $term_link = get_term_link($cat, $cat->taxonomy); |
|
| 3032 | 3032 | /** |
| 3033 | 3033 | * Filer the category term link. |
| 3034 | 3034 | * |
@@ -3038,11 +3038,11 @@ discard block |
||
| 3038 | 3038 | * @param int $cat ->term_id The term id. |
| 3039 | 3039 | * @param string $post_type Wordpress post type. |
| 3040 | 3040 | */ |
| 3041 | - $term_link = apply_filters( 'geodir_category_term_link', $term_link, $cat->term_id, $post_type ); |
|
| 3041 | + $term_link = apply_filters('geodir_category_term_link', $term_link, $cat->term_id, $post_type);
|
|
| 3042 | 3042 | |
| 3043 | - echo '<li class="' . $class_row . '"><a href="' . $term_link . '">'; |
|
| 3044 | - echo '<img alt="' . esc_attr( $cat->name ) . ' icon" style="height:20px;vertical-align:middle;" src="' . $term_icon_url . '"/> <span class="cat-link">'; |
|
| 3045 | - echo $cat->name . '</span> <span class="geodir_term_class geodir_link_span geodir_category_class_' . $post_type . '_' . $cat->term_id . '">(' . $total_post . ')</span> ';
|
|
| 3043 | + echo '<li class="'.$class_row.'"><a href="'.$term_link.'">'; |
|
| 3044 | + echo '<img alt="'.esc_attr($cat->name).' icon" style="height:20px;vertical-align:middle;" src="'.$term_icon_url.'"/> <span class="cat-link">'; |
|
| 3045 | + echo $cat->name.'</span> <span class="geodir_term_class geodir_link_span geodir_category_class_'.$post_type.'_'.$cat->term_id.'">('.$total_post.')</span> ';
|
|
| 3046 | 3046 | echo '</a></li>'; |
| 3047 | 3047 | } |
| 3048 | 3048 | } |
@@ -3057,14 +3057,14 @@ discard block |
||
| 3057 | 3057 | * @param array|string $args Display arguments including before_title, after_title, before_widget, and after_widget. |
| 3058 | 3058 | * @param array|string $instance The settings for the particular instance of the widget. |
| 3059 | 3059 | */ |
| 3060 | -function geodir_listing_slider_widget_output( $args = '', $instance = '' ) {
|
|
| 3060 | +function geodir_listing_slider_widget_output($args = '', $instance = '') {
|
|
| 3061 | 3061 | // prints the widget |
| 3062 | - extract( $args, EXTR_SKIP ); |
|
| 3062 | + extract($args, EXTR_SKIP); |
|
| 3063 | 3063 | |
| 3064 | 3064 | echo $before_widget; |
| 3065 | 3065 | |
| 3066 | 3066 | /** This filter is documented in geodirectory_widgets.php */ |
| 3067 | - $title = empty( $instance['title'] ) ? '' : apply_filters( 'widget_title', __( $instance['title'], 'geodirectory' ) ); |
|
| 3067 | + $title = empty($instance['title']) ? '' : apply_filters('widget_title', __($instance['title'], 'geodirectory'));
|
|
| 3068 | 3068 | /** |
| 3069 | 3069 | * Filter the widget post type. |
| 3070 | 3070 | * |
@@ -3072,7 +3072,7 @@ discard block |
||
| 3072 | 3072 | * |
| 3073 | 3073 | * @param string $instance ['post_type'] Post type of listing. |
| 3074 | 3074 | */ |
| 3075 | - $post_type = empty( $instance['post_type'] ) ? 'gd_place' : apply_filters( 'widget_post_type', $instance['post_type'] ); |
|
| 3075 | + $post_type = empty($instance['post_type']) ? 'gd_place' : apply_filters('widget_post_type', $instance['post_type']);
|
|
| 3076 | 3076 | /** |
| 3077 | 3077 | * Filter the widget's term. |
| 3078 | 3078 | * |
@@ -3080,7 +3080,7 @@ discard block |
||
| 3080 | 3080 | * |
| 3081 | 3081 | * @param string $instance ['category'] Filter by term. Can be any valid term. |
| 3082 | 3082 | */ |
| 3083 | - $category = empty( $instance['category'] ) ? '0' : apply_filters( 'widget_category', $instance['category'] ); |
|
| 3083 | + $category = empty($instance['category']) ? '0' : apply_filters('widget_category', $instance['category']);
|
|
| 3084 | 3084 | /** |
| 3085 | 3085 | * Filter widget's "add_location_filter" value. |
| 3086 | 3086 | * |
@@ -3088,7 +3088,7 @@ discard block |
||
| 3088 | 3088 | * |
| 3089 | 3089 | * @param string|bool $instance ['add_location_filter'] Do you want to add location filter? Can be 1 or 0. |
| 3090 | 3090 | */ |
| 3091 | - $add_location_filter = empty( $instance['add_location_filter'] ) ? '0' : apply_filters( 'widget_add_location_filter', $instance['add_location_filter'] ); |
|
| 3091 | + $add_location_filter = empty($instance['add_location_filter']) ? '0' : apply_filters('widget_add_location_filter', $instance['add_location_filter']);
|
|
| 3092 | 3092 | /** |
| 3093 | 3093 | * Filter the widget listings limit. |
| 3094 | 3094 | * |
@@ -3096,7 +3096,7 @@ discard block |
||
| 3096 | 3096 | * |
| 3097 | 3097 | * @param string $instance ['post_number'] Number of listings to display. |
| 3098 | 3098 | */ |
| 3099 | - $post_number = empty( $instance['post_number'] ) ? '5' : apply_filters( 'widget_post_number', $instance['post_number'] ); |
|
| 3099 | + $post_number = empty($instance['post_number']) ? '5' : apply_filters('widget_post_number', $instance['post_number']);
|
|
| 3100 | 3100 | /** |
| 3101 | 3101 | * Filter the widget listings limit shown at one time. |
| 3102 | 3102 | * |
@@ -3104,7 +3104,7 @@ discard block |
||
| 3104 | 3104 | * |
| 3105 | 3105 | * @param string $instance ['max_show'] Number of listings to display on screen. |
| 3106 | 3106 | */ |
| 3107 | - $max_show = empty( $instance['max_show'] ) ? '1' : apply_filters( 'widget_max_show', $instance['max_show'] ); |
|
| 3107 | + $max_show = empty($instance['max_show']) ? '1' : apply_filters('widget_max_show', $instance['max_show']);
|
|
| 3108 | 3108 | /** |
| 3109 | 3109 | * Filter the widget slide width. |
| 3110 | 3110 | * |
@@ -3112,7 +3112,7 @@ discard block |
||
| 3112 | 3112 | * |
| 3113 | 3113 | * @param string $instance ['slide_width'] Width of the slides shown. |
| 3114 | 3114 | */ |
| 3115 | - $slide_width = empty( $instance['slide_width'] ) ? '' : apply_filters( 'widget_slide_width', $instance['slide_width'] ); |
|
| 3115 | + $slide_width = empty($instance['slide_width']) ? '' : apply_filters('widget_slide_width', $instance['slide_width']);
|
|
| 3116 | 3116 | /** |
| 3117 | 3117 | * Filter widget's "show title" value. |
| 3118 | 3118 | * |
@@ -3120,7 +3120,7 @@ discard block |
||
| 3120 | 3120 | * |
| 3121 | 3121 | * @param string|bool $instance ['show_title'] Do you want to display title? Can be 1 or 0. |
| 3122 | 3122 | */ |
| 3123 | - $show_title = empty( $instance['show_title'] ) ? '' : apply_filters( 'widget_show_title', $instance['show_title'] ); |
|
| 3123 | + $show_title = empty($instance['show_title']) ? '' : apply_filters('widget_show_title', $instance['show_title']);
|
|
| 3124 | 3124 | /** |
| 3125 | 3125 | * Filter widget's "slideshow" value. |
| 3126 | 3126 | * |
@@ -3128,7 +3128,7 @@ discard block |
||
| 3128 | 3128 | * |
| 3129 | 3129 | * @param int $instance ['slideshow'] Setup a slideshow for the slider to animate automatically. |
| 3130 | 3130 | */ |
| 3131 | - $slideshow = empty( $instance['slideshow'] ) ? 0 : apply_filters( 'widget_slideshow', $instance['slideshow'] ); |
|
| 3131 | + $slideshow = empty($instance['slideshow']) ? 0 : apply_filters('widget_slideshow', $instance['slideshow']);
|
|
| 3132 | 3132 | /** |
| 3133 | 3133 | * Filter widget's "animationLoop" value. |
| 3134 | 3134 | * |
@@ -3136,7 +3136,7 @@ discard block |
||
| 3136 | 3136 | * |
| 3137 | 3137 | * @param int $instance ['animationLoop'] Gives the slider a seamless infinite loop. |
| 3138 | 3138 | */ |
| 3139 | - $animationLoop = empty( $instance['animationLoop'] ) ? 0 : apply_filters( 'widget_animationLoop', $instance['animationLoop'] ); |
|
| 3139 | + $animationLoop = empty($instance['animationLoop']) ? 0 : apply_filters('widget_animationLoop', $instance['animationLoop']);
|
|
| 3140 | 3140 | /** |
| 3141 | 3141 | * Filter widget's "directionNav" value. |
| 3142 | 3142 | * |
@@ -3144,7 +3144,7 @@ discard block |
||
| 3144 | 3144 | * |
| 3145 | 3145 | * @param int $instance ['directionNav'] Enable previous/next arrow navigation?. Can be 1 or 0. |
| 3146 | 3146 | */ |
| 3147 | - $directionNav = empty( $instance['directionNav'] ) ? 0 : apply_filters( 'widget_directionNav', $instance['directionNav'] ); |
|
| 3147 | + $directionNav = empty($instance['directionNav']) ? 0 : apply_filters('widget_directionNav', $instance['directionNav']);
|
|
| 3148 | 3148 | /** |
| 3149 | 3149 | * Filter widget's "slideshowSpeed" value. |
| 3150 | 3150 | * |
@@ -3152,7 +3152,7 @@ discard block |
||
| 3152 | 3152 | * |
| 3153 | 3153 | * @param int $instance ['slideshowSpeed'] Set the speed of the slideshow cycling, in milliseconds. |
| 3154 | 3154 | */ |
| 3155 | - $slideshowSpeed = empty( $instance['slideshowSpeed'] ) ? 5000 : apply_filters( 'widget_slideshowSpeed', $instance['slideshowSpeed'] ); |
|
| 3155 | + $slideshowSpeed = empty($instance['slideshowSpeed']) ? 5000 : apply_filters('widget_slideshowSpeed', $instance['slideshowSpeed']);
|
|
| 3156 | 3156 | /** |
| 3157 | 3157 | * Filter widget's "animationSpeed" value. |
| 3158 | 3158 | * |
@@ -3160,7 +3160,7 @@ discard block |
||
| 3160 | 3160 | * |
| 3161 | 3161 | * @param int $instance ['animationSpeed'] Set the speed of animations, in milliseconds. |
| 3162 | 3162 | */ |
| 3163 | - $animationSpeed = empty( $instance['animationSpeed'] ) ? 600 : apply_filters( 'widget_animationSpeed', $instance['animationSpeed'] ); |
|
| 3163 | + $animationSpeed = empty($instance['animationSpeed']) ? 600 : apply_filters('widget_animationSpeed', $instance['animationSpeed']);
|
|
| 3164 | 3164 | /** |
| 3165 | 3165 | * Filter widget's "animation" value. |
| 3166 | 3166 | * |
@@ -3168,7 +3168,7 @@ discard block |
||
| 3168 | 3168 | * |
| 3169 | 3169 | * @param string $instance ['animation'] Controls the animation type, "fade" or "slide". |
| 3170 | 3170 | */ |
| 3171 | - $animation = empty( $instance['animation'] ) ? 'slide' : apply_filters( 'widget_animation', $instance['animation'] ); |
|
| 3171 | + $animation = empty($instance['animation']) ? 'slide' : apply_filters('widget_animation', $instance['animation']);
|
|
| 3172 | 3172 | /** |
| 3173 | 3173 | * Filter widget's "list_sort" type. |
| 3174 | 3174 | * |
@@ -3176,10 +3176,10 @@ discard block |
||
| 3176 | 3176 | * |
| 3177 | 3177 | * @param string $instance ['list_sort'] Listing sort by type. |
| 3178 | 3178 | */ |
| 3179 | - $list_sort = empty( $instance['list_sort'] ) ? 'latest' : apply_filters( 'widget_list_sort', $instance['list_sort'] ); |
|
| 3180 | - $show_featured_only = ! empty( $instance['show_featured_only'] ) ? 1 : null; |
|
| 3179 | + $list_sort = empty($instance['list_sort']) ? 'latest' : apply_filters('widget_list_sort', $instance['list_sort']);
|
|
| 3180 | + $show_featured_only = !empty($instance['show_featured_only']) ? 1 : null; |
|
| 3181 | 3181 | |
| 3182 | - wp_enqueue_script( 'geodirectory-jquery-flexslider-js' ); |
|
| 3182 | + wp_enqueue_script('geodirectory-jquery-flexslider-js');
|
|
| 3183 | 3183 | ?> |
| 3184 | 3184 | <script type="text/javascript"> |
| 3185 | 3185 | jQuery(window).load(function () {
|
@@ -3198,7 +3198,7 @@ discard block |
||
| 3198 | 3198 | itemWidth: 75, |
| 3199 | 3199 | itemMargin: 5, |
| 3200 | 3200 | asNavFor: '#geodir_widget_slider', |
| 3201 | - rtl: <?php echo( is_rtl() ? 'true' : 'false' ); /* fix rtl issue */ ?>, |
|
| 3201 | + rtl: <?php echo(is_rtl() ? 'true' : 'false'); /* fix rtl issue */ ?>, |
|
| 3202 | 3202 | start: function (slider) {
|
| 3203 | 3203 | // chrome 53 introduced a bug, so we need to repaint the slider when shown. |
| 3204 | 3204 | jQuery('.geodir-slides', jQuery(slider)).removeClass('flexslider-fix-rtl');
|
@@ -3206,19 +3206,19 @@ discard block |
||
| 3206 | 3206 | }); |
| 3207 | 3207 | |
| 3208 | 3208 | jQuery('#geodir_widget_slider').flexslider({
|
| 3209 | - animation: "<?php echo $animation;?>", |
|
| 3209 | + animation: "<?php echo $animation; ?>", |
|
| 3210 | 3210 | selector: ".geodir-slides > li", |
| 3211 | 3211 | namespace: "geodir-", |
| 3212 | 3212 | controlNav: true, |
| 3213 | - animationLoop: <?php echo $animationLoop;?>, |
|
| 3214 | - slideshow: <?php echo $slideshow;?>, |
|
| 3215 | - slideshowSpeed: <?php echo $slideshowSpeed;?>, |
|
| 3216 | - animationSpeed: <?php echo $animationSpeed;?>, |
|
| 3217 | - directionNav: <?php echo $directionNav;?>, |
|
| 3218 | - maxItems: <?php echo $max_show;?>, |
|
| 3213 | + animationLoop: <?php echo $animationLoop; ?>, |
|
| 3214 | + slideshow: <?php echo $slideshow; ?>, |
|
| 3215 | + slideshowSpeed: <?php echo $slideshowSpeed; ?>, |
|
| 3216 | + animationSpeed: <?php echo $animationSpeed; ?>, |
|
| 3217 | + directionNav: <?php echo $directionNav; ?>, |
|
| 3218 | + maxItems: <?php echo $max_show; ?>, |
|
| 3219 | 3219 | move: 1, |
| 3220 | - <?php if ( $slide_width ) {
|
|
| 3221 | - echo "itemWidth: " . $slide_width . ","; |
|
| 3220 | + <?php if ($slide_width) {
|
|
| 3221 | + echo "itemWidth: ".$slide_width.","; |
|
| 3222 | 3222 | }?> |
| 3223 | 3223 | sync: "#geodir_widget_carousel", |
| 3224 | 3224 | start: function (slider) {
|
@@ -3229,7 +3229,7 @@ discard block |
||
| 3229 | 3229 | jQuery('#geodir_widget_slider').css({'visibility': 'visible'});
|
| 3230 | 3230 | jQuery('#geodir_widget_carousel').css({'visibility': 'visible'});
|
| 3231 | 3231 | }, |
| 3232 | - rtl: <?php echo( is_rtl() ? 'true' : 'false' ); /* fix rtl issue */ ?> |
|
| 3232 | + rtl: <?php echo(is_rtl() ? 'true' : 'false'); /* fix rtl issue */ ?> |
|
| 3233 | 3233 | }); |
| 3234 | 3234 | }); |
| 3235 | 3235 | </script> |
@@ -3242,62 +3242,62 @@ discard block |
||
| 3242 | 3242 | 'order_by' => $list_sort |
| 3243 | 3243 | ); |
| 3244 | 3244 | |
| 3245 | - if ( $show_featured_only ) {
|
|
| 3245 | + if ($show_featured_only) {
|
|
| 3246 | 3246 | $query_args['show_featured_only'] = 1; |
| 3247 | 3247 | } |
| 3248 | 3248 | |
| 3249 | - if ( $category != 0 || $category != '' ) {
|
|
| 3250 | - $category_taxonomy = geodir_get_taxonomies( $post_type ); |
|
| 3249 | + if ($category != 0 || $category != '') {
|
|
| 3250 | + $category_taxonomy = geodir_get_taxonomies($post_type); |
|
| 3251 | 3251 | $tax_query = array( |
| 3252 | 3252 | 'taxonomy' => $category_taxonomy[0], |
| 3253 | 3253 | 'field' => 'id', |
| 3254 | 3254 | 'terms' => $category |
| 3255 | 3255 | ); |
| 3256 | 3256 | |
| 3257 | - $query_args['tax_query'] = array( $tax_query ); |
|
| 3257 | + $query_args['tax_query'] = array($tax_query); |
|
| 3258 | 3258 | } |
| 3259 | 3259 | |
| 3260 | 3260 | // we want listings with featured image only |
| 3261 | 3261 | $query_args['featured_image_only'] = 1; |
| 3262 | 3262 | |
| 3263 | - if ( $post_type == 'gd_event' ) {
|
|
| 3263 | + if ($post_type == 'gd_event') {
|
|
| 3264 | 3264 | $query_args['gedir_event_listing_filter'] = 'upcoming'; |
| 3265 | 3265 | }// show only upcoming events |
| 3266 | 3266 | |
| 3267 | - $widget_listings = geodir_get_widget_listings( $query_args ); |
|
| 3268 | - if ( ! empty( $widget_listings ) || ( isset( $with_no_results ) && $with_no_results ) ) {
|
|
| 3269 | - if ( $title ) {
|
|
| 3270 | - echo $before_title . $title . $after_title; |
|
| 3267 | + $widget_listings = geodir_get_widget_listings($query_args); |
|
| 3268 | + if (!empty($widget_listings) || (isset($with_no_results) && $with_no_results)) {
|
|
| 3269 | + if ($title) {
|
|
| 3270 | + echo $before_title.$title.$after_title; |
|
| 3271 | 3271 | } |
| 3272 | 3272 | |
| 3273 | 3273 | global $post; |
| 3274 | 3274 | |
| 3275 | - $current_post = $post;// keep current post info |
|
| 3275 | + $current_post = $post; // keep current post info |
|
| 3276 | 3276 | |
| 3277 | 3277 | $widget_main_slides = ''; |
| 3278 | 3278 | $nav_slides = ''; |
| 3279 | 3279 | $widget_slides = 0; |
| 3280 | 3280 | |
| 3281 | - foreach ( $widget_listings as $widget_listing ) {
|
|
| 3281 | + foreach ($widget_listings as $widget_listing) {
|
|
| 3282 | 3282 | global $gd_widget_listing_type; |
| 3283 | 3283 | $post = $widget_listing; |
| 3284 | - $widget_image = geodir_get_featured_image( $post->ID, 'thumbnail', get_option( 'geodir_listing_no_img' ) ); |
|
| 3284 | + $widget_image = geodir_get_featured_image($post->ID, 'thumbnail', get_option('geodir_listing_no_img'));
|
|
| 3285 | 3285 | |
| 3286 | - if ( ! empty( $widget_image ) ) {
|
|
| 3287 | - if ( $widget_image->height >= 200 ) {
|
|
| 3286 | + if (!empty($widget_image)) {
|
|
| 3287 | + if ($widget_image->height >= 200) {
|
|
| 3288 | 3288 | $widget_spacer_height = 0; |
| 3289 | 3289 | } else {
|
| 3290 | - $widget_spacer_height = ( ( 200 - $widget_image->height ) / 2 ); |
|
| 3290 | + $widget_spacer_height = ((200 - $widget_image->height) / 2); |
|
| 3291 | 3291 | } |
| 3292 | 3292 | |
| 3293 | - $widget_main_slides .= '<li class="geodir-listing-slider-widget"><img class="geodir-listing-slider-spacer" src="' . geodir_plugin_url() . "/geodirectory-assets/images/spacer.gif" . '" alt="' . $widget_image->title . '" title="' . $widget_image->title . '" style="max-height:' . $widget_spacer_height . 'px !important;margin:0 auto;" width="100" />'; |
|
| 3293 | + $widget_main_slides .= '<li class="geodir-listing-slider-widget"><img class="geodir-listing-slider-spacer" src="'.geodir_plugin_url()."/geodirectory-assets/images/spacer.gif".'" alt="'.$widget_image->title.'" title="'.$widget_image->title.'" style="max-height:'.$widget_spacer_height.'px !important;margin:0 auto;" width="100" />'; |
|
| 3294 | 3294 | |
| 3295 | 3295 | $title = ''; |
| 3296 | - if ( $show_title ) {
|
|
| 3297 | - $title_html = '<div class="geodir-slider-title"><a href="' . get_permalink( $post->ID ) . '">' . get_the_title( $post->ID ) . '</a></div>'; |
|
| 3296 | + if ($show_title) {
|
|
| 3297 | + $title_html = '<div class="geodir-slider-title"><a href="'.get_permalink($post->ID).'">'.get_the_title($post->ID).'</a></div>'; |
|
| 3298 | 3298 | $post_id = $post->ID; |
| 3299 | - $post_permalink = get_permalink( $post->ID ); |
|
| 3300 | - $post_title = get_the_title( $post->ID ); |
|
| 3299 | + $post_permalink = get_permalink($post->ID); |
|
| 3300 | + $post_title = get_the_title($post->ID); |
|
| 3301 | 3301 | /** |
| 3302 | 3302 | * Filter the listing slider widget title. |
| 3303 | 3303 | * |
@@ -3308,12 +3308,12 @@ discard block |
||
| 3308 | 3308 | * @param string $post_permalink The post permalink url. |
| 3309 | 3309 | * @param string $post_title The post title text. |
| 3310 | 3310 | */ |
| 3311 | - $title = apply_filters( 'geodir_listing_slider_title', $title_html, $post_id, $post_permalink, $post_title ); |
|
| 3311 | + $title = apply_filters('geodir_listing_slider_title', $title_html, $post_id, $post_permalink, $post_title);
|
|
| 3312 | 3312 | } |
| 3313 | 3313 | |
| 3314 | - $widget_main_slides .= $title . '<a href="' . get_permalink( $post->ID ) . '"><img src="' . $widget_image->src . '" alt="' . $widget_image->title . '" title="' . $widget_image->title . '" style="max-height:200px;margin:0 auto;" /></a></li>'; |
|
| 3315 | - $nav_slides .= '<li><img src="' . $widget_image->src . '" alt="' . $widget_image->title . '" title="' . $widget_image->title . '" style="max-height:48px;margin:0 auto;" /></li>'; |
|
| 3316 | - $widget_slides ++; |
|
| 3314 | + $widget_main_slides .= $title.'<a href="'.get_permalink($post->ID).'"><img src="'.$widget_image->src.'" alt="'.$widget_image->title.'" title="'.$widget_image->title.'" style="max-height:200px;margin:0 auto;" /></a></li>'; |
|
| 3315 | + $nav_slides .= '<li><img src="'.$widget_image->src.'" alt="'.$widget_image->title.'" title="'.$widget_image->title.'" style="max-height:48px;margin:0 auto;" /></li>'; |
|
| 3316 | + $widget_slides++; |
|
| 3317 | 3317 | } |
| 3318 | 3318 | } |
| 3319 | 3319 | ?> |
@@ -3322,7 +3322,7 @@ discard block |
||
| 3322 | 3322 | <div id="geodir_widget_slider" class="geodir_flexslider"> |
| 3323 | 3323 | <ul class="geodir-slides clearfix"><?php echo $widget_main_slides; ?></ul> |
| 3324 | 3324 | </div> |
| 3325 | - <?php if ( $widget_slides > 1 ) { ?>
|
|
| 3325 | + <?php if ($widget_slides > 1) { ?>
|
|
| 3326 | 3326 | <div id="geodir_widget_carousel" class="geodir_flexslider"> |
| 3327 | 3327 | <ul class="geodir-slides clearfix"><?php echo $nav_slides; ?></ul> |
| 3328 | 3328 | </div> |
@@ -3330,7 +3330,7 @@ discard block |
||
| 3330 | 3330 | </div> |
| 3331 | 3331 | <?php |
| 3332 | 3332 | $GLOBALS['post'] = $current_post; |
| 3333 | - setup_postdata( $current_post ); |
|
| 3333 | + setup_postdata($current_post); |
|
| 3334 | 3334 | } |
| 3335 | 3335 | echo $after_widget; |
| 3336 | 3336 | } |
@@ -3346,50 +3346,50 @@ discard block |
||
| 3346 | 3346 | * @param array|string $args Display arguments including before_title, after_title, before_widget, and after_widget. |
| 3347 | 3347 | * @param array|string $instance The settings for the particular instance of the widget. |
| 3348 | 3348 | */ |
| 3349 | -function geodir_loginwidget_output( $args = '', $instance = '' ) {
|
|
| 3349 | +function geodir_loginwidget_output($args = '', $instance = '') {
|
|
| 3350 | 3350 | //print_r($args); |
| 3351 | 3351 | //print_r($instance); |
| 3352 | 3352 | // prints the widget |
| 3353 | - extract( $args, EXTR_SKIP ); |
|
| 3353 | + extract($args, EXTR_SKIP); |
|
| 3354 | 3354 | |
| 3355 | 3355 | /** This filter is documented in geodirectory_widgets.php */ |
| 3356 | - $title = empty( $instance['title'] ) ? __( 'My Dashboard', 'geodirectory' ) : apply_filters( 'my_dashboard_widget_title', __( $instance['title'], 'geodirectory' ) ); |
|
| 3356 | + $title = empty($instance['title']) ? __('My Dashboard', 'geodirectory') : apply_filters('my_dashboard_widget_title', __($instance['title'], 'geodirectory'));
|
|
| 3357 | 3357 | |
| 3358 | 3358 | echo $before_widget; |
| 3359 | - echo $before_title . $title . $after_title; |
|
| 3359 | + echo $before_title.$title.$after_title; |
|
| 3360 | 3360 | |
| 3361 | 3361 | // global $gd_session; |
| 3362 | 3362 | // print_r($gd_session); |
| 3363 | 3363 | // print_r($_SESSION); |
| 3364 | 3364 | |
| 3365 | - if ( is_user_logged_in() ) {
|
|
| 3365 | + if (is_user_logged_in()) {
|
|
| 3366 | 3366 | global $current_user; |
| 3367 | 3367 | |
| 3368 | - $author_link = get_author_posts_url( $current_user->data->ID ); |
|
| 3369 | - $author_link = geodir_getlink( $author_link, array( 'geodir_dashbord' => 'true' ), false ); |
|
| 3368 | + $author_link = get_author_posts_url($current_user->data->ID); |
|
| 3369 | + $author_link = geodir_getlink($author_link, array('geodir_dashbord' => 'true'), false);
|
|
| 3370 | 3370 | |
| 3371 | 3371 | echo '<ul class="geodir-loginbox-list">'; |
| 3372 | 3372 | ob_start(); |
| 3373 | 3373 | ?> |
| 3374 | 3374 | <li><a class="signin" |
| 3375 | - href="<?php echo wp_logout_url( home_url() ); ?>"><?php _e( 'Logout', 'geodirectory' ); ?></a></li> |
|
| 3375 | + href="<?php echo wp_logout_url(home_url()); ?>"><?php _e('Logout', 'geodirectory'); ?></a></li>
|
|
| 3376 | 3376 | <?php |
| 3377 | - $post_types = geodir_get_posttypes( 'object' ); |
|
| 3378 | - $show_add_listing_post_types_main_nav = get_option( 'geodir_add_listing_link_user_dashboard' ); |
|
| 3379 | - $geodir_allow_posttype_frontend = get_option( 'geodir_allow_posttype_frontend' ); |
|
| 3377 | + $post_types = geodir_get_posttypes('object');
|
|
| 3378 | + $show_add_listing_post_types_main_nav = get_option('geodir_add_listing_link_user_dashboard');
|
|
| 3379 | + $geodir_allow_posttype_frontend = get_option('geodir_allow_posttype_frontend');
|
|
| 3380 | 3380 | |
| 3381 | - if ( ! empty( $show_add_listing_post_types_main_nav ) ) {
|
|
| 3381 | + if (!empty($show_add_listing_post_types_main_nav)) {
|
|
| 3382 | 3382 | $addlisting_links = ''; |
| 3383 | - foreach ( $post_types as $key => $postobj ) {
|
|
| 3383 | + foreach ($post_types as $key => $postobj) {
|
|
| 3384 | 3384 | |
| 3385 | - if ( in_array( $key, $show_add_listing_post_types_main_nav ) ) {
|
|
| 3385 | + if (in_array($key, $show_add_listing_post_types_main_nav)) {
|
|
| 3386 | 3386 | |
| 3387 | - if ( $add_link = geodir_get_addlisting_link( $key ) ) {
|
|
| 3387 | + if ($add_link = geodir_get_addlisting_link($key)) {
|
|
| 3388 | 3388 | |
| 3389 | 3389 | $name = $postobj->labels->name; |
| 3390 | 3390 | |
| 3391 | 3391 | $selected = ''; |
| 3392 | - if ( geodir_get_current_posttype() == $key && geodir_is_page( 'add-listing' ) ) {
|
|
| 3392 | + if (geodir_get_current_posttype() == $key && geodir_is_page('add-listing')) {
|
|
| 3393 | 3393 | $selected = 'selected="selected"'; |
| 3394 | 3394 | } |
| 3395 | 3395 | |
@@ -3402,23 +3402,23 @@ discard block |
||
| 3402 | 3402 | * @param string $key Add listing array key. |
| 3403 | 3403 | * @param int $current_user ->ID Current user ID. |
| 3404 | 3404 | */ |
| 3405 | - $add_link = apply_filters( 'geodir_dashboard_link_add_listing', $add_link, $key, $current_user->ID ); |
|
| 3406 | - $name = apply_filters( 'geodir_dashboard_label_add_listing', $name, $key, $current_user->ID ); |
|
| 3405 | + $add_link = apply_filters('geodir_dashboard_link_add_listing', $add_link, $key, $current_user->ID);
|
|
| 3406 | + $name = apply_filters('geodir_dashboard_label_add_listing', $name, $key, $current_user->ID);
|
|
| 3407 | 3407 | |
| 3408 | - $addlisting_links .= '<option ' . $selected . ' value="' . $add_link . '">' . __( geodir_utf8_ucfirst( $name ), 'geodirectory' ) . '</option>'; |
|
| 3408 | + $addlisting_links .= '<option '.$selected.' value="'.$add_link.'">'.__(geodir_utf8_ucfirst($name), 'geodirectory').'</option>'; |
|
| 3409 | 3409 | |
| 3410 | 3410 | } |
| 3411 | 3411 | } |
| 3412 | 3412 | |
| 3413 | 3413 | } |
| 3414 | 3414 | |
| 3415 | - if ( $addlisting_links != '' ) { ?>
|
|
| 3415 | + if ($addlisting_links != '') { ?>
|
|
| 3416 | 3416 | |
| 3417 | 3417 | <li><select id="geodir_add_listing" class="chosen_select" onchange="window.location.href=this.value" |
| 3418 | 3418 | option-autoredirect="1" name="geodir_add_listing" option-ajaxchosen="false" |
| 3419 | - data-placeholder="<?php echo esc_attr( __( 'Add Listing', 'geodirectory' ) ); ?>"> |
|
| 3419 | + data-placeholder="<?php echo esc_attr(__('Add Listing', 'geodirectory')); ?>">
|
|
| 3420 | 3420 | <option value="" disabled="disabled" selected="selected" |
| 3421 | - style='display:none;'><?php echo esc_attr( __( 'Add Listing', 'geodirectory' ) ); ?></option> |
|
| 3421 | + style='display:none;'><?php echo esc_attr(__('Add Listing', 'geodirectory')); ?></option>
|
|
| 3422 | 3422 | <?php echo $addlisting_links; ?> |
| 3423 | 3423 | </select></li> <?php |
| 3424 | 3424 | |
@@ -3426,24 +3426,24 @@ discard block |
||
| 3426 | 3426 | |
| 3427 | 3427 | } |
| 3428 | 3428 | // My Favourites in Dashboard |
| 3429 | - $show_favorite_link_user_dashboard = get_option( 'geodir_favorite_link_user_dashboard' ); |
|
| 3429 | + $show_favorite_link_user_dashboard = get_option('geodir_favorite_link_user_dashboard');
|
|
| 3430 | 3430 | $user_favourite = geodir_user_favourite_listing_count(); |
| 3431 | 3431 | |
| 3432 | - if ( ! empty( $show_favorite_link_user_dashboard ) && ! empty( $user_favourite ) ) {
|
|
| 3432 | + if (!empty($show_favorite_link_user_dashboard) && !empty($user_favourite)) {
|
|
| 3433 | 3433 | $favourite_links = ''; |
| 3434 | 3434 | |
| 3435 | - foreach ( $post_types as $key => $postobj ) {
|
|
| 3436 | - if ( in_array( $key, $show_favorite_link_user_dashboard ) && array_key_exists( $key, $user_favourite ) ) {
|
|
| 3435 | + foreach ($post_types as $key => $postobj) {
|
|
| 3436 | + if (in_array($key, $show_favorite_link_user_dashboard) && array_key_exists($key, $user_favourite)) {
|
|
| 3437 | 3437 | $name = $postobj->labels->name; |
| 3438 | 3438 | $fav_author_link = apply_filters('gd_dash_fav_author_link', $author_link, $current_user->data->ID);
|
| 3439 | - $post_type_link = geodir_getlink( $fav_author_link, array( |
|
| 3439 | + $post_type_link = geodir_getlink($fav_author_link, array( |
|
| 3440 | 3440 | 'stype' => $key, |
| 3441 | 3441 | 'list' => 'favourite' |
| 3442 | - ), false ); |
|
| 3442 | + ), false); |
|
| 3443 | 3443 | |
| 3444 | 3444 | $selected = ''; |
| 3445 | 3445 | |
| 3446 | - if ( isset( $_REQUEST['list'] ) && $_REQUEST['list'] == 'favourite' && isset( $_REQUEST['stype'] ) && $_REQUEST['stype'] == $key && isset( $_REQUEST['geodir_dashbord'] ) ) {
|
|
| 3446 | + if (isset($_REQUEST['list']) && $_REQUEST['list'] == 'favourite' && isset($_REQUEST['stype']) && $_REQUEST['stype'] == $key && isset($_REQUEST['geodir_dashbord'])) {
|
|
| 3447 | 3447 | $selected = 'selected="selected"'; |
| 3448 | 3448 | } |
| 3449 | 3449 | /** |
@@ -3455,20 +3455,20 @@ discard block |
||
| 3455 | 3455 | * @param string $key Favorite listing array key. |
| 3456 | 3456 | * @param int $current_user ->ID Current user ID. |
| 3457 | 3457 | */ |
| 3458 | - $post_type_link = apply_filters( 'geodir_dashboard_link_favorite_listing', $post_type_link, $key, $current_user->ID ); |
|
| 3458 | + $post_type_link = apply_filters('geodir_dashboard_link_favorite_listing', $post_type_link, $key, $current_user->ID);
|
|
| 3459 | 3459 | |
| 3460 | - $favourite_links .= '<option ' . $selected . ' value="' . $post_type_link . '">' . __( geodir_utf8_ucfirst( $name ), 'geodirectory' ) . '</option>'; |
|
| 3460 | + $favourite_links .= '<option '.$selected.' value="'.$post_type_link.'">'.__(geodir_utf8_ucfirst($name), 'geodirectory').'</option>'; |
|
| 3461 | 3461 | } |
| 3462 | 3462 | } |
| 3463 | 3463 | |
| 3464 | - if ( $favourite_links != '' ) {
|
|
| 3464 | + if ($favourite_links != '') {
|
|
| 3465 | 3465 | ?> |
| 3466 | 3466 | <li> |
| 3467 | 3467 | <select id="geodir_my_favourites" class="chosen_select" onchange="window.location.href=this.value" |
| 3468 | 3468 | option-autoredirect="1" name="geodir_my_favourites" option-ajaxchosen="false" |
| 3469 | - data-placeholder="<?php echo esc_attr( __( 'My Favorites', 'geodirectory' ) ); ?>"> |
|
| 3469 | + data-placeholder="<?php echo esc_attr(__('My Favorites', 'geodirectory')); ?>">
|
|
| 3470 | 3470 | <option value="" disabled="disabled" selected="selected" |
| 3471 | - style='display:none;'><?php echo esc_attr( __( 'My Favorites', 'geodirectory' ) ); ?></option> |
|
| 3471 | + style='display:none;'><?php echo esc_attr(__('My Favorites', 'geodirectory')); ?></option>
|
|
| 3472 | 3472 | <?php echo $favourite_links; ?> |
| 3473 | 3473 | </select> |
| 3474 | 3474 | </li> |
@@ -3477,20 +3477,20 @@ discard block |
||
| 3477 | 3477 | } |
| 3478 | 3478 | |
| 3479 | 3479 | |
| 3480 | - $show_listing_link_user_dashboard = get_option( 'geodir_listing_link_user_dashboard' ); |
|
| 3480 | + $show_listing_link_user_dashboard = get_option('geodir_listing_link_user_dashboard');
|
|
| 3481 | 3481 | $user_listing = geodir_user_post_listing_count(); |
| 3482 | 3482 | |
| 3483 | - if ( ! empty( $show_listing_link_user_dashboard ) && ! empty( $user_listing ) ) {
|
|
| 3483 | + if (!empty($show_listing_link_user_dashboard) && !empty($user_listing)) {
|
|
| 3484 | 3484 | $listing_links = ''; |
| 3485 | 3485 | |
| 3486 | - foreach ( $post_types as $key => $postobj ) {
|
|
| 3487 | - if ( in_array( $key, $show_listing_link_user_dashboard ) && array_key_exists( $key, $user_listing ) ) {
|
|
| 3486 | + foreach ($post_types as $key => $postobj) {
|
|
| 3487 | + if (in_array($key, $show_listing_link_user_dashboard) && array_key_exists($key, $user_listing)) {
|
|
| 3488 | 3488 | $name = $postobj->labels->name; |
| 3489 | 3489 | $listing_author_link = apply_filters('gd_dash_listing_author_link', $author_link, $current_user->data->ID);
|
| 3490 | - $listing_link = geodir_getlink( $listing_author_link, array( 'stype' => $key ), false ); |
|
| 3490 | + $listing_link = geodir_getlink($listing_author_link, array('stype' => $key), false);
|
|
| 3491 | 3491 | |
| 3492 | 3492 | $selected = ''; |
| 3493 | - if ( ! isset( $_REQUEST['list'] ) && isset( $_REQUEST['geodir_dashbord'] ) && isset( $_REQUEST['stype'] ) && $_REQUEST['stype'] == $key ) {
|
|
| 3493 | + if (!isset($_REQUEST['list']) && isset($_REQUEST['geodir_dashbord']) && isset($_REQUEST['stype']) && $_REQUEST['stype'] == $key) {
|
|
| 3494 | 3494 | $selected = 'selected="selected"'; |
| 3495 | 3495 | } |
| 3496 | 3496 | |
@@ -3503,20 +3503,20 @@ discard block |
||
| 3503 | 3503 | * @param string $key My listing array key. |
| 3504 | 3504 | * @param int $current_user ->ID Current user ID. |
| 3505 | 3505 | */ |
| 3506 | - $listing_link = apply_filters( 'geodir_dashboard_link_my_listing', $listing_link, $key, $current_user->ID ); |
|
| 3506 | + $listing_link = apply_filters('geodir_dashboard_link_my_listing', $listing_link, $key, $current_user->ID);
|
|
| 3507 | 3507 | |
| 3508 | - $listing_links .= '<option ' . $selected . ' value="' . $listing_link . '">' . __( geodir_utf8_ucfirst( $name ), 'geodirectory' ) . '</option>'; |
|
| 3508 | + $listing_links .= '<option '.$selected.' value="'.$listing_link.'">'.__(geodir_utf8_ucfirst($name), 'geodirectory').'</option>'; |
|
| 3509 | 3509 | } |
| 3510 | 3510 | } |
| 3511 | 3511 | |
| 3512 | - if ( $listing_links != '' ) {
|
|
| 3512 | + if ($listing_links != '') {
|
|
| 3513 | 3513 | ?> |
| 3514 | 3514 | <li> |
| 3515 | 3515 | <select id="geodir_my_listings" class="chosen_select" onchange="window.location.href=this.value" |
| 3516 | 3516 | option-autoredirect="1" name="geodir_my_listings" option-ajaxchosen="false" |
| 3517 | - data-placeholder="<?php echo esc_attr( __( 'My Listings', 'geodirectory' ) ); ?>"> |
|
| 3517 | + data-placeholder="<?php echo esc_attr(__('My Listings', 'geodirectory')); ?>">
|
|
| 3518 | 3518 | <option value="" disabled="disabled" selected="selected" |
| 3519 | - style='display:none;'><?php echo esc_attr( __( 'My Listings', 'geodirectory' ) ); ?></option> |
|
| 3519 | + style='display:none;'><?php echo esc_attr(__('My Listings', 'geodirectory')); ?></option>
|
|
| 3520 | 3520 | <?php echo $listing_links; ?> |
| 3521 | 3521 | </select> |
| 3522 | 3522 | </li> |
@@ -3532,7 +3532,7 @@ discard block |
||
| 3532 | 3532 | * |
| 3533 | 3533 | * @param string $dashboard_link Dashboard links HTML. |
| 3534 | 3534 | */ |
| 3535 | - echo apply_filters( 'geodir_dashboard_links', $dashboard_link ); |
|
| 3535 | + echo apply_filters('geodir_dashboard_links', $dashboard_link);
|
|
| 3536 | 3536 | echo '</ul>'; |
| 3537 | 3537 | |
| 3538 | 3538 | /** |
@@ -3540,7 +3540,7 @@ discard block |
||
| 3540 | 3540 | * |
| 3541 | 3541 | * @since 1.6.6 |
| 3542 | 3542 | */ |
| 3543 | - do_action( 'geodir_after_loginwidget_form_logged_in' ); |
|
| 3543 | + do_action('geodir_after_loginwidget_form_logged_in');
|
|
| 3544 | 3544 | |
| 3545 | 3545 | |
| 3546 | 3546 | } else {
|
@@ -3555,18 +3555,18 @@ discard block |
||
| 3555 | 3555 | <form name="loginform" class="loginform1" |
| 3556 | 3556 | action="<?php echo geodir_login_url(); ?>" |
| 3557 | 3557 | method="post"> |
| 3558 | - <div class="geodir_form_row"><input placeholder="<?php echo apply_filters('gd_login_wid_login_placeholder', __( 'Email', 'geodirectory' )); ?>" name="<?php echo apply_filters('gd_login_wid_login_name', 'log'); ?>"
|
|
| 3558 | + <div class="geodir_form_row"><input placeholder="<?php echo apply_filters('gd_login_wid_login_placeholder', __('Email', 'geodirectory')); ?>" name="<?php echo apply_filters('gd_login_wid_login_name', 'log'); ?>"
|
|
| 3559 | 3559 | type="text" class="textfield user_login1"/> <span |
| 3560 | 3560 | class="user_loginInfo"></span></div> |
| 3561 | - <div class="geodir_form_row"><input placeholder="<?php _e( 'Password', 'geodirectory' ); ?>" |
|
| 3561 | + <div class="geodir_form_row"><input placeholder="<?php _e('Password', 'geodirectory'); ?>"
|
|
| 3562 | 3562 | name="<?php echo apply_filters('gd_login_wid_login_pwd', 'pwd'); ?>" type="password"
|
| 3563 | 3563 | class="textfield user_pass1 input-text"/><span |
| 3564 | 3564 | class="user_passInfo"></span></div> |
| 3565 | 3565 | |
| 3566 | - <input type="hidden" name="redirect_to" value="<?php echo htmlspecialchars( geodir_curPageURL() ); ?>"/> |
|
| 3566 | + <input type="hidden" name="redirect_to" value="<?php echo htmlspecialchars(geodir_curPageURL()); ?>"/> |
|
| 3567 | 3567 | <input type="hidden" name="testcookie" value="1"/> |
| 3568 | 3568 | |
| 3569 | - <?php do_action( 'login_form' ); ?> |
|
| 3569 | + <?php do_action('login_form'); ?>
|
|
| 3570 | 3570 | |
| 3571 | 3571 | <div class="geodir_form_row clearfix"><input type="submit" name="submit" |
| 3572 | 3572 | value="<?php echo SIGN_IN_BUTTON; ?>" class="b_signin"/> |
@@ -3578,11 +3578,11 @@ discard block |
||
| 3578 | 3578 | * |
| 3579 | 3579 | * @since 1.0.0 |
| 3580 | 3580 | */ |
| 3581 | - $is_enable_signup = get_option( 'users_can_register' ); |
|
| 3581 | + $is_enable_signup = get_option('users_can_register');
|
|
| 3582 | 3582 | |
| 3583 | - if ( $is_enable_signup ) {
|
|
| 3583 | + if ($is_enable_signup) {
|
|
| 3584 | 3584 | ?> |
| 3585 | - <a href="<?php echo geodir_login_url( array( 'signup' => true ) ); ?>" |
|
| 3585 | + <a href="<?php echo geodir_login_url(array('signup' => true)); ?>"
|
|
| 3586 | 3586 | class="goedir-newuser-link"><?php echo NEW_USER_TEXT; ?></a> |
| 3587 | 3587 | |
| 3588 | 3588 | <?php |
@@ -3593,7 +3593,7 @@ discard block |
||
| 3593 | 3593 | * @since 1.0.0 |
| 3594 | 3594 | */ |
| 3595 | 3595 | ?> |
| 3596 | - <a href="<?php echo geodir_login_url( array( 'forgot' => true ) ); ?>" |
|
| 3596 | + <a href="<?php echo geodir_login_url(array('forgot' => true)); ?>"
|
|
| 3597 | 3597 | class="goedir-forgot-link"><?php echo FORGOT_PW_TEXT; ?></a></p></div> |
| 3598 | 3598 | </form> |
| 3599 | 3599 | <?php |
@@ -3602,7 +3602,7 @@ discard block |
||
| 3602 | 3602 | * |
| 3603 | 3603 | * @since 1.6.6 |
| 3604 | 3604 | */ |
| 3605 | - do_action( 'geodir_after_loginwidget_form_logged_out' ); |
|
| 3605 | + do_action('geodir_after_loginwidget_form_logged_out');
|
|
| 3606 | 3606 | } |
| 3607 | 3607 | |
| 3608 | 3608 | echo $after_widget; |
@@ -3625,14 +3625,14 @@ discard block |
||
| 3625 | 3625 | * after_widget. |
| 3626 | 3626 | * @param array|string $instance The settings for the particular instance of the widget. |
| 3627 | 3627 | */ |
| 3628 | -function geodir_popular_postview_output( $args = '', $instance = '' ) {
|
|
| 3628 | +function geodir_popular_postview_output($args = '', $instance = '') {
|
|
| 3629 | 3629 | global $gd_session; |
| 3630 | 3630 | |
| 3631 | 3631 | // prints the widget |
| 3632 | - extract( $args, EXTR_SKIP ); |
|
| 3632 | + extract($args, EXTR_SKIP); |
|
| 3633 | 3633 | |
| 3634 | 3634 | /** This filter is documented in geodirectory_widgets.php */ |
| 3635 | - $title = empty( $instance['title'] ) ? geodir_ucwords( $instance['category_title'] ) : apply_filters( 'widget_title', __( $instance['title'], 'geodirectory' ) ); |
|
| 3635 | + $title = empty($instance['title']) ? geodir_ucwords($instance['category_title']) : apply_filters('widget_title', __($instance['title'], 'geodirectory'));
|
|
| 3636 | 3636 | /** |
| 3637 | 3637 | * Filter the widget post type. |
| 3638 | 3638 | * |
@@ -3640,7 +3640,7 @@ discard block |
||
| 3640 | 3640 | * |
| 3641 | 3641 | * @param string $instance ['post_type'] Post type of listing. |
| 3642 | 3642 | */ |
| 3643 | - $post_type = empty( $instance['post_type'] ) ? 'gd_place' : apply_filters( 'widget_post_type', $instance['post_type'] ); |
|
| 3643 | + $post_type = empty($instance['post_type']) ? 'gd_place' : apply_filters('widget_post_type', $instance['post_type']);
|
|
| 3644 | 3644 | /** |
| 3645 | 3645 | * Filter the widget's term. |
| 3646 | 3646 | * |
@@ -3648,7 +3648,7 @@ discard block |
||
| 3648 | 3648 | * |
| 3649 | 3649 | * @param string $instance ['category'] Filter by term. Can be any valid term. |
| 3650 | 3650 | */ |
| 3651 | - $category = empty( $instance['category'] ) ? '0' : apply_filters( 'widget_category', $instance['category'] ); |
|
| 3651 | + $category = empty($instance['category']) ? '0' : apply_filters('widget_category', $instance['category']);
|
|
| 3652 | 3652 | /** |
| 3653 | 3653 | * Filter the widget listings limit. |
| 3654 | 3654 | * |
@@ -3656,7 +3656,7 @@ discard block |
||
| 3656 | 3656 | * |
| 3657 | 3657 | * @param string $instance ['post_number'] Number of listings to display. |
| 3658 | 3658 | */ |
| 3659 | - $post_number = empty( $instance['post_number'] ) ? '5' : apply_filters( 'widget_post_number', $instance['post_number'] ); |
|
| 3659 | + $post_number = empty($instance['post_number']) ? '5' : apply_filters('widget_post_number', $instance['post_number']);
|
|
| 3660 | 3660 | /** |
| 3661 | 3661 | * Filter widget's "layout" type. |
| 3662 | 3662 | * |
@@ -3664,7 +3664,7 @@ discard block |
||
| 3664 | 3664 | * |
| 3665 | 3665 | * @param string $instance ['layout'] Widget layout type. |
| 3666 | 3666 | */ |
| 3667 | - $layout = empty( $instance['layout'] ) ? 'gridview_onehalf' : apply_filters( 'widget_layout', $instance['layout'] ); |
|
| 3667 | + $layout = empty($instance['layout']) ? 'gridview_onehalf' : apply_filters('widget_layout', $instance['layout']);
|
|
| 3668 | 3668 | /** |
| 3669 | 3669 | * Filter widget's "add_location_filter" value. |
| 3670 | 3670 | * |
@@ -3672,7 +3672,7 @@ discard block |
||
| 3672 | 3672 | * |
| 3673 | 3673 | * @param string|bool $instance ['add_location_filter'] Do you want to add location filter? Can be 1 or 0. |
| 3674 | 3674 | */ |
| 3675 | - $add_location_filter = empty( $instance['add_location_filter'] ) ? '0' : apply_filters( 'widget_add_location_filter', $instance['add_location_filter'] ); |
|
| 3675 | + $add_location_filter = empty($instance['add_location_filter']) ? '0' : apply_filters('widget_add_location_filter', $instance['add_location_filter']);
|
|
| 3676 | 3676 | /** |
| 3677 | 3677 | * Filter widget's listing width. |
| 3678 | 3678 | * |
@@ -3680,7 +3680,7 @@ discard block |
||
| 3680 | 3680 | * |
| 3681 | 3681 | * @param string $instance ['listing_width'] Listing width. |
| 3682 | 3682 | */ |
| 3683 | - $listing_width = empty( $instance['listing_width'] ) ? '' : apply_filters( 'widget_listing_width', $instance['listing_width'] ); |
|
| 3683 | + $listing_width = empty($instance['listing_width']) ? '' : apply_filters('widget_listing_width', $instance['listing_width']);
|
|
| 3684 | 3684 | /** |
| 3685 | 3685 | * Filter widget's "list_sort" type. |
| 3686 | 3686 | * |
@@ -3688,36 +3688,36 @@ discard block |
||
| 3688 | 3688 | * |
| 3689 | 3689 | * @param string $instance ['list_sort'] Listing sort by type. |
| 3690 | 3690 | */ |
| 3691 | - $list_sort = empty( $instance['list_sort'] ) ? 'latest' : apply_filters( 'widget_list_sort', $instance['list_sort'] ); |
|
| 3692 | - $use_viewing_post_type = ! empty( $instance['use_viewing_post_type'] ) ? true : false; |
|
| 3691 | + $list_sort = empty($instance['list_sort']) ? 'latest' : apply_filters('widget_list_sort', $instance['list_sort']);
|
|
| 3692 | + $use_viewing_post_type = !empty($instance['use_viewing_post_type']) ? true : false; |
|
| 3693 | 3693 | |
| 3694 | 3694 | // set post type to current viewing post type |
| 3695 | - if ( $use_viewing_post_type ) {
|
|
| 3695 | + if ($use_viewing_post_type) {
|
|
| 3696 | 3696 | $current_post_type = geodir_get_current_posttype(); |
| 3697 | - if ( $current_post_type != '' && $current_post_type != $post_type ) {
|
|
| 3697 | + if ($current_post_type != '' && $current_post_type != $post_type) {
|
|
| 3698 | 3698 | $post_type = $current_post_type; |
| 3699 | 3699 | $category = array(); // old post type category will not work for current changed post type |
| 3700 | 3700 | } |
| 3701 | 3701 | } |
| 3702 | 3702 | // replace widget title dynamically |
| 3703 | - $posttype_plural_label = __( get_post_type_plural_label( $post_type ), 'geodirectory' ); |
|
| 3704 | - $posttype_singular_label = __( get_post_type_singular_label( $post_type ), 'geodirectory' ); |
|
| 3703 | + $posttype_plural_label = __(get_post_type_plural_label($post_type), 'geodirectory'); |
|
| 3704 | + $posttype_singular_label = __(get_post_type_singular_label($post_type), 'geodirectory'); |
|
| 3705 | 3705 | |
| 3706 | - $title = str_replace( "%posttype_plural_label%", $posttype_plural_label, $title ); |
|
| 3707 | - $title = str_replace( "%posttype_singular_label%", $posttype_singular_label, $title ); |
|
| 3706 | + $title = str_replace("%posttype_plural_label%", $posttype_plural_label, $title);
|
|
| 3707 | + $title = str_replace("%posttype_singular_label%", $posttype_singular_label, $title);
|
|
| 3708 | 3708 | |
| 3709 | 3709 | $categories = $category; |
| 3710 | - if ( ! empty( $category ) && $category[0] != '0' ) {
|
|
| 3711 | - $category_taxonomy = geodir_get_taxonomies( $post_type ); |
|
| 3710 | + if (!empty($category) && $category[0] != '0') {
|
|
| 3711 | + $category_taxonomy = geodir_get_taxonomies($post_type); |
|
| 3712 | 3712 | |
| 3713 | 3713 | ######### WPML ######### |
| 3714 | - if ( geodir_wpml_is_taxonomy_translated( $category_taxonomy[0] ) ) {
|
|
| 3715 | - $category = gd_lang_object_ids( $category, $category_taxonomy[0] ); |
|
| 3714 | + if (geodir_wpml_is_taxonomy_translated($category_taxonomy[0])) {
|
|
| 3715 | + $category = gd_lang_object_ids($category, $category_taxonomy[0]); |
|
| 3716 | 3716 | } |
| 3717 | 3717 | ######### WPML ######### |
| 3718 | 3718 | } |
| 3719 | 3719 | |
| 3720 | - if ( isset( $instance['character_count'] ) ) {
|
|
| 3720 | + if (isset($instance['character_count'])) {
|
|
| 3721 | 3721 | /** |
| 3722 | 3722 | * Filter the widget's excerpt character count. |
| 3723 | 3723 | * |
@@ -3725,38 +3725,38 @@ discard block |
||
| 3725 | 3725 | * |
| 3726 | 3726 | * @param int $instance ['character_count'] Excerpt character count. |
| 3727 | 3727 | */ |
| 3728 | - $character_count = apply_filters( 'widget_list_character_count', $instance['character_count'] ); |
|
| 3728 | + $character_count = apply_filters('widget_list_character_count', $instance['character_count']);
|
|
| 3729 | 3729 | } else {
|
| 3730 | 3730 | $character_count = ''; |
| 3731 | 3731 | } |
| 3732 | 3732 | |
| 3733 | - if ( empty( $title ) || $title == 'All' ) {
|
|
| 3734 | - $post_type_name = __( get_post_type_plural_label( $post_type ), 'geodirectory' ); |
|
| 3735 | - $title = !empty( $title ) ? wp_sprintf( __( 'All %s', 'geodirectory' ), $post_type_name ) : $post_type_name; |
|
| 3733 | + if (empty($title) || $title == 'All') {
|
|
| 3734 | + $post_type_name = __(get_post_type_plural_label($post_type), 'geodirectory'); |
|
| 3735 | + $title = !empty($title) ? wp_sprintf(__('All %s', 'geodirectory'), $post_type_name) : $post_type_name;
|
|
| 3736 | 3736 | } |
| 3737 | 3737 | |
| 3738 | 3738 | $location_url = array(); |
| 3739 | - $city = get_query_var( 'gd_city' ); |
|
| 3740 | - if ( ! empty( $city ) ) {
|
|
| 3741 | - $country = get_query_var( 'gd_country' ); |
|
| 3742 | - $region = get_query_var( 'gd_region' ); |
|
| 3739 | + $city = get_query_var('gd_city');
|
|
| 3740 | + if (!empty($city)) {
|
|
| 3741 | + $country = get_query_var('gd_country');
|
|
| 3742 | + $region = get_query_var('gd_region');
|
|
| 3743 | 3743 | |
| 3744 | - $geodir_show_location_url = get_option( 'geodir_show_location_url' ); |
|
| 3744 | + $geodir_show_location_url = get_option('geodir_show_location_url');
|
|
| 3745 | 3745 | |
| 3746 | - if ( $geodir_show_location_url == 'all' ) {
|
|
| 3747 | - if ( $country != '' ) {
|
|
| 3746 | + if ($geodir_show_location_url == 'all') {
|
|
| 3747 | + if ($country != '') {
|
|
| 3748 | 3748 | $location_url[] = $country; |
| 3749 | 3749 | } |
| 3750 | 3750 | |
| 3751 | - if ( $region != '' ) {
|
|
| 3751 | + if ($region != '') {
|
|
| 3752 | 3752 | $location_url[] = $region; |
| 3753 | 3753 | } |
| 3754 | - } else if ( $geodir_show_location_url == 'country_city' ) {
|
|
| 3755 | - if ( $country != '' ) {
|
|
| 3754 | + } else if ($geodir_show_location_url == 'country_city') {
|
|
| 3755 | + if ($country != '') {
|
|
| 3756 | 3756 | $location_url[] = $country; |
| 3757 | 3757 | } |
| 3758 | - } else if ( $geodir_show_location_url == 'region_city' ) {
|
|
| 3759 | - if ( $region != '' ) {
|
|
| 3758 | + } else if ($geodir_show_location_url == 'region_city') {
|
|
| 3759 | + if ($region != '') {
|
|
| 3760 | 3760 | $location_url[] = $region; |
| 3761 | 3761 | } |
| 3762 | 3762 | } |
@@ -3764,54 +3764,54 @@ discard block |
||
| 3764 | 3764 | $location_url[] = $city; |
| 3765 | 3765 | } |
| 3766 | 3766 | |
| 3767 | - $location_allowed = function_exists( 'geodir_cpt_no_location' ) && geodir_cpt_no_location( $post_type ) ? false : true; |
|
| 3768 | - $location_url = implode( '/', $location_url ); |
|
| 3767 | + $location_allowed = function_exists('geodir_cpt_no_location') && geodir_cpt_no_location($post_type) ? false : true;
|
|
| 3768 | + $location_url = implode('/', $location_url);
|
|
| 3769 | 3769 | $skip_location = false; |
| 3770 | - if ( ! $add_location_filter && $gd_session->get( 'gd_multi_location' ) ) {
|
|
| 3770 | + if (!$add_location_filter && $gd_session->get('gd_multi_location')) {
|
|
| 3771 | 3771 | $skip_location = true; |
| 3772 | - $gd_session->un_set( 'gd_multi_location' ); |
|
| 3772 | + $gd_session->un_set('gd_multi_location');
|
|
| 3773 | 3773 | } |
| 3774 | 3774 | |
| 3775 | - if ( $location_allowed && $add_location_filter && $gd_session->get( 'all_near_me' ) && geodir_is_page( 'location' ) ) {
|
|
| 3776 | - $viewall_url = add_query_arg( array( |
|
| 3775 | + if ($location_allowed && $add_location_filter && $gd_session->get('all_near_me') && geodir_is_page('location')) {
|
|
| 3776 | + $viewall_url = add_query_arg(array( |
|
| 3777 | 3777 | 'geodir_search' => 1, |
| 3778 | 3778 | 'stype' => $post_type, |
| 3779 | 3779 | 's' => '', |
| 3780 | - 'snear' => __( 'Near:', 'geodiradvancesearch' ) . ' ' . __( 'Me', 'geodiradvancesearch' ), |
|
| 3781 | - 'sgeo_lat' => $gd_session->get( 'user_lat' ), |
|
| 3782 | - 'sgeo_lon' => $gd_session->get( 'user_lon' ) |
|
| 3783 | - ), geodir_search_page_base_url() ); |
|
| 3780 | + 'snear' => __('Near:', 'geodiradvancesearch').' '.__('Me', 'geodiradvancesearch'),
|
|
| 3781 | + 'sgeo_lat' => $gd_session->get('user_lat'),
|
|
| 3782 | + 'sgeo_lon' => $gd_session->get('user_lon')
|
|
| 3783 | + ), geodir_search_page_base_url()); |
|
| 3784 | 3784 | |
| 3785 | - if ( ! empty( $category ) && !in_array( '0', $category ) ) {
|
|
| 3786 | - $viewall_url = add_query_arg( array( 's' . $post_type . 'category' => $category ), $viewall_url ); |
|
| 3785 | + if (!empty($category) && !in_array('0', $category)) {
|
|
| 3786 | + $viewall_url = add_query_arg(array('s'.$post_type.'category' => $category), $viewall_url);
|
|
| 3787 | 3787 | } |
| 3788 | 3788 | } else {
|
| 3789 | - if ( get_option( 'permalink_structure' ) ) {
|
|
| 3790 | - $viewall_url = get_post_type_archive_link( $post_type ); |
|
| 3789 | + if (get_option('permalink_structure')) {
|
|
| 3790 | + $viewall_url = get_post_type_archive_link($post_type); |
|
| 3791 | 3791 | } else {
|
| 3792 | - $viewall_url = get_post_type_archive_link( $post_type ); |
|
| 3792 | + $viewall_url = get_post_type_archive_link($post_type); |
|
| 3793 | 3793 | } |
| 3794 | 3794 | |
| 3795 | - if ( ! empty( $category ) && $category[0] != '0' ) {
|
|
| 3795 | + if (!empty($category) && $category[0] != '0') {
|
|
| 3796 | 3796 | global $geodir_add_location_url; |
| 3797 | 3797 | |
| 3798 | 3798 | $geodir_add_location_url = '0'; |
| 3799 | 3799 | |
| 3800 | - if ( $add_location_filter != '0' ) {
|
|
| 3800 | + if ($add_location_filter != '0') {
|
|
| 3801 | 3801 | $geodir_add_location_url = '1'; |
| 3802 | 3802 | } |
| 3803 | 3803 | |
| 3804 | - $viewall_url = get_term_link( (int) $category[0], $post_type . 'category' ); |
|
| 3804 | + $viewall_url = get_term_link((int) $category[0], $post_type.'category'); |
|
| 3805 | 3805 | |
| 3806 | 3806 | $geodir_add_location_url = null; |
| 3807 | 3807 | } |
| 3808 | 3808 | } |
| 3809 | 3809 | |
| 3810 | - if ( $skip_location ) {
|
|
| 3811 | - $gd_session->set( 'gd_multi_location', 1 ); |
|
| 3810 | + if ($skip_location) {
|
|
| 3811 | + $gd_session->set('gd_multi_location', 1);
|
|
| 3812 | 3812 | } |
| 3813 | 3813 | |
| 3814 | - if ( is_wp_error( $viewall_url ) ) {
|
|
| 3814 | + if (is_wp_error($viewall_url)) {
|
|
| 3815 | 3815 | $viewall_url = ''; |
| 3816 | 3816 | } |
| 3817 | 3817 | |
@@ -3823,43 +3823,43 @@ discard block |
||
| 3823 | 3823 | 'order_by' => $list_sort |
| 3824 | 3824 | ); |
| 3825 | 3825 | |
| 3826 | - if ( $character_count ) {
|
|
| 3826 | + if ($character_count) {
|
|
| 3827 | 3827 | $query_args['excerpt_length'] = $character_count; |
| 3828 | 3828 | } |
| 3829 | 3829 | |
| 3830 | - if ( ! empty( $instance['show_featured_only'] ) ) {
|
|
| 3830 | + if (!empty($instance['show_featured_only'])) {
|
|
| 3831 | 3831 | $query_args['show_featured_only'] = 1; |
| 3832 | 3832 | } |
| 3833 | 3833 | |
| 3834 | - if ( ! empty( $instance['show_special_only'] ) ) {
|
|
| 3834 | + if (!empty($instance['show_special_only'])) {
|
|
| 3835 | 3835 | $query_args['show_special_only'] = 1; |
| 3836 | 3836 | } |
| 3837 | 3837 | |
| 3838 | - if ( ! empty( $instance['with_pics_only'] ) ) {
|
|
| 3838 | + if (!empty($instance['with_pics_only'])) {
|
|
| 3839 | 3839 | $query_args['with_pics_only'] = 0; |
| 3840 | 3840 | $query_args['featured_image_only'] = 1; |
| 3841 | 3841 | } |
| 3842 | 3842 | |
| 3843 | - if ( ! empty( $instance['with_videos_only'] ) ) {
|
|
| 3843 | + if (!empty($instance['with_videos_only'])) {
|
|
| 3844 | 3844 | $query_args['with_videos_only'] = 1; |
| 3845 | 3845 | } |
| 3846 | - $hide_if_empty = ! empty( $instance['hide_if_empty'] ) ? true : false; |
|
| 3846 | + $hide_if_empty = !empty($instance['hide_if_empty']) ? true : false; |
|
| 3847 | 3847 | |
| 3848 | - if ( ! empty( $categories ) && $categories[0] != '0' && !empty( $category_taxonomy ) ) {
|
|
| 3848 | + if (!empty($categories) && $categories[0] != '0' && !empty($category_taxonomy)) {
|
|
| 3849 | 3849 | $tax_query = array( |
| 3850 | 3850 | 'taxonomy' => $category_taxonomy[0], |
| 3851 | 3851 | 'field' => 'id', |
| 3852 | 3852 | 'terms' => $category |
| 3853 | 3853 | ); |
| 3854 | 3854 | |
| 3855 | - $query_args['tax_query'] = array( $tax_query ); |
|
| 3855 | + $query_args['tax_query'] = array($tax_query); |
|
| 3856 | 3856 | } |
| 3857 | 3857 | |
| 3858 | 3858 | global $gridview_columns_widget, $geodir_is_widget_listing; |
| 3859 | 3859 | |
| 3860 | - $widget_listings = geodir_get_widget_listings( $query_args ); |
|
| 3860 | + $widget_listings = geodir_get_widget_listings($query_args); |
|
| 3861 | 3861 | |
| 3862 | - if ( $hide_if_empty && empty( $widget_listings ) ) {
|
|
| 3862 | + if ($hide_if_empty && empty($widget_listings)) {
|
|
| 3863 | 3863 | return; |
| 3864 | 3864 | } |
| 3865 | 3865 | |
@@ -3874,11 +3874,11 @@ discard block |
||
| 3874 | 3874 | * |
| 3875 | 3875 | * @since 1.0.0 |
| 3876 | 3876 | */ |
| 3877 | - do_action( 'geodir_before_view_all_link_in_widget' ); ?> |
|
| 3877 | + do_action('geodir_before_view_all_link_in_widget'); ?>
|
|
| 3878 | 3878 | <div class="geodir_list_heading clearfix"> |
| 3879 | - <?php echo $before_title . $title . $after_title; ?> |
|
| 3879 | + <?php echo $before_title.$title.$after_title; ?> |
|
| 3880 | 3880 | <a href="<?php echo $viewall_url; ?>" |
| 3881 | - class="geodir-viewall"><?php _e( 'View all', 'geodirectory' ); ?></a> |
|
| 3881 | + class="geodir-viewall"><?php _e('View all', 'geodirectory'); ?></a>
|
|
| 3882 | 3882 | </div> |
| 3883 | 3883 | <?php |
| 3884 | 3884 | /** |
@@ -3886,10 +3886,10 @@ discard block |
||
| 3886 | 3886 | * |
| 3887 | 3887 | * @since 1.0.0 |
| 3888 | 3888 | */ |
| 3889 | - do_action( 'geodir_after_view_all_link_in_widget' ); ?> |
|
| 3889 | + do_action('geodir_after_view_all_link_in_widget'); ?>
|
|
| 3890 | 3890 | <?php |
| 3891 | - if ( strstr( $layout, 'gridview' ) ) {
|
|
| 3892 | - $listing_view_exp = explode( '_', $layout ); |
|
| 3891 | + if (strstr($layout, 'gridview')) {
|
|
| 3892 | + $listing_view_exp = explode('_', $layout);
|
|
| 3893 | 3893 | $gridview_columns_widget = $layout; |
| 3894 | 3894 | $layout = $listing_view_exp[0]; |
| 3895 | 3895 | } else {
|
@@ -3900,8 +3900,8 @@ discard block |
||
| 3900 | 3900 | * |
| 3901 | 3901 | * @since 1.0.0 |
| 3902 | 3902 | */ |
| 3903 | - $template = apply_filters( "geodir_template_part-widget-listing-listview", geodir_locate_template( 'widget-listing-listview' ) ); |
|
| 3904 | - if ( ! isset( $character_count ) ) {
|
|
| 3903 | + $template = apply_filters("geodir_template_part-widget-listing-listview", geodir_locate_template('widget-listing-listview'));
|
|
| 3904 | + if (!isset($character_count)) {
|
|
| 3905 | 3905 | /** |
| 3906 | 3906 | * Filter the widget's excerpt character count. |
| 3907 | 3907 | * |
@@ -3909,7 +3909,7 @@ discard block |
||
| 3909 | 3909 | * |
| 3910 | 3910 | * @param int $instance ['character_count'] Excerpt character count. |
| 3911 | 3911 | */ |
| 3912 | - $character_count = $character_count == '' ? 50 : apply_filters( 'widget_character_count', $character_count ); |
|
| 3912 | + $character_count = $character_count == '' ? 50 : apply_filters('widget_character_count', $character_count);
|
|
| 3913 | 3913 | } |
| 3914 | 3914 | |
| 3915 | 3915 | global $post, $map_jason, $map_canvas_arr; |
@@ -3924,13 +3924,13 @@ discard block |
||
| 3924 | 3924 | * |
| 3925 | 3925 | * @since 1.0.0 |
| 3926 | 3926 | */ |
| 3927 | - include( $template ); |
|
| 3927 | + include($template); |
|
| 3928 | 3928 | |
| 3929 | 3929 | $geodir_is_widget_listing = false; |
| 3930 | 3930 | |
| 3931 | 3931 | $GLOBALS['post'] = $current_post; |
| 3932 | - if ( ! empty( $current_post ) ) {
|
|
| 3933 | - setup_postdata( $current_post ); |
|
| 3932 | + if (!empty($current_post)) {
|
|
| 3933 | + setup_postdata($current_post); |
|
| 3934 | 3934 | } |
| 3935 | 3935 | $map_jason = $current_map_jason; |
| 3936 | 3936 | $map_canvas_arr = $current_map_canvas_arr; |
@@ -3959,12 +3959,12 @@ discard block |
||
| 3959 | 3959 | * |
| 3960 | 3960 | * @return int Reviews count. |
| 3961 | 3961 | */ |
| 3962 | -function geodir_count_reviews_by_term_id( $term_id, $taxonomy, $post_type ) {
|
|
| 3962 | +function geodir_count_reviews_by_term_id($term_id, $taxonomy, $post_type) {
|
|
| 3963 | 3963 | global $wpdb, $plugin_prefix; |
| 3964 | 3964 | |
| 3965 | - $detail_table = $plugin_prefix . $post_type . '_detail'; |
|
| 3965 | + $detail_table = $plugin_prefix.$post_type.'_detail'; |
|
| 3966 | 3966 | |
| 3967 | - $sql = "SELECT COALESCE(SUM(rating_count),0) FROM " . $detail_table . " WHERE post_status = 'publish' AND rating_count > 0 AND FIND_IN_SET(" . $term_id . ", " . $taxonomy . ")";
|
|
| 3967 | + $sql = "SELECT COALESCE(SUM(rating_count),0) FROM ".$detail_table." WHERE post_status = 'publish' AND rating_count > 0 AND FIND_IN_SET(".$term_id.", ".$taxonomy.")";
|
|
| 3968 | 3968 | |
| 3969 | 3969 | /** |
| 3970 | 3970 | * Filter count review sql query. |
@@ -3976,9 +3976,9 @@ discard block |
||
| 3976 | 3976 | * @param int $taxonomy The taxonomy Id. |
| 3977 | 3977 | * @param string $post_type The post type. |
| 3978 | 3978 | */ |
| 3979 | - $sql = apply_filters( 'geodir_count_reviews_by_term_sql', $sql, $term_id, $taxonomy, $post_type ); |
|
| 3979 | + $sql = apply_filters('geodir_count_reviews_by_term_sql', $sql, $term_id, $taxonomy, $post_type);
|
|
| 3980 | 3980 | |
| 3981 | - $count = $wpdb->get_var( $sql ); |
|
| 3981 | + $count = $wpdb->get_var($sql); |
|
| 3982 | 3982 | |
| 3983 | 3983 | return $count; |
| 3984 | 3984 | } |
@@ -3996,7 +3996,7 @@ discard block |
||
| 3996 | 3996 | * |
| 3997 | 3997 | * @return array Term array data. |
| 3998 | 3998 | */ |
| 3999 | -function geodir_count_reviews_by_terms( $force_update = false, $post_ID = 0 ) {
|
|
| 3999 | +function geodir_count_reviews_by_terms($force_update = false, $post_ID = 0) {
|
|
| 4000 | 4000 | /** |
| 4001 | 4001 | * Filter review count option data. |
| 4002 | 4002 | * |
@@ -4006,78 +4006,78 @@ discard block |
||
| 4006 | 4006 | * @param bool $force_update Force update option value?. Default.false. |
| 4007 | 4007 | * @param int $post_ID The post id to update if any. |
| 4008 | 4008 | */ |
| 4009 | - $option_data = apply_filters( 'geodir_count_reviews_by_terms_before', '', $force_update, $post_ID ); |
|
| 4010 | - if ( ! empty( $option_data ) ) {
|
|
| 4009 | + $option_data = apply_filters('geodir_count_reviews_by_terms_before', '', $force_update, $post_ID);
|
|
| 4010 | + if (!empty($option_data)) {
|
|
| 4011 | 4011 | return $option_data; |
| 4012 | 4012 | } |
| 4013 | 4013 | |
| 4014 | - $option_data = get_option( 'geodir_global_review_count' ); |
|
| 4014 | + $option_data = get_option('geodir_global_review_count');
|
|
| 4015 | 4015 | |
| 4016 | - if ( ! $option_data || $force_update ) {
|
|
| 4017 | - if ( (int) $post_ID > 0 ) { // Update reviews count for specific post categories only.
|
|
| 4016 | + if (!$option_data || $force_update) {
|
|
| 4017 | + if ((int) $post_ID > 0) { // Update reviews count for specific post categories only.
|
|
| 4018 | 4018 | global $gd_session; |
| 4019 | 4019 | $term_array = (array) $option_data; |
| 4020 | - $post_type = get_post_type( $post_ID ); |
|
| 4021 | - $taxonomy = $post_type . 'category'; |
|
| 4022 | - $terms = wp_get_object_terms( $post_ID, $taxonomy, array( 'fields' => 'ids' ) ); |
|
| 4023 | - |
|
| 4024 | - if ( ! empty( $terms ) && ! is_wp_error( $terms ) ) {
|
|
| 4025 | - foreach ( $terms as $term_id ) {
|
|
| 4026 | - $count = geodir_count_reviews_by_term_id( $term_id, $taxonomy, $post_type ); |
|
| 4027 | - $children = get_term_children( $term_id, $taxonomy ); |
|
| 4028 | - $term_array[ $term_id ] = $count; |
|
| 4020 | + $post_type = get_post_type($post_ID); |
|
| 4021 | + $taxonomy = $post_type.'category'; |
|
| 4022 | + $terms = wp_get_object_terms($post_ID, $taxonomy, array('fields' => 'ids'));
|
|
| 4023 | + |
|
| 4024 | + if (!empty($terms) && !is_wp_error($terms)) {
|
|
| 4025 | + foreach ($terms as $term_id) {
|
|
| 4026 | + $count = geodir_count_reviews_by_term_id($term_id, $taxonomy, $post_type); |
|
| 4027 | + $children = get_term_children($term_id, $taxonomy); |
|
| 4028 | + $term_array[$term_id] = $count; |
|
| 4029 | 4029 | } |
| 4030 | 4030 | } |
| 4031 | 4031 | |
| 4032 | - $session_listing = $gd_session->get( 'listing' ); |
|
| 4032 | + $session_listing = $gd_session->get('listing');
|
|
| 4033 | 4033 | |
| 4034 | 4034 | $terms = array(); |
| 4035 | - if ( isset( $_POST['post_category'][ $taxonomy ] ) ) {
|
|
| 4036 | - $terms = (array) $_POST['post_category'][ $taxonomy ]; |
|
| 4037 | - } else if ( ! empty( $session_listing ) && isset( $session_listing['post_category'][ $taxonomy ] ) ) {
|
|
| 4038 | - $terms = (array) $session_listing['post_category'][ $taxonomy ]; |
|
| 4035 | + if (isset($_POST['post_category'][$taxonomy])) {
|
|
| 4036 | + $terms = (array) $_POST['post_category'][$taxonomy]; |
|
| 4037 | + } else if (!empty($session_listing) && isset($session_listing['post_category'][$taxonomy])) {
|
|
| 4038 | + $terms = (array) $session_listing['post_category'][$taxonomy]; |
|
| 4039 | 4039 | } |
| 4040 | 4040 | |
| 4041 | - if ( ! empty( $terms ) ) {
|
|
| 4042 | - foreach ( $terms as $term_id ) {
|
|
| 4043 | - if ( $term_id > 0 ) {
|
|
| 4044 | - $count = geodir_count_reviews_by_term_id( $term_id, $taxonomy, $post_type ); |
|
| 4045 | - $children = get_term_children( $term_id, $taxonomy ); |
|
| 4046 | - $term_array[ $term_id ] = $count; |
|
| 4041 | + if (!empty($terms)) {
|
|
| 4042 | + foreach ($terms as $term_id) {
|
|
| 4043 | + if ($term_id > 0) {
|
|
| 4044 | + $count = geodir_count_reviews_by_term_id($term_id, $taxonomy, $post_type); |
|
| 4045 | + $children = get_term_children($term_id, $taxonomy); |
|
| 4046 | + $term_array[$term_id] = $count; |
|
| 4047 | 4047 | } |
| 4048 | 4048 | } |
| 4049 | 4049 | } |
| 4050 | 4050 | } else { // Update reviews count for all post categories.
|
| 4051 | 4051 | $term_array = array(); |
| 4052 | 4052 | $post_types = geodir_get_posttypes(); |
| 4053 | - foreach ( $post_types as $post_type ) {
|
|
| 4053 | + foreach ($post_types as $post_type) {
|
|
| 4054 | 4054 | |
| 4055 | - $taxonomy = geodir_get_taxonomies( $post_type ); |
|
| 4055 | + $taxonomy = geodir_get_taxonomies($post_type); |
|
| 4056 | 4056 | $taxonomy = $taxonomy[0]; |
| 4057 | 4057 | |
| 4058 | 4058 | $args = array( |
| 4059 | 4059 | 'hide_empty' => false |
| 4060 | 4060 | ); |
| 4061 | 4061 | |
| 4062 | - $terms = get_terms( $taxonomy, $args ); |
|
| 4062 | + $terms = get_terms($taxonomy, $args); |
|
| 4063 | 4063 | |
| 4064 | - foreach ( $terms as $term ) {
|
|
| 4065 | - $count = geodir_count_reviews_by_term_id( $term->term_id, $taxonomy, $post_type ); |
|
| 4066 | - $children = get_term_children( $term->term_id, $taxonomy ); |
|
| 4064 | + foreach ($terms as $term) {
|
|
| 4065 | + $count = geodir_count_reviews_by_term_id($term->term_id, $taxonomy, $post_type); |
|
| 4066 | + $children = get_term_children($term->term_id, $taxonomy); |
|
| 4067 | 4067 | /*if ( is_array( $children ) ) {
|
| 4068 | 4068 | foreach ( $children as $child_id ) {
|
| 4069 | 4069 | $child_count = geodir_count_reviews_by_term_id($child_id, $taxonomy, $post_type); |
| 4070 | 4070 | $count = $count + $child_count; |
| 4071 | 4071 | } |
| 4072 | 4072 | }*/ |
| 4073 | - $term_array[ $term->term_id ] = $count; |
|
| 4073 | + $term_array[$term->term_id] = $count; |
|
| 4074 | 4074 | } |
| 4075 | 4075 | } |
| 4076 | 4076 | } |
| 4077 | 4077 | |
| 4078 | - update_option( 'geodir_global_review_count', $term_array ); |
|
| 4078 | + update_option('geodir_global_review_count', $term_array);
|
|
| 4079 | 4079 | //clear cache |
| 4080 | - wp_cache_delete( 'geodir_global_review_count' ); |
|
| 4080 | + wp_cache_delete('geodir_global_review_count');
|
|
| 4081 | 4081 | |
| 4082 | 4082 | return $term_array; |
| 4083 | 4083 | } else {
|
@@ -4093,39 +4093,39 @@ discard block |
||
| 4093 | 4093 | * @package GeoDirectory |
| 4094 | 4094 | * @return bool |
| 4095 | 4095 | */ |
| 4096 | -function geodir_term_review_count_force_update( $new_status, $old_status = '', $post = '' ) {
|
|
| 4097 | - if ( isset( $_REQUEST['action'] ) && $_REQUEST['action'] == 'geodir_import_export' ) {
|
|
| 4096 | +function geodir_term_review_count_force_update($new_status, $old_status = '', $post = '') {
|
|
| 4097 | + if (isset($_REQUEST['action']) && $_REQUEST['action'] == 'geodir_import_export') {
|
|
| 4098 | 4098 | return; // do not run if importing listings |
| 4099 | 4099 | } |
| 4100 | 4100 | |
| 4101 | - if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) {
|
|
| 4101 | + if (defined('DOING_AUTOSAVE') && DOING_AUTOSAVE) {
|
|
| 4102 | 4102 | return; |
| 4103 | 4103 | } |
| 4104 | 4104 | |
| 4105 | 4105 | $post_ID = 0; |
| 4106 | - if ( ! empty( $post ) ) {
|
|
| 4107 | - if ( isset( $post->post_type ) && strpos( $post->post_type, 'gd_' ) !== 0 ) {
|
|
| 4106 | + if (!empty($post)) {
|
|
| 4107 | + if (isset($post->post_type) && strpos($post->post_type, 'gd_') !== 0) {
|
|
| 4108 | 4108 | return; |
| 4109 | 4109 | } |
| 4110 | 4110 | |
| 4111 | - if ( $new_status == 'auto-draft' && $old_status == 'new' ) {
|
|
| 4111 | + if ($new_status == 'auto-draft' && $old_status == 'new') {
|
|
| 4112 | 4112 | return; |
| 4113 | 4113 | } |
| 4114 | 4114 | |
| 4115 | - if ( ! empty( $post->ID ) ) {
|
|
| 4115 | + if (!empty($post->ID)) {
|
|
| 4116 | 4116 | $post_ID = $post->ID; |
| 4117 | 4117 | } |
| 4118 | 4118 | } |
| 4119 | 4119 | |
| 4120 | - if ( $new_status != $old_status ) {
|
|
| 4121 | - geodir_count_reviews_by_terms( true, $post_ID ); |
|
| 4120 | + if ($new_status != $old_status) {
|
|
| 4121 | + geodir_count_reviews_by_terms(true, $post_ID); |
|
| 4122 | 4122 | } |
| 4123 | 4123 | |
| 4124 | 4124 | return true; |
| 4125 | 4125 | } |
| 4126 | 4126 | |
| 4127 | -function geodir_term_review_count_force_update_single_post( $post_id ) {
|
|
| 4128 | - geodir_count_reviews_by_terms( true, $post_id ); |
|
| 4127 | +function geodir_term_review_count_force_update_single_post($post_id) {
|
|
| 4128 | + geodir_count_reviews_by_terms(true, $post_id); |
|
| 4129 | 4129 | } |
| 4130 | 4130 | |
| 4131 | 4131 | /*-----------------------------------------------------------------------------------*/ |
@@ -4142,11 +4142,11 @@ discard block |
||
| 4142 | 4142 | * |
| 4143 | 4143 | * @return int Post count. |
| 4144 | 4144 | */ |
| 4145 | -function geodir_count_posts_by_term( $data, $term ) {
|
|
| 4145 | +function geodir_count_posts_by_term($data, $term) {
|
|
| 4146 | 4146 | |
| 4147 | - if ( $data ) {
|
|
| 4148 | - if ( isset( $data[ $term->term_id ] ) ) {
|
|
| 4149 | - return $data[ $term->term_id ]; |
|
| 4147 | + if ($data) {
|
|
| 4148 | + if (isset($data[$term->term_id])) {
|
|
| 4149 | + return $data[$term->term_id]; |
|
| 4150 | 4150 | } else {
|
| 4151 | 4151 | return 0; |
| 4152 | 4152 | } |
@@ -4163,8 +4163,8 @@ discard block |
||
| 4163 | 4163 | * param array $terms An array of term objects. |
| 4164 | 4164 | * @return array Sorted terms array. |
| 4165 | 4165 | */ |
| 4166 | -function geodir_sort_terms_by_count( $terms ) {
|
|
| 4167 | - usort( $terms, "geodir_sort_by_count_obj" ); |
|
| 4166 | +function geodir_sort_terms_by_count($terms) {
|
|
| 4167 | + usort($terms, "geodir_sort_by_count_obj"); |
|
| 4168 | 4168 | |
| 4169 | 4169 | return $terms; |
| 4170 | 4170 | } |
@@ -4179,8 +4179,8 @@ discard block |
||
| 4179 | 4179 | * |
| 4180 | 4180 | * @return array Sorted terms array. |
| 4181 | 4181 | */ |
| 4182 | -function geodir_sort_terms_by_review_count( $terms ) {
|
|
| 4183 | - usort( $terms, "geodir_sort_by_review_count_obj" ); |
|
| 4182 | +function geodir_sort_terms_by_review_count($terms) {
|
|
| 4183 | + usort($terms, "geodir_sort_by_review_count_obj"); |
|
| 4184 | 4184 | |
| 4185 | 4185 | return $terms; |
| 4186 | 4186 | } |
@@ -4196,12 +4196,12 @@ discard block |
||
| 4196 | 4196 | * |
| 4197 | 4197 | * @return array Sorted terms array. |
| 4198 | 4198 | */ |
| 4199 | -function geodir_sort_terms( $terms, $sort = 'count' ) {
|
|
| 4200 | - if ( $sort == 'count' ) {
|
|
| 4201 | - return geodir_sort_terms_by_count( $terms ); |
|
| 4199 | +function geodir_sort_terms($terms, $sort = 'count') {
|
|
| 4200 | + if ($sort == 'count') {
|
|
| 4201 | + return geodir_sort_terms_by_count($terms); |
|
| 4202 | 4202 | } |
| 4203 | - if ( $sort == 'review_count' ) {
|
|
| 4204 | - return geodir_sort_terms_by_review_count( $terms ); |
|
| 4203 | + if ($sort == 'review_count') {
|
|
| 4204 | + return geodir_sort_terms_by_review_count($terms); |
|
| 4205 | 4205 | } |
| 4206 | 4206 | return $terms; |
| 4207 | 4207 | } |
@@ -4220,7 +4220,7 @@ discard block |
||
| 4220 | 4220 | * |
| 4221 | 4221 | * @return bool |
| 4222 | 4222 | */ |
| 4223 | -function geodir_sort_by_count( $a, $b ) {
|
|
| 4223 | +function geodir_sort_by_count($a, $b) {
|
|
| 4224 | 4224 | return $a['count'] < $b['count']; |
| 4225 | 4225 | } |
| 4226 | 4226 | |
@@ -4235,7 +4235,7 @@ discard block |
||
| 4235 | 4235 | * |
| 4236 | 4236 | * @return bool |
| 4237 | 4237 | */ |
| 4238 | -function geodir_sort_by_count_obj( $a, $b ) {
|
|
| 4238 | +function geodir_sort_by_count_obj($a, $b) {
|
|
| 4239 | 4239 | return $a->count < $b->count; |
| 4240 | 4240 | } |
| 4241 | 4241 | |
@@ -4250,7 +4250,7 @@ discard block |
||
| 4250 | 4250 | * |
| 4251 | 4251 | * @return bool |
| 4252 | 4252 | */ |
| 4253 | -function geodir_sort_by_review_count_obj( $a, $b ) {
|
|
| 4253 | +function geodir_sort_by_review_count_obj($a, $b) {
|
|
| 4254 | 4254 | return $a->review_count < $b->review_count; |
| 4255 | 4255 | } |
| 4256 | 4256 | |
@@ -4267,35 +4267,35 @@ discard block |
||
| 4267 | 4267 | * @since 1.4.2 |
| 4268 | 4268 | * @package GeoDirectory |
| 4269 | 4269 | */ |
| 4270 | - $locale = apply_filters( 'plugin_locale', get_locale(), 'geodirectory' ); |
|
| 4270 | + $locale = apply_filters('plugin_locale', get_locale(), 'geodirectory');
|
|
| 4271 | 4271 | |
| 4272 | - load_textdomain( 'geodirectory', WP_LANG_DIR . '/' . 'geodirectory' . '/' . 'geodirectory' . '-' . $locale . '.mo' ); |
|
| 4273 | - load_plugin_textdomain( 'geodirectory', false, plugin_basename( dirname( dirname( __FILE__ ) ) ) . '/geodirectory-languages' ); |
|
| 4272 | + load_textdomain('geodirectory', WP_LANG_DIR.'/'.'geodirectory'.'/'.'geodirectory'.'-'.$locale.'.mo');
|
|
| 4273 | + load_plugin_textdomain('geodirectory', false, plugin_basename(dirname(dirname(__FILE__))).'/geodirectory-languages');
|
|
| 4274 | 4274 | |
| 4275 | 4275 | /** |
| 4276 | 4276 | * Define language constants. |
| 4277 | 4277 | * |
| 4278 | 4278 | * @since 1.0.0 |
| 4279 | 4279 | */ |
| 4280 | - require_once( geodir_plugin_path() . '/language.php' ); |
|
| 4280 | + require_once(geodir_plugin_path().'/language.php'); |
|
| 4281 | 4281 | |
| 4282 | - $language_file = geodir_plugin_path() . '/db-language.php'; |
|
| 4282 | + $language_file = geodir_plugin_path().'/db-language.php'; |
|
| 4283 | 4283 | |
| 4284 | 4284 | // Load language string file if not created yet |
| 4285 | - if ( ! file_exists( $language_file ) ) {
|
|
| 4285 | + if (!file_exists($language_file)) {
|
|
| 4286 | 4286 | geodirectory_load_db_language(); |
| 4287 | 4287 | } |
| 4288 | 4288 | |
| 4289 | - if ( file_exists( $language_file ) ) {
|
|
| 4289 | + if (file_exists($language_file)) {
|
|
| 4290 | 4290 | /** |
| 4291 | 4291 | * Language strings from database. |
| 4292 | 4292 | * |
| 4293 | 4293 | * @since 1.4.2 |
| 4294 | 4294 | */ |
| 4295 | 4295 | try {
|
| 4296 | - require_once( $language_file ); |
|
| 4297 | - } catch ( Exception $e ) {
|
|
| 4298 | - error_log( 'Language Error: ' . $e->getMessage() ); |
|
| 4296 | + require_once($language_file); |
|
| 4297 | + } catch (Exception $e) {
|
|
| 4298 | + error_log('Language Error: '.$e->getMessage());
|
|
| 4299 | 4299 | } |
| 4300 | 4300 | } |
| 4301 | 4301 | } |
@@ -4312,19 +4312,19 @@ discard block |
||
| 4312 | 4312 | */ |
| 4313 | 4313 | function geodirectory_load_db_language() {
|
| 4314 | 4314 | global $wp_filesystem; |
| 4315 | - if ( empty( $wp_filesystem ) ) {
|
|
| 4316 | - require_once( ABSPATH . '/wp-admin/includes/file.php' ); |
|
| 4315 | + if (empty($wp_filesystem)) {
|
|
| 4316 | + require_once(ABSPATH.'/wp-admin/includes/file.php'); |
|
| 4317 | 4317 | WP_Filesystem(); |
| 4318 | 4318 | global $wp_filesystem; |
| 4319 | 4319 | } |
| 4320 | 4320 | |
| 4321 | - $language_file = geodir_plugin_path() . '/db-language.php'; |
|
| 4321 | + $language_file = geodir_plugin_path().'/db-language.php'; |
|
| 4322 | 4322 | |
| 4323 | - if ( is_file( $language_file ) && ! is_writable( $language_file ) ) {
|
|
| 4323 | + if (is_file($language_file) && !is_writable($language_file)) {
|
|
| 4324 | 4324 | return false; |
| 4325 | 4325 | } // Not possible to create. |
| 4326 | 4326 | |
| 4327 | - if ( ! is_file( $language_file ) && ! is_writable( dirname( $language_file ) ) ) {
|
|
| 4327 | + if (!is_file($language_file) && !is_writable(dirname($language_file))) {
|
|
| 4328 | 4328 | return false; |
| 4329 | 4329 | } // Not possible to create. |
| 4330 | 4330 | |
@@ -4338,9 +4338,9 @@ discard block |
||
| 4338 | 4338 | * |
| 4339 | 4339 | * @param array $contents_strings Array of strings. |
| 4340 | 4340 | */ |
| 4341 | - $contents_strings = apply_filters( 'geodir_load_db_language', $contents_strings ); |
|
| 4341 | + $contents_strings = apply_filters('geodir_load_db_language', $contents_strings);
|
|
| 4342 | 4342 | |
| 4343 | - $contents_strings = array_unique( $contents_strings ); |
|
| 4343 | + $contents_strings = array_unique($contents_strings); |
|
| 4344 | 4344 | |
| 4345 | 4345 | $contents_head = array(); |
| 4346 | 4346 | $contents_head[] = "<?php"; |
@@ -4357,21 +4357,21 @@ discard block |
||
| 4357 | 4357 | $contents_foot[] = ""; |
| 4358 | 4358 | $contents_foot[] = ""; |
| 4359 | 4359 | |
| 4360 | - $contents = implode( PHP_EOL, $contents_head ); |
|
| 4360 | + $contents = implode(PHP_EOL, $contents_head); |
|
| 4361 | 4361 | |
| 4362 | - if ( ! empty( $contents_strings ) ) {
|
|
| 4363 | - foreach ( $contents_strings as $string ) {
|
|
| 4364 | - if ( is_scalar( $string ) && $string != '' ) {
|
|
| 4365 | - $string = str_replace( "'", "\'", $string ); |
|
| 4366 | - geodir_wpml_register_string( $string ); |
|
| 4367 | - $contents .= PHP_EOL . "__('" . $string . "', 'geodirectory');";
|
|
| 4362 | + if (!empty($contents_strings)) {
|
|
| 4363 | + foreach ($contents_strings as $string) {
|
|
| 4364 | + if (is_scalar($string) && $string != '') {
|
|
| 4365 | + $string = str_replace("'", "\'", $string);
|
|
| 4366 | + geodir_wpml_register_string($string); |
|
| 4367 | + $contents .= PHP_EOL."__('".$string."', 'geodirectory');";
|
|
| 4368 | 4368 | } |
| 4369 | 4369 | } |
| 4370 | 4370 | } |
| 4371 | 4371 | |
| 4372 | - $contents .= implode( PHP_EOL, $contents_foot ); |
|
| 4372 | + $contents .= implode(PHP_EOL, $contents_foot); |
|
| 4373 | 4373 | |
| 4374 | - if ( $wp_filesystem->put_contents( $language_file, $contents, FS_CHMOD_FILE ) ) {
|
|
| 4374 | + if ($wp_filesystem->put_contents($language_file, $contents, FS_CHMOD_FILE)) {
|
|
| 4375 | 4375 | return false; |
| 4376 | 4376 | } // Failure; could not write file. |
| 4377 | 4377 | |
@@ -4392,49 +4392,49 @@ discard block |
||
| 4392 | 4392 | * |
| 4393 | 4393 | * @return array Translation texts. |
| 4394 | 4394 | */ |
| 4395 | -function geodir_load_custom_field_translation( $translation_texts = array() ) {
|
|
| 4395 | +function geodir_load_custom_field_translation($translation_texts = array()) {
|
|
| 4396 | 4396 | global $wpdb; |
| 4397 | 4397 | |
| 4398 | 4398 | // Custom fields table |
| 4399 | - $sql = "SELECT admin_title, admin_desc, site_title, clabels, required_msg, default_value, option_values, validation_msg FROM " . GEODIR_CUSTOM_FIELDS_TABLE; |
|
| 4400 | - $rows = $wpdb->get_results( $sql ); |
|
| 4399 | + $sql = "SELECT admin_title, admin_desc, site_title, clabels, required_msg, default_value, option_values, validation_msg FROM ".GEODIR_CUSTOM_FIELDS_TABLE; |
|
| 4400 | + $rows = $wpdb->get_results($sql); |
|
| 4401 | 4401 | |
| 4402 | - if ( ! empty( $rows ) ) {
|
|
| 4403 | - foreach ( $rows as $row ) {
|
|
| 4404 | - if ( ! empty( $row->admin_title ) ) {
|
|
| 4405 | - $translation_texts[] = stripslashes_deep( $row->admin_title ); |
|
| 4402 | + if (!empty($rows)) {
|
|
| 4403 | + foreach ($rows as $row) {
|
|
| 4404 | + if (!empty($row->admin_title)) {
|
|
| 4405 | + $translation_texts[] = stripslashes_deep($row->admin_title); |
|
| 4406 | 4406 | } |
| 4407 | 4407 | |
| 4408 | - if ( ! empty( $row->admin_desc ) ) {
|
|
| 4409 | - $translation_texts[] = stripslashes_deep( $row->admin_desc ); |
|
| 4408 | + if (!empty($row->admin_desc)) {
|
|
| 4409 | + $translation_texts[] = stripslashes_deep($row->admin_desc); |
|
| 4410 | 4410 | } |
| 4411 | 4411 | |
| 4412 | - if ( ! empty( $row->site_title ) ) {
|
|
| 4413 | - $translation_texts[] = stripslashes_deep( $row->site_title ); |
|
| 4412 | + if (!empty($row->site_title)) {
|
|
| 4413 | + $translation_texts[] = stripslashes_deep($row->site_title); |
|
| 4414 | 4414 | } |
| 4415 | 4415 | |
| 4416 | - if ( ! empty( $row->clabels ) ) {
|
|
| 4417 | - $translation_texts[] = stripslashes_deep( $row->clabels ); |
|
| 4416 | + if (!empty($row->clabels)) {
|
|
| 4417 | + $translation_texts[] = stripslashes_deep($row->clabels); |
|
| 4418 | 4418 | } |
| 4419 | 4419 | |
| 4420 | - if ( ! empty( $row->required_msg ) ) {
|
|
| 4421 | - $translation_texts[] = stripslashes_deep( $row->required_msg ); |
|
| 4420 | + if (!empty($row->required_msg)) {
|
|
| 4421 | + $translation_texts[] = stripslashes_deep($row->required_msg); |
|
| 4422 | 4422 | } |
| 4423 | 4423 | |
| 4424 | - if ( ! empty( $row->validation_msg ) ) {
|
|
| 4425 | - $translation_texts[] = stripslashes_deep( $row->validation_msg ); |
|
| 4424 | + if (!empty($row->validation_msg)) {
|
|
| 4425 | + $translation_texts[] = stripslashes_deep($row->validation_msg); |
|
| 4426 | 4426 | } |
| 4427 | 4427 | |
| 4428 | - if ( ! empty( $row->default_value ) ) {
|
|
| 4429 | - $translation_texts[] = stripslashes_deep( $row->default_value ); |
|
| 4428 | + if (!empty($row->default_value)) {
|
|
| 4429 | + $translation_texts[] = stripslashes_deep($row->default_value); |
|
| 4430 | 4430 | } |
| 4431 | 4431 | |
| 4432 | - if ( ! empty( $row->option_values ) ) {
|
|
| 4433 | - $option_values = geodir_string_values_to_options( stripslashes_deep( $row->option_values ) ); |
|
| 4432 | + if (!empty($row->option_values)) {
|
|
| 4433 | + $option_values = geodir_string_values_to_options(stripslashes_deep($row->option_values)); |
|
| 4434 | 4434 | |
| 4435 | - if ( ! empty( $option_values ) ) {
|
|
| 4436 | - foreach ( $option_values as $option_value ) {
|
|
| 4437 | - if ( ! empty( $option_value['label'] ) ) {
|
|
| 4435 | + if (!empty($option_values)) {
|
|
| 4436 | + foreach ($option_values as $option_value) {
|
|
| 4437 | + if (!empty($option_value['label'])) {
|
|
| 4438 | 4438 | $translation_texts[] = $option_value['label']; |
| 4439 | 4439 | } |
| 4440 | 4440 | } |
@@ -4444,56 +4444,56 @@ discard block |
||
| 4444 | 4444 | } |
| 4445 | 4445 | |
| 4446 | 4446 | // Custom sorting fields table |
| 4447 | - $sql = "SELECT site_title, asc_title, desc_title FROM " . GEODIR_CUSTOM_SORT_FIELDS_TABLE; |
|
| 4448 | - $rows = $wpdb->get_results( $sql ); |
|
| 4447 | + $sql = "SELECT site_title, asc_title, desc_title FROM ".GEODIR_CUSTOM_SORT_FIELDS_TABLE; |
|
| 4448 | + $rows = $wpdb->get_results($sql); |
|
| 4449 | 4449 | |
| 4450 | - if ( ! empty( $rows ) ) {
|
|
| 4451 | - foreach ( $rows as $row ) {
|
|
| 4452 | - if ( ! empty( $row->site_title ) ) {
|
|
| 4453 | - $translation_texts[] = stripslashes_deep( $row->site_title ); |
|
| 4450 | + if (!empty($rows)) {
|
|
| 4451 | + foreach ($rows as $row) {
|
|
| 4452 | + if (!empty($row->site_title)) {
|
|
| 4453 | + $translation_texts[] = stripslashes_deep($row->site_title); |
|
| 4454 | 4454 | } |
| 4455 | 4455 | |
| 4456 | - if ( ! empty( $row->asc_title ) ) {
|
|
| 4457 | - $translation_texts[] = stripslashes_deep( $row->asc_title ); |
|
| 4456 | + if (!empty($row->asc_title)) {
|
|
| 4457 | + $translation_texts[] = stripslashes_deep($row->asc_title); |
|
| 4458 | 4458 | } |
| 4459 | 4459 | |
| 4460 | - if ( ! empty( $row->desc_title ) ) {
|
|
| 4461 | - $translation_texts[] = stripslashes_deep( $row->desc_title ); |
|
| 4460 | + if (!empty($row->desc_title)) {
|
|
| 4461 | + $translation_texts[] = stripslashes_deep($row->desc_title); |
|
| 4462 | 4462 | } |
| 4463 | 4463 | } |
| 4464 | 4464 | } |
| 4465 | 4465 | |
| 4466 | 4466 | // Advance search filter fields table |
| 4467 | - if ( defined( 'GEODIR_ADVANCE_SEARCH_TABLE' ) ) {
|
|
| 4468 | - $sql = "SELECT field_site_name, front_search_title, first_search_text, last_search_text, field_desc FROM " . GEODIR_ADVANCE_SEARCH_TABLE; |
|
| 4469 | - $rows = $wpdb->get_results( $sql ); |
|
| 4470 | - |
|
| 4471 | - if ( ! empty( $rows ) ) {
|
|
| 4472 | - foreach ( $rows as $row ) {
|
|
| 4473 | - if ( ! empty( $row->field_site_name ) ) {
|
|
| 4474 | - $translation_texts[] = stripslashes_deep( $row->field_site_name ); |
|
| 4467 | + if (defined('GEODIR_ADVANCE_SEARCH_TABLE')) {
|
|
| 4468 | + $sql = "SELECT field_site_name, front_search_title, first_search_text, last_search_text, field_desc FROM ".GEODIR_ADVANCE_SEARCH_TABLE; |
|
| 4469 | + $rows = $wpdb->get_results($sql); |
|
| 4470 | + |
|
| 4471 | + if (!empty($rows)) {
|
|
| 4472 | + foreach ($rows as $row) {
|
|
| 4473 | + if (!empty($row->field_site_name)) {
|
|
| 4474 | + $translation_texts[] = stripslashes_deep($row->field_site_name); |
|
| 4475 | 4475 | } |
| 4476 | 4476 | |
| 4477 | - if ( ! empty( $row->front_search_title ) ) {
|
|
| 4478 | - $translation_texts[] = stripslashes_deep( $row->front_search_title ); |
|
| 4477 | + if (!empty($row->front_search_title)) {
|
|
| 4478 | + $translation_texts[] = stripslashes_deep($row->front_search_title); |
|
| 4479 | 4479 | } |
| 4480 | 4480 | |
| 4481 | - if ( ! empty( $row->first_search_text ) ) {
|
|
| 4482 | - $translation_texts[] = stripslashes_deep( $row->first_search_text ); |
|
| 4481 | + if (!empty($row->first_search_text)) {
|
|
| 4482 | + $translation_texts[] = stripslashes_deep($row->first_search_text); |
|
| 4483 | 4483 | } |
| 4484 | 4484 | |
| 4485 | - if ( ! empty( $row->last_search_text ) ) {
|
|
| 4486 | - $translation_texts[] = stripslashes_deep( $row->last_search_text ); |
|
| 4485 | + if (!empty($row->last_search_text)) {
|
|
| 4486 | + $translation_texts[] = stripslashes_deep($row->last_search_text); |
|
| 4487 | 4487 | } |
| 4488 | 4488 | |
| 4489 | - if ( ! empty( $row->field_desc ) ) {
|
|
| 4490 | - $translation_texts[] = stripslashes_deep( $row->field_desc ); |
|
| 4489 | + if (!empty($row->field_desc)) {
|
|
| 4490 | + $translation_texts[] = stripslashes_deep($row->field_desc); |
|
| 4491 | 4491 | } |
| 4492 | 4492 | } |
| 4493 | 4493 | } |
| 4494 | 4494 | } |
| 4495 | 4495 | |
| 4496 | - $translation_texts = ! empty( $translation_texts ) ? array_unique( $translation_texts ) : $translation_texts; |
|
| 4496 | + $translation_texts = !empty($translation_texts) ? array_unique($translation_texts) : $translation_texts; |
|
| 4497 | 4497 | |
| 4498 | 4498 | return $translation_texts; |
| 4499 | 4499 | } |
@@ -4515,7 +4515,7 @@ discard block |
||
| 4515 | 4515 | * |
| 4516 | 4516 | * @param array $geodir_allowed_mime_types and file extensions. |
| 4517 | 4517 | */ |
| 4518 | - return apply_filters( 'geodir_allowed_mime_types', array( |
|
| 4518 | + return apply_filters('geodir_allowed_mime_types', array(
|
|
| 4519 | 4519 | 'Image' => array( // Image formats. |
| 4520 | 4520 | 'jpg' => 'image/jpeg', |
| 4521 | 4521 | 'jpe' => 'image/jpeg', |
@@ -4584,18 +4584,18 @@ discard block |
||
| 4584 | 4584 | * |
| 4585 | 4585 | * @return string User display name. |
| 4586 | 4586 | */ |
| 4587 | -function geodir_get_client_name( $user_id ) {
|
|
| 4587 | +function geodir_get_client_name($user_id) {
|
|
| 4588 | 4588 | $client_name = ''; |
| 4589 | 4589 | |
| 4590 | - $user_data = get_userdata( $user_id ); |
|
| 4590 | + $user_data = get_userdata($user_id); |
|
| 4591 | 4591 | |
| 4592 | - if ( ! empty( $user_data ) ) {
|
|
| 4593 | - if ( isset( $user_data->display_name ) && trim( $user_data->display_name ) != '' ) {
|
|
| 4594 | - $client_name = trim( $user_data->display_name ); |
|
| 4595 | - } else if ( isset( $user_data->user_nicename ) && trim( $user_data->user_nicename ) != '' ) {
|
|
| 4596 | - $client_name = trim( $user_data->user_nicename ); |
|
| 4592 | + if (!empty($user_data)) {
|
|
| 4593 | + if (isset($user_data->display_name) && trim($user_data->display_name) != '') {
|
|
| 4594 | + $client_name = trim($user_data->display_name); |
|
| 4595 | + } else if (isset($user_data->user_nicename) && trim($user_data->user_nicename) != '') {
|
|
| 4596 | + $client_name = trim($user_data->user_nicename); |
|
| 4597 | 4597 | } else {
|
| 4598 | - $client_name = trim( $user_data->user_login ); |
|
| 4598 | + $client_name = trim($user_data->user_login); |
|
| 4599 | 4599 | } |
| 4600 | 4600 | } |
| 4601 | 4601 | |
@@ -4603,17 +4603,17 @@ discard block |
||
| 4603 | 4603 | } |
| 4604 | 4604 | |
| 4605 | 4605 | |
| 4606 | -add_filter( 'wpseo_replacements', 'geodir_wpseo_replacements', 10, 1 ); |
|
| 4606 | +add_filter('wpseo_replacements', 'geodir_wpseo_replacements', 10, 1);
|
|
| 4607 | 4607 | /* |
| 4608 | 4608 | * Add location variables to wpseo replacements. |
| 4609 | 4609 | * |
| 4610 | 4610 | * @since 1.5.4 |
| 4611 | 4611 | */ |
| 4612 | -function geodir_wpseo_replacements( $vars ) {
|
|
| 4612 | +function geodir_wpseo_replacements($vars) {
|
|
| 4613 | 4613 | |
| 4614 | 4614 | // location variables |
| 4615 | 4615 | $gd_post_type = geodir_get_current_posttype(); |
| 4616 | - $location_array = geodir_get_current_location_terms( 'query_vars', $gd_post_type ); |
|
| 4616 | + $location_array = geodir_get_current_location_terms('query_vars', $gd_post_type);
|
|
| 4617 | 4617 | /** |
| 4618 | 4618 | * Filter the title variables location variables array |
| 4619 | 4619 | * |
@@ -4623,7 +4623,7 @@ discard block |
||
| 4623 | 4623 | * @param array $location_array The array of location variables. |
| 4624 | 4624 | * @param array $vars The page title variables. |
| 4625 | 4625 | */ |
| 4626 | - $location_array = apply_filters( 'geodir_filter_title_variables_location_arr_seo', $location_array, $vars ); |
|
| 4626 | + $location_array = apply_filters('geodir_filter_title_variables_location_arr_seo', $location_array, $vars);
|
|
| 4627 | 4627 | |
| 4628 | 4628 | |
| 4629 | 4629 | $location_replace_vars = geodir_location_replace_vars($location_array, NULL, ''); |
@@ -4638,13 +4638,13 @@ discard block |
||
| 4638 | 4638 | * @param string $vars The title with variables. |
| 4639 | 4639 | * @param array $location_array The array of location variables. |
| 4640 | 4640 | */ |
| 4641 | - return apply_filters( 'geodir_wpseo_replacements_vars', $vars, $location_array ); |
|
| 4641 | + return apply_filters('geodir_wpseo_replacements_vars', $vars, $location_array);
|
|
| 4642 | 4642 | } |
| 4643 | 4643 | |
| 4644 | 4644 | |
| 4645 | -add_filter( 'geodir_seo_meta_title', 'geodir_filter_title_variables', 10, 3 ); |
|
| 4646 | -add_filter( 'geodir_seo_page_title', 'geodir_filter_title_variables', 10, 2 ); |
|
| 4647 | -add_filter( 'geodir_seo_meta_description_pre', 'geodir_filter_title_variables', 10, 3 ); |
|
| 4645 | +add_filter('geodir_seo_meta_title', 'geodir_filter_title_variables', 10, 3);
|
|
| 4646 | +add_filter('geodir_seo_page_title', 'geodir_filter_title_variables', 10, 2);
|
|
| 4647 | +add_filter('geodir_seo_meta_description_pre', 'geodir_filter_title_variables', 10, 3);
|
|
| 4648 | 4648 | |
| 4649 | 4649 | /** |
| 4650 | 4650 | * Filter the title variables. |
@@ -4686,14 +4686,14 @@ discard block |
||
| 4686 | 4686 | * |
| 4687 | 4687 | * @return string Title after filtered variables. |
| 4688 | 4688 | */ |
| 4689 | -function geodir_filter_title_variables( $title, $gd_page, $sep = '' ) {
|
|
| 4689 | +function geodir_filter_title_variables($title, $gd_page, $sep = '') {
|
|
| 4690 | 4690 | global $wp, $post; |
| 4691 | 4691 | |
| 4692 | - if ( ! $gd_page || ! $title ) {
|
|
| 4692 | + if (!$gd_page || !$title) {
|
|
| 4693 | 4693 | return $title; // if no a GD page then bail. |
| 4694 | 4694 | } |
| 4695 | 4695 | |
| 4696 | - if ( $sep == '' ) {
|
|
| 4696 | + if ($sep == '') {
|
|
| 4697 | 4697 | /** |
| 4698 | 4698 | * Filter the page title separator. |
| 4699 | 4699 | * |
@@ -4702,100 +4702,100 @@ discard block |
||
| 4702 | 4702 | * |
| 4703 | 4703 | * @param string $sep The separator, default: `|`. |
| 4704 | 4704 | */ |
| 4705 | - $sep = apply_filters( 'geodir_page_title_separator', '|' ); |
|
| 4705 | + $sep = apply_filters('geodir_page_title_separator', '|');
|
|
| 4706 | 4706 | } |
| 4707 | 4707 | |
| 4708 | - if ( strpos( $title, '%%title%%' ) !== false ) {
|
|
| 4709 | - $title = str_replace( "%%title%%", $post->post_title, $title ); |
|
| 4708 | + if (strpos($title, '%%title%%') !== false) {
|
|
| 4709 | + $title = str_replace("%%title%%", $post->post_title, $title);
|
|
| 4710 | 4710 | } |
| 4711 | 4711 | |
| 4712 | - if ( strpos( $title, '%%sitename%%' ) !== false ) {
|
|
| 4713 | - $title = str_replace( "%%sitename%%", get_bloginfo( 'name' ), $title ); |
|
| 4712 | + if (strpos($title, '%%sitename%%') !== false) {
|
|
| 4713 | + $title = str_replace("%%sitename%%", get_bloginfo('name'), $title);
|
|
| 4714 | 4714 | } |
| 4715 | 4715 | |
| 4716 | - if ( strpos( $title, '%%sitedesc%%' ) !== false ) {
|
|
| 4717 | - $title = str_replace( "%%sitedesc%%", get_bloginfo( 'description' ), $title ); |
|
| 4716 | + if (strpos($title, '%%sitedesc%%') !== false) {
|
|
| 4717 | + $title = str_replace("%%sitedesc%%", get_bloginfo('description'), $title);
|
|
| 4718 | 4718 | } |
| 4719 | 4719 | |
| 4720 | - if ( strpos( $title, '%%excerpt%%' ) !== false ) {
|
|
| 4721 | - $title = str_replace( "%%excerpt%%", strip_tags( get_the_excerpt() ), $title ); |
|
| 4720 | + if (strpos($title, '%%excerpt%%') !== false) {
|
|
| 4721 | + $title = str_replace("%%excerpt%%", strip_tags(get_the_excerpt()), $title);
|
|
| 4722 | 4722 | } |
| 4723 | 4723 | |
| 4724 | - if ( $gd_page == 'search' || $gd_page == 'author' ) {
|
|
| 4725 | - $post_type = isset( $_REQUEST['stype'] ) ? sanitize_text_field( $_REQUEST['stype'] ) : ''; |
|
| 4726 | - } else if ( $gd_page == 'add-listing' ) {
|
|
| 4727 | - $post_type = ( isset( $_REQUEST['listing_type'] ) ) ? sanitize_text_field( $_REQUEST['listing_type'] ) : ''; |
|
| 4728 | - $post_type = ! $post_type && ! empty( $_REQUEST['pid'] ) ? get_post_type( (int) $_REQUEST['pid'] ) : $post_type; |
|
| 4729 | - } else if ( isset( $post->post_type ) && $post->post_type && in_array( $post->post_type, geodir_get_posttypes() ) ) {
|
|
| 4724 | + if ($gd_page == 'search' || $gd_page == 'author') {
|
|
| 4725 | + $post_type = isset($_REQUEST['stype']) ? sanitize_text_field($_REQUEST['stype']) : ''; |
|
| 4726 | + } else if ($gd_page == 'add-listing') {
|
|
| 4727 | + $post_type = (isset($_REQUEST['listing_type'])) ? sanitize_text_field($_REQUEST['listing_type']) : ''; |
|
| 4728 | + $post_type = !$post_type && !empty($_REQUEST['pid']) ? get_post_type((int) $_REQUEST['pid']) : $post_type; |
|
| 4729 | + } else if (isset($post->post_type) && $post->post_type && in_array($post->post_type, geodir_get_posttypes())) {
|
|
| 4730 | 4730 | $post_type = $post->post_type; |
| 4731 | 4731 | } else {
|
| 4732 | - $post_type = get_query_var( 'post_type' ); |
|
| 4732 | + $post_type = get_query_var('post_type');
|
|
| 4733 | 4733 | } |
| 4734 | 4734 | |
| 4735 | - if ( strpos( $title, '%%pt_single%%' ) !== false ) {
|
|
| 4735 | + if (strpos($title, '%%pt_single%%') !== false) {
|
|
| 4736 | 4736 | $singular_name = ''; |
| 4737 | - if ( $post_type && $singular_name = get_post_type_singular_label( $post_type ) ) {
|
|
| 4738 | - $singular_name = __( $singular_name, 'geodirectory' ); |
|
| 4737 | + if ($post_type && $singular_name = get_post_type_singular_label($post_type)) {
|
|
| 4738 | + $singular_name = __($singular_name, 'geodirectory'); |
|
| 4739 | 4739 | } |
| 4740 | 4740 | |
| 4741 | - $title = str_replace( "%%pt_single%%", $singular_name, $title ); |
|
| 4741 | + $title = str_replace("%%pt_single%%", $singular_name, $title);
|
|
| 4742 | 4742 | } |
| 4743 | 4743 | |
| 4744 | - if ( strpos( $title, '%%pt_plural%%' ) !== false ) {
|
|
| 4744 | + if (strpos($title, '%%pt_plural%%') !== false) {
|
|
| 4745 | 4745 | $plural_name = ''; |
| 4746 | - if ( $post_type && $plural_name = get_post_type_plural_label( $post_type ) ) {
|
|
| 4747 | - $plural_name = __( $plural_name, 'geodirectory' ); |
|
| 4746 | + if ($post_type && $plural_name = get_post_type_plural_label($post_type)) {
|
|
| 4747 | + $plural_name = __($plural_name, 'geodirectory'); |
|
| 4748 | 4748 | } |
| 4749 | 4749 | |
| 4750 | - $title = str_replace( "%%pt_plural%%", $plural_name, $title ); |
|
| 4750 | + $title = str_replace("%%pt_plural%%", $plural_name, $title);
|
|
| 4751 | 4751 | } |
| 4752 | 4752 | |
| 4753 | - if ( strpos( $title, '%%category%%' ) !== false ) {
|
|
| 4753 | + if (strpos($title, '%%category%%') !== false) {
|
|
| 4754 | 4754 | $cat_name = ''; |
| 4755 | 4755 | |
| 4756 | - if ( $gd_page == 'detail' ) {
|
|
| 4757 | - if ( $post->default_category ) {
|
|
| 4758 | - $cat = get_term( $post->default_category, $post->post_type . 'category' ); |
|
| 4759 | - $cat_name = ( isset( $cat->name ) ) ? $cat->name : ''; |
|
| 4756 | + if ($gd_page == 'detail') {
|
|
| 4757 | + if ($post->default_category) {
|
|
| 4758 | + $cat = get_term($post->default_category, $post->post_type.'category'); |
|
| 4759 | + $cat_name = (isset($cat->name)) ? $cat->name : ''; |
|
| 4760 | 4760 | } |
| 4761 | - } else if ( $gd_page == 'listing' ) {
|
|
| 4761 | + } else if ($gd_page == 'listing') {
|
|
| 4762 | 4762 | $queried_object = get_queried_object(); |
| 4763 | - if ( isset( $queried_object->name ) ) {
|
|
| 4763 | + if (isset($queried_object->name)) {
|
|
| 4764 | 4764 | $cat_name = $queried_object->name; |
| 4765 | 4765 | } |
| 4766 | 4766 | } |
| 4767 | - $title = str_replace( "%%category%%", $cat_name, $title ); |
|
| 4767 | + $title = str_replace("%%category%%", $cat_name, $title);
|
|
| 4768 | 4768 | } |
| 4769 | 4769 | |
| 4770 | - if ( strpos( $title, '%%tag%%' ) !== false ) {
|
|
| 4770 | + if (strpos($title, '%%tag%%') !== false) {
|
|
| 4771 | 4771 | $cat_name = ''; |
| 4772 | 4772 | |
| 4773 | - if ( $gd_page == 'detail' ) {
|
|
| 4774 | - if ( $post->default_category ) {
|
|
| 4775 | - $cat = get_term( $post->default_category, $post->post_type . 'category' ); |
|
| 4776 | - $cat_name = ( isset( $cat->name ) ) ? $cat->name : ''; |
|
| 4773 | + if ($gd_page == 'detail') {
|
|
| 4774 | + if ($post->default_category) {
|
|
| 4775 | + $cat = get_term($post->default_category, $post->post_type.'category'); |
|
| 4776 | + $cat_name = (isset($cat->name)) ? $cat->name : ''; |
|
| 4777 | 4777 | } |
| 4778 | - } else if ( $gd_page == 'listing' ) {
|
|
| 4778 | + } else if ($gd_page == 'listing') {
|
|
| 4779 | 4779 | $queried_object = get_queried_object(); |
| 4780 | - if ( isset( $queried_object->name ) ) {
|
|
| 4780 | + if (isset($queried_object->name)) {
|
|
| 4781 | 4781 | $cat_name = $queried_object->name; |
| 4782 | 4782 | } |
| 4783 | 4783 | } |
| 4784 | - $title = str_replace( "%%tag%%", $cat_name, $title ); |
|
| 4784 | + $title = str_replace("%%tag%%", $cat_name, $title);
|
|
| 4785 | 4785 | } |
| 4786 | 4786 | |
| 4787 | - if ( strpos( $title, '%%id%%' ) !== false ) {
|
|
| 4788 | - $ID = ( isset( $post->ID ) ) ? $post->ID : ''; |
|
| 4789 | - $title = str_replace( "%%id%%", $ID, $title ); |
|
| 4787 | + if (strpos($title, '%%id%%') !== false) {
|
|
| 4788 | + $ID = (isset($post->ID)) ? $post->ID : ''; |
|
| 4789 | + $title = str_replace("%%id%%", $ID, $title);
|
|
| 4790 | 4790 | } |
| 4791 | 4791 | |
| 4792 | - if ( strpos( $title, '%%sep%%' ) !== false ) {
|
|
| 4793 | - $title = str_replace( "%%sep%%", $sep, $title ); |
|
| 4792 | + if (strpos($title, '%%sep%%') !== false) {
|
|
| 4793 | + $title = str_replace("%%sep%%", $sep, $title);
|
|
| 4794 | 4794 | } |
| 4795 | 4795 | |
| 4796 | 4796 | // location variables |
| 4797 | 4797 | $gd_post_type = geodir_get_current_posttype(); |
| 4798 | - $location_array = geodir_get_current_location_terms( 'query_vars', $gd_post_type ); |
|
| 4798 | + $location_array = geodir_get_current_location_terms('query_vars', $gd_post_type);
|
|
| 4799 | 4799 | |
| 4800 | 4800 | /** |
| 4801 | 4801 | * Filter the title variables location variables array |
@@ -4808,20 +4808,20 @@ discard block |
||
| 4808 | 4808 | * @param string $gd_page The page being filtered. |
| 4809 | 4809 | * @param string $sep The separator, default: `|`. |
| 4810 | 4810 | */ |
| 4811 | - $location_array = apply_filters( 'geodir_filter_title_variables_location_arr', $location_array, $title, $gd_page, $sep ); |
|
| 4811 | + $location_array = apply_filters('geodir_filter_title_variables_location_arr', $location_array, $title, $gd_page, $sep);
|
|
| 4812 | 4812 | |
| 4813 | - if ( $gd_page == 'location' && get_query_var( 'gd_country_full' ) ) {
|
|
| 4814 | - if ( get_query_var( 'gd_country_full' ) ) {
|
|
| 4815 | - $location_array['gd_country'] = get_query_var( 'gd_country_full' ); |
|
| 4813 | + if ($gd_page == 'location' && get_query_var('gd_country_full')) {
|
|
| 4814 | + if (get_query_var('gd_country_full')) {
|
|
| 4815 | + $location_array['gd_country'] = get_query_var('gd_country_full');
|
|
| 4816 | 4816 | } |
| 4817 | - if ( get_query_var( 'gd_region_full' ) ) {
|
|
| 4818 | - $location_array['gd_region'] = get_query_var( 'gd_region_full' ); |
|
| 4817 | + if (get_query_var('gd_region_full')) {
|
|
| 4818 | + $location_array['gd_region'] = get_query_var('gd_region_full');
|
|
| 4819 | 4819 | } |
| 4820 | - if ( get_query_var( 'gd_city_full' ) ) {
|
|
| 4821 | - $location_array['gd_city'] = get_query_var( 'gd_city_full' ); |
|
| 4820 | + if (get_query_var('gd_city_full')) {
|
|
| 4821 | + $location_array['gd_city'] = get_query_var('gd_city_full');
|
|
| 4822 | 4822 | } |
| 4823 | - if ( get_query_var( 'gd_neighbourhood_full' ) ) {
|
|
| 4824 | - $location_array['gd_neighbourhood'] = get_query_var( 'gd_neighbourhood_full' ); |
|
| 4823 | + if (get_query_var('gd_neighbourhood_full')) {
|
|
| 4824 | + $location_array['gd_neighbourhood'] = get_query_var('gd_neighbourhood_full');
|
|
| 4825 | 4825 | } |
| 4826 | 4826 | } |
| 4827 | 4827 | |
@@ -4836,57 +4836,57 @@ discard block |
||
| 4836 | 4836 | * @param string $gd_page The page being filtered. |
| 4837 | 4837 | * @param string $sep The separator, default: `|`. |
| 4838 | 4838 | */ |
| 4839 | - $title = apply_filters( 'geodir_replace_location_variables', $title, $location_array, $gd_page, $sep ); |
|
| 4839 | + $title = apply_filters('geodir_replace_location_variables', $title, $location_array, $gd_page, $sep);
|
|
| 4840 | 4840 | |
| 4841 | - if ( strpos( $title, '%%search_term%%' ) !== false ) {
|
|
| 4841 | + if (strpos($title, '%%search_term%%') !== false) {
|
|
| 4842 | 4842 | $search_term = ''; |
| 4843 | - if ( isset( $_REQUEST['s'] ) ) {
|
|
| 4844 | - $search_term = esc_attr( $_REQUEST['s'] ); |
|
| 4843 | + if (isset($_REQUEST['s'])) {
|
|
| 4844 | + $search_term = esc_attr($_REQUEST['s']); |
|
| 4845 | 4845 | } |
| 4846 | - $title = str_replace( "%%search_term%%", $search_term, $title ); |
|
| 4846 | + $title = str_replace("%%search_term%%", $search_term, $title);
|
|
| 4847 | 4847 | } |
| 4848 | 4848 | |
| 4849 | - if ( strpos( $title, '%%search_near%%' ) !== false ) {
|
|
| 4849 | + if (strpos($title, '%%search_near%%') !== false) {
|
|
| 4850 | 4850 | $search_term = ''; |
| 4851 | - if ( isset( $_REQUEST['snear'] ) ) {
|
|
| 4852 | - $search_term = esc_attr( $_REQUEST['snear'] ); |
|
| 4851 | + if (isset($_REQUEST['snear'])) {
|
|
| 4852 | + $search_term = esc_attr($_REQUEST['snear']); |
|
| 4853 | 4853 | } |
| 4854 | - $title = str_replace( "%%search_near%%", $search_term, $title ); |
|
| 4854 | + $title = str_replace("%%search_near%%", $search_term, $title);
|
|
| 4855 | 4855 | } |
| 4856 | 4856 | |
| 4857 | - if ( strpos( $title, '%%name%%' ) !== false ) {
|
|
| 4858 | - if ( is_author() ) {
|
|
| 4859 | - $curauth = ( get_query_var( 'author_name' ) ) ? get_user_by( 'slug', get_query_var( 'author_name' ) ) : get_userdata( get_query_var( 'author' ) ); |
|
| 4857 | + if (strpos($title, '%%name%%') !== false) {
|
|
| 4858 | + if (is_author()) {
|
|
| 4859 | + $curauth = (get_query_var('author_name')) ? get_user_by('slug', get_query_var('author_name')) : get_userdata(get_query_var('author'));
|
|
| 4860 | 4860 | $author_name = $curauth->display_name; |
| 4861 | 4861 | } else {
|
| 4862 | 4862 | $author_name = get_the_author(); |
| 4863 | 4863 | } |
| 4864 | - if ( ! $author_name || $author_name === '' ) {
|
|
| 4864 | + if (!$author_name || $author_name === '') {
|
|
| 4865 | 4865 | $queried_object = get_queried_object(); |
| 4866 | 4866 | |
| 4867 | - if ( isset( $queried_object->data->user_nicename ) ) {
|
|
| 4867 | + if (isset($queried_object->data->user_nicename)) {
|
|
| 4868 | 4868 | $author_name = $queried_object->data->display_name; |
| 4869 | 4869 | } |
| 4870 | 4870 | } |
| 4871 | - $title = str_replace( "%%name%%", $author_name, $title ); |
|
| 4871 | + $title = str_replace("%%name%%", $author_name, $title);
|
|
| 4872 | 4872 | } |
| 4873 | 4873 | |
| 4874 | - if ( strpos( $title, '%%page%%' ) !== false ) {
|
|
| 4875 | - $page = geodir_title_meta_page( $sep ); |
|
| 4876 | - $title = str_replace( "%%page%%", $page, $title ); |
|
| 4874 | + if (strpos($title, '%%page%%') !== false) {
|
|
| 4875 | + $page = geodir_title_meta_page($sep); |
|
| 4876 | + $title = str_replace("%%page%%", $page, $title);
|
|
| 4877 | 4877 | } |
| 4878 | - if ( strpos( $title, '%%pagenumber%%' ) !== false ) {
|
|
| 4878 | + if (strpos($title, '%%pagenumber%%') !== false) {
|
|
| 4879 | 4879 | $pagenumber = geodir_title_meta_pagenumber(); |
| 4880 | - $title = str_replace( "%%pagenumber%%", $pagenumber, $title ); |
|
| 4880 | + $title = str_replace("%%pagenumber%%", $pagenumber, $title);
|
|
| 4881 | 4881 | } |
| 4882 | - if ( strpos( $title, '%%pagetotal%%' ) !== false ) {
|
|
| 4882 | + if (strpos($title, '%%pagetotal%%') !== false) {
|
|
| 4883 | 4883 | $pagetotal = geodir_title_meta_pagetotal(); |
| 4884 | - $title = str_replace( "%%pagetotal%%", $pagetotal, $title ); |
|
| 4884 | + $title = str_replace("%%pagetotal%%", $pagetotal, $title);
|
|
| 4885 | 4885 | } |
| 4886 | 4886 | |
| 4887 | - $title = wptexturize( $title ); |
|
| 4888 | - $title = convert_chars( $title ); |
|
| 4889 | - $title = esc_html( $title ); |
|
| 4887 | + $title = wptexturize($title); |
|
| 4888 | + $title = convert_chars($title); |
|
| 4889 | + $title = esc_html($title); |
|
| 4890 | 4890 | |
| 4891 | 4891 | /** |
| 4892 | 4892 | * Filter the title variables after standard ones have been filtered. |
@@ -4900,7 +4900,7 @@ discard block |
||
| 4900 | 4900 | * @param string $sep The separator, default: `|`. |
| 4901 | 4901 | */ |
| 4902 | 4902 | |
| 4903 | - return apply_filters( 'geodir_filter_title_variables_vars', $title, $location_array, $gd_page, $sep ); |
|
| 4903 | + return apply_filters('geodir_filter_title_variables_vars', $title, $location_array, $gd_page, $sep);
|
|
| 4904 | 4904 | } |
| 4905 | 4905 | |
| 4906 | 4906 | /** |
@@ -4913,82 +4913,82 @@ discard block |
||
| 4913 | 4913 | * |
| 4914 | 4914 | * @return array Translation texts. |
| 4915 | 4915 | */ |
| 4916 | -function geodir_load_cpt_text_translation( $translation_texts = array() ) {
|
|
| 4917 | - $gd_post_types = geodir_get_posttypes( 'array' ); |
|
| 4916 | +function geodir_load_cpt_text_translation($translation_texts = array()) {
|
|
| 4917 | + $gd_post_types = geodir_get_posttypes('array');
|
|
| 4918 | 4918 | |
| 4919 | - if ( ! empty( $gd_post_types ) ) {
|
|
| 4920 | - foreach ( $gd_post_types as $post_type => $cpt_info ) {
|
|
| 4921 | - $labels = isset( $cpt_info['labels'] ) ? $cpt_info['labels'] : ''; |
|
| 4922 | - $description = isset( $cpt_info['description'] ) ? $cpt_info['description'] : ''; |
|
| 4923 | - $seo = isset( $cpt_info['seo'] ) ? $cpt_info['seo'] : ''; |
|
| 4919 | + if (!empty($gd_post_types)) {
|
|
| 4920 | + foreach ($gd_post_types as $post_type => $cpt_info) {
|
|
| 4921 | + $labels = isset($cpt_info['labels']) ? $cpt_info['labels'] : ''; |
|
| 4922 | + $description = isset($cpt_info['description']) ? $cpt_info['description'] : ''; |
|
| 4923 | + $seo = isset($cpt_info['seo']) ? $cpt_info['seo'] : ''; |
|
| 4924 | 4924 | |
| 4925 | - if ( ! empty( $labels ) ) {
|
|
| 4926 | - if ( $labels['name'] != '' && ! in_array( $labels['name'], $translation_texts ) ) {
|
|
| 4925 | + if (!empty($labels)) {
|
|
| 4926 | + if ($labels['name'] != '' && !in_array($labels['name'], $translation_texts)) {
|
|
| 4927 | 4927 | $translation_texts[] = $labels['name']; |
| 4928 | 4928 | } |
| 4929 | - if ( $labels['singular_name'] != '' && ! in_array( $labels['singular_name'], $translation_texts ) ) {
|
|
| 4929 | + if ($labels['singular_name'] != '' && !in_array($labels['singular_name'], $translation_texts)) {
|
|
| 4930 | 4930 | $translation_texts[] = $labels['singular_name']; |
| 4931 | 4931 | } |
| 4932 | - if ( $labels['add_new'] != '' && ! in_array( $labels['add_new'], $translation_texts ) ) {
|
|
| 4932 | + if ($labels['add_new'] != '' && !in_array($labels['add_new'], $translation_texts)) {
|
|
| 4933 | 4933 | $translation_texts[] = $labels['add_new']; |
| 4934 | 4934 | } |
| 4935 | - if ( $labels['add_new_item'] != '' && ! in_array( $labels['add_new_item'], $translation_texts ) ) {
|
|
| 4935 | + if ($labels['add_new_item'] != '' && !in_array($labels['add_new_item'], $translation_texts)) {
|
|
| 4936 | 4936 | $translation_texts[] = $labels['add_new_item']; |
| 4937 | 4937 | } |
| 4938 | - if ( $labels['edit_item'] != '' && ! in_array( $labels['edit_item'], $translation_texts ) ) {
|
|
| 4938 | + if ($labels['edit_item'] != '' && !in_array($labels['edit_item'], $translation_texts)) {
|
|
| 4939 | 4939 | $translation_texts[] = $labels['edit_item']; |
| 4940 | 4940 | } |
| 4941 | - if ( $labels['new_item'] != '' && ! in_array( $labels['new_item'], $translation_texts ) ) {
|
|
| 4941 | + if ($labels['new_item'] != '' && !in_array($labels['new_item'], $translation_texts)) {
|
|
| 4942 | 4942 | $translation_texts[] = $labels['new_item']; |
| 4943 | 4943 | } |
| 4944 | - if ( $labels['view_item'] != '' && ! in_array( $labels['view_item'], $translation_texts ) ) {
|
|
| 4944 | + if ($labels['view_item'] != '' && !in_array($labels['view_item'], $translation_texts)) {
|
|
| 4945 | 4945 | $translation_texts[] = $labels['view_item']; |
| 4946 | 4946 | } |
| 4947 | - if ( $labels['search_items'] != '' && ! in_array( $labels['search_items'], $translation_texts ) ) {
|
|
| 4947 | + if ($labels['search_items'] != '' && !in_array($labels['search_items'], $translation_texts)) {
|
|
| 4948 | 4948 | $translation_texts[] = $labels['search_items']; |
| 4949 | 4949 | } |
| 4950 | - if ( $labels['not_found'] != '' && ! in_array( $labels['not_found'], $translation_texts ) ) {
|
|
| 4950 | + if ($labels['not_found'] != '' && !in_array($labels['not_found'], $translation_texts)) {
|
|
| 4951 | 4951 | $translation_texts[] = $labels['not_found']; |
| 4952 | 4952 | } |
| 4953 | - if ( $labels['not_found_in_trash'] != '' && ! in_array( $labels['not_found_in_trash'], $translation_texts ) ) {
|
|
| 4953 | + if ($labels['not_found_in_trash'] != '' && !in_array($labels['not_found_in_trash'], $translation_texts)) {
|
|
| 4954 | 4954 | $translation_texts[] = $labels['not_found_in_trash']; |
| 4955 | 4955 | } |
| 4956 | - if ( isset( $labels['label_post_profile'] ) && $labels['label_post_profile'] != '' && ! in_array( $labels['label_post_profile'], $translation_texts ) ) {
|
|
| 4956 | + if (isset($labels['label_post_profile']) && $labels['label_post_profile'] != '' && !in_array($labels['label_post_profile'], $translation_texts)) {
|
|
| 4957 | 4957 | $translation_texts[] = $labels['label_post_profile']; |
| 4958 | 4958 | } |
| 4959 | - if ( isset( $labels['label_post_info'] ) && $labels['label_post_info'] != '' && ! in_array( $labels['label_post_info'], $translation_texts ) ) {
|
|
| 4959 | + if (isset($labels['label_post_info']) && $labels['label_post_info'] != '' && !in_array($labels['label_post_info'], $translation_texts)) {
|
|
| 4960 | 4960 | $translation_texts[] = $labels['label_post_info']; |
| 4961 | 4961 | } |
| 4962 | - if ( isset( $labels['label_post_images'] ) && $labels['label_post_images'] != '' && ! in_array( $labels['label_post_images'], $translation_texts ) ) {
|
|
| 4962 | + if (isset($labels['label_post_images']) && $labels['label_post_images'] != '' && !in_array($labels['label_post_images'], $translation_texts)) {
|
|
| 4963 | 4963 | $translation_texts[] = $labels['label_post_images']; |
| 4964 | 4964 | } |
| 4965 | - if ( isset( $labels['label_post_map'] ) && $labels['label_post_map'] != '' && ! in_array( $labels['label_post_map'], $translation_texts ) ) {
|
|
| 4965 | + if (isset($labels['label_post_map']) && $labels['label_post_map'] != '' && !in_array($labels['label_post_map'], $translation_texts)) {
|
|
| 4966 | 4966 | $translation_texts[] = $labels['label_post_map']; |
| 4967 | 4967 | } |
| 4968 | - if ( isset( $labels['label_reviews'] ) && $labels['label_reviews'] != '' && ! in_array( $labels['label_reviews'], $translation_texts ) ) {
|
|
| 4968 | + if (isset($labels['label_reviews']) && $labels['label_reviews'] != '' && !in_array($labels['label_reviews'], $translation_texts)) {
|
|
| 4969 | 4969 | $translation_texts[] = $labels['label_reviews']; |
| 4970 | 4970 | } |
| 4971 | - if ( isset( $labels['label_related_listing'] ) && $labels['label_related_listing'] != '' && ! in_array( $labels['label_related_listing'], $translation_texts ) ) {
|
|
| 4971 | + if (isset($labels['label_related_listing']) && $labels['label_related_listing'] != '' && !in_array($labels['label_related_listing'], $translation_texts)) {
|
|
| 4972 | 4972 | $translation_texts[] = $labels['label_related_listing']; |
| 4973 | 4973 | } |
| 4974 | 4974 | } |
| 4975 | 4975 | |
| 4976 | - if ( $description != '' && ! in_array( $description, $translation_texts ) ) {
|
|
| 4977 | - $translation_texts[] = normalize_whitespace( $description ); |
|
| 4976 | + if ($description != '' && !in_array($description, $translation_texts)) {
|
|
| 4977 | + $translation_texts[] = normalize_whitespace($description); |
|
| 4978 | 4978 | } |
| 4979 | 4979 | |
| 4980 | - if ( ! empty( $seo ) ) {
|
|
| 4981 | - if ( isset( $seo['meta_keyword'] ) && $seo['meta_keyword'] != '' && ! in_array( $seo['meta_keyword'], $translation_texts ) ) {
|
|
| 4982 | - $translation_texts[] = normalize_whitespace( $seo['meta_keyword'] ); |
|
| 4980 | + if (!empty($seo)) {
|
|
| 4981 | + if (isset($seo['meta_keyword']) && $seo['meta_keyword'] != '' && !in_array($seo['meta_keyword'], $translation_texts)) {
|
|
| 4982 | + $translation_texts[] = normalize_whitespace($seo['meta_keyword']); |
|
| 4983 | 4983 | } |
| 4984 | 4984 | |
| 4985 | - if ( isset( $seo['meta_description'] ) && $seo['meta_description'] != '' && ! in_array( $seo['meta_description'], $translation_texts ) ) {
|
|
| 4986 | - $translation_texts[] = normalize_whitespace( $seo['meta_description'] ); |
|
| 4985 | + if (isset($seo['meta_description']) && $seo['meta_description'] != '' && !in_array($seo['meta_description'], $translation_texts)) {
|
|
| 4986 | + $translation_texts[] = normalize_whitespace($seo['meta_description']); |
|
| 4987 | 4987 | } |
| 4988 | 4988 | } |
| 4989 | 4989 | } |
| 4990 | 4990 | } |
| 4991 | - $translation_texts = ! empty( $translation_texts ) ? array_unique( $translation_texts ) : $translation_texts; |
|
| 4991 | + $translation_texts = !empty($translation_texts) ? array_unique($translation_texts) : $translation_texts; |
|
| 4992 | 4992 | |
| 4993 | 4993 | return $translation_texts; |
| 4994 | 4994 | } |
@@ -5003,27 +5003,27 @@ discard block |
||
| 5003 | 5003 | * |
| 5004 | 5004 | * @return array Location terms. |
| 5005 | 5005 | */ |
| 5006 | -function geodir_remove_location_terms( $location_terms = array() ) {
|
|
| 5007 | - $location_manager = defined( 'POST_LOCATION_TABLE' ) ? true : false; |
|
| 5006 | +function geodir_remove_location_terms($location_terms = array()) {
|
|
| 5007 | + $location_manager = defined('POST_LOCATION_TABLE') ? true : false;
|
|
| 5008 | 5008 | |
| 5009 | - if ( ! empty( $location_terms ) && $location_manager ) {
|
|
| 5010 | - $hide_country_part = get_option( 'geodir_location_hide_country_part' ); |
|
| 5011 | - $hide_region_part = get_option( 'geodir_location_hide_region_part' ); |
|
| 5009 | + if (!empty($location_terms) && $location_manager) {
|
|
| 5010 | + $hide_country_part = get_option('geodir_location_hide_country_part');
|
|
| 5011 | + $hide_region_part = get_option('geodir_location_hide_region_part');
|
|
| 5012 | 5012 | |
| 5013 | - if ( $hide_region_part && $hide_country_part ) {
|
|
| 5014 | - if ( isset( $location_terms['gd_country'] ) ) {
|
|
| 5015 | - unset( $location_terms['gd_country'] ); |
|
| 5013 | + if ($hide_region_part && $hide_country_part) {
|
|
| 5014 | + if (isset($location_terms['gd_country'])) {
|
|
| 5015 | + unset($location_terms['gd_country']); |
|
| 5016 | 5016 | } |
| 5017 | - if ( isset( $location_terms['gd_region'] ) ) {
|
|
| 5018 | - unset( $location_terms['gd_region'] ); |
|
| 5017 | + if (isset($location_terms['gd_region'])) {
|
|
| 5018 | + unset($location_terms['gd_region']); |
|
| 5019 | 5019 | } |
| 5020 | - } else if ( $hide_region_part && ! $hide_country_part ) {
|
|
| 5021 | - if ( isset( $location_terms['gd_region'] ) ) {
|
|
| 5022 | - unset( $location_terms['gd_region'] ); |
|
| 5020 | + } else if ($hide_region_part && !$hide_country_part) {
|
|
| 5021 | + if (isset($location_terms['gd_region'])) {
|
|
| 5022 | + unset($location_terms['gd_region']); |
|
| 5023 | 5023 | } |
| 5024 | - } else if ( ! $hide_region_part && $hide_country_part ) {
|
|
| 5025 | - if ( isset( $location_terms['gd_country'] ) ) {
|
|
| 5026 | - unset( $location_terms['gd_country'] ); |
|
| 5024 | + } else if (!$hide_region_part && $hide_country_part) {
|
|
| 5025 | + if (isset($location_terms['gd_country'])) {
|
|
| 5026 | + unset($location_terms['gd_country']); |
|
| 5027 | 5027 | } |
| 5028 | 5028 | } |
| 5029 | 5029 | } |
@@ -5034,7 +5034,7 @@ discard block |
||
| 5034 | 5034 | * @since 1.6.22 |
| 5035 | 5035 | * @param array $location_terms The array of location terms. |
| 5036 | 5036 | */ |
| 5037 | - return apply_filters('geodir_remove_location_terms',$location_terms);
|
|
| 5037 | + return apply_filters('geodir_remove_location_terms', $location_terms);
|
|
| 5038 | 5038 | } |
| 5039 | 5039 | |
| 5040 | 5040 | /** |
@@ -5051,32 +5051,32 @@ discard block |
||
| 5051 | 5051 | * @param WP_Post $post Post object. |
| 5052 | 5052 | * @param bool $update Whether this is an existing listing being updated or not. |
| 5053 | 5053 | */ |
| 5054 | -function geodir_on_wp_insert_post( $post_ID, $post, $update ) {
|
|
| 5054 | +function geodir_on_wp_insert_post($post_ID, $post, $update) {
|
|
| 5055 | 5055 | global $gd_set_listing_edited; |
| 5056 | 5056 | |
| 5057 | - if ( ! $update ) {
|
|
| 5057 | + if (!$update) {
|
|
| 5058 | 5058 | return; |
| 5059 | 5059 | } |
| 5060 | 5060 | |
| 5061 | - $action = isset( $_REQUEST['action'] ) ? sanitize_text_field( $_REQUEST['action'] ) : ''; |
|
| 5062 | - $is_admin = is_admin() && ( ! defined( 'DOING_AJAX' ) || ( defined( 'DOING_AJAX' ) && ! DOING_AJAX ) ) ? true : false; |
|
| 5061 | + $action = isset($_REQUEST['action']) ? sanitize_text_field($_REQUEST['action']) : ''; |
|
| 5062 | + $is_admin = is_admin() && (!defined('DOING_AJAX') || (defined('DOING_AJAX') && !DOING_AJAX)) ? true : false;
|
|
| 5063 | 5063 | $inline_save = $action == 'inline-save' ? true : false; |
| 5064 | 5064 | |
| 5065 | - if ( empty( $post->post_type ) || $is_admin || $inline_save || ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) ) {
|
|
| 5065 | + if (empty($post->post_type) || $is_admin || $inline_save || (defined('DOING_AUTOSAVE') && DOING_AUTOSAVE)) {
|
|
| 5066 | 5066 | return; |
| 5067 | 5067 | } |
| 5068 | 5068 | |
| 5069 | - if ( $action != '' && in_array( $action, array( 'geodir_import_export' ) ) ) {
|
|
| 5069 | + if ($action != '' && in_array($action, array('geodir_import_export'))) {
|
|
| 5070 | 5070 | return; |
| 5071 | 5071 | } |
| 5072 | 5072 | |
| 5073 | 5073 | $user_id = (int) get_current_user_id(); |
| 5074 | 5074 | |
| 5075 | - if ( $user_id > 0 && get_option( 'geodir_notify_post_edited' ) && ! wp_is_post_revision( $post_ID ) && in_array( $post->post_type, geodir_get_posttypes() ) ) {
|
|
| 5076 | - $author_id = ! empty( $post->post_author ) ? $post->post_author : 0; |
|
| 5075 | + if ($user_id > 0 && get_option('geodir_notify_post_edited') && !wp_is_post_revision($post_ID) && in_array($post->post_type, geodir_get_posttypes())) {
|
|
| 5076 | + $author_id = !empty($post->post_author) ? $post->post_author : 0; |
|
| 5077 | 5077 | |
| 5078 | - if ( $user_id == $author_id && ! is_super_admin() && empty( $gd_set_listing_edited[$post_ID] ) ) {
|
|
| 5079 | - if ( !empty( $gd_set_listing_edited ) ) {
|
|
| 5078 | + if ($user_id == $author_id && !is_super_admin() && empty($gd_set_listing_edited[$post_ID])) {
|
|
| 5079 | + if (!empty($gd_set_listing_edited)) {
|
|
| 5080 | 5080 | $gd_set_listing_edited = array(); |
| 5081 | 5081 | } |
| 5082 | 5082 | $gd_set_listing_edited[$post_ID] = true; |
@@ -5094,14 +5094,14 @@ discard block |
||
| 5094 | 5094 | * |
| 5095 | 5095 | * @return string|null The current page start & end numbering. |
| 5096 | 5096 | */ |
| 5097 | -function geodir_title_meta_page( $sep ) {
|
|
| 5097 | +function geodir_title_meta_page($sep) {
|
|
| 5098 | 5098 | $replacement = null; |
| 5099 | 5099 | |
| 5100 | - $max = geodir_title_meta_pagenumbering( 'max' ); |
|
| 5101 | - $nr = geodir_title_meta_pagenumbering( 'nr' ); |
|
| 5100 | + $max = geodir_title_meta_pagenumbering('max');
|
|
| 5101 | + $nr = geodir_title_meta_pagenumbering('nr');
|
|
| 5102 | 5102 | |
| 5103 | - if ( $max > 1 && $nr > 1 ) {
|
|
| 5104 | - $replacement = sprintf( $sep . ' ' . __( 'Page %1$d of %2$d', 'geodirectory' ), $nr, $max ); |
|
| 5103 | + if ($max > 1 && $nr > 1) {
|
|
| 5104 | + $replacement = sprintf($sep.' '.__('Page %1$d of %2$d', 'geodirectory'), $nr, $max);
|
|
| 5105 | 5105 | } |
| 5106 | 5106 | |
| 5107 | 5107 | return $replacement; |
@@ -5118,8 +5118,8 @@ discard block |
||
| 5118 | 5118 | function geodir_title_meta_pagenumber() {
|
| 5119 | 5119 | $replacement = null; |
| 5120 | 5120 | |
| 5121 | - $nr = geodir_title_meta_pagenumbering( 'nr' ); |
|
| 5122 | - if ( isset( $nr ) && $nr > 0 ) {
|
|
| 5121 | + $nr = geodir_title_meta_pagenumbering('nr');
|
|
| 5122 | + if (isset($nr) && $nr > 0) {
|
|
| 5123 | 5123 | $replacement = (string) $nr; |
| 5124 | 5124 | } |
| 5125 | 5125 | |
@@ -5137,8 +5137,8 @@ discard block |
||
| 5137 | 5137 | function geodir_title_meta_pagetotal() {
|
| 5138 | 5138 | $replacement = null; |
| 5139 | 5139 | |
| 5140 | - $max = geodir_title_meta_pagenumbering( 'max' ); |
|
| 5141 | - if ( isset( $max ) && $max > 0 ) {
|
|
| 5140 | + $max = geodir_title_meta_pagenumbering('max');
|
|
| 5141 | + if (isset($max) && $max > 0) {
|
|
| 5142 | 5142 | $replacement = (string) $max; |
| 5143 | 5143 | } |
| 5144 | 5144 | |
@@ -5158,36 +5158,36 @@ discard block |
||
| 5158 | 5158 | * |
| 5159 | 5159 | * @return int|null The current page numbering. |
| 5160 | 5160 | */ |
| 5161 | -function geodir_title_meta_pagenumbering( $request = 'nr' ) {
|
|
| 5161 | +function geodir_title_meta_pagenumbering($request = 'nr') {
|
|
| 5162 | 5162 | global $wp_query, $post; |
| 5163 | 5163 | $max_num_pages = null; |
| 5164 | 5164 | $page_number = null; |
| 5165 | 5165 | |
| 5166 | 5166 | $max_num_pages = 1; |
| 5167 | 5167 | |
| 5168 | - if ( ! is_singular() ) {
|
|
| 5169 | - $page_number = get_query_var( 'paged' ); |
|
| 5170 | - if ( $page_number === 0 || $page_number === '' ) {
|
|
| 5168 | + if (!is_singular()) {
|
|
| 5169 | + $page_number = get_query_var('paged');
|
|
| 5170 | + if ($page_number === 0 || $page_number === '') {
|
|
| 5171 | 5171 | $page_number = 1; |
| 5172 | 5172 | } |
| 5173 | 5173 | |
| 5174 | - if ( isset( $wp_query->max_num_pages ) && ( $wp_query->max_num_pages != '' && $wp_query->max_num_pages != 0 ) ) {
|
|
| 5174 | + if (isset($wp_query->max_num_pages) && ($wp_query->max_num_pages != '' && $wp_query->max_num_pages != 0)) {
|
|
| 5175 | 5175 | $max_num_pages = $wp_query->max_num_pages; |
| 5176 | 5176 | } |
| 5177 | 5177 | } else {
|
| 5178 | - $page_number = get_query_var( 'page' ); |
|
| 5179 | - if ( $page_number === 0 || $page_number === '' ) {
|
|
| 5178 | + $page_number = get_query_var('page');
|
|
| 5179 | + if ($page_number === 0 || $page_number === '') {
|
|
| 5180 | 5180 | $page_number = 1; |
| 5181 | 5181 | } |
| 5182 | 5182 | |
| 5183 | - if ( isset( $post->post_content ) ) {
|
|
| 5184 | - $max_num_pages = ( substr_count( $post->post_content, '<!--nextpage-->' ) + 1 ); |
|
| 5183 | + if (isset($post->post_content)) {
|
|
| 5184 | + $max_num_pages = (substr_count($post->post_content, '<!--nextpage-->') + 1); |
|
| 5185 | 5185 | } |
| 5186 | 5186 | } |
| 5187 | 5187 | |
| 5188 | 5188 | $return = null; |
| 5189 | 5189 | |
| 5190 | - switch ( $request ) {
|
|
| 5190 | + switch ($request) {
|
|
| 5191 | 5191 | case 'nr': |
| 5192 | 5192 | $return = $page_number; |
| 5193 | 5193 | break; |
@@ -5208,14 +5208,14 @@ discard block |
||
| 5208 | 5208 | * |
| 5209 | 5209 | * @return array Terms. |
| 5210 | 5210 | */ |
| 5211 | -function geodir_filter_empty_terms( $terms ) {
|
|
| 5212 | - if ( empty( $terms ) ) {
|
|
| 5211 | +function geodir_filter_empty_terms($terms) {
|
|
| 5212 | + if (empty($terms)) {
|
|
| 5213 | 5213 | return $terms; |
| 5214 | 5214 | } |
| 5215 | 5215 | |
| 5216 | 5216 | $return = array(); |
| 5217 | - foreach ( $terms as $term ) {
|
|
| 5218 | - if ( isset( $term->count ) && $term->count > 0 ) {
|
|
| 5217 | + foreach ($terms as $term) {
|
|
| 5218 | + if (isset($term->count) && $term->count > 0) {
|
|
| 5219 | 5219 | $return[] = $term; |
| 5220 | 5220 | } else {
|
| 5221 | 5221 | /** |
@@ -5226,7 +5226,7 @@ discard block |
||
| 5226 | 5226 | * @param array $return The array of terms to return. |
| 5227 | 5227 | * @param object $term The term object. |
| 5228 | 5228 | */ |
| 5229 | - $return = apply_filters( 'geodir_filter_empty_terms_filter', $return, $term ); |
|
| 5229 | + $return = apply_filters('geodir_filter_empty_terms_filter', $return, $term);
|
|
| 5230 | 5230 | } |
| 5231 | 5231 | } |
| 5232 | 5232 | |
@@ -5243,15 +5243,15 @@ discard block |
||
| 5243 | 5243 | * |
| 5244 | 5244 | * @return array |
| 5245 | 5245 | */ |
| 5246 | -function geodir_remove_hentry( $class ) {
|
|
| 5247 | - if ( geodir_is_page( 'detail' ) ) {
|
|
| 5248 | - $class = array_diff( $class, array( 'hentry' ) ); |
|
| 5246 | +function geodir_remove_hentry($class) {
|
|
| 5247 | + if (geodir_is_page('detail')) {
|
|
| 5248 | + $class = array_diff($class, array('hentry'));
|
|
| 5249 | 5249 | } |
| 5250 | 5250 | |
| 5251 | 5251 | return $class; |
| 5252 | 5252 | } |
| 5253 | 5253 | |
| 5254 | -add_filter( 'post_class', 'geodir_remove_hentry' ); |
|
| 5254 | +add_filter('post_class', 'geodir_remove_hentry');
|
|
| 5255 | 5255 | |
| 5256 | 5256 | /** |
| 5257 | 5257 | * Registers a individual text string for WPML translation. |
@@ -5263,8 +5263,8 @@ discard block |
||
| 5263 | 5263 | * @param string $domain The plugin domain. Default geodirectory. |
| 5264 | 5264 | * @param string $name The name of the string which helps to know what's being translated. |
| 5265 | 5265 | */ |
| 5266 | -function geodir_wpml_register_string( $string, $domain = 'geodirectory', $name = '' ) {
|
|
| 5267 | - do_action( 'wpml_register_single_string', $domain, $name, $string ); |
|
| 5266 | +function geodir_wpml_register_string($string, $domain = 'geodirectory', $name = '') {
|
|
| 5267 | + do_action('wpml_register_single_string', $domain, $name, $string);
|
|
| 5268 | 5268 | } |
| 5269 | 5269 | |
| 5270 | 5270 | /** |
@@ -5279,8 +5279,8 @@ discard block |
||
| 5279 | 5279 | * @param string $language_code Return the translation in this language. Default is NULL which returns the current language. |
| 5280 | 5280 | * @return string The translated string. |
| 5281 | 5281 | */ |
| 5282 | -function geodir_wpml_translate_string( $string, $domain = 'geodirectory', $name = '', $language_code = NULL ) {
|
|
| 5283 | - return apply_filters( 'wpml_translate_single_string', $string, $domain, $name, $language_code ); |
|
| 5282 | +function geodir_wpml_translate_string($string, $domain = 'geodirectory', $name = '', $language_code = NULL) {
|
|
| 5283 | + return apply_filters('wpml_translate_single_string', $string, $domain, $name, $language_code);
|
|
| 5284 | 5284 | } |
| 5285 | 5285 | |
| 5286 | 5286 | /** |
@@ -5295,19 +5295,19 @@ discard block |
||
| 5295 | 5295 | * @param int $post_ID Post ID. |
| 5296 | 5296 | * @param array $data Post data. |
| 5297 | 5297 | */ |
| 5298 | -function geodir_send_listing_edited_notification( $post_ID, $data ) {
|
|
| 5298 | +function geodir_send_listing_edited_notification($post_ID, $data) {
|
|
| 5299 | 5299 | global $gd_notified_edited, $gd_set_listing_edited; |
| 5300 | 5300 | |
| 5301 | - if ( !empty( $gd_set_listing_edited[ $post_ID ] ) && empty( $gd_notified_edited[ $post_ID ] ) ) {
|
|
| 5302 | - if ( !empty( $gd_notified_edited ) ) {
|
|
| 5301 | + if (!empty($gd_set_listing_edited[$post_ID]) && empty($gd_notified_edited[$post_ID])) {
|
|
| 5302 | + if (!empty($gd_notified_edited)) {
|
|
| 5303 | 5303 | $gd_notified_edited = array(); |
| 5304 | 5304 | } |
| 5305 | - $gd_notified_edited[ $post_ID ] = true; |
|
| 5305 | + $gd_notified_edited[$post_ID] = true; |
|
| 5306 | 5306 | |
| 5307 | - $from_email = get_option( 'site_email' ); |
|
| 5307 | + $from_email = get_option('site_email');
|
|
| 5308 | 5308 | $from_name = get_site_emailName(); |
| 5309 | - $to_email = get_option( 'admin_email' ); |
|
| 5310 | - $to_name = get_option( 'name' ); |
|
| 5309 | + $to_email = get_option('admin_email');
|
|
| 5310 | + $to_name = get_option('name');
|
|
| 5311 | 5311 | $message_type = 'listing_edited'; |
| 5312 | 5312 | |
| 5313 | 5313 | $notify_edited = true; |
@@ -5319,11 +5319,11 @@ discard block |
||
| 5319 | 5319 | * @param bool $notify_edited Notify on listing edited by author? |
| 5320 | 5320 | * @param object $post The current post object. |
| 5321 | 5321 | */ |
| 5322 | - $notify_edited = apply_filters( 'geodir_notify_on_listing_edited', $notify_edited, $post_ID ); |
|
| 5322 | + $notify_edited = apply_filters('geodir_notify_on_listing_edited', $notify_edited, $post_ID);
|
|
| 5323 | 5323 | |
| 5324 | - if ( $notify_edited ) {
|
|
| 5325 | - geodir_sendEmail( $from_email, $from_name, $to_email, $to_name, '', '', '', $message_type, $post_ID ); |
|
| 5324 | + if ($notify_edited) {
|
|
| 5325 | + geodir_sendEmail($from_email, $from_name, $to_email, $to_name, '', '', '', $message_type, $post_ID); |
|
| 5326 | 5326 | } |
| 5327 | 5327 | } |
| 5328 | 5328 | } |
| 5329 | -add_action( 'geodir_after_save_listing', 'geodir_send_listing_edited_notification', 1000, 2 ); |
|
| 5330 | 5329 | \ No newline at end of file |
| 5330 | +add_action('geodir_after_save_listing', 'geodir_send_listing_edited_notification', 1000, 2); |
|
| 5331 | 5331 | \ No newline at end of file |
@@ -324,7 +324,7 @@ |
||
| 324 | 324 | |
| 325 | 325 | if(!empty($show_in_arr )){
|
| 326 | 326 | $show_in_arr = implode(',',$show_in_arr);
|
| 327 | - }else{
|
|
| 327 | + } else{
|
|
| 328 | 328 | $show_in_arr = ''; |
| 329 | 329 | } |
| 330 | 330 | |
@@ -10,53 +10,53 @@ discard block |
||
| 10 | 10 | global $wpdb; |
| 11 | 11 | |
| 12 | 12 | if (get_option('geodirectory' . '_db_version') != GEODIRECTORY_VERSION) {
|
| 13 | - /** |
|
| 14 | - * Include custom database table related functions. |
|
| 15 | - * |
|
| 16 | - * @since 1.0.0 |
|
| 17 | - * @package GeoDirectory |
|
| 18 | - */ |
|
| 19 | - include_once('geodirectory-admin/admin_db_install.php');
|
|
| 20 | - add_action('plugins_loaded', 'geodirectory_upgrade_all', 10);
|
|
| 21 | - if (GEODIRECTORY_VERSION <= '1.3.6') {
|
|
| 22 | - add_action('plugins_loaded', 'geodir_upgrade_136', 11);
|
|
| 23 | - } |
|
| 24 | - |
|
| 25 | - if (GEODIRECTORY_VERSION <= '1.4.6') {
|
|
| 26 | - add_action('init', 'geodir_upgrade_146', 11);
|
|
| 27 | - } |
|
| 28 | - |
|
| 29 | - if (GEODIRECTORY_VERSION <= '1.4.8') {
|
|
| 30 | - add_action('init', 'geodir_upgrade_148', 11);
|
|
| 31 | - } |
|
| 32 | - |
|
| 33 | - if (GEODIRECTORY_VERSION <= '1.5.0') {
|
|
| 34 | - add_action('init', 'geodir_upgrade_150', 11);
|
|
| 35 | - } |
|
| 36 | - |
|
| 37 | - if (GEODIRECTORY_VERSION <= '1.5.2') {
|
|
| 38 | - add_action('init', 'geodir_upgrade_152', 11);
|
|
| 39 | - } |
|
| 40 | - |
|
| 41 | - if (GEODIRECTORY_VERSION <= '1.5.3') {
|
|
| 42 | - add_action('init', 'geodir_upgrade_153', 11);
|
|
| 43 | - } |
|
| 44 | - |
|
| 45 | - if (GEODIRECTORY_VERSION <= '1.5.4') {
|
|
| 46 | - add_action('init', 'geodir_upgrade_154', 11);
|
|
| 47 | - } |
|
| 13 | + /** |
|
| 14 | + * Include custom database table related functions. |
|
| 15 | + * |
|
| 16 | + * @since 1.0.0 |
|
| 17 | + * @package GeoDirectory |
|
| 18 | + */ |
|
| 19 | + include_once('geodirectory-admin/admin_db_install.php');
|
|
| 20 | + add_action('plugins_loaded', 'geodirectory_upgrade_all', 10);
|
|
| 21 | + if (GEODIRECTORY_VERSION <= '1.3.6') {
|
|
| 22 | + add_action('plugins_loaded', 'geodir_upgrade_136', 11);
|
|
| 23 | + } |
|
| 24 | + |
|
| 25 | + if (GEODIRECTORY_VERSION <= '1.4.6') {
|
|
| 26 | + add_action('init', 'geodir_upgrade_146', 11);
|
|
| 27 | + } |
|
| 28 | + |
|
| 29 | + if (GEODIRECTORY_VERSION <= '1.4.8') {
|
|
| 30 | + add_action('init', 'geodir_upgrade_148', 11);
|
|
| 31 | + } |
|
| 32 | + |
|
| 33 | + if (GEODIRECTORY_VERSION <= '1.5.0') {
|
|
| 34 | + add_action('init', 'geodir_upgrade_150', 11);
|
|
| 35 | + } |
|
| 36 | + |
|
| 37 | + if (GEODIRECTORY_VERSION <= '1.5.2') {
|
|
| 38 | + add_action('init', 'geodir_upgrade_152', 11);
|
|
| 39 | + } |
|
| 40 | + |
|
| 41 | + if (GEODIRECTORY_VERSION <= '1.5.3') {
|
|
| 42 | + add_action('init', 'geodir_upgrade_153', 11);
|
|
| 43 | + } |
|
| 44 | + |
|
| 45 | + if (GEODIRECTORY_VERSION <= '1.5.4') {
|
|
| 46 | + add_action('init', 'geodir_upgrade_154', 11);
|
|
| 47 | + } |
|
| 48 | 48 | |
| 49 | - if (GEODIRECTORY_VERSION <= '1.6.18') {
|
|
| 50 | - add_action('init', 'geodir_upgrade_1618', 11);
|
|
| 51 | - } |
|
| 49 | + if (GEODIRECTORY_VERSION <= '1.6.18') {
|
|
| 50 | + add_action('init', 'geodir_upgrade_1618', 11);
|
|
| 51 | + } |
|
| 52 | 52 | |
| 53 | - if (GEODIRECTORY_VERSION <= '1.6.22') {
|
|
| 54 | - add_action('init', 'geodir_upgrade_1622', 11);
|
|
| 55 | - } |
|
| 53 | + if (GEODIRECTORY_VERSION <= '1.6.22') {
|
|
| 54 | + add_action('init', 'geodir_upgrade_1622', 11);
|
|
| 55 | + } |
|
| 56 | 56 | |
| 57 | - add_action('init', 'gd_fix_cpt_rewrite_slug', 11);// this needs to be kept for a few versions
|
|
| 57 | + add_action('init', 'gd_fix_cpt_rewrite_slug', 11);// this needs to be kept for a few versions
|
|
| 58 | 58 | |
| 59 | - update_option('geodirectory' . '_db_version', GEODIRECTORY_VERSION);
|
|
| 59 | + update_option('geodirectory' . '_db_version', GEODIRECTORY_VERSION);
|
|
| 60 | 60 | |
| 61 | 61 | } |
| 62 | 62 | |
@@ -69,10 +69,10 @@ discard block |
||
| 69 | 69 | */ |
| 70 | 70 | function geodirectory_upgrade_all() |
| 71 | 71 | {
|
| 72 | - geodir_create_tables(); |
|
| 73 | - geodir_update_review_db(); |
|
| 74 | - gd_install_theme_compat(); |
|
| 75 | - gd_convert_custom_field_display(); |
|
| 72 | + geodir_create_tables(); |
|
| 73 | + geodir_update_review_db(); |
|
| 74 | + gd_install_theme_compat(); |
|
| 75 | + gd_convert_custom_field_display(); |
|
| 76 | 76 | } |
| 77 | 77 | |
| 78 | 78 | /** |
@@ -83,7 +83,7 @@ discard block |
||
| 83 | 83 | */ |
| 84 | 84 | function geodir_upgrade_136() |
| 85 | 85 | {
|
| 86 | - geodir_fix_review_overall_rating(); |
|
| 86 | + geodir_fix_review_overall_rating(); |
|
| 87 | 87 | } |
| 88 | 88 | |
| 89 | 89 | /** |
@@ -93,7 +93,7 @@ discard block |
||
| 93 | 93 | * @package GeoDirectory |
| 94 | 94 | */ |
| 95 | 95 | function geodir_upgrade_146(){
|
| 96 | - gd_convert_virtual_pages(); |
|
| 96 | + gd_convert_virtual_pages(); |
|
| 97 | 97 | } |
| 98 | 98 | |
| 99 | 99 | /** |
@@ -103,7 +103,7 @@ discard block |
||
| 103 | 103 | * @package GeoDirectory |
| 104 | 104 | */ |
| 105 | 105 | function geodir_upgrade_150(){
|
| 106 | - gd_fix_cpt_rewrite_slug(); |
|
| 106 | + gd_fix_cpt_rewrite_slug(); |
|
| 107 | 107 | } |
| 108 | 108 | |
| 109 | 109 | |
@@ -115,11 +115,11 @@ discard block |
||
| 115 | 115 | * @package GeoDirectory |
| 116 | 116 | */ |
| 117 | 117 | function geodir_upgrade_148(){
|
| 118 | - /* |
|
| 118 | + /* |
|
| 119 | 119 | * Blank the users google password if present as we now use oAuth 2.0 |
| 120 | 120 | */ |
| 121 | - update_option('geodir_ga_pass','');
|
|
| 122 | - update_option('geodir_ga_user','');
|
|
| 121 | + update_option('geodir_ga_pass','');
|
|
| 122 | + update_option('geodir_ga_user','');
|
|
| 123 | 123 | |
| 124 | 124 | } |
| 125 | 125 | |
@@ -131,8 +131,8 @@ discard block |
||
| 131 | 131 | * @package GeoDirectory |
| 132 | 132 | */ |
| 133 | 133 | function geodir_upgrade_153(){
|
| 134 | - geodir_create_page(esc_sql(_x('gd-info', 'page_slug', 'geodirectory')), 'geodir_info_page', __('Info', 'geodirectory'), '');
|
|
| 135 | - geodir_create_page(esc_sql(_x('gd-login', 'page_slug', 'geodirectory')), 'geodir_login_page', __('Login', 'geodirectory'), '');
|
|
| 134 | + geodir_create_page(esc_sql(_x('gd-info', 'page_slug', 'geodirectory')), 'geodir_info_page', __('Info', 'geodirectory'), '');
|
|
| 135 | + geodir_create_page(esc_sql(_x('gd-login', 'page_slug', 'geodirectory')), 'geodir_login_page', __('Login', 'geodirectory'), '');
|
|
| 136 | 136 | } |
| 137 | 137 | |
| 138 | 138 | /** |
@@ -142,7 +142,7 @@ discard block |
||
| 142 | 142 | * @package GeoDirectory |
| 143 | 143 | */ |
| 144 | 144 | function geodir_upgrade_154(){
|
| 145 | - geodir_create_page(esc_sql(_x('gd-home', 'page_slug', 'geodirectory')), 'geodir_home_page', __('GD Home page', 'geodirectory'), '');
|
|
| 145 | + geodir_create_page(esc_sql(_x('gd-home', 'page_slug', 'geodirectory')), 'geodir_home_page', __('GD Home page', 'geodirectory'), '');
|
|
| 146 | 146 | } |
| 147 | 147 | |
| 148 | 148 | /** |
@@ -152,7 +152,7 @@ discard block |
||
| 152 | 152 | * @package GeoDirectory |
| 153 | 153 | */ |
| 154 | 154 | function geodir_upgrade_152(){
|
| 155 | - gd_fix_address_detail_table_limit(); |
|
| 155 | + gd_fix_address_detail_table_limit(); |
|
| 156 | 156 | } |
| 157 | 157 | |
| 158 | 158 | |
@@ -168,12 +168,12 @@ discard block |
||
| 168 | 168 | */ |
| 169 | 169 | function geodir_update_review_db() |
| 170 | 170 | {
|
| 171 | - global $wpdb, $plugin_prefix; |
|
| 171 | + global $wpdb, $plugin_prefix; |
|
| 172 | 172 | |
| 173 | - geodir_fix_review_date(); |
|
| 174 | - geodir_fix_review_post_status(); |
|
| 175 | - geodir_fix_review_content(); |
|
| 176 | - geodir_fix_review_location(); |
|
| 173 | + geodir_fix_review_date(); |
|
| 174 | + geodir_fix_review_post_status(); |
|
| 175 | + geodir_fix_review_content(); |
|
| 176 | + geodir_fix_review_location(); |
|
| 177 | 177 | |
| 178 | 178 | } |
| 179 | 179 | |
@@ -186,8 +186,8 @@ discard block |
||
| 186 | 186 | */ |
| 187 | 187 | function geodir_fix_review_date() |
| 188 | 188 | {
|
| 189 | - global $wpdb; |
|
| 190 | - $wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN $wpdb->comments c ON gdr.comment_id=c.comment_ID SET gdr.post_date = c.comment_date WHERE gdr.post_date='0000-00-00 00:00:00'");
|
|
| 189 | + global $wpdb; |
|
| 190 | + $wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN $wpdb->comments c ON gdr.comment_id=c.comment_ID SET gdr.post_date = c.comment_date WHERE gdr.post_date='0000-00-00 00:00:00'");
|
|
| 191 | 191 | } |
| 192 | 192 | |
| 193 | 193 | /** |
@@ -199,8 +199,8 @@ discard block |
||
| 199 | 199 | */ |
| 200 | 200 | function geodir_fix_review_post_status() |
| 201 | 201 | {
|
| 202 | - global $wpdb; |
|
| 203 | - $wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN $wpdb->posts p ON gdr.post_id=p.ID SET gdr.post_status = 1 WHERE gdr.post_status IS NULL AND p.post_status='publish'");
|
|
| 202 | + global $wpdb; |
|
| 203 | + $wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN $wpdb->posts p ON gdr.post_id=p.ID SET gdr.post_status = 1 WHERE gdr.post_status IS NULL AND p.post_status='publish'");
|
|
| 204 | 204 | } |
| 205 | 205 | |
| 206 | 206 | /** |
@@ -213,12 +213,12 @@ discard block |
||
| 213 | 213 | */ |
| 214 | 214 | function geodir_fix_review_content() |
| 215 | 215 | {
|
| 216 | - global $wpdb; |
|
| 217 | - if ($wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN $wpdb->comments c ON gdr.comment_id=c.comment_ID SET gdr.comment_content = c.comment_content WHERE gdr.comment_content IS NULL")) {
|
|
| 218 | - return true; |
|
| 219 | - } else {
|
|
| 220 | - return false; |
|
| 221 | - } |
|
| 216 | + global $wpdb; |
|
| 217 | + if ($wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN $wpdb->comments c ON gdr.comment_id=c.comment_ID SET gdr.comment_content = c.comment_content WHERE gdr.comment_content IS NULL")) {
|
|
| 218 | + return true; |
|
| 219 | + } else {
|
|
| 220 | + return false; |
|
| 221 | + } |
|
| 222 | 222 | } |
| 223 | 223 | |
| 224 | 224 | /** |
@@ -231,20 +231,20 @@ discard block |
||
| 231 | 231 | */ |
| 232 | 232 | function geodir_fix_review_location() |
| 233 | 233 | {
|
| 234 | - global $wpdb; |
|
| 234 | + global $wpdb; |
|
| 235 | 235 | |
| 236 | - $all_postypes = geodir_get_posttypes(); |
|
| 236 | + $all_postypes = geodir_get_posttypes(); |
|
| 237 | 237 | |
| 238 | - if (!empty($all_postypes)) {
|
|
| 239 | - foreach ($all_postypes as $key) {
|
|
| 240 | - // update each GD CTP |
|
| 238 | + if (!empty($all_postypes)) {
|
|
| 239 | + foreach ($all_postypes as $key) {
|
|
| 240 | + // update each GD CTP |
|
| 241 | 241 | |
| 242 | - $wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN " . $wpdb->prefix . "geodir_" . $key . "_detail d ON gdr.post_id=d.post_id SET gdr.post_latitude = d.post_latitude, gdr.post_longitude = d.post_longitude, gdr.post_city = d.post_city, gdr.post_region=d.post_region, gdr.post_country=d.post_country WHERE gdr.post_latitude IS NULL OR gdr.post_city IS NULL");
|
|
| 242 | + $wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN " . $wpdb->prefix . "geodir_" . $key . "_detail d ON gdr.post_id=d.post_id SET gdr.post_latitude = d.post_latitude, gdr.post_longitude = d.post_longitude, gdr.post_city = d.post_city, gdr.post_region=d.post_region, gdr.post_country=d.post_country WHERE gdr.post_latitude IS NULL OR gdr.post_city IS NULL");
|
|
| 243 | 243 | |
| 244 | - } |
|
| 245 | - return true; |
|
| 246 | - } |
|
| 247 | - return false; |
|
| 244 | + } |
|
| 245 | + return true; |
|
| 246 | + } |
|
| 247 | + return false; |
|
| 248 | 248 | } |
| 249 | 249 | |
| 250 | 250 | /** |
@@ -256,82 +256,82 @@ discard block |
||
| 256 | 256 | */ |
| 257 | 257 | function geodir_fix_review_overall_rating() |
| 258 | 258 | {
|
| 259 | - global $wpdb; |
|
| 259 | + global $wpdb; |
|
| 260 | 260 | |
| 261 | - $all_postypes = geodir_get_posttypes(); |
|
| 261 | + $all_postypes = geodir_get_posttypes(); |
|
| 262 | 262 | |
| 263 | - if (!empty($all_postypes)) {
|
|
| 264 | - foreach ($all_postypes as $key) {
|
|
| 265 | - // update each GD CTP |
|
| 266 | - $reviews = $wpdb->get_results("SELECT post_id FROM " . $wpdb->prefix . "geodir_" . $key . "_detail d");
|
|
| 263 | + if (!empty($all_postypes)) {
|
|
| 264 | + foreach ($all_postypes as $key) {
|
|
| 265 | + // update each GD CTP |
|
| 266 | + $reviews = $wpdb->get_results("SELECT post_id FROM " . $wpdb->prefix . "geodir_" . $key . "_detail d");
|
|
| 267 | 267 | |
| 268 | - if (!empty($reviews)) {
|
|
| 269 | - foreach ($reviews as $post_id) {
|
|
| 270 | - geodir_update_postrating($post_id->post_id, $key); |
|
| 271 | - } |
|
| 268 | + if (!empty($reviews)) {
|
|
| 269 | + foreach ($reviews as $post_id) {
|
|
| 270 | + geodir_update_postrating($post_id->post_id, $key); |
|
| 271 | + } |
|
| 272 | 272 | |
| 273 | - } |
|
| 273 | + } |
|
| 274 | 274 | |
| 275 | - } |
|
| 275 | + } |
|
| 276 | 276 | |
| 277 | - } |
|
| 277 | + } |
|
| 278 | 278 | } |
| 279 | 279 | |
| 280 | 280 | |
| 281 | 281 | function gd_convert_custom_field_display(){
|
| 282 | - global $wpdb; |
|
| 282 | + global $wpdb; |
|
| 283 | 283 | |
| 284 | - $field_info = $wpdb->get_results("select * from " . GEODIR_CUSTOM_FIELDS_TABLE);
|
|
| 284 | + $field_info = $wpdb->get_results("select * from " . GEODIR_CUSTOM_FIELDS_TABLE);
|
|
| 285 | 285 | |
| 286 | - $has_run = get_option('gd_convert_custom_field_display');
|
|
| 287 | - if($has_run){return;}
|
|
| 286 | + $has_run = get_option('gd_convert_custom_field_display');
|
|
| 287 | + if($has_run){return;}
|
|
| 288 | 288 | |
| 289 | - // set the field_type_key for standard fields |
|
| 290 | - $wpdb->query("UPDATE ".GEODIR_CUSTOM_FIELDS_TABLE." SET field_type_key = field_type");
|
|
| 289 | + // set the field_type_key for standard fields |
|
| 290 | + $wpdb->query("UPDATE ".GEODIR_CUSTOM_FIELDS_TABLE." SET field_type_key = field_type");
|
|
| 291 | 291 | |
| 292 | 292 | |
| 293 | - if(is_array( $field_info)){
|
|
| 293 | + if(is_array( $field_info)){
|
|
| 294 | 294 | |
| 295 | - foreach( $field_info as $cf){
|
|
| 295 | + foreach( $field_info as $cf){
|
|
| 296 | 296 | |
| 297 | - $id = $cf->id; |
|
| 297 | + $id = $cf->id; |
|
| 298 | 298 | |
| 299 | - if(!property_exists($cf,'show_in') || !$id){return;}
|
|
| 299 | + if(!property_exists($cf,'show_in') || !$id){return;}
|
|
| 300 | 300 | |
| 301 | - $show_in_arr = array(); |
|
| 301 | + $show_in_arr = array(); |
|
| 302 | 302 | |
| 303 | - if($cf->is_default){
|
|
| 304 | - $show_in_arr[] = "[detail]"; |
|
| 305 | - } |
|
| 303 | + if($cf->is_default){
|
|
| 304 | + $show_in_arr[] = "[detail]"; |
|
| 305 | + } |
|
| 306 | 306 | |
| 307 | - if($cf->show_on_detail){
|
|
| 308 | - $show_in_arr[] = "[moreinfo]"; |
|
| 309 | - } |
|
| 307 | + if($cf->show_on_detail){
|
|
| 308 | + $show_in_arr[] = "[moreinfo]"; |
|
| 309 | + } |
|
| 310 | 310 | |
| 311 | - if($cf->show_on_listing){
|
|
| 312 | - $show_in_arr[] = "[listing]"; |
|
| 313 | - } |
|
| 311 | + if($cf->show_on_listing){
|
|
| 312 | + $show_in_arr[] = "[listing]"; |
|
| 313 | + } |
|
| 314 | 314 | |
| 315 | - if($cf->show_as_tab || $cf->htmlvar_name=='geodir_video' || $cf->htmlvar_name=='geodir_special_offers'){
|
|
| 316 | - $show_in_arr[] = "[owntab]"; |
|
| 317 | - } |
|
| 315 | + if($cf->show_as_tab || $cf->htmlvar_name=='geodir_video' || $cf->htmlvar_name=='geodir_special_offers'){
|
|
| 316 | + $show_in_arr[] = "[owntab]"; |
|
| 317 | + } |
|
| 318 | 318 | |
| 319 | - if($cf->htmlvar_name=='post' || $cf->htmlvar_name=='geodir_contact' || $cf->htmlvar_name=='geodir_timing'){
|
|
| 320 | - $show_in_arr[] = "[mapbubble]"; |
|
| 321 | - } |
|
| 319 | + if($cf->htmlvar_name=='post' || $cf->htmlvar_name=='geodir_contact' || $cf->htmlvar_name=='geodir_timing'){
|
|
| 320 | + $show_in_arr[] = "[mapbubble]"; |
|
| 321 | + } |
|
| 322 | 322 | |
| 323 | - if(!empty($show_in_arr )){
|
|
| 324 | - $show_in_arr = implode(',',$show_in_arr);
|
|
| 325 | - }else{
|
|
| 326 | - $show_in_arr = ''; |
|
| 327 | - } |
|
| 323 | + if(!empty($show_in_arr )){
|
|
| 324 | + $show_in_arr = implode(',',$show_in_arr);
|
|
| 325 | + }else{
|
|
| 326 | + $show_in_arr = ''; |
|
| 327 | + } |
|
| 328 | 328 | |
| 329 | - $wpdb->query("UPDATE ".GEODIR_CUSTOM_FIELDS_TABLE." SET show_in='$show_in_arr' WHERE id=$id");
|
|
| 329 | + $wpdb->query("UPDATE ".GEODIR_CUSTOM_FIELDS_TABLE." SET show_in='$show_in_arr' WHERE id=$id");
|
|
| 330 | 330 | |
| 331 | - } |
|
| 331 | + } |
|
| 332 | 332 | |
| 333 | - update_option('gd_convert_custom_field_display',1);
|
|
| 334 | - } |
|
| 333 | + update_option('gd_convert_custom_field_display',1);
|
|
| 334 | + } |
|
| 335 | 335 | } |
| 336 | 336 | |
| 337 | 337 | ############################################ |
@@ -347,422 +347,422 @@ discard block |
||
| 347 | 347 | */ |
| 348 | 348 | function gd_install_theme_compat() |
| 349 | 349 | {
|
| 350 | - global $wpdb; |
|
| 350 | + global $wpdb; |
|
| 351 | 351 | |
| 352 | - $theme_compat = array(); |
|
| 353 | - $theme_compat = get_option('gd_theme_compats');
|
|
| 352 | + $theme_compat = array(); |
|
| 353 | + $theme_compat = get_option('gd_theme_compats');
|
|
| 354 | 354 | //GDF |
| 355 | - $theme_compat['GeoDirectory_Framework'] = array( |
|
| 356 | - 'geodir_wrapper_open_id' => 'geodir_wrapper', |
|
| 357 | - 'geodir_wrapper_open_class' => '', |
|
| 358 | - 'geodir_wrapper_open_replace' => '', |
|
| 359 | - 'geodir_wrapper_close_replace' => '</div></div><!-- content ends here-->', |
|
| 360 | - 'geodir_wrapper_content_open_id' => 'geodir_content', |
|
| 361 | - 'geodir_wrapper_content_open_class' => '', |
|
| 362 | - 'geodir_wrapper_content_open_replace' => '', |
|
| 363 | - 'geodir_wrapper_content_close_replace' => '', |
|
| 364 | - 'geodir_article_open_id' => '', |
|
| 365 | - 'geodir_article_open_class' => '', |
|
| 366 | - 'geodir_article_open_replace' => '', |
|
| 367 | - 'geodir_article_close_replace' => '', |
|
| 368 | - 'geodir_sidebar_right_open_id' => '', |
|
| 369 | - 'geodir_sidebar_right_open_class' => '', |
|
| 370 | - 'geodir_sidebar_right_open_replace' => '<aside id="gd-sidebar-wrapper" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 371 | - 'geodir_sidebar_right_close_replace' => '', |
|
| 372 | - 'geodir_sidebar_left_open_id' => '', |
|
| 373 | - 'geodir_sidebar_left_open_class' => '', |
|
| 374 | - 'geodir_sidebar_left_open_replace' => '<aside id="gd-sidebar-wrapper" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 375 | - 'geodir_sidebar_left_close_replace' => '', |
|
| 376 | - 'geodir_main_content_open_id' => '', |
|
| 377 | - 'geodir_main_content_open_class' => '', |
|
| 378 | - 'geodir_main_content_open_replace' => '<!-- removed -->', |
|
| 379 | - 'geodir_main_content_close_replace' => '<!-- removed -->', |
|
| 380 | - 'geodir_top_content_add' => '', |
|
| 381 | - 'geodir_before_main_content_add' => '<div class="clearfix geodir-common">', |
|
| 382 | - 'geodir_before_widget_filter' => '', |
|
| 383 | - 'geodir_after_widget_filter' => '', |
|
| 384 | - 'geodir_theme_compat_css' => '', |
|
| 385 | - 'geodir_theme_compat_js' => '', |
|
| 386 | - 'geodir_theme_compat_default_options' => '', |
|
| 387 | - 'geodir_theme_compat_code' => '' |
|
| 388 | - ); |
|
| 355 | + $theme_compat['GeoDirectory_Framework'] = array( |
|
| 356 | + 'geodir_wrapper_open_id' => 'geodir_wrapper', |
|
| 357 | + 'geodir_wrapper_open_class' => '', |
|
| 358 | + 'geodir_wrapper_open_replace' => '', |
|
| 359 | + 'geodir_wrapper_close_replace' => '</div></div><!-- content ends here-->', |
|
| 360 | + 'geodir_wrapper_content_open_id' => 'geodir_content', |
|
| 361 | + 'geodir_wrapper_content_open_class' => '', |
|
| 362 | + 'geodir_wrapper_content_open_replace' => '', |
|
| 363 | + 'geodir_wrapper_content_close_replace' => '', |
|
| 364 | + 'geodir_article_open_id' => '', |
|
| 365 | + 'geodir_article_open_class' => '', |
|
| 366 | + 'geodir_article_open_replace' => '', |
|
| 367 | + 'geodir_article_close_replace' => '', |
|
| 368 | + 'geodir_sidebar_right_open_id' => '', |
|
| 369 | + 'geodir_sidebar_right_open_class' => '', |
|
| 370 | + 'geodir_sidebar_right_open_replace' => '<aside id="gd-sidebar-wrapper" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 371 | + 'geodir_sidebar_right_close_replace' => '', |
|
| 372 | + 'geodir_sidebar_left_open_id' => '', |
|
| 373 | + 'geodir_sidebar_left_open_class' => '', |
|
| 374 | + 'geodir_sidebar_left_open_replace' => '<aside id="gd-sidebar-wrapper" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 375 | + 'geodir_sidebar_left_close_replace' => '', |
|
| 376 | + 'geodir_main_content_open_id' => '', |
|
| 377 | + 'geodir_main_content_open_class' => '', |
|
| 378 | + 'geodir_main_content_open_replace' => '<!-- removed -->', |
|
| 379 | + 'geodir_main_content_close_replace' => '<!-- removed -->', |
|
| 380 | + 'geodir_top_content_add' => '', |
|
| 381 | + 'geodir_before_main_content_add' => '<div class="clearfix geodir-common">', |
|
| 382 | + 'geodir_before_widget_filter' => '', |
|
| 383 | + 'geodir_after_widget_filter' => '', |
|
| 384 | + 'geodir_theme_compat_css' => '', |
|
| 385 | + 'geodir_theme_compat_js' => '', |
|
| 386 | + 'geodir_theme_compat_default_options' => '', |
|
| 387 | + 'geodir_theme_compat_code' => '' |
|
| 388 | + ); |
|
| 389 | 389 | |
| 390 | 390 | //Directory Theme |
| 391 | - $theme_compat['Directory_Starter'] = array( |
|
| 392 | - 'geodir_wrapper_open_id' => 'geodir_wrapper', |
|
| 393 | - 'geodir_wrapper_open_class' => '', |
|
| 394 | - 'geodir_wrapper_open_replace' => '', |
|
| 395 | - 'geodir_wrapper_close_replace' => '</div></div><!-- content ends here-->', |
|
| 396 | - 'geodir_wrapper_content_open_id' => 'geodir_content', |
|
| 397 | - 'geodir_wrapper_content_open_class' => '', |
|
| 398 | - 'geodir_wrapper_content_open_replace' => '', |
|
| 399 | - 'geodir_wrapper_content_close_replace' => '', |
|
| 400 | - 'geodir_article_open_id' => '', |
|
| 401 | - 'geodir_article_open_class' => '', |
|
| 402 | - 'geodir_article_open_replace' => '', |
|
| 403 | - 'geodir_article_close_replace' => '', |
|
| 404 | - 'geodir_sidebar_right_open_id' => '', |
|
| 405 | - 'geodir_sidebar_right_open_class' => '', |
|
| 406 | - 'geodir_sidebar_right_open_replace' => '<aside id="gd-sidebar-wrapper" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 407 | - 'geodir_sidebar_right_close_replace' => '', |
|
| 408 | - 'geodir_sidebar_left_open_id' => '', |
|
| 409 | - 'geodir_sidebar_left_open_class' => '', |
|
| 410 | - 'geodir_sidebar_left_open_replace' => '<aside id="gd-sidebar-wrapper" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 411 | - 'geodir_sidebar_left_close_replace' => '', |
|
| 412 | - 'geodir_main_content_open_id' => '', |
|
| 413 | - 'geodir_main_content_open_class' => '', |
|
| 414 | - 'geodir_main_content_open_replace' => '<!-- removed -->', |
|
| 415 | - 'geodir_main_content_close_replace' => '<!-- removed -->', |
|
| 416 | - 'geodir_top_content_add' => '', |
|
| 417 | - 'geodir_before_main_content_add' => '<div class="clearfix geodir-common">', |
|
| 418 | - 'geodir_before_widget_filter' => '', |
|
| 419 | - 'geodir_after_widget_filter' => '', |
|
| 420 | - 'geodir_theme_compat_css' => '', |
|
| 421 | - 'geodir_theme_compat_js' => '', |
|
| 422 | - 'geodir_theme_compat_default_options' => '', |
|
| 423 | - 'geodir_theme_compat_code' => '' |
|
| 424 | - ); |
|
| 391 | + $theme_compat['Directory_Starter'] = array( |
|
| 392 | + 'geodir_wrapper_open_id' => 'geodir_wrapper', |
|
| 393 | + 'geodir_wrapper_open_class' => '', |
|
| 394 | + 'geodir_wrapper_open_replace' => '', |
|
| 395 | + 'geodir_wrapper_close_replace' => '</div></div><!-- content ends here-->', |
|
| 396 | + 'geodir_wrapper_content_open_id' => 'geodir_content', |
|
| 397 | + 'geodir_wrapper_content_open_class' => '', |
|
| 398 | + 'geodir_wrapper_content_open_replace' => '', |
|
| 399 | + 'geodir_wrapper_content_close_replace' => '', |
|
| 400 | + 'geodir_article_open_id' => '', |
|
| 401 | + 'geodir_article_open_class' => '', |
|
| 402 | + 'geodir_article_open_replace' => '', |
|
| 403 | + 'geodir_article_close_replace' => '', |
|
| 404 | + 'geodir_sidebar_right_open_id' => '', |
|
| 405 | + 'geodir_sidebar_right_open_class' => '', |
|
| 406 | + 'geodir_sidebar_right_open_replace' => '<aside id="gd-sidebar-wrapper" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 407 | + 'geodir_sidebar_right_close_replace' => '', |
|
| 408 | + 'geodir_sidebar_left_open_id' => '', |
|
| 409 | + 'geodir_sidebar_left_open_class' => '', |
|
| 410 | + 'geodir_sidebar_left_open_replace' => '<aside id="gd-sidebar-wrapper" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 411 | + 'geodir_sidebar_left_close_replace' => '', |
|
| 412 | + 'geodir_main_content_open_id' => '', |
|
| 413 | + 'geodir_main_content_open_class' => '', |
|
| 414 | + 'geodir_main_content_open_replace' => '<!-- removed -->', |
|
| 415 | + 'geodir_main_content_close_replace' => '<!-- removed -->', |
|
| 416 | + 'geodir_top_content_add' => '', |
|
| 417 | + 'geodir_before_main_content_add' => '<div class="clearfix geodir-common">', |
|
| 418 | + 'geodir_before_widget_filter' => '', |
|
| 419 | + 'geodir_after_widget_filter' => '', |
|
| 420 | + 'geodir_theme_compat_css' => '', |
|
| 421 | + 'geodir_theme_compat_js' => '', |
|
| 422 | + 'geodir_theme_compat_default_options' => '', |
|
| 423 | + 'geodir_theme_compat_code' => '' |
|
| 424 | + ); |
|
| 425 | 425 | |
| 426 | 426 | //Jobby |
| 427 | - $theme_compat['Jobby'] = $theme_compat['Directory_Starter']; |
|
| 427 | + $theme_compat['Jobby'] = $theme_compat['Directory_Starter']; |
|
| 428 | 428 | |
| 429 | 429 | //GeoProperty |
| 430 | - $theme_compat['GeoProperty'] = $theme_compat['Directory_Starter']; |
|
| 430 | + $theme_compat['GeoProperty'] = $theme_compat['Directory_Starter']; |
|
| 431 | 431 | |
| 432 | 432 | //Avada |
| 433 | - $theme_compat['Avada'] = array( |
|
| 434 | - 'geodir_wrapper_open_id' => '', |
|
| 435 | - 'geodir_wrapper_open_class' => '', |
|
| 436 | - 'geodir_wrapper_open_replace' => '<!-- removed -->', |
|
| 437 | - 'geodir_wrapper_close_replace' => '<!-- removed -->', |
|
| 438 | - 'geodir_wrapper_content_open_id' => 'content', |
|
| 439 | - 'geodir_wrapper_content_open_class' => '', |
|
| 440 | - 'geodir_wrapper_content_open_replace' => '', |
|
| 441 | - 'geodir_wrapper_content_close_replace' => '', |
|
| 442 | - 'geodir_article_open_id' => '', |
|
| 443 | - 'geodir_article_open_class' => '', |
|
| 444 | - 'geodir_article_open_replace' => '', |
|
| 445 | - 'geodir_article_close_replace' => '', |
|
| 446 | - 'geodir_sidebar_right_open_id' => '', |
|
| 447 | - 'geodir_sidebar_right_open_class' => '', |
|
| 448 | - 'geodir_sidebar_right_open_replace' => '<div id="sidebar" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 449 | - 'geodir_sidebar_right_close_replace' => '</div><!-- end sidebar -->', |
|
| 450 | - 'geodir_sidebar_left_open_id' => '', |
|
| 451 | - 'geodir_sidebar_left_open_class' => '', |
|
| 452 | - 'geodir_sidebar_left_open_replace' => '<div id="sidebar" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 453 | - 'geodir_sidebar_left_close_replace' => '</div><!-- end sidebar -->', |
|
| 454 | - 'geodir_main_content_open_id' => '', |
|
| 455 | - 'geodir_main_content_open_class' => '', |
|
| 456 | - 'geodir_main_content_open_replace' => '<!-- removed -->', |
|
| 457 | - 'geodir_main_content_close_replace' => '<!-- removed -->', |
|
| 458 | - 'geodir_top_content_add' => '', |
|
| 459 | - 'geodir_before_main_content_add' => '', |
|
| 460 | - 'geodir_before_widget_filter' => '', |
|
| 461 | - 'geodir_after_widget_filter' => '', |
|
| 462 | - 'geodir_theme_compat_css' => stripslashes('.geodir-sidebar-left{float:left}select,textarea{border-style:solid;border-width:1px}.top-menu li > div{visibility:visible}.geodir-chosen-container-single .chosen-single{height:auto}ul li#menu-item-gd-location-switcher ul{width:222px}ul li#menu-item-gd-location-switcher ul li{padding-right:0!important}#mobile-nav li#mobile-menu-item-gd-location-switcher li a{padding-left:10px;padding-right:10px}#menu-item-gd-location-switcher dd,#mobile-menu-item-gd-location-switcher{margin-left:0}#menu-item-gd-location-switcher dd a{display:block}.geodir-chosen-container .chosen-results li.highlighted{background-color:#eee;background-image:none;color:#444}#mobile-nav li.mobile-nav-item li a:before{content:\'\';margin:0}#mobile-nav li.mobile-nav-item li a{padding:10px;width:auto}.geodir-listing-search{text-align:center}.geodir-search{float:none;margin:0}.geodir-search select,.geodir-search .search_by_post,.geodir-search input[type="text"],.geodir-search button[type="button"], .geodir-search input[type="button"],.geodir-search input[type="submit"]{display:inline-block;float:none}.geodir-cat-list ul li,.map_category ul li{list-style-type:none}.wpgeo-avada .page-title ul li:after{content:\'\'}.top_banner_section{margin-bottom:0}.geodir-category-list-in{margin:0;padding:15px}.geodir_full_page .geodir-cat-list .widget-title{margin-top:0}.geodir_full_page .geodir-cat-list ul li{padding-left:0}.geodir-loc-bar{border:none;margin:0;padding:0}.geodir-loc-bar-in{padding:15px 0}.geodir_full_page section.widget{margin-bottom:20px}.sidebar .geodir-loginbox-list li{margin-bottom:10px;padding-bottom:10px}.sidebar .geodir-loginbox-list li a{display:block}.sidebar .geodir-chosen-container .chosen-results li{margin:0;padding:5px 6px}.sidebar .geodir-chosen-container .chosen-results li.highlighted{background:#eee;background-image:none;color:#000}.sidebar .geodir_category_list_view li.geodir-gridview{display:inline-block;margin-bottom:15px}.wpgeo-avada.double-sidebars #main #sidebar{margin-left:3%}.wpgeo-avada.double-sidebars #main #sidebar-2{margin-left:-100%}.wpgeo-avada.double-sidebars #content{float:left;margin-left:0}.geodir_full_page section.widget{margin-bottom: 0px;} .sidebar .widget .geodir-hide {display: none;}li.fusion-mobile-nav-item .geodir_location_tab_container a:before{content: "" !important; margin-right: auto !important;}li.fusion-mobile-nav-item .geodir_location_tab_container a{padding-left:5px !important;}'),
|
|
| 463 | - 'geodir_theme_compat_js' => '', |
|
| 464 | - 'geodir_theme_compat_default_options' => '', |
|
| 465 | - 'geodir_theme_compat_code' => 'Avada' |
|
| 466 | - ); |
|
| 433 | + $theme_compat['Avada'] = array( |
|
| 434 | + 'geodir_wrapper_open_id' => '', |
|
| 435 | + 'geodir_wrapper_open_class' => '', |
|
| 436 | + 'geodir_wrapper_open_replace' => '<!-- removed -->', |
|
| 437 | + 'geodir_wrapper_close_replace' => '<!-- removed -->', |
|
| 438 | + 'geodir_wrapper_content_open_id' => 'content', |
|
| 439 | + 'geodir_wrapper_content_open_class' => '', |
|
| 440 | + 'geodir_wrapper_content_open_replace' => '', |
|
| 441 | + 'geodir_wrapper_content_close_replace' => '', |
|
| 442 | + 'geodir_article_open_id' => '', |
|
| 443 | + 'geodir_article_open_class' => '', |
|
| 444 | + 'geodir_article_open_replace' => '', |
|
| 445 | + 'geodir_article_close_replace' => '', |
|
| 446 | + 'geodir_sidebar_right_open_id' => '', |
|
| 447 | + 'geodir_sidebar_right_open_class' => '', |
|
| 448 | + 'geodir_sidebar_right_open_replace' => '<div id="sidebar" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 449 | + 'geodir_sidebar_right_close_replace' => '</div><!-- end sidebar -->', |
|
| 450 | + 'geodir_sidebar_left_open_id' => '', |
|
| 451 | + 'geodir_sidebar_left_open_class' => '', |
|
| 452 | + 'geodir_sidebar_left_open_replace' => '<div id="sidebar" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 453 | + 'geodir_sidebar_left_close_replace' => '</div><!-- end sidebar -->', |
|
| 454 | + 'geodir_main_content_open_id' => '', |
|
| 455 | + 'geodir_main_content_open_class' => '', |
|
| 456 | + 'geodir_main_content_open_replace' => '<!-- removed -->', |
|
| 457 | + 'geodir_main_content_close_replace' => '<!-- removed -->', |
|
| 458 | + 'geodir_top_content_add' => '', |
|
| 459 | + 'geodir_before_main_content_add' => '', |
|
| 460 | + 'geodir_before_widget_filter' => '', |
|
| 461 | + 'geodir_after_widget_filter' => '', |
|
| 462 | + 'geodir_theme_compat_css' => stripslashes('.geodir-sidebar-left{float:left}select,textarea{border-style:solid;border-width:1px}.top-menu li > div{visibility:visible}.geodir-chosen-container-single .chosen-single{height:auto}ul li#menu-item-gd-location-switcher ul{width:222px}ul li#menu-item-gd-location-switcher ul li{padding-right:0!important}#mobile-nav li#mobile-menu-item-gd-location-switcher li a{padding-left:10px;padding-right:10px}#menu-item-gd-location-switcher dd,#mobile-menu-item-gd-location-switcher{margin-left:0}#menu-item-gd-location-switcher dd a{display:block}.geodir-chosen-container .chosen-results li.highlighted{background-color:#eee;background-image:none;color:#444}#mobile-nav li.mobile-nav-item li a:before{content:\'\';margin:0}#mobile-nav li.mobile-nav-item li a{padding:10px;width:auto}.geodir-listing-search{text-align:center}.geodir-search{float:none;margin:0}.geodir-search select,.geodir-search .search_by_post,.geodir-search input[type="text"],.geodir-search button[type="button"], .geodir-search input[type="button"],.geodir-search input[type="submit"]{display:inline-block;float:none}.geodir-cat-list ul li,.map_category ul li{list-style-type:none}.wpgeo-avada .page-title ul li:after{content:\'\'}.top_banner_section{margin-bottom:0}.geodir-category-list-in{margin:0;padding:15px}.geodir_full_page .geodir-cat-list .widget-title{margin-top:0}.geodir_full_page .geodir-cat-list ul li{padding-left:0}.geodir-loc-bar{border:none;margin:0;padding:0}.geodir-loc-bar-in{padding:15px 0}.geodir_full_page section.widget{margin-bottom:20px}.sidebar .geodir-loginbox-list li{margin-bottom:10px;padding-bottom:10px}.sidebar .geodir-loginbox-list li a{display:block}.sidebar .geodir-chosen-container .chosen-results li{margin:0;padding:5px 6px}.sidebar .geodir-chosen-container .chosen-results li.highlighted{background:#eee;background-image:none;color:#000}.sidebar .geodir_category_list_view li.geodir-gridview{display:inline-block;margin-bottom:15px}.wpgeo-avada.double-sidebars #main #sidebar{margin-left:3%}.wpgeo-avada.double-sidebars #main #sidebar-2{margin-left:-100%}.wpgeo-avada.double-sidebars #content{float:left;margin-left:0}.geodir_full_page section.widget{margin-bottom: 0px;} .sidebar .widget .geodir-hide {display: none;}li.fusion-mobile-nav-item .geodir_location_tab_container a:before{content: "" !important; margin-right: auto !important;}li.fusion-mobile-nav-item .geodir_location_tab_container a{padding-left:5px !important;}'),
|
|
| 463 | + 'geodir_theme_compat_js' => '', |
|
| 464 | + 'geodir_theme_compat_default_options' => '', |
|
| 465 | + 'geodir_theme_compat_code' => 'Avada' |
|
| 466 | + ); |
|
| 467 | 467 | |
| 468 | 468 | //Enfold |
| 469 | - $theme_compat['Enfold'] = array( |
|
| 470 | - 'geodir_wrapper_open_id' => '', |
|
| 471 | - 'geodir_wrapper_open_class' => '', |
|
| 472 | - 'geodir_wrapper_open_replace' => '', |
|
| 473 | - 'geodir_wrapper_close_replace' => '</div></div><!-- content ends here-->', |
|
| 474 | - 'geodir_wrapper_content_open_id' => '', |
|
| 475 | - 'geodir_wrapper_content_open_class' => '', |
|
| 476 | - 'geodir_wrapper_content_open_replace' => '', |
|
| 477 | - 'geodir_wrapper_content_close_replace' => '</div></main>', |
|
| 478 | - 'geodir_article_open_id' => '', |
|
| 479 | - 'geodir_article_open_class' => '', |
|
| 480 | - 'geodir_article_open_replace' => '', |
|
| 481 | - 'geodir_article_close_replace' => '', |
|
| 482 | - 'geodir_sidebar_right_open_id' => '', |
|
| 483 | - 'geodir_sidebar_right_open_class' => '', |
|
| 484 | - 'geodir_sidebar_right_open_replace' => '', |
|
| 485 | - 'geodir_sidebar_right_close_replace' => '</div></aside><!-- sidebar ends here-->', |
|
| 486 | - 'geodir_sidebar_left_open_id' => '', |
|
| 487 | - 'geodir_sidebar_left_open_class' => '', |
|
| 488 | - 'geodir_sidebar_left_open_replace' => '', |
|
| 489 | - 'geodir_sidebar_left_close_replace' => '</div></aside><!-- sidebar ends here-->', |
|
| 490 | - 'geodir_main_content_open_id' => '', |
|
| 491 | - 'geodir_main_content_open_class' => '', |
|
| 492 | - 'geodir_main_content_open_replace' => '', |
|
| 493 | - 'geodir_main_content_close_replace' => '', |
|
| 494 | - 'geodir_top_content_add' => '', |
|
| 495 | - 'geodir_before_main_content_add' => '', |
|
| 496 | - 'geodir_before_widget_filter' => '', |
|
| 497 | - 'geodir_after_widget_filter' => '', |
|
| 498 | - 'geodir_theme_compat_css' => stripslashes('.geodir_full_page .top_banner_section{margin-bottom:0}.widget .geodir-cat-list ul li{clear:none}.wpgeo-enfold .av-main-nav ul{width:222px}.geodir-listing-search .geodir-loc-bar{border-top:none;padding:0}#main .geodir-listing-search,.geodir-listing-search .geodir-loc-bar{margin-bottom:0}#main .geodir-loc-bar-in,#main .geodir-category-list-in{background-color:#fcfcfc;margin:20px 0;padding:20px}#main .geodir_full_page .geodir-loc-bar-in,#main .geodir_full_page .geodir-loc-bar,#main .geodir_full_page .geodir-category-list-in{margin-top:0;margin-bottom:0}#main .geodir-loc-bar-in{padding:20px}#main .geodir-search{margin:0;width:100%}#main .geodir-search select{margin:0 3% 0 0;padding:8px 10px;width:13%}#main .geodir-search input[type="text"]{margin:0 3% 0 0;padding:10px;width:32.4%}#main .geodir-search input[type="button"],#main .geodir-search input[type="submit"]{font-size:inherit;line-height:2.25;margin:0;padding:7px;width:13%}.enfold-home-top section.widget{margin:0;padding:0}.enfold-home-top .top_banner_section{margin-bottom:0}.enfold-home-top .geodir-loc-bar{background:#fcfcfc;border:none;margin:0;padding:0}#main .enfold-home-top .geodir-loc-bar-in{background:none;border:none;margin:0 auto;padding:20px 0}#main .geodir-breadcrumb{border-bottom-style:solid;border-bottom-width:1px}#gd-tabs dt{clear:none}#geodir_slider ul li{list-style-type:none;margin:0;padding:0}#respond{clear:both}#comments .comments-title span{display:inline;font-size:inherit;font-weight:700}#reviewsTab .comments-area .bypostauthor cite span{display:inline}#top #comments .commentlist .comment,#top #comments .commentlist .comment > div{min-height:0}.commentlist .commenttext{padding-top:15px}#comment_imagesdropbox{margin-bottom:20px}.wpgeo-enfold .geodir_category_list_view li{margin-left:0;padding:0}.widget ul.geodir-loginbox-list{overflow:visible}.geodir_category_list_view li .geodir-post-img{display:block}.wpgeo-enfold .geodir_event_listing_calendar tr.title{background:#ccc}@media only screen and (max-width:480px){.geodir_category_list_view li .geodir-content,.geodir_category_list_view li .geodir-post-img,.geodir_category_list_view li .geodir-addinfo{float:none;width:100%;margin:10px 0}#main .geodir-search input[type="text"],#main .geodir-search input[type="button"],#main .geodir-search input[type="submit"],#main .geodir-search select{margin:10px 0;width:100%}}#main .geodir_full_page section:last-child .geodir-loc-bar{margin-bottom: -1px;border-bottom: none;}'),
|
|
| 499 | - 'geodir_theme_compat_js' => '', |
|
| 500 | - 'geodir_theme_compat_default_options' => '', |
|
| 501 | - 'geodir_theme_compat_code' => 'Enfold' |
|
| 502 | - ); |
|
| 469 | + $theme_compat['Enfold'] = array( |
|
| 470 | + 'geodir_wrapper_open_id' => '', |
|
| 471 | + 'geodir_wrapper_open_class' => '', |
|
| 472 | + 'geodir_wrapper_open_replace' => '', |
|
| 473 | + 'geodir_wrapper_close_replace' => '</div></div><!-- content ends here-->', |
|
| 474 | + 'geodir_wrapper_content_open_id' => '', |
|
| 475 | + 'geodir_wrapper_content_open_class' => '', |
|
| 476 | + 'geodir_wrapper_content_open_replace' => '', |
|
| 477 | + 'geodir_wrapper_content_close_replace' => '</div></main>', |
|
| 478 | + 'geodir_article_open_id' => '', |
|
| 479 | + 'geodir_article_open_class' => '', |
|
| 480 | + 'geodir_article_open_replace' => '', |
|
| 481 | + 'geodir_article_close_replace' => '', |
|
| 482 | + 'geodir_sidebar_right_open_id' => '', |
|
| 483 | + 'geodir_sidebar_right_open_class' => '', |
|
| 484 | + 'geodir_sidebar_right_open_replace' => '', |
|
| 485 | + 'geodir_sidebar_right_close_replace' => '</div></aside><!-- sidebar ends here-->', |
|
| 486 | + 'geodir_sidebar_left_open_id' => '', |
|
| 487 | + 'geodir_sidebar_left_open_class' => '', |
|
| 488 | + 'geodir_sidebar_left_open_replace' => '', |
|
| 489 | + 'geodir_sidebar_left_close_replace' => '</div></aside><!-- sidebar ends here-->', |
|
| 490 | + 'geodir_main_content_open_id' => '', |
|
| 491 | + 'geodir_main_content_open_class' => '', |
|
| 492 | + 'geodir_main_content_open_replace' => '', |
|
| 493 | + 'geodir_main_content_close_replace' => '', |
|
| 494 | + 'geodir_top_content_add' => '', |
|
| 495 | + 'geodir_before_main_content_add' => '', |
|
| 496 | + 'geodir_before_widget_filter' => '', |
|
| 497 | + 'geodir_after_widget_filter' => '', |
|
| 498 | + 'geodir_theme_compat_css' => stripslashes('.geodir_full_page .top_banner_section{margin-bottom:0}.widget .geodir-cat-list ul li{clear:none}.wpgeo-enfold .av-main-nav ul{width:222px}.geodir-listing-search .geodir-loc-bar{border-top:none;padding:0}#main .geodir-listing-search,.geodir-listing-search .geodir-loc-bar{margin-bottom:0}#main .geodir-loc-bar-in,#main .geodir-category-list-in{background-color:#fcfcfc;margin:20px 0;padding:20px}#main .geodir_full_page .geodir-loc-bar-in,#main .geodir_full_page .geodir-loc-bar,#main .geodir_full_page .geodir-category-list-in{margin-top:0;margin-bottom:0}#main .geodir-loc-bar-in{padding:20px}#main .geodir-search{margin:0;width:100%}#main .geodir-search select{margin:0 3% 0 0;padding:8px 10px;width:13%}#main .geodir-search input[type="text"]{margin:0 3% 0 0;padding:10px;width:32.4%}#main .geodir-search input[type="button"],#main .geodir-search input[type="submit"]{font-size:inherit;line-height:2.25;margin:0;padding:7px;width:13%}.enfold-home-top section.widget{margin:0;padding:0}.enfold-home-top .top_banner_section{margin-bottom:0}.enfold-home-top .geodir-loc-bar{background:#fcfcfc;border:none;margin:0;padding:0}#main .enfold-home-top .geodir-loc-bar-in{background:none;border:none;margin:0 auto;padding:20px 0}#main .geodir-breadcrumb{border-bottom-style:solid;border-bottom-width:1px}#gd-tabs dt{clear:none}#geodir_slider ul li{list-style-type:none;margin:0;padding:0}#respond{clear:both}#comments .comments-title span{display:inline;font-size:inherit;font-weight:700}#reviewsTab .comments-area .bypostauthor cite span{display:inline}#top #comments .commentlist .comment,#top #comments .commentlist .comment > div{min-height:0}.commentlist .commenttext{padding-top:15px}#comment_imagesdropbox{margin-bottom:20px}.wpgeo-enfold .geodir_category_list_view li{margin-left:0;padding:0}.widget ul.geodir-loginbox-list{overflow:visible}.geodir_category_list_view li .geodir-post-img{display:block}.wpgeo-enfold .geodir_event_listing_calendar tr.title{background:#ccc}@media only screen and (max-width:480px){.geodir_category_list_view li .geodir-content,.geodir_category_list_view li .geodir-post-img,.geodir_category_list_view li .geodir-addinfo{float:none;width:100%;margin:10px 0}#main .geodir-search input[type="text"],#main .geodir-search input[type="button"],#main .geodir-search input[type="submit"],#main .geodir-search select{margin:10px 0;width:100%}}#main .geodir_full_page section:last-child .geodir-loc-bar{margin-bottom: -1px;border-bottom: none;}'),
|
|
| 499 | + 'geodir_theme_compat_js' => '', |
|
| 500 | + 'geodir_theme_compat_default_options' => '', |
|
| 501 | + 'geodir_theme_compat_code' => 'Enfold' |
|
| 502 | + ); |
|
| 503 | 503 | |
| 504 | 504 | // X |
| 505 | - $theme_compat['X'] = array( |
|
| 506 | - 'geodir_wrapper_open_id' => '', |
|
| 507 | - 'geodir_wrapper_open_class' => '', |
|
| 508 | - 'geodir_wrapper_open_replace' => '', |
|
| 509 | - 'geodir_wrapper_close_replace' => '', |
|
| 510 | - 'geodir_wrapper_content_open_id' => '', |
|
| 511 | - 'geodir_wrapper_content_open_class' => '', |
|
| 512 | - 'geodir_wrapper_content_open_replace' => '', |
|
| 513 | - 'geodir_wrapper_content_close_replace' => '', |
|
| 514 | - 'geodir_article_open_id' => '', |
|
| 515 | - 'geodir_article_open_class' => '', |
|
| 516 | - 'geodir_article_open_replace' => '', |
|
| 517 | - 'geodir_article_close_replace' => '', |
|
| 518 | - 'geodir_sidebar_right_open_id' => '', |
|
| 519 | - 'geodir_sidebar_right_open_class' => '', |
|
| 520 | - 'geodir_sidebar_right_open_replace' => '', |
|
| 521 | - 'geodir_sidebar_right_close_replace' => '', |
|
| 522 | - 'geodir_sidebar_left_open_id' => '', |
|
| 523 | - 'geodir_sidebar_left_open_class' => '', |
|
| 524 | - 'geodir_sidebar_left_open_replace' => '', |
|
| 525 | - 'geodir_sidebar_left_close_replace' => '', |
|
| 526 | - 'geodir_main_content_open_id' => '', |
|
| 527 | - 'geodir_main_content_open_class' => '', |
|
| 528 | - 'geodir_main_content_open_replace' => '', |
|
| 529 | - 'geodir_main_content_close_replace' => '', |
|
| 530 | - 'geodir_top_content_add' => '', |
|
| 531 | - 'geodir_before_main_content_add' => '', |
|
| 532 | - 'geodir_before_widget_filter' => '', |
|
| 533 | - 'geodir_after_widget_filter' => '', |
|
| 534 | - 'geodir_theme_compat_css' => stripslashes('.x-colophon.bottom{clear:both}#geodir-main-content,.geodir_flex-container{margin-top:16px}.geodir-x ul{list-style:none}.widget ul.geodir_category_list_view{border:none}.geodir_category_list_view li.geodir-gridview:last-child{border-bottom:1px solid #e1e1e1}.home .x-header-landmark{display:none}.geodir-x .x-main .geodir_advance_search_widget{margin:0}.geodir-x .top_banner_section{margin-bottom:0}.geodir-loc-bar{background:rgba(0,0,0,0.05);margin:0;padding:0}.geodir-loc-bar-in{background:none;border:none;padding:10px}.geodir-search{margin:0;width:100%}.widget .geodir-search select,.geodir-search input[type="text"],.geodir-search input[type="button"],.geodir-search input[type="submit"]{border:1px solid #ccc;box-shadow:none;height:auto;line-height:21px;margin:0 1% 0 0;padding:5px 10px}.widget .geodir-search select,.geodir-search input[type="text"]{width:28%}.geodir-search input[type="submit"],.geodir-search input[type="button"]{line-height:19px;margin-right:0;width:11%}.geodir-search input:hover[type="submit"],.geodir-search input:hover[type="button"]{background:#333;color:#fff}.geodir-cat-list .widget-title{margin-top:0}.geodir-x .geodir-category-list-in{background:rgba(0,0,0,0.05);border:none}.widget .geodir-cat-list ul.geodir-popular-cat-list{border:none;border-radius:0;box-shadow:none}.geodir_full_page .geodir-cat-list ul li{border:none}.geodir_full_page .geodir-cat-list ul li a{border:none}.post-type-archive .geodir-loc-bar{border:none;margin-top:20px}#menu-item-gd-location-switcher dd{margin-left:0}.geodir-chosen-container-single .chosen-single{height:auto}.widget ul.geodir-loginbox-list{overflow:visible}.geodir_full_page section.widget{clear:both}.x-ethos .entry-title{margin-bottom:20px}.x-ethos .geodir-chosen-container-single .chosen-single{padding:0 0 0 8px}.x-ethos .widget ul li a,.x-ethos .geodir_category_list_view li{color:#333}@media only screen and (max-width:767px){.widget .geodir-search select,.geodir-search input[type="text"],.geodir-search input[type="button"],.geodir-search input[type="submit"]{margin:0 0 10px;width:100%}}.geodir_full_page .geodir-loc-bar-in,.geodir_full_page .geodir-loc-bar,.geodir_full_page .geodir-category-list-in{margin-top:0;margin-bottom:0}.geodir_full_page .geodir-loc-bar-in,.geodir_full_page .geodir-category-list-in{border-bottom:1px solid rgba(0,0,0,0.1)}.geodir_full_page .geodir-listing-search{text-align:center}.geodir_full_page .geodir-search{float:none;margin:0}.geodir_full_page .geodir-search select,.geodir_full_page .geodir-search .search_by_post,.geodir_full_page .geodir-search input[type="text"],.geodir_full_page .geodir-search input[type="button"],.geodir_full_page .geodir-search input[type="submit"]{display:inline-block;float:none}'),
|
|
| 535 | - 'geodir_theme_compat_js' => '', |
|
| 536 | - 'geodir_theme_compat_default_options' => '', |
|
| 537 | - 'geodir_theme_compat_code' => 'X' |
|
| 538 | - ); |
|
| 505 | + $theme_compat['X'] = array( |
|
| 506 | + 'geodir_wrapper_open_id' => '', |
|
| 507 | + 'geodir_wrapper_open_class' => '', |
|
| 508 | + 'geodir_wrapper_open_replace' => '', |
|
| 509 | + 'geodir_wrapper_close_replace' => '', |
|
| 510 | + 'geodir_wrapper_content_open_id' => '', |
|
| 511 | + 'geodir_wrapper_content_open_class' => '', |
|
| 512 | + 'geodir_wrapper_content_open_replace' => '', |
|
| 513 | + 'geodir_wrapper_content_close_replace' => '', |
|
| 514 | + 'geodir_article_open_id' => '', |
|
| 515 | + 'geodir_article_open_class' => '', |
|
| 516 | + 'geodir_article_open_replace' => '', |
|
| 517 | + 'geodir_article_close_replace' => '', |
|
| 518 | + 'geodir_sidebar_right_open_id' => '', |
|
| 519 | + 'geodir_sidebar_right_open_class' => '', |
|
| 520 | + 'geodir_sidebar_right_open_replace' => '', |
|
| 521 | + 'geodir_sidebar_right_close_replace' => '', |
|
| 522 | + 'geodir_sidebar_left_open_id' => '', |
|
| 523 | + 'geodir_sidebar_left_open_class' => '', |
|
| 524 | + 'geodir_sidebar_left_open_replace' => '', |
|
| 525 | + 'geodir_sidebar_left_close_replace' => '', |
|
| 526 | + 'geodir_main_content_open_id' => '', |
|
| 527 | + 'geodir_main_content_open_class' => '', |
|
| 528 | + 'geodir_main_content_open_replace' => '', |
|
| 529 | + 'geodir_main_content_close_replace' => '', |
|
| 530 | + 'geodir_top_content_add' => '', |
|
| 531 | + 'geodir_before_main_content_add' => '', |
|
| 532 | + 'geodir_before_widget_filter' => '', |
|
| 533 | + 'geodir_after_widget_filter' => '', |
|
| 534 | + 'geodir_theme_compat_css' => stripslashes('.x-colophon.bottom{clear:both}#geodir-main-content,.geodir_flex-container{margin-top:16px}.geodir-x ul{list-style:none}.widget ul.geodir_category_list_view{border:none}.geodir_category_list_view li.geodir-gridview:last-child{border-bottom:1px solid #e1e1e1}.home .x-header-landmark{display:none}.geodir-x .x-main .geodir_advance_search_widget{margin:0}.geodir-x .top_banner_section{margin-bottom:0}.geodir-loc-bar{background:rgba(0,0,0,0.05);margin:0;padding:0}.geodir-loc-bar-in{background:none;border:none;padding:10px}.geodir-search{margin:0;width:100%}.widget .geodir-search select,.geodir-search input[type="text"],.geodir-search input[type="button"],.geodir-search input[type="submit"]{border:1px solid #ccc;box-shadow:none;height:auto;line-height:21px;margin:0 1% 0 0;padding:5px 10px}.widget .geodir-search select,.geodir-search input[type="text"]{width:28%}.geodir-search input[type="submit"],.geodir-search input[type="button"]{line-height:19px;margin-right:0;width:11%}.geodir-search input:hover[type="submit"],.geodir-search input:hover[type="button"]{background:#333;color:#fff}.geodir-cat-list .widget-title{margin-top:0}.geodir-x .geodir-category-list-in{background:rgba(0,0,0,0.05);border:none}.widget .geodir-cat-list ul.geodir-popular-cat-list{border:none;border-radius:0;box-shadow:none}.geodir_full_page .geodir-cat-list ul li{border:none}.geodir_full_page .geodir-cat-list ul li a{border:none}.post-type-archive .geodir-loc-bar{border:none;margin-top:20px}#menu-item-gd-location-switcher dd{margin-left:0}.geodir-chosen-container-single .chosen-single{height:auto}.widget ul.geodir-loginbox-list{overflow:visible}.geodir_full_page section.widget{clear:both}.x-ethos .entry-title{margin-bottom:20px}.x-ethos .geodir-chosen-container-single .chosen-single{padding:0 0 0 8px}.x-ethos .widget ul li a,.x-ethos .geodir_category_list_view li{color:#333}@media only screen and (max-width:767px){.widget .geodir-search select,.geodir-search input[type="text"],.geodir-search input[type="button"],.geodir-search input[type="submit"]{margin:0 0 10px;width:100%}}.geodir_full_page .geodir-loc-bar-in,.geodir_full_page .geodir-loc-bar,.geodir_full_page .geodir-category-list-in{margin-top:0;margin-bottom:0}.geodir_full_page .geodir-loc-bar-in,.geodir_full_page .geodir-category-list-in{border-bottom:1px solid rgba(0,0,0,0.1)}.geodir_full_page .geodir-listing-search{text-align:center}.geodir_full_page .geodir-search{float:none;margin:0}.geodir_full_page .geodir-search select,.geodir_full_page .geodir-search .search_by_post,.geodir_full_page .geodir-search input[type="text"],.geodir_full_page .geodir-search input[type="button"],.geodir_full_page .geodir-search input[type="submit"]{display:inline-block;float:none}'),
|
|
| 535 | + 'geodir_theme_compat_js' => '', |
|
| 536 | + 'geodir_theme_compat_default_options' => '', |
|
| 537 | + 'geodir_theme_compat_code' => 'X' |
|
| 538 | + ); |
|
| 539 | 539 | |
| 540 | 540 | // Divi |
| 541 | - $theme_compat['Divi'] = array( |
|
| 542 | - 'geodir_wrapper_open_id' => 'main-content', |
|
| 543 | - 'geodir_wrapper_open_class' => '', |
|
| 544 | - 'geodir_wrapper_open_replace' => '', |
|
| 545 | - 'geodir_wrapper_close_replace' => '', |
|
| 546 | - 'geodir_wrapper_content_open_id' => 'left-area', |
|
| 547 | - 'geodir_wrapper_content_open_class' => '', |
|
| 548 | - 'geodir_wrapper_content_open_replace' => '<div class="container"><div id="content-area" class="clearfix"><div id="[id]" class="[class]" role="main" >', |
|
| 549 | - 'geodir_wrapper_content_close_replace' => '', |
|
| 550 | - 'geodir_article_open_id' => '', |
|
| 551 | - 'geodir_article_open_class' => '', |
|
| 552 | - 'geodir_article_open_replace' => '', |
|
| 553 | - 'geodir_article_close_replace' => '', |
|
| 554 | - 'geodir_sidebar_right_open_id' => 'sidebar', |
|
| 555 | - 'geodir_sidebar_right_open_class' => '', |
|
| 556 | - 'geodir_sidebar_right_open_replace' => '<aside id="[id]" class="" role="complementary" itemscope itemtype="[itemtype]" >', |
|
| 557 | - 'geodir_sidebar_right_close_replace' => '</aside><!-- sidebar ends here--></div></div>', |
|
| 558 | - 'geodir_sidebar_left_open_id' => 'sidebar', |
|
| 559 | - 'geodir_sidebar_left_open_class' => '', |
|
| 560 | - 'geodir_sidebar_left_open_replace' => '<aside id="[id]" class="" role="complementary" itemscope itemtype="[itemtype]" >', |
|
| 561 | - 'geodir_sidebar_left_close_replace' => '</aside><!-- sidebar ends here--></div></div>', |
|
| 562 | - 'geodir_main_content_open_id' => '', |
|
| 563 | - 'geodir_main_content_open_class' => '', |
|
| 564 | - 'geodir_main_content_open_replace' => '', |
|
| 565 | - 'geodir_main_content_close_replace' => '', |
|
| 566 | - 'geodir_top_content_add' => '', |
|
| 567 | - 'geodir_before_main_content_add' => '', |
|
| 568 | - 'geodir_before_widget_filter' => '', |
|
| 569 | - 'geodir_after_widget_filter' => '', |
|
| 570 | - 'geodir_theme_compat_css' => stripslashes('#left-area ul.geodir-direction-nav{list-style-type:none}#sidebar .geodir-company_info{margin-left:30px}#sidebar .geodir-widget{float:none;margin:0 0 30px 30px}.geodir_full_page .geodir-loc-bar{padding:0;margin:0;border:none}.geodir_full_page .geodir-category-list-in{margin-top:0}.geodir_full_page .top_banner_section{margin-bottom:0}.archive .entry-header,.geodir-breadcrumb{border-bottom:1px solid #e2e2e2}.archive .entry-header h1,ul#breadcrumbs{padding:0 15px;width:100%}#left-area ul.geodir_category_list_view{padding:10px 0}.nav li#menu-item-gd-location-switcher ul{width:222px}#menu-item-gd-location-switcher li.gd-location-switcher-menu-item{padding-right:0}#menu-item-gd-location-switcher dd{margin-left:0}#menu-item-gd-location-switcher .geodir_location_tab_container dd a{padding:5px;width:auto}.geodir_full_page .geodir-listing-search{text-align:center}.geodir_full_page .geodir-search{float:none;margin:0}.geodir_full_page .geodir-search .search_by_post,.geodir_full_page .geodir-search input[type=button],.geodir_full_page .geodir-search input[type=submit],.geodir_full_page .geodir-search input[type=text],.geodir_full_page .geodir-search select{display:inline-block;float:none}'),
|
|
| 571 | - 'geodir_theme_compat_js' => '', |
|
| 572 | - 'geodir_theme_compat_default_options' => '', |
|
| 573 | - 'geodir_theme_compat_code' => 'Divi' |
|
| 574 | - ); |
|
| 541 | + $theme_compat['Divi'] = array( |
|
| 542 | + 'geodir_wrapper_open_id' => 'main-content', |
|
| 543 | + 'geodir_wrapper_open_class' => '', |
|
| 544 | + 'geodir_wrapper_open_replace' => '', |
|
| 545 | + 'geodir_wrapper_close_replace' => '', |
|
| 546 | + 'geodir_wrapper_content_open_id' => 'left-area', |
|
| 547 | + 'geodir_wrapper_content_open_class' => '', |
|
| 548 | + 'geodir_wrapper_content_open_replace' => '<div class="container"><div id="content-area" class="clearfix"><div id="[id]" class="[class]" role="main" >', |
|
| 549 | + 'geodir_wrapper_content_close_replace' => '', |
|
| 550 | + 'geodir_article_open_id' => '', |
|
| 551 | + 'geodir_article_open_class' => '', |
|
| 552 | + 'geodir_article_open_replace' => '', |
|
| 553 | + 'geodir_article_close_replace' => '', |
|
| 554 | + 'geodir_sidebar_right_open_id' => 'sidebar', |
|
| 555 | + 'geodir_sidebar_right_open_class' => '', |
|
| 556 | + 'geodir_sidebar_right_open_replace' => '<aside id="[id]" class="" role="complementary" itemscope itemtype="[itemtype]" >', |
|
| 557 | + 'geodir_sidebar_right_close_replace' => '</aside><!-- sidebar ends here--></div></div>', |
|
| 558 | + 'geodir_sidebar_left_open_id' => 'sidebar', |
|
| 559 | + 'geodir_sidebar_left_open_class' => '', |
|
| 560 | + 'geodir_sidebar_left_open_replace' => '<aside id="[id]" class="" role="complementary" itemscope itemtype="[itemtype]" >', |
|
| 561 | + 'geodir_sidebar_left_close_replace' => '</aside><!-- sidebar ends here--></div></div>', |
|
| 562 | + 'geodir_main_content_open_id' => '', |
|
| 563 | + 'geodir_main_content_open_class' => '', |
|
| 564 | + 'geodir_main_content_open_replace' => '', |
|
| 565 | + 'geodir_main_content_close_replace' => '', |
|
| 566 | + 'geodir_top_content_add' => '', |
|
| 567 | + 'geodir_before_main_content_add' => '', |
|
| 568 | + 'geodir_before_widget_filter' => '', |
|
| 569 | + 'geodir_after_widget_filter' => '', |
|
| 570 | + 'geodir_theme_compat_css' => stripslashes('#left-area ul.geodir-direction-nav{list-style-type:none}#sidebar .geodir-company_info{margin-left:30px}#sidebar .geodir-widget{float:none;margin:0 0 30px 30px}.geodir_full_page .geodir-loc-bar{padding:0;margin:0;border:none}.geodir_full_page .geodir-category-list-in{margin-top:0}.geodir_full_page .top_banner_section{margin-bottom:0}.archive .entry-header,.geodir-breadcrumb{border-bottom:1px solid #e2e2e2}.archive .entry-header h1,ul#breadcrumbs{padding:0 15px;width:100%}#left-area ul.geodir_category_list_view{padding:10px 0}.nav li#menu-item-gd-location-switcher ul{width:222px}#menu-item-gd-location-switcher li.gd-location-switcher-menu-item{padding-right:0}#menu-item-gd-location-switcher dd{margin-left:0}#menu-item-gd-location-switcher .geodir_location_tab_container dd a{padding:5px;width:auto}.geodir_full_page .geodir-listing-search{text-align:center}.geodir_full_page .geodir-search{float:none;margin:0}.geodir_full_page .geodir-search .search_by_post,.geodir_full_page .geodir-search input[type=button],.geodir_full_page .geodir-search input[type=submit],.geodir_full_page .geodir-search input[type=text],.geodir_full_page .geodir-search select{display:inline-block;float:none}'),
|
|
| 571 | + 'geodir_theme_compat_js' => '', |
|
| 572 | + 'geodir_theme_compat_default_options' => '', |
|
| 573 | + 'geodir_theme_compat_code' => 'Divi' |
|
| 574 | + ); |
|
| 575 | 575 | |
| 576 | 576 | // Genesis |
| 577 | - $theme_compat['Genesis'] = array( |
|
| 578 | - 'geodir_wrapper_open_id' => '', |
|
| 579 | - 'geodir_wrapper_open_class' => 'content-sidebar-wrap', |
|
| 580 | - 'geodir_wrapper_open_replace' => '', |
|
| 581 | - 'geodir_wrapper_close_replace' => '', |
|
| 582 | - 'geodir_wrapper_content_open_id' => '', |
|
| 583 | - 'geodir_wrapper_content_open_class' => 'content', |
|
| 584 | - 'geodir_wrapper_content_open_replace' => '<div class="[class]" role="main" >', |
|
| 585 | - 'geodir_wrapper_content_close_replace' => '', |
|
| 586 | - 'geodir_article_open_id' => '', |
|
| 587 | - 'geodir_article_open_class' => '', |
|
| 588 | - 'geodir_article_open_replace' => '', |
|
| 589 | - 'geodir_article_close_replace' => '', |
|
| 590 | - 'geodir_sidebar_right_open_id' => '', |
|
| 591 | - 'geodir_sidebar_right_open_class' => 'sidebar sidebar-primary widget-area', |
|
| 592 | - 'geodir_sidebar_right_open_replace' => '<aside id="[id]" class="[class]" role="complementary" itemscope itemtype="[itemtype]">', |
|
| 593 | - 'geodir_sidebar_right_close_replace' => '', |
|
| 594 | - 'geodir_sidebar_left_open_id' => '', |
|
| 595 | - 'geodir_sidebar_left_open_class' => 'sidebar sidebar-secondary widget-area', |
|
| 596 | - 'geodir_sidebar_left_open_replace' => '<aside id="[id]" class="[class]" role="complementary" itemscope itemtype="[itemtype]">', |
|
| 597 | - 'geodir_sidebar_left_close_replace' => '', |
|
| 598 | - 'geodir_main_content_open_id' => '', |
|
| 599 | - 'geodir_main_content_open_class' => '', |
|
| 600 | - 'geodir_main_content_open_replace' => '<main id="[id]" class="entry [class]" role="main">', |
|
| 601 | - 'geodir_main_content_close_replace' => '', |
|
| 602 | - 'geodir_top_content_add' => '', |
|
| 603 | - 'geodir_before_main_content_add' => '', |
|
| 604 | - 'geodir_before_widget_filter' => '', |
|
| 605 | - 'geodir_after_widget_filter' => '', |
|
| 606 | - 'geodir_location_switcher_menu_li_class_filter' => 'menu-item menu-item-gd-location-switcher menu-item-has-children gd-location-switcher', |
|
| 607 | - 'geodir_theme_compat_css' => stripslashes('.full-width-content #geodir-wrapper-content{width:100%}.geodir_full_page .geodir-listing-search{text-align:center}.geodir_full_page .geodir-search{float:none;margin:0}.geodir_full_page .geodir-search select,.geodir_full_page .geodir-search .search_by_post,.geodir_full_page .geodir-search input[type="text"],.geodir_full_page .geodir-search input[type="button"],.geodir_full_page .geodir-search input[type="submit"]{display:inline-block;float:none}.content{float:left}.sidebar-content .content,.sidebar-content #geodir-wrapper-content{float:right}.sidebar .geodir-company_info{background-color:#fff;border:none}.geodir_full_page .geodir-loc-bar{padding:0;margin:0;border:none}.geodir_full_page .geodir-category-list-in{margin-top:0}.geodir_full_page .top_banner_section{margin-bottom:0}.geodir-breadcrumb-bar{margin-bottom:-35px} .search-page .entry-title,.listings-page .entry-title{font-size: 20px;}.site-inner .geodir-breadcrumb-bar{margin-bottom:0px}'),
|
|
| 608 | - 'geodir_theme_compat_js' => '', |
|
| 609 | - 'geodir_theme_compat_default_options' => '', |
|
| 610 | - 'geodir_theme_compat_code' => 'Genesis' |
|
| 611 | - ); |
|
| 577 | + $theme_compat['Genesis'] = array( |
|
| 578 | + 'geodir_wrapper_open_id' => '', |
|
| 579 | + 'geodir_wrapper_open_class' => 'content-sidebar-wrap', |
|
| 580 | + 'geodir_wrapper_open_replace' => '', |
|
| 581 | + 'geodir_wrapper_close_replace' => '', |
|
| 582 | + 'geodir_wrapper_content_open_id' => '', |
|
| 583 | + 'geodir_wrapper_content_open_class' => 'content', |
|
| 584 | + 'geodir_wrapper_content_open_replace' => '<div class="[class]" role="main" >', |
|
| 585 | + 'geodir_wrapper_content_close_replace' => '', |
|
| 586 | + 'geodir_article_open_id' => '', |
|
| 587 | + 'geodir_article_open_class' => '', |
|
| 588 | + 'geodir_article_open_replace' => '', |
|
| 589 | + 'geodir_article_close_replace' => '', |
|
| 590 | + 'geodir_sidebar_right_open_id' => '', |
|
| 591 | + 'geodir_sidebar_right_open_class' => 'sidebar sidebar-primary widget-area', |
|
| 592 | + 'geodir_sidebar_right_open_replace' => '<aside id="[id]" class="[class]" role="complementary" itemscope itemtype="[itemtype]">', |
|
| 593 | + 'geodir_sidebar_right_close_replace' => '', |
|
| 594 | + 'geodir_sidebar_left_open_id' => '', |
|
| 595 | + 'geodir_sidebar_left_open_class' => 'sidebar sidebar-secondary widget-area', |
|
| 596 | + 'geodir_sidebar_left_open_replace' => '<aside id="[id]" class="[class]" role="complementary" itemscope itemtype="[itemtype]">', |
|
| 597 | + 'geodir_sidebar_left_close_replace' => '', |
|
| 598 | + 'geodir_main_content_open_id' => '', |
|
| 599 | + 'geodir_main_content_open_class' => '', |
|
| 600 | + 'geodir_main_content_open_replace' => '<main id="[id]" class="entry [class]" role="main">', |
|
| 601 | + 'geodir_main_content_close_replace' => '', |
|
| 602 | + 'geodir_top_content_add' => '', |
|
| 603 | + 'geodir_before_main_content_add' => '', |
|
| 604 | + 'geodir_before_widget_filter' => '', |
|
| 605 | + 'geodir_after_widget_filter' => '', |
|
| 606 | + 'geodir_location_switcher_menu_li_class_filter' => 'menu-item menu-item-gd-location-switcher menu-item-has-children gd-location-switcher', |
|
| 607 | + 'geodir_theme_compat_css' => stripslashes('.full-width-content #geodir-wrapper-content{width:100%}.geodir_full_page .geodir-listing-search{text-align:center}.geodir_full_page .geodir-search{float:none;margin:0}.geodir_full_page .geodir-search select,.geodir_full_page .geodir-search .search_by_post,.geodir_full_page .geodir-search input[type="text"],.geodir_full_page .geodir-search input[type="button"],.geodir_full_page .geodir-search input[type="submit"]{display:inline-block;float:none}.content{float:left}.sidebar-content .content,.sidebar-content #geodir-wrapper-content{float:right}.sidebar .geodir-company_info{background-color:#fff;border:none}.geodir_full_page .geodir-loc-bar{padding:0;margin:0;border:none}.geodir_full_page .geodir-category-list-in{margin-top:0}.geodir_full_page .top_banner_section{margin-bottom:0}.geodir-breadcrumb-bar{margin-bottom:-35px} .search-page .entry-title,.listings-page .entry-title{font-size: 20px;}.site-inner .geodir-breadcrumb-bar{margin-bottom:0px}'),
|
|
| 608 | + 'geodir_theme_compat_js' => '', |
|
| 609 | + 'geodir_theme_compat_default_options' => '', |
|
| 610 | + 'geodir_theme_compat_code' => 'Genesis' |
|
| 611 | + ); |
|
| 612 | 612 | |
| 613 | 613 | // Jupiter |
| 614 | - $theme_compat['Jupiter'] = array( |
|
| 615 | - 'geodir_wrapper_open_id' => '', |
|
| 616 | - 'geodir_wrapper_open_class' => '', |
|
| 617 | - 'geodir_wrapper_open_replace' => '<div id="theme-page"><div class="mk-main-wrapper-holder"><div class="theme-page-wrapper mk-main-wrapper mk-grid vc_row-fluid">', |
|
| 618 | - 'geodir_wrapper_close_replace' => '</div></div></div>', |
|
| 619 | - 'geodir_wrapper_content_open_id' => '', |
|
| 620 | - 'geodir_wrapper_content_open_class' => '', |
|
| 621 | - 'geodir_wrapper_content_open_replace' => '', |
|
| 622 | - 'geodir_wrapper_content_close_replace' => '', |
|
| 623 | - 'geodir_article_open_id' => '', |
|
| 624 | - 'geodir_article_open_class' => '', |
|
| 625 | - 'geodir_article_open_replace' => '', |
|
| 626 | - 'geodir_article_close_replace' => '', |
|
| 627 | - 'geodir_sidebar_right_open_id' => 'mk-sidebar', |
|
| 628 | - 'geodir_sidebar_right_open_class' => 'mk-builtin geodir-sidebar-right geodir-listings-sidebar-right', |
|
| 629 | - 'geodir_sidebar_right_open_replace' => '', |
|
| 630 | - 'geodir_sidebar_right_close_replace' => '', |
|
| 631 | - 'geodir_sidebar_left_open_id' => 'mk-sidebar', |
|
| 632 | - 'geodir_sidebar_left_open_class' => 'mk-builtin geodir-sidebar-right geodir-listings-sidebar-right', |
|
| 633 | - 'geodir_sidebar_left_open_replace' => '', |
|
| 634 | - 'geodir_sidebar_left_close_replace' => '', |
|
| 635 | - 'geodir_main_content_open_id' => '', |
|
| 636 | - 'geodir_main_content_open_class' => '', |
|
| 637 | - 'geodir_main_content_open_replace' => '', |
|
| 638 | - 'geodir_main_content_close_replace' => '', |
|
| 639 | - 'geodir_top_content_add' => '', |
|
| 640 | - 'geodir_before_main_content_add' => '', |
|
| 641 | - 'geodir_before_widget_filter' => '', |
|
| 642 | - 'geodir_after_widget_filter' => '', |
|
| 643 | - 'geodir_before_title_filter' => '<h3 class="widgettitle geodir-widget-title">', |
|
| 644 | - 'geodir_after_title_filter' => '', |
|
| 645 | - 'geodir_menu_li_class_filter' => 'menu-item menu-item-has-children no-mega-menu', |
|
| 646 | - 'geodir_sub_menu_ul_class_filter' => '', |
|
| 647 | - 'geodir_sub_menu_li_class_filter' => '', |
|
| 648 | - 'geodir_menu_a_class_filter' => 'menu-item-link', |
|
| 649 | - 'geodir_sub_menu_a_class_filter' => 'menu-item-link one-page-nav-item', |
|
| 650 | - 'geodir_location_switcher_menu_li_class_filter' => 'menu-item menu-item-type-social menu-item-type-social gd-location-switcher menu-item-has-children no-mega-menu', |
|
| 651 | - 'geodir_location_switcher_menu_a_class_filter' => 'menu-item-link', |
|
| 652 | - 'geodir_location_switcher_menu_sub_ul_class_filter' => '', |
|
| 653 | - 'geodir_location_switcher_menu_sub_li_class_filter' => '', |
|
| 654 | - 'geodir_theme_compat_css' => stripslashes('.geodir-widget li,.geodir_category_list_view li{margin:0}#theme-page h3.geodir-entry-title{font-size:14px}#menu-item-gd-location-switcher dd{line-height:44px}#menu-item-gd-location-switcher .geodir_location_sugestion{line-height:20px}.geodir_loginbox{overflow:visible}.geodir_full_page .geodir-listing-search{text-align:center}.geodir_full_page .geodir-search{float:none;margin:0}.geodir_full_page .geodir-search select,.geodir_full_page .geodir-search .search_by_post,.geodir_full_page .geodir-search input[type="text"],.geodir_full_page .geodir-search input[type="button"],.geodir_full_page .geodir-search input[type="submit"]{display:inline-block;float:none}'),
|
|
| 655 | - 'geodir_theme_compat_js' => '', |
|
| 656 | - 'geodir_theme_compat_default_options' => '', |
|
| 657 | - 'geodir_theme_compat_code' => 'Jupiter' |
|
| 658 | - ); |
|
| 614 | + $theme_compat['Jupiter'] = array( |
|
| 615 | + 'geodir_wrapper_open_id' => '', |
|
| 616 | + 'geodir_wrapper_open_class' => '', |
|
| 617 | + 'geodir_wrapper_open_replace' => '<div id="theme-page"><div class="mk-main-wrapper-holder"><div class="theme-page-wrapper mk-main-wrapper mk-grid vc_row-fluid">', |
|
| 618 | + 'geodir_wrapper_close_replace' => '</div></div></div>', |
|
| 619 | + 'geodir_wrapper_content_open_id' => '', |
|
| 620 | + 'geodir_wrapper_content_open_class' => '', |
|
| 621 | + 'geodir_wrapper_content_open_replace' => '', |
|
| 622 | + 'geodir_wrapper_content_close_replace' => '', |
|
| 623 | + 'geodir_article_open_id' => '', |
|
| 624 | + 'geodir_article_open_class' => '', |
|
| 625 | + 'geodir_article_open_replace' => '', |
|
| 626 | + 'geodir_article_close_replace' => '', |
|
| 627 | + 'geodir_sidebar_right_open_id' => 'mk-sidebar', |
|
| 628 | + 'geodir_sidebar_right_open_class' => 'mk-builtin geodir-sidebar-right geodir-listings-sidebar-right', |
|
| 629 | + 'geodir_sidebar_right_open_replace' => '', |
|
| 630 | + 'geodir_sidebar_right_close_replace' => '', |
|
| 631 | + 'geodir_sidebar_left_open_id' => 'mk-sidebar', |
|
| 632 | + 'geodir_sidebar_left_open_class' => 'mk-builtin geodir-sidebar-right geodir-listings-sidebar-right', |
|
| 633 | + 'geodir_sidebar_left_open_replace' => '', |
|
| 634 | + 'geodir_sidebar_left_close_replace' => '', |
|
| 635 | + 'geodir_main_content_open_id' => '', |
|
| 636 | + 'geodir_main_content_open_class' => '', |
|
| 637 | + 'geodir_main_content_open_replace' => '', |
|
| 638 | + 'geodir_main_content_close_replace' => '', |
|
| 639 | + 'geodir_top_content_add' => '', |
|
| 640 | + 'geodir_before_main_content_add' => '', |
|
| 641 | + 'geodir_before_widget_filter' => '', |
|
| 642 | + 'geodir_after_widget_filter' => '', |
|
| 643 | + 'geodir_before_title_filter' => '<h3 class="widgettitle geodir-widget-title">', |
|
| 644 | + 'geodir_after_title_filter' => '', |
|
| 645 | + 'geodir_menu_li_class_filter' => 'menu-item menu-item-has-children no-mega-menu', |
|
| 646 | + 'geodir_sub_menu_ul_class_filter' => '', |
|
| 647 | + 'geodir_sub_menu_li_class_filter' => '', |
|
| 648 | + 'geodir_menu_a_class_filter' => 'menu-item-link', |
|
| 649 | + 'geodir_sub_menu_a_class_filter' => 'menu-item-link one-page-nav-item', |
|
| 650 | + 'geodir_location_switcher_menu_li_class_filter' => 'menu-item menu-item-type-social menu-item-type-social gd-location-switcher menu-item-has-children no-mega-menu', |
|
| 651 | + 'geodir_location_switcher_menu_a_class_filter' => 'menu-item-link', |
|
| 652 | + 'geodir_location_switcher_menu_sub_ul_class_filter' => '', |
|
| 653 | + 'geodir_location_switcher_menu_sub_li_class_filter' => '', |
|
| 654 | + 'geodir_theme_compat_css' => stripslashes('.geodir-widget li,.geodir_category_list_view li{margin:0}#theme-page h3.geodir-entry-title{font-size:14px}#menu-item-gd-location-switcher dd{line-height:44px}#menu-item-gd-location-switcher .geodir_location_sugestion{line-height:20px}.geodir_loginbox{overflow:visible}.geodir_full_page .geodir-listing-search{text-align:center}.geodir_full_page .geodir-search{float:none;margin:0}.geodir_full_page .geodir-search select,.geodir_full_page .geodir-search .search_by_post,.geodir_full_page .geodir-search input[type="text"],.geodir_full_page .geodir-search input[type="button"],.geodir_full_page .geodir-search input[type="submit"]{display:inline-block;float:none}'),
|
|
| 655 | + 'geodir_theme_compat_js' => '', |
|
| 656 | + 'geodir_theme_compat_default_options' => '', |
|
| 657 | + 'geodir_theme_compat_code' => 'Jupiter' |
|
| 658 | + ); |
|
| 659 | 659 | |
| 660 | 660 | // Multi News |
| 661 | - $theme_compat['Multi_News'] = array( |
|
| 662 | - 'geodir_wrapper_open_id' => '', |
|
| 663 | - 'geodir_wrapper_open_class' => 'main-container clearfix', |
|
| 664 | - 'geodir_wrapper_open_replace' => '', |
|
| 665 | - 'geodir_wrapper_close_replace' => '', |
|
| 666 | - 'geodir_wrapper_content_open_id' => '', |
|
| 667 | - 'geodir_wrapper_content_open_class' => '', |
|
| 668 | - 'geodir_wrapper_content_open_replace' => '<div class="main-left" ><div class="main-content "><div class="site-content page-wrap">', |
|
| 669 | - 'geodir_wrapper_content_close_replace' => '</div></div></div>', |
|
| 670 | - 'geodir_article_open_id' => '', |
|
| 671 | - 'geodir_article_open_class' => '', |
|
| 672 | - 'geodir_article_open_replace' => '', |
|
| 673 | - 'geodir_article_close_replace' => '', |
|
| 674 | - 'geodir_sidebar_right_open_id' => '', |
|
| 675 | - 'geodir_sidebar_right_open_class' => '', |
|
| 676 | - 'geodir_sidebar_right_open_replace' => '<aside class="sidebar" role="complementary" itemscope itemtype="[itemtype]" >', |
|
| 677 | - 'geodir_sidebar_right_close_replace' => '', |
|
| 678 | - 'geodir_sidebar_left_open_id' => '', |
|
| 679 | - 'geodir_sidebar_left_open_class' => '', |
|
| 680 | - 'geodir_sidebar_left_open_replace' => '<aside class="secondary-sidebar" role="complementary" itemscope itemtype="[itemtype]" >', |
|
| 681 | - 'geodir_sidebar_left_close_replace' => '', |
|
| 682 | - 'geodir_main_content_open_id' => '', |
|
| 683 | - 'geodir_main_content_open_class' => '', |
|
| 684 | - 'geodir_main_content_open_replace' => '<div class="site-content page-wrap">', |
|
| 685 | - 'geodir_main_content_close_replace' => '</div>', |
|
| 686 | - 'geodir_top_content_add' => '', |
|
| 687 | - 'geodir_before_main_content_add' => '', |
|
| 688 | - 'geodir_full_page_class_filter' => 'section full-width-section', |
|
| 689 | - 'geodir_before_widget_filter' => '', |
|
| 690 | - 'geodir_after_widget_filter' => '', |
|
| 691 | - 'geodir_before_title_filter' => '<div class="widget-title"><h2>', |
|
| 692 | - 'geodir_after_title_filter' => '</h2></div>', |
|
| 693 | - 'geodir_menu_li_class_filter' => '', |
|
| 694 | - 'geodir_sub_menu_ul_class_filter' => '', |
|
| 695 | - 'geodir_sub_menu_li_class_filter' => '', |
|
| 696 | - 'geodir_menu_a_class_filter' => '', |
|
| 697 | - 'geodir_sub_menu_a_class_filter' => '', |
|
| 698 | - 'geodir_location_switcher_menu_li_class_filter' => '', |
|
| 699 | - 'geodir_location_switcher_menu_a_class_filter' => '', |
|
| 700 | - 'geodir_location_switcher_menu_sub_ul_class_filter' => '', |
|
| 701 | - 'geodir_location_switcher_menu_sub_li_class_filter' => '', |
|
| 702 | - 'geodir_theme_compat_css' => stripslashes('.full-width-section .geodir-search{margin:0;width:100%}.geodir_full_page .geodir-search{margin:0 auto;float:none}.geodir-search input[type=button],.geodir-search input[type=submit]{width:13%}.geodir-search input[type=text]{border:1px solid #ddd;border-radius:0;padding:0 8px}.geodir-category-list-in,.geodir-loc-bar-in{background:#f2f2f2;border-color:#dbdbdb}.geodir-category-list-in{margin-top:0}.geodir-cat-list .widget-title h2{margin:-13px -13px 13px}.widget .geodir-cat-list ul li.geodir-pcat-show a:before{display:none!important}.widget .geodir-cat-list ul li.geodir-pcat-show i{margin-right:5px}.container .geodir-search select{margin:0 3% 0 0;padding:8px 10px;width:13%}#geodir_carousel,#geodir_slider{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;margin-bottom:20px!important;border:1px solid #e1e1e1;box-shadow:none}#geodir_carousel{padding:10px}.geodir-tabs-content ol.commentlist{margin:40px 0;padding:0}li#post_mapTab{min-height:400px}#reviewsTab ol.commentlist li{border-bottom:none}#reviewsTab ol.commentlist li article.comment{border-bottom:1px solid #e1e1e1;padding-bottom:10px}.comment-content .rating{display:none}.comment-respond .gd_rating{margin-bottom:20px}div.geodir-rating{width:85px!important}.comment-respond .comment-notes{margin-bottom:10px}.average-review span,.comment-form label,.dtreviewed,.geodir-details-sidebar-user-links a,.geodir-viewall,.geodir_more_info span,.reviewer,dl.geodir-tab-head dd a{font-family:"Archivo Narrow",sans-serif}section.comment-content{margin:0 0 0 12%}#reviewsTab .comments-area .comment-content{width:auto}section.comment-content .description,section.comment-content p{margin:15px 0}dl.geodir-tab-head dd a{background:#f3f3f3;margin-top:-1px;font-size:14px;padding:0 15px}dl.geodir-tab-head dd.geodir-tab-active a{padding-bottom:1px}.geodir-widget .geodir_list_heading,.geodir-widget h3.widget-title{padding:0 15px;background:#e9e9e9;border:1px solid #dbdbdb;height:38px;line-height:38px;color:#2d2d2d}.geodir-widget .geodir_list_heading h3{background:0 0;border:none}.geodir-widget .geodir_list_heading{margin:-13px -14px 13px}.geodir-map-listing-page{border-width:1px 0 0;border-style:solid;border-color:#dbdbdb}.geodir-sidebar-wrap .geodir-company_info{margin:15px}.geodir-details-sidebar-social-sharing iframe{float:left}.geodir-details-sidebar-rating{overflow:hidden}.geodir-details-sidebar-rating .gd_rating_show,.geodir-details-sidebar-rating .geodir-rating{float:left;margin-right:15px}.geodir-details-sidebar-rating span.item{float:left;margin-top:5px}.geodir-details-sidebar-rating .average-review{top:-4px;position:relative}.geodir-details-sidebar-rating span.item img{margin-top:5px}.geodir_full_page{background:#fff;border:1px solid #e1e1e1;-webkit-box-shadow:0 1px 0 #e5e5e5;box-shadow:0 1px 0 #e5e5e5;padding:15px;margin-bottom:20px;clear:both}.geodir_map_container .main_list img{margin:0 5px}.geodir_category_list_view li.geodir-gridview .geodir-post-img .geodir_thumbnail{margin-bottom:10px}.geodir-addinfo .geodir-pinpoint,.geodir-addinfo a i{margin-right:5px}.geodir_category_list_view li.geodir-gridview h3{font-size:18px;margin-bottom:10px}#related_listingTab ul.geodir_category_list_view{padding:0!important}#reviewsTab #comments .gd_rating{margin-top:5px}.widget .geodir_category_list_view li .geodir-entry-content,.widget .geodir_category_list_view li a:before{display:none!important}.geodir_category_list_view li .geodir-entry-title{margin-bottom:10px}.widget ul.geodir_category_list_view{padding:15px}.sidebar .widget .geodir_category_list_view li{width:calc(100% - 25px)}.widget .geodir-loginbox-list li{overflow:visible!important}.widget ul.chosen-results{margin:0!important}.main_list_selecter{margin-right:5px}.geodir-viewall{float:right;width:auto!important}.widget-title h2{padding:0 15px;background:#e9e9e9;border:1px solid #dbdbdb;height:38px;line-height:38px}.widget:first-child .geodir_list_heading .widget-title{margin-top:0}.geodir_list_heading .widget-title{float:left;width:80%;margin-top:0}.geodir_list_heading .widget-title h2{padding:0 px;background:0 0;border:none;height:auto;line-height:auto}.chosen-default:before{content:none;display:none;position:absolute;margin-left:-1000000px;float:left}#geodir-wrapper .entry-crumbs{margin-bottom:20px}.geodir-search .mom-select{float:left;width:150px;margin:5px;border:1px solid #ddd;height:40px}.iprelative .gm-style .gm-style-iw{width:100%!important}'),
|
|
| 703 | - 'geodir_theme_compat_js' => 'jQuery(document).ready(function(e){e(".geodir_full_page").length&&""===e.trim(e(".geodir_full_page").html())&&e(".geodir_full_page").css({display:"none"})});',
|
|
| 704 | - 'geodir_theme_compat_default_options' => '', |
|
| 705 | - 'geodir_theme_compat_code' => 'Multi_News' |
|
| 706 | - ); |
|
| 707 | - |
|
| 708 | - // Kelo |
|
| 709 | - $theme_compat['Kleo'] = array( |
|
| 710 | - 'geodir_theme_compat_code' => 'Kleo' |
|
| 711 | - ); |
|
| 712 | - |
|
| 713 | - |
|
| 714 | - // Twenty Seventeen |
|
| 715 | - $theme_compat['Twenty_Seventeen'] = array( |
|
| 716 | - 'geodir_wrapper_open_replace' => '<div class="wrap">', |
|
| 717 | - 'geodir_wrapper_content_open_replace' => '<div id="primary" class="content-area" >', |
|
| 718 | - 'geodir_sidebar_right_open_replace' => '<aside id="secondary" class="widget-area" itemscope itemtype="[itemtype]" >', |
|
| 719 | - 'geodir_sidebar_left_open_replace' => '<aside id="secondary" class="widget-area" itemscope itemtype="[itemtype]" >', |
|
| 720 | - 'geodir_theme_compat_css' => stripslashes('body.geodir-page #primary header.entry-header {margin-left:0;float:none !important;} .gxeodir_flex-container{float:left;} .geodir-tabs-content.entry-content{width:100% !important;} dl.geodir-tab-head, .geodir_map_container {z-index:2;} .geodir-cat-list ul.geodir-popular-cat-list li + li { margin-top: 0;} .geodir-cat-list .geodir-popular-cat-list a img, .entry-content .gm-style a img, .widget .gm-style a img { box-sizing: none; -webkit-box-shadow: none; -moz-box-shadow: none;}'),
|
|
| 721 | - 'geodir_theme_compat_code' => 'Twenty_Seventeen' |
|
| 722 | - ); |
|
| 723 | - |
|
| 724 | - // buddyBoss |
|
| 725 | - $theme_compat['Boss.'] = array( |
|
| 726 | - 'geodir_wrapper_open_replace' => '<div class="page-right-sidebar">', |
|
| 727 | - 'geodir_wrapper_content_open_replace' => '<div id="primary" class="site-content">', |
|
| 728 | - 'geodir_article_open_replace' => '<div id="[id]" class="[class]" itemscope itemtype="[itemtype]">', |
|
| 729 | - 'geodir_article_close_replace' => '</div>', |
|
| 730 | - 'geodir_sidebar_right_open_replace' => '<div id="secondary" class="widget-area" >', |
|
| 731 | - 'geodir_sidebar_right_close_replace' => '</div>', |
|
| 732 | - 'geodir_sidebar_left_open_replace' => '<div id="secondary" class="widget-area" >', |
|
| 733 | - 'geodir_sidebar_left_close_replace' => '</div>', |
|
| 734 | - 'geodir_theme_compat_css' => stripslashes('.geodir-breadcrumb{padding-top:20px;border-bottom:1px solid #ddd;padding-bottom:0} article.geodir-category-listing{padding: 0 !important;}'),
|
|
| 735 | - 'geodir_theme_compat_code' => 'BuddyBoss' |
|
| 736 | - |
|
| 737 | - |
|
| 738 | - ); |
|
| 739 | - |
|
| 740 | - // Flatsome |
|
| 741 | - $theme_compat['Flatsome'] = array( |
|
| 742 | - 'geodir_wrapper_open_replace' => '<div class="page-wrapper page-right-sidebar"><div class="row">', |
|
| 743 | - 'geodir_wrapper_close_replace' => '</div></div>', |
|
| 744 | - 'geodir_wrapper_content_open_replace' => '<div id="content" class="large-9 left col col-divided" role="main"><div class="page-inner">', |
|
| 745 | - 'geodir_wrapper_content_close_replace' => '</div></div>', |
|
| 746 | - 'geodir_sidebar_right_open_replace' => '<div class="large-3 col"><div id="secondary" class="widget-area " role="complementary">', |
|
| 747 | - 'geodir_sidebar_right_close_replace' => '</div></div>', |
|
| 748 | - 'geodir_sidebar_left_open_replace' => '<div class="large-3 col"><div id="secondary" class="widget-area " role="complementary">', |
|
| 749 | - 'geodir_sidebar_left_close_replace' => '</div></div>', |
|
| 750 | - 'geodir_menu_li_class_filter' => 'menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children has-dropdown', |
|
| 751 | - 'geodir_sub_menu_ul_class_filter' => 'nav-dropdown nav-dropdown-default gd-nav-dropdown', |
|
| 752 | - 'geodir_sub_menu_li_class_filter' => 'menu-item menu-item-type-custom menu-item-object-custom', |
|
| 753 | - 'geodir_menu_a_class_filter' => 'nav-top-link gd-nav-top-link', |
|
| 754 | - 'geodir_location_switcher_menu_li_class_filter' => 'menu-item menu-item-type-social menu-item-type-social gd-location-switcher has-dropdown', |
|
| 755 | - 'geodir_location_switcher_menu_sub_ul_class_filter' => 'nav-dropdown nav-dropdown-default', |
|
| 756 | - 'geodir_theme_compat_css' => stripslashes('dl.geodir_location_tabs_head dt{margin:0;}.header{z-index:90;}'),
|
|
| 757 | - 'geodir_theme_compat_js' => stripslashes('jQuery(function(){jQuery("#masthead .gd-nav-top-link").append(\'<i class="icon-angle-down"></i>\'),jQuery("#menu-item-gd-location-switcher > a").append(\'<i class="icon-angle-down"></i>\'),jQuery(".mobile-sidebar .gd-nav-dropdown").addClass("children"),jQuery(".mobile-sidebar .gd-nav-dropdown").removeClass("nav-dropdown nav-dropdown-default"),jQuery(".mobile-sidebar #menu-item-gd-location-switcher ul").removeClass("nav-dropdown nav-dropdown-default"),setTimeout(function(){},5e3)});'),
|
|
| 758 | - |
|
| 759 | - |
|
| 760 | - ); |
|
| 761 | - |
|
| 762 | - |
|
| 763 | - update_option('gd_theme_compats', $theme_compat);
|
|
| 764 | - |
|
| 765 | - gd_set_theme_compat();// set the compat pack if avail |
|
| 661 | + $theme_compat['Multi_News'] = array( |
|
| 662 | + 'geodir_wrapper_open_id' => '', |
|
| 663 | + 'geodir_wrapper_open_class' => 'main-container clearfix', |
|
| 664 | + 'geodir_wrapper_open_replace' => '', |
|
| 665 | + 'geodir_wrapper_close_replace' => '', |
|
| 666 | + 'geodir_wrapper_content_open_id' => '', |
|
| 667 | + 'geodir_wrapper_content_open_class' => '', |
|
| 668 | + 'geodir_wrapper_content_open_replace' => '<div class="main-left" ><div class="main-content "><div class="site-content page-wrap">', |
|
| 669 | + 'geodir_wrapper_content_close_replace' => '</div></div></div>', |
|
| 670 | + 'geodir_article_open_id' => '', |
|
| 671 | + 'geodir_article_open_class' => '', |
|
| 672 | + 'geodir_article_open_replace' => '', |
|
| 673 | + 'geodir_article_close_replace' => '', |
|
| 674 | + 'geodir_sidebar_right_open_id' => '', |
|
| 675 | + 'geodir_sidebar_right_open_class' => '', |
|
| 676 | + 'geodir_sidebar_right_open_replace' => '<aside class="sidebar" role="complementary" itemscope itemtype="[itemtype]" >', |
|
| 677 | + 'geodir_sidebar_right_close_replace' => '', |
|
| 678 | + 'geodir_sidebar_left_open_id' => '', |
|
| 679 | + 'geodir_sidebar_left_open_class' => '', |
|
| 680 | + 'geodir_sidebar_left_open_replace' => '<aside class="secondary-sidebar" role="complementary" itemscope itemtype="[itemtype]" >', |
|
| 681 | + 'geodir_sidebar_left_close_replace' => '', |
|
| 682 | + 'geodir_main_content_open_id' => '', |
|
| 683 | + 'geodir_main_content_open_class' => '', |
|
| 684 | + 'geodir_main_content_open_replace' => '<div class="site-content page-wrap">', |
|
| 685 | + 'geodir_main_content_close_replace' => '</div>', |
|
| 686 | + 'geodir_top_content_add' => '', |
|
| 687 | + 'geodir_before_main_content_add' => '', |
|
| 688 | + 'geodir_full_page_class_filter' => 'section full-width-section', |
|
| 689 | + 'geodir_before_widget_filter' => '', |
|
| 690 | + 'geodir_after_widget_filter' => '', |
|
| 691 | + 'geodir_before_title_filter' => '<div class="widget-title"><h2>', |
|
| 692 | + 'geodir_after_title_filter' => '</h2></div>', |
|
| 693 | + 'geodir_menu_li_class_filter' => '', |
|
| 694 | + 'geodir_sub_menu_ul_class_filter' => '', |
|
| 695 | + 'geodir_sub_menu_li_class_filter' => '', |
|
| 696 | + 'geodir_menu_a_class_filter' => '', |
|
| 697 | + 'geodir_sub_menu_a_class_filter' => '', |
|
| 698 | + 'geodir_location_switcher_menu_li_class_filter' => '', |
|
| 699 | + 'geodir_location_switcher_menu_a_class_filter' => '', |
|
| 700 | + 'geodir_location_switcher_menu_sub_ul_class_filter' => '', |
|
| 701 | + 'geodir_location_switcher_menu_sub_li_class_filter' => '', |
|
| 702 | + 'geodir_theme_compat_css' => stripslashes('.full-width-section .geodir-search{margin:0;width:100%}.geodir_full_page .geodir-search{margin:0 auto;float:none}.geodir-search input[type=button],.geodir-search input[type=submit]{width:13%}.geodir-search input[type=text]{border:1px solid #ddd;border-radius:0;padding:0 8px}.geodir-category-list-in,.geodir-loc-bar-in{background:#f2f2f2;border-color:#dbdbdb}.geodir-category-list-in{margin-top:0}.geodir-cat-list .widget-title h2{margin:-13px -13px 13px}.widget .geodir-cat-list ul li.geodir-pcat-show a:before{display:none!important}.widget .geodir-cat-list ul li.geodir-pcat-show i{margin-right:5px}.container .geodir-search select{margin:0 3% 0 0;padding:8px 10px;width:13%}#geodir_carousel,#geodir_slider{border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;margin-bottom:20px!important;border:1px solid #e1e1e1;box-shadow:none}#geodir_carousel{padding:10px}.geodir-tabs-content ol.commentlist{margin:40px 0;padding:0}li#post_mapTab{min-height:400px}#reviewsTab ol.commentlist li{border-bottom:none}#reviewsTab ol.commentlist li article.comment{border-bottom:1px solid #e1e1e1;padding-bottom:10px}.comment-content .rating{display:none}.comment-respond .gd_rating{margin-bottom:20px}div.geodir-rating{width:85px!important}.comment-respond .comment-notes{margin-bottom:10px}.average-review span,.comment-form label,.dtreviewed,.geodir-details-sidebar-user-links a,.geodir-viewall,.geodir_more_info span,.reviewer,dl.geodir-tab-head dd a{font-family:"Archivo Narrow",sans-serif}section.comment-content{margin:0 0 0 12%}#reviewsTab .comments-area .comment-content{width:auto}section.comment-content .description,section.comment-content p{margin:15px 0}dl.geodir-tab-head dd a{background:#f3f3f3;margin-top:-1px;font-size:14px;padding:0 15px}dl.geodir-tab-head dd.geodir-tab-active a{padding-bottom:1px}.geodir-widget .geodir_list_heading,.geodir-widget h3.widget-title{padding:0 15px;background:#e9e9e9;border:1px solid #dbdbdb;height:38px;line-height:38px;color:#2d2d2d}.geodir-widget .geodir_list_heading h3{background:0 0;border:none}.geodir-widget .geodir_list_heading{margin:-13px -14px 13px}.geodir-map-listing-page{border-width:1px 0 0;border-style:solid;border-color:#dbdbdb}.geodir-sidebar-wrap .geodir-company_info{margin:15px}.geodir-details-sidebar-social-sharing iframe{float:left}.geodir-details-sidebar-rating{overflow:hidden}.geodir-details-sidebar-rating .gd_rating_show,.geodir-details-sidebar-rating .geodir-rating{float:left;margin-right:15px}.geodir-details-sidebar-rating span.item{float:left;margin-top:5px}.geodir-details-sidebar-rating .average-review{top:-4px;position:relative}.geodir-details-sidebar-rating span.item img{margin-top:5px}.geodir_full_page{background:#fff;border:1px solid #e1e1e1;-webkit-box-shadow:0 1px 0 #e5e5e5;box-shadow:0 1px 0 #e5e5e5;padding:15px;margin-bottom:20px;clear:both}.geodir_map_container .main_list img{margin:0 5px}.geodir_category_list_view li.geodir-gridview .geodir-post-img .geodir_thumbnail{margin-bottom:10px}.geodir-addinfo .geodir-pinpoint,.geodir-addinfo a i{margin-right:5px}.geodir_category_list_view li.geodir-gridview h3{font-size:18px;margin-bottom:10px}#related_listingTab ul.geodir_category_list_view{padding:0!important}#reviewsTab #comments .gd_rating{margin-top:5px}.widget .geodir_category_list_view li .geodir-entry-content,.widget .geodir_category_list_view li a:before{display:none!important}.geodir_category_list_view li .geodir-entry-title{margin-bottom:10px}.widget ul.geodir_category_list_view{padding:15px}.sidebar .widget .geodir_category_list_view li{width:calc(100% - 25px)}.widget .geodir-loginbox-list li{overflow:visible!important}.widget ul.chosen-results{margin:0!important}.main_list_selecter{margin-right:5px}.geodir-viewall{float:right;width:auto!important}.widget-title h2{padding:0 15px;background:#e9e9e9;border:1px solid #dbdbdb;height:38px;line-height:38px}.widget:first-child .geodir_list_heading .widget-title{margin-top:0}.geodir_list_heading .widget-title{float:left;width:80%;margin-top:0}.geodir_list_heading .widget-title h2{padding:0 px;background:0 0;border:none;height:auto;line-height:auto}.chosen-default:before{content:none;display:none;position:absolute;margin-left:-1000000px;float:left}#geodir-wrapper .entry-crumbs{margin-bottom:20px}.geodir-search .mom-select{float:left;width:150px;margin:5px;border:1px solid #ddd;height:40px}.iprelative .gm-style .gm-style-iw{width:100%!important}'),
|
|
| 703 | + 'geodir_theme_compat_js' => 'jQuery(document).ready(function(e){e(".geodir_full_page").length&&""===e.trim(e(".geodir_full_page").html())&&e(".geodir_full_page").css({display:"none"})});',
|
|
| 704 | + 'geodir_theme_compat_default_options' => '', |
|
| 705 | + 'geodir_theme_compat_code' => 'Multi_News' |
|
| 706 | + ); |
|
| 707 | + |
|
| 708 | + // Kelo |
|
| 709 | + $theme_compat['Kleo'] = array( |
|
| 710 | + 'geodir_theme_compat_code' => 'Kleo' |
|
| 711 | + ); |
|
| 712 | + |
|
| 713 | + |
|
| 714 | + // Twenty Seventeen |
|
| 715 | + $theme_compat['Twenty_Seventeen'] = array( |
|
| 716 | + 'geodir_wrapper_open_replace' => '<div class="wrap">', |
|
| 717 | + 'geodir_wrapper_content_open_replace' => '<div id="primary" class="content-area" >', |
|
| 718 | + 'geodir_sidebar_right_open_replace' => '<aside id="secondary" class="widget-area" itemscope itemtype="[itemtype]" >', |
|
| 719 | + 'geodir_sidebar_left_open_replace' => '<aside id="secondary" class="widget-area" itemscope itemtype="[itemtype]" >', |
|
| 720 | + 'geodir_theme_compat_css' => stripslashes('body.geodir-page #primary header.entry-header {margin-left:0;float:none !important;} .gxeodir_flex-container{float:left;} .geodir-tabs-content.entry-content{width:100% !important;} dl.geodir-tab-head, .geodir_map_container {z-index:2;} .geodir-cat-list ul.geodir-popular-cat-list li + li { margin-top: 0;} .geodir-cat-list .geodir-popular-cat-list a img, .entry-content .gm-style a img, .widget .gm-style a img { box-sizing: none; -webkit-box-shadow: none; -moz-box-shadow: none;}'),
|
|
| 721 | + 'geodir_theme_compat_code' => 'Twenty_Seventeen' |
|
| 722 | + ); |
|
| 723 | + |
|
| 724 | + // buddyBoss |
|
| 725 | + $theme_compat['Boss.'] = array( |
|
| 726 | + 'geodir_wrapper_open_replace' => '<div class="page-right-sidebar">', |
|
| 727 | + 'geodir_wrapper_content_open_replace' => '<div id="primary" class="site-content">', |
|
| 728 | + 'geodir_article_open_replace' => '<div id="[id]" class="[class]" itemscope itemtype="[itemtype]">', |
|
| 729 | + 'geodir_article_close_replace' => '</div>', |
|
| 730 | + 'geodir_sidebar_right_open_replace' => '<div id="secondary" class="widget-area" >', |
|
| 731 | + 'geodir_sidebar_right_close_replace' => '</div>', |
|
| 732 | + 'geodir_sidebar_left_open_replace' => '<div id="secondary" class="widget-area" >', |
|
| 733 | + 'geodir_sidebar_left_close_replace' => '</div>', |
|
| 734 | + 'geodir_theme_compat_css' => stripslashes('.geodir-breadcrumb{padding-top:20px;border-bottom:1px solid #ddd;padding-bottom:0} article.geodir-category-listing{padding: 0 !important;}'),
|
|
| 735 | + 'geodir_theme_compat_code' => 'BuddyBoss' |
|
| 736 | + |
|
| 737 | + |
|
| 738 | + ); |
|
| 739 | + |
|
| 740 | + // Flatsome |
|
| 741 | + $theme_compat['Flatsome'] = array( |
|
| 742 | + 'geodir_wrapper_open_replace' => '<div class="page-wrapper page-right-sidebar"><div class="row">', |
|
| 743 | + 'geodir_wrapper_close_replace' => '</div></div>', |
|
| 744 | + 'geodir_wrapper_content_open_replace' => '<div id="content" class="large-9 left col col-divided" role="main"><div class="page-inner">', |
|
| 745 | + 'geodir_wrapper_content_close_replace' => '</div></div>', |
|
| 746 | + 'geodir_sidebar_right_open_replace' => '<div class="large-3 col"><div id="secondary" class="widget-area " role="complementary">', |
|
| 747 | + 'geodir_sidebar_right_close_replace' => '</div></div>', |
|
| 748 | + 'geodir_sidebar_left_open_replace' => '<div class="large-3 col"><div id="secondary" class="widget-area " role="complementary">', |
|
| 749 | + 'geodir_sidebar_left_close_replace' => '</div></div>', |
|
| 750 | + 'geodir_menu_li_class_filter' => 'menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children has-dropdown', |
|
| 751 | + 'geodir_sub_menu_ul_class_filter' => 'nav-dropdown nav-dropdown-default gd-nav-dropdown', |
|
| 752 | + 'geodir_sub_menu_li_class_filter' => 'menu-item menu-item-type-custom menu-item-object-custom', |
|
| 753 | + 'geodir_menu_a_class_filter' => 'nav-top-link gd-nav-top-link', |
|
| 754 | + 'geodir_location_switcher_menu_li_class_filter' => 'menu-item menu-item-type-social menu-item-type-social gd-location-switcher has-dropdown', |
|
| 755 | + 'geodir_location_switcher_menu_sub_ul_class_filter' => 'nav-dropdown nav-dropdown-default', |
|
| 756 | + 'geodir_theme_compat_css' => stripslashes('dl.geodir_location_tabs_head dt{margin:0;}.header{z-index:90;}'),
|
|
| 757 | + 'geodir_theme_compat_js' => stripslashes('jQuery(function(){jQuery("#masthead .gd-nav-top-link").append(\'<i class="icon-angle-down"></i>\'),jQuery("#menu-item-gd-location-switcher > a").append(\'<i class="icon-angle-down"></i>\'),jQuery(".mobile-sidebar .gd-nav-dropdown").addClass("children"),jQuery(".mobile-sidebar .gd-nav-dropdown").removeClass("nav-dropdown nav-dropdown-default"),jQuery(".mobile-sidebar #menu-item-gd-location-switcher ul").removeClass("nav-dropdown nav-dropdown-default"),setTimeout(function(){},5e3)});'),
|
|
| 758 | + |
|
| 759 | + |
|
| 760 | + ); |
|
| 761 | + |
|
| 762 | + |
|
| 763 | + update_option('gd_theme_compats', $theme_compat);
|
|
| 764 | + |
|
| 765 | + gd_set_theme_compat();// set the compat pack if avail |
|
| 766 | 766 | } |
| 767 | 767 | |
| 768 | 768 | |
@@ -774,61 +774,61 @@ discard block |
||
| 774 | 774 | * @global object $wpdb WordPress Database object. |
| 775 | 775 | */ |
| 776 | 776 | function gd_convert_virtual_pages(){
|
| 777 | - global $wpdb; |
|
| 778 | - |
|
| 779 | - // Update the add listing page settings |
|
| 780 | - $add_listing_page = $wpdb->get_var( |
|
| 781 | - $wpdb->prepare( |
|
| 782 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 783 | - array('add-listing')
|
|
| 784 | - ) |
|
| 785 | - ); |
|
| 786 | - |
|
| 787 | - if($add_listing_page){
|
|
| 788 | - wp_update_post( array('ID' => $add_listing_page, 'post_status' => 'publish') );
|
|
| 789 | - update_option( 'geodir_add_listing_page', $add_listing_page); |
|
| 790 | - } |
|
| 791 | - |
|
| 792 | - // Update the listing preview page settings |
|
| 793 | - $listing_preview_page = $wpdb->get_var( |
|
| 794 | - $wpdb->prepare( |
|
| 795 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 796 | - array('listing-preview')
|
|
| 797 | - ) |
|
| 798 | - ); |
|
| 799 | - |
|
| 800 | - if($listing_preview_page){
|
|
| 801 | - wp_update_post( array('ID' => $listing_preview_page, 'post_status' => 'publish') );
|
|
| 802 | - update_option( 'geodir_preview_page', $listing_preview_page); |
|
| 803 | - } |
|
| 804 | - |
|
| 805 | - // Update the listing success page settings |
|
| 806 | - $listing_success_page = $wpdb->get_var( |
|
| 807 | - $wpdb->prepare( |
|
| 808 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 809 | - array('listing-success')
|
|
| 810 | - ) |
|
| 811 | - ); |
|
| 812 | - |
|
| 813 | - if($listing_success_page){
|
|
| 814 | - wp_update_post( array('ID' => $listing_success_page, 'post_status' => 'publish') );
|
|
| 815 | - update_option( 'geodir_success_page', $listing_success_page); |
|
| 816 | - } |
|
| 817 | - |
|
| 818 | - // Update the listing success page settings |
|
| 819 | - $location_page = $wpdb->get_var( |
|
| 820 | - $wpdb->prepare( |
|
| 821 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 822 | - array('location')
|
|
| 823 | - ) |
|
| 824 | - ); |
|
| 825 | - |
|
| 826 | - if($location_page){
|
|
| 827 | - $location_slug = get_option('geodir_location_prefix');
|
|
| 828 | - if(!$location_slug ){$location_slug = 'location';}
|
|
| 829 | - wp_update_post( array('ID' => $location_page, 'post_status' => 'publish','post_name' => $location_slug) );
|
|
| 830 | - update_option( 'geodir_location_page', $location_page); |
|
| 831 | - } |
|
| 777 | + global $wpdb; |
|
| 778 | + |
|
| 779 | + // Update the add listing page settings |
|
| 780 | + $add_listing_page = $wpdb->get_var( |
|
| 781 | + $wpdb->prepare( |
|
| 782 | + "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 783 | + array('add-listing')
|
|
| 784 | + ) |
|
| 785 | + ); |
|
| 786 | + |
|
| 787 | + if($add_listing_page){
|
|
| 788 | + wp_update_post( array('ID' => $add_listing_page, 'post_status' => 'publish') );
|
|
| 789 | + update_option( 'geodir_add_listing_page', $add_listing_page); |
|
| 790 | + } |
|
| 791 | + |
|
| 792 | + // Update the listing preview page settings |
|
| 793 | + $listing_preview_page = $wpdb->get_var( |
|
| 794 | + $wpdb->prepare( |
|
| 795 | + "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 796 | + array('listing-preview')
|
|
| 797 | + ) |
|
| 798 | + ); |
|
| 799 | + |
|
| 800 | + if($listing_preview_page){
|
|
| 801 | + wp_update_post( array('ID' => $listing_preview_page, 'post_status' => 'publish') );
|
|
| 802 | + update_option( 'geodir_preview_page', $listing_preview_page); |
|
| 803 | + } |
|
| 804 | + |
|
| 805 | + // Update the listing success page settings |
|
| 806 | + $listing_success_page = $wpdb->get_var( |
|
| 807 | + $wpdb->prepare( |
|
| 808 | + "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 809 | + array('listing-success')
|
|
| 810 | + ) |
|
| 811 | + ); |
|
| 812 | + |
|
| 813 | + if($listing_success_page){
|
|
| 814 | + wp_update_post( array('ID' => $listing_success_page, 'post_status' => 'publish') );
|
|
| 815 | + update_option( 'geodir_success_page', $listing_success_page); |
|
| 816 | + } |
|
| 817 | + |
|
| 818 | + // Update the listing success page settings |
|
| 819 | + $location_page = $wpdb->get_var( |
|
| 820 | + $wpdb->prepare( |
|
| 821 | + "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 822 | + array('location')
|
|
| 823 | + ) |
|
| 824 | + ); |
|
| 825 | + |
|
| 826 | + if($location_page){
|
|
| 827 | + $location_slug = get_option('geodir_location_prefix');
|
|
| 828 | + if(!$location_slug ){$location_slug = 'location';}
|
|
| 829 | + wp_update_post( array('ID' => $location_page, 'post_status' => 'publish','post_name' => $location_slug) );
|
|
| 830 | + update_option( 'geodir_location_page', $location_page); |
|
| 831 | + } |
|
| 832 | 832 | |
| 833 | 833 | } |
| 834 | 834 | |
@@ -842,31 +842,31 @@ discard block |
||
| 842 | 842 | function gd_fix_cpt_rewrite_slug() |
| 843 | 843 | {
|
| 844 | 844 | |
| 845 | - $alt_post_types = array(); |
|
| 846 | - $post_types = get_option('geodir_post_types');
|
|
| 845 | + $alt_post_types = array(); |
|
| 846 | + $post_types = get_option('geodir_post_types');
|
|
| 847 | 847 | |
| 848 | 848 | |
| 849 | - if (is_array($post_types)){
|
|
| 849 | + if (is_array($post_types)){
|
|
| 850 | 850 | |
| 851 | - foreach ($post_types as $post_type => $args) {
|
|
| 851 | + foreach ($post_types as $post_type => $args) {
|
|
| 852 | 852 | |
| 853 | 853 | |
| 854 | - if(isset($args['rewrite']['slug'])){
|
|
| 855 | - $args['rewrite']['slug'] = str_replace("/%gd_taxonomy%","",$args['rewrite']['slug']);
|
|
| 856 | - } |
|
| 854 | + if(isset($args['rewrite']['slug'])){
|
|
| 855 | + $args['rewrite']['slug'] = str_replace("/%gd_taxonomy%","",$args['rewrite']['slug']);
|
|
| 856 | + } |
|
| 857 | 857 | |
| 858 | - $alt_post_types[$post_type] = $args; |
|
| 858 | + $alt_post_types[$post_type] = $args; |
|
| 859 | 859 | |
| 860 | - } |
|
| 861 | - } |
|
| 860 | + } |
|
| 861 | + } |
|
| 862 | 862 | |
| 863 | - if(!empty($alt_post_types)) {
|
|
| 864 | - update_option('geodir_post_types',$alt_post_types);
|
|
| 865 | - } |
|
| 863 | + if(!empty($alt_post_types)) {
|
|
| 864 | + update_option('geodir_post_types',$alt_post_types);
|
|
| 865 | + } |
|
| 866 | 866 | |
| 867 | 867 | |
| 868 | - // flush the rewrite rules |
|
| 869 | - flush_rewrite_rules(); |
|
| 868 | + // flush the rewrite rules |
|
| 869 | + flush_rewrite_rules(); |
|
| 870 | 870 | } |
| 871 | 871 | |
| 872 | 872 | |
@@ -879,20 +879,20 @@ discard block |
||
| 879 | 879 | */ |
| 880 | 880 | function gd_fix_address_detail_table_limit() |
| 881 | 881 | {
|
| 882 | - global $wpdb; |
|
| 883 | - |
|
| 884 | - $all_postypes = geodir_get_posttypes(); |
|
| 885 | - |
|
| 886 | - if (!empty($all_postypes)) {
|
|
| 887 | - foreach ($all_postypes as $key) {
|
|
| 888 | - // update each GD CTP |
|
| 889 | - try {
|
|
| 890 | - $wpdb->query("ALTER TABLE " . $wpdb->prefix . "geodir_" . $key . "_detail MODIFY post_city VARCHAR( 50 ) NULL,MODIFY post_region VARCHAR( 50 ) NULL,MODIFY post_country VARCHAR( 50 ) NULL");
|
|
| 891 | - } catch(Exception $e) {
|
|
| 892 | - error_log( 'Error: ' . $e->getMessage() ); |
|
| 893 | - } |
|
| 894 | - } |
|
| 895 | - } |
|
| 882 | + global $wpdb; |
|
| 883 | + |
|
| 884 | + $all_postypes = geodir_get_posttypes(); |
|
| 885 | + |
|
| 886 | + if (!empty($all_postypes)) {
|
|
| 887 | + foreach ($all_postypes as $key) {
|
|
| 888 | + // update each GD CTP |
|
| 889 | + try {
|
|
| 890 | + $wpdb->query("ALTER TABLE " . $wpdb->prefix . "geodir_" . $key . "_detail MODIFY post_city VARCHAR( 50 ) NULL,MODIFY post_region VARCHAR( 50 ) NULL,MODIFY post_country VARCHAR( 50 ) NULL");
|
|
| 891 | + } catch(Exception $e) {
|
|
| 892 | + error_log( 'Error: ' . $e->getMessage() ); |
|
| 893 | + } |
|
| 894 | + } |
|
| 895 | + } |
|
| 896 | 896 | } |
| 897 | 897 | |
| 898 | 898 | /** |
@@ -904,63 +904,63 @@ discard block |
||
| 904 | 904 | * @return bool |
| 905 | 905 | */ |
| 906 | 906 | function geodir_upgrade_1618() {
|
| 907 | - global $wpdb; |
|
| 907 | + global $wpdb; |
|
| 908 | 908 | |
| 909 | - $gd_posttypes = geodir_get_posttypes(); |
|
| 910 | - $default_location = geodir_get_default_location(); |
|
| 909 | + $gd_posttypes = geodir_get_posttypes(); |
|
| 910 | + $default_location = geodir_get_default_location(); |
|
| 911 | 911 | |
| 912 | - $old_country = 'Czech Republic'; |
|
| 913 | - $old_slug = 'czech-republic'; |
|
| 914 | - $new_country = 'Czechia'; |
|
| 915 | - $new_slug = 'czechia'; |
|
| 916 | - $flush_rewrite_rules = false; |
|
| 917 | - |
|
| 918 | - if (!empty($gd_posttypes) && defined('POST_LOCATION_TABLE')) {
|
|
| 919 | - // Update locations |
|
| 920 | - if ($wpdb->query($wpdb->prepare("UPDATE `" . POST_LOCATION_TABLE . "` SET `country` = %s, country_slug = %s WHERE `country` LIKE %s OR country_slug LIKE %s", array($new_country, $new_slug, $old_country, $old_slug)))) {
|
|
| 921 | - $flush_rewrite_rules = true; |
|
| 922 | - } |
|
| 912 | + $old_country = 'Czech Republic'; |
|
| 913 | + $old_slug = 'czech-republic'; |
|
| 914 | + $new_country = 'Czechia'; |
|
| 915 | + $new_slug = 'czechia'; |
|
| 916 | + $flush_rewrite_rules = false; |
|
| 917 | + |
|
| 918 | + if (!empty($gd_posttypes) && defined('POST_LOCATION_TABLE')) {
|
|
| 919 | + // Update locations |
|
| 920 | + if ($wpdb->query($wpdb->prepare("UPDATE `" . POST_LOCATION_TABLE . "` SET `country` = %s, country_slug = %s WHERE `country` LIKE %s OR country_slug LIKE %s", array($new_country, $new_slug, $old_country, $old_slug)))) {
|
|
| 921 | + $flush_rewrite_rules = true; |
|
| 922 | + } |
|
| 923 | 923 | |
| 924 | - // Update locations seo |
|
| 925 | - if ($wpdb->query($wpdb->prepare("UPDATE `" . LOCATION_SEO_TABLE . "` SET `country_slug` = %s WHERE country_slug LIKE %s", array($new_slug, $old_slug)))) {
|
|
| 926 | - $flush_rewrite_rules = true; |
|
| 927 | - } |
|
| 928 | - |
|
| 929 | - // Update term meta |
|
| 930 | - if ($wpdb->query($wpdb->prepare("UPDATE `" . GEODIR_TERM_META . "` SET `country_slug` = %s WHERE country_slug LIKE %s", array($new_slug, $old_slug)))) {
|
|
| 931 | - $flush_rewrite_rules = true; |
|
| 932 | - } |
|
| 933 | - |
|
| 934 | - if ($wpdb->query($wpdb->prepare("UPDATE `" . GEODIR_TERM_META . "` SET `location_name` = %s WHERE location_type LIKE 'gd_country' AND location_name LIKE %s", array($new_slug, $old_slug)))) {
|
|
| 935 | - $flush_rewrite_rules = true; |
|
| 936 | - } |
|
| 937 | - |
|
| 938 | - // Update detail table |
|
| 939 | - foreach ($gd_posttypes as $pos_type) {
|
|
| 940 | - try {
|
|
| 941 | - if ($wpdb->query("UPDATE `" . $wpdb->prefix . "geodir_" . $pos_type . "_detail` SET post_country = '" . $new_country . "', post_locations = REPLACE ( post_locations, ',[" . $old_slug . "]', ',[" . $new_slug . "]' ) WHERE post_locations LIKE '%[" . $old_slug . "]' OR post_country LIKE '" . $old_country . "'")) {
|
|
| 942 | - $flush_rewrite_rules = true; |
|
| 943 | - } |
|
| 944 | - } catch(Exception $e) {
|
|
| 945 | - error_log( 'Error: ' . $e->getMessage() ); |
|
| 946 | - } |
|
| 947 | - } |
|
| 948 | - } |
|
| 924 | + // Update locations seo |
|
| 925 | + if ($wpdb->query($wpdb->prepare("UPDATE `" . LOCATION_SEO_TABLE . "` SET `country_slug` = %s WHERE country_slug LIKE %s", array($new_slug, $old_slug)))) {
|
|
| 926 | + $flush_rewrite_rules = true; |
|
| 927 | + } |
|
| 928 | + |
|
| 929 | + // Update term meta |
|
| 930 | + if ($wpdb->query($wpdb->prepare("UPDATE `" . GEODIR_TERM_META . "` SET `country_slug` = %s WHERE country_slug LIKE %s", array($new_slug, $old_slug)))) {
|
|
| 931 | + $flush_rewrite_rules = true; |
|
| 932 | + } |
|
| 933 | + |
|
| 934 | + if ($wpdb->query($wpdb->prepare("UPDATE `" . GEODIR_TERM_META . "` SET `location_name` = %s WHERE location_type LIKE 'gd_country' AND location_name LIKE %s", array($new_slug, $old_slug)))) {
|
|
| 935 | + $flush_rewrite_rules = true; |
|
| 936 | + } |
|
| 937 | + |
|
| 938 | + // Update detail table |
|
| 939 | + foreach ($gd_posttypes as $pos_type) {
|
|
| 940 | + try {
|
|
| 941 | + if ($wpdb->query("UPDATE `" . $wpdb->prefix . "geodir_" . $pos_type . "_detail` SET post_country = '" . $new_country . "', post_locations = REPLACE ( post_locations, ',[" . $old_slug . "]', ',[" . $new_slug . "]' ) WHERE post_locations LIKE '%[" . $old_slug . "]' OR post_country LIKE '" . $old_country . "'")) {
|
|
| 942 | + $flush_rewrite_rules = true; |
|
| 943 | + } |
|
| 944 | + } catch(Exception $e) {
|
|
| 945 | + error_log( 'Error: ' . $e->getMessage() ); |
|
| 946 | + } |
|
| 947 | + } |
|
| 948 | + } |
|
| 949 | 949 | |
| 950 | - if (!empty($default_location) && ((isset($default_location->country) && $default_location->country == $old_country) || (isset($default_location->country_slug) && $default_location->country_slug == $old_slug))) {
|
|
| 951 | - $default_location->country = $new_country; |
|
| 952 | - $default_location->country_slug = $new_slug; |
|
| 950 | + if (!empty($default_location) && ((isset($default_location->country) && $default_location->country == $old_country) || (isset($default_location->country_slug) && $default_location->country_slug == $old_slug))) {
|
|
| 951 | + $default_location->country = $new_country; |
|
| 952 | + $default_location->country_slug = $new_slug; |
|
| 953 | 953 | |
| 954 | - update_option('geodir_default_location', $default_location);
|
|
| 954 | + update_option('geodir_default_location', $default_location);
|
|
| 955 | 955 | |
| 956 | - $flush_rewrite_rules = true; |
|
| 957 | - } |
|
| 956 | + $flush_rewrite_rules = true; |
|
| 957 | + } |
|
| 958 | 958 | |
| 959 | - if ($flush_rewrite_rules) {
|
|
| 960 | - flush_rewrite_rules(); |
|
| 961 | - } |
|
| 959 | + if ($flush_rewrite_rules) {
|
|
| 960 | + flush_rewrite_rules(); |
|
| 961 | + } |
|
| 962 | 962 | |
| 963 | - return true; |
|
| 963 | + return true; |
|
| 964 | 964 | } |
| 965 | 965 | |
| 966 | 966 | /** |
@@ -971,9 +971,9 @@ discard block |
||
| 971 | 971 | * @return bool |
| 972 | 972 | */ |
| 973 | 973 | function geodir_upgrade_1622() {
|
| 974 | - if ( get_option( 'geodir_notify_post_submit', '-1' ) == '-1' ) {
|
|
| 975 | - update_option( 'geodir_notify_post_submit', '1' ); |
|
| 976 | - } |
|
| 974 | + if ( get_option( 'geodir_notify_post_submit', '-1' ) == '-1' ) {
|
|
| 975 | + update_option( 'geodir_notify_post_submit', '1' ); |
|
| 976 | + } |
|
| 977 | 977 | |
| 978 | - return true; |
|
| 978 | + return true; |
|
| 979 | 979 | } |
| 980 | 980 | \ No newline at end of file |
@@ -9,7 +9,7 @@ discard block |
||
| 9 | 9 | |
| 10 | 10 | global $wpdb; |
| 11 | 11 | |
| 12 | -if (get_option('geodirectory' . '_db_version') != GEODIRECTORY_VERSION) {
|
|
| 12 | +if (get_option('geodirectory'.'_db_version') != GEODIRECTORY_VERSION) {
|
|
| 13 | 13 | /** |
| 14 | 14 | * Include custom database table related functions. |
| 15 | 15 | * |
@@ -54,9 +54,9 @@ discard block |
||
| 54 | 54 | add_action('init', 'geodir_upgrade_1622', 11);
|
| 55 | 55 | } |
| 56 | 56 | |
| 57 | - add_action('init', 'gd_fix_cpt_rewrite_slug', 11);// this needs to be kept for a few versions
|
|
| 57 | + add_action('init', 'gd_fix_cpt_rewrite_slug', 11); // this needs to be kept for a few versions
|
|
| 58 | 58 | |
| 59 | - update_option('geodirectory' . '_db_version', GEODIRECTORY_VERSION);
|
|
| 59 | + update_option('geodirectory'.'_db_version', GEODIRECTORY_VERSION);
|
|
| 60 | 60 | |
| 61 | 61 | } |
| 62 | 62 | |
@@ -92,7 +92,7 @@ discard block |
||
| 92 | 92 | * @since 1.0.0 |
| 93 | 93 | * @package GeoDirectory |
| 94 | 94 | */ |
| 95 | -function geodir_upgrade_146(){
|
|
| 95 | +function geodir_upgrade_146() {
|
|
| 96 | 96 | gd_convert_virtual_pages(); |
| 97 | 97 | } |
| 98 | 98 | |
@@ -102,7 +102,7 @@ discard block |
||
| 102 | 102 | * @since 1.5.0 |
| 103 | 103 | * @package GeoDirectory |
| 104 | 104 | */ |
| 105 | -function geodir_upgrade_150(){
|
|
| 105 | +function geodir_upgrade_150() {
|
|
| 106 | 106 | gd_fix_cpt_rewrite_slug(); |
| 107 | 107 | } |
| 108 | 108 | |
@@ -114,12 +114,12 @@ discard block |
||
| 114 | 114 | * @since 1.4.8 |
| 115 | 115 | * @package GeoDirectory |
| 116 | 116 | */ |
| 117 | -function geodir_upgrade_148(){
|
|
| 117 | +function geodir_upgrade_148() {
|
|
| 118 | 118 | /* |
| 119 | 119 | * Blank the users google password if present as we now use oAuth 2.0 |
| 120 | 120 | */ |
| 121 | - update_option('geodir_ga_pass','');
|
|
| 122 | - update_option('geodir_ga_user','');
|
|
| 121 | + update_option('geodir_ga_pass', '');
|
|
| 122 | + update_option('geodir_ga_user', '');
|
|
| 123 | 123 | |
| 124 | 124 | } |
| 125 | 125 | |
@@ -130,7 +130,7 @@ discard block |
||
| 130 | 130 | * @since 1.5.3 |
| 131 | 131 | * @package GeoDirectory |
| 132 | 132 | */ |
| 133 | -function geodir_upgrade_153(){
|
|
| 133 | +function geodir_upgrade_153() {
|
|
| 134 | 134 | geodir_create_page(esc_sql(_x('gd-info', 'page_slug', 'geodirectory')), 'geodir_info_page', __('Info', 'geodirectory'), '');
|
| 135 | 135 | geodir_create_page(esc_sql(_x('gd-login', 'page_slug', 'geodirectory')), 'geodir_login_page', __('Login', 'geodirectory'), '');
|
| 136 | 136 | } |
@@ -141,7 +141,7 @@ discard block |
||
| 141 | 141 | * @since 1.5.3 |
| 142 | 142 | * @package GeoDirectory |
| 143 | 143 | */ |
| 144 | -function geodir_upgrade_154(){
|
|
| 144 | +function geodir_upgrade_154() {
|
|
| 145 | 145 | geodir_create_page(esc_sql(_x('gd-home', 'page_slug', 'geodirectory')), 'geodir_home_page', __('GD Home page', 'geodirectory'), '');
|
| 146 | 146 | } |
| 147 | 147 | |
@@ -151,7 +151,7 @@ discard block |
||
| 151 | 151 | * @since 1.5.2 |
| 152 | 152 | * @package GeoDirectory |
| 153 | 153 | */ |
| 154 | -function geodir_upgrade_152(){
|
|
| 154 | +function geodir_upgrade_152() {
|
|
| 155 | 155 | gd_fix_address_detail_table_limit(); |
| 156 | 156 | } |
| 157 | 157 | |
@@ -187,7 +187,7 @@ discard block |
||
| 187 | 187 | function geodir_fix_review_date() |
| 188 | 188 | {
|
| 189 | 189 | global $wpdb; |
| 190 | - $wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN $wpdb->comments c ON gdr.comment_id=c.comment_ID SET gdr.post_date = c.comment_date WHERE gdr.post_date='0000-00-00 00:00:00'");
|
|
| 190 | + $wpdb->query("UPDATE ".GEODIR_REVIEW_TABLE." gdr JOIN $wpdb->comments c ON gdr.comment_id=c.comment_ID SET gdr.post_date = c.comment_date WHERE gdr.post_date='0000-00-00 00:00:00'");
|
|
| 191 | 191 | } |
| 192 | 192 | |
| 193 | 193 | /** |
@@ -200,7 +200,7 @@ discard block |
||
| 200 | 200 | function geodir_fix_review_post_status() |
| 201 | 201 | {
|
| 202 | 202 | global $wpdb; |
| 203 | - $wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN $wpdb->posts p ON gdr.post_id=p.ID SET gdr.post_status = 1 WHERE gdr.post_status IS NULL AND p.post_status='publish'");
|
|
| 203 | + $wpdb->query("UPDATE ".GEODIR_REVIEW_TABLE." gdr JOIN $wpdb->posts p ON gdr.post_id=p.ID SET gdr.post_status = 1 WHERE gdr.post_status IS NULL AND p.post_status='publish'");
|
|
| 204 | 204 | } |
| 205 | 205 | |
| 206 | 206 | /** |
@@ -214,7 +214,7 @@ discard block |
||
| 214 | 214 | function geodir_fix_review_content() |
| 215 | 215 | {
|
| 216 | 216 | global $wpdb; |
| 217 | - if ($wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN $wpdb->comments c ON gdr.comment_id=c.comment_ID SET gdr.comment_content = c.comment_content WHERE gdr.comment_content IS NULL")) {
|
|
| 217 | + if ($wpdb->query("UPDATE ".GEODIR_REVIEW_TABLE." gdr JOIN $wpdb->comments c ON gdr.comment_id=c.comment_ID SET gdr.comment_content = c.comment_content WHERE gdr.comment_content IS NULL")) {
|
|
| 218 | 218 | return true; |
| 219 | 219 | } else {
|
| 220 | 220 | return false; |
@@ -239,7 +239,7 @@ discard block |
||
| 239 | 239 | foreach ($all_postypes as $key) {
|
| 240 | 240 | // update each GD CTP |
| 241 | 241 | |
| 242 | - $wpdb->query("UPDATE " . GEODIR_REVIEW_TABLE . " gdr JOIN " . $wpdb->prefix . "geodir_" . $key . "_detail d ON gdr.post_id=d.post_id SET gdr.post_latitude = d.post_latitude, gdr.post_longitude = d.post_longitude, gdr.post_city = d.post_city, gdr.post_region=d.post_region, gdr.post_country=d.post_country WHERE gdr.post_latitude IS NULL OR gdr.post_city IS NULL");
|
|
| 242 | + $wpdb->query("UPDATE ".GEODIR_REVIEW_TABLE." gdr JOIN ".$wpdb->prefix."geodir_".$key."_detail d ON gdr.post_id=d.post_id SET gdr.post_latitude = d.post_latitude, gdr.post_longitude = d.post_longitude, gdr.post_city = d.post_city, gdr.post_region=d.post_region, gdr.post_country=d.post_country WHERE gdr.post_latitude IS NULL OR gdr.post_city IS NULL");
|
|
| 243 | 243 | |
| 244 | 244 | } |
| 245 | 245 | return true; |
@@ -263,7 +263,7 @@ discard block |
||
| 263 | 263 | if (!empty($all_postypes)) {
|
| 264 | 264 | foreach ($all_postypes as $key) {
|
| 265 | 265 | // update each GD CTP |
| 266 | - $reviews = $wpdb->get_results("SELECT post_id FROM " . $wpdb->prefix . "geodir_" . $key . "_detail d");
|
|
| 266 | + $reviews = $wpdb->get_results("SELECT post_id FROM ".$wpdb->prefix."geodir_".$key."_detail d");
|
|
| 267 | 267 | |
| 268 | 268 | if (!empty($reviews)) {
|
| 269 | 269 | foreach ($reviews as $post_id) {
|
@@ -278,51 +278,51 @@ discard block |
||
| 278 | 278 | } |
| 279 | 279 | |
| 280 | 280 | |
| 281 | -function gd_convert_custom_field_display(){
|
|
| 281 | +function gd_convert_custom_field_display() {
|
|
| 282 | 282 | global $wpdb; |
| 283 | 283 | |
| 284 | - $field_info = $wpdb->get_results("select * from " . GEODIR_CUSTOM_FIELDS_TABLE);
|
|
| 284 | + $field_info = $wpdb->get_results("select * from ".GEODIR_CUSTOM_FIELDS_TABLE);
|
|
| 285 | 285 | |
| 286 | 286 | $has_run = get_option('gd_convert_custom_field_display');
|
| 287 | - if($has_run){return;}
|
|
| 287 | + if ($has_run) {return; }
|
|
| 288 | 288 | |
| 289 | 289 | // set the field_type_key for standard fields |
| 290 | 290 | $wpdb->query("UPDATE ".GEODIR_CUSTOM_FIELDS_TABLE." SET field_type_key = field_type");
|
| 291 | 291 | |
| 292 | 292 | |
| 293 | - if(is_array( $field_info)){
|
|
| 293 | + if (is_array($field_info)) {
|
|
| 294 | 294 | |
| 295 | - foreach( $field_info as $cf){
|
|
| 295 | + foreach ($field_info as $cf) {
|
|
| 296 | 296 | |
| 297 | 297 | $id = $cf->id; |
| 298 | 298 | |
| 299 | - if(!property_exists($cf,'show_in') || !$id){return;}
|
|
| 299 | + if (!property_exists($cf, 'show_in') || !$id) {return; }
|
|
| 300 | 300 | |
| 301 | 301 | $show_in_arr = array(); |
| 302 | 302 | |
| 303 | - if($cf->is_default){
|
|
| 303 | + if ($cf->is_default) {
|
|
| 304 | 304 | $show_in_arr[] = "[detail]"; |
| 305 | 305 | } |
| 306 | 306 | |
| 307 | - if($cf->show_on_detail){
|
|
| 307 | + if ($cf->show_on_detail) {
|
|
| 308 | 308 | $show_in_arr[] = "[moreinfo]"; |
| 309 | 309 | } |
| 310 | 310 | |
| 311 | - if($cf->show_on_listing){
|
|
| 311 | + if ($cf->show_on_listing) {
|
|
| 312 | 312 | $show_in_arr[] = "[listing]"; |
| 313 | 313 | } |
| 314 | 314 | |
| 315 | - if($cf->show_as_tab || $cf->htmlvar_name=='geodir_video' || $cf->htmlvar_name=='geodir_special_offers'){
|
|
| 315 | + if ($cf->show_as_tab || $cf->htmlvar_name == 'geodir_video' || $cf->htmlvar_name == 'geodir_special_offers') {
|
|
| 316 | 316 | $show_in_arr[] = "[owntab]"; |
| 317 | 317 | } |
| 318 | 318 | |
| 319 | - if($cf->htmlvar_name=='post' || $cf->htmlvar_name=='geodir_contact' || $cf->htmlvar_name=='geodir_timing'){
|
|
| 319 | + if ($cf->htmlvar_name == 'post' || $cf->htmlvar_name == 'geodir_contact' || $cf->htmlvar_name == 'geodir_timing') {
|
|
| 320 | 320 | $show_in_arr[] = "[mapbubble]"; |
| 321 | 321 | } |
| 322 | 322 | |
| 323 | - if(!empty($show_in_arr )){
|
|
| 324 | - $show_in_arr = implode(',',$show_in_arr);
|
|
| 325 | - }else{
|
|
| 323 | + if (!empty($show_in_arr)) {
|
|
| 324 | + $show_in_arr = implode(',', $show_in_arr);
|
|
| 325 | + } else {
|
|
| 326 | 326 | $show_in_arr = ''; |
| 327 | 327 | } |
| 328 | 328 | |
@@ -330,7 +330,7 @@ discard block |
||
| 330 | 330 | |
| 331 | 331 | } |
| 332 | 332 | |
| 333 | - update_option('gd_convert_custom_field_display',1);
|
|
| 333 | + update_option('gd_convert_custom_field_display', 1);
|
|
| 334 | 334 | } |
| 335 | 335 | } |
| 336 | 336 | |
@@ -762,7 +762,7 @@ discard block |
||
| 762 | 762 | |
| 763 | 763 | update_option('gd_theme_compats', $theme_compat);
|
| 764 | 764 | |
| 765 | - gd_set_theme_compat();// set the compat pack if avail |
|
| 765 | + gd_set_theme_compat(); // set the compat pack if avail |
|
| 766 | 766 | } |
| 767 | 767 | |
| 768 | 768 | |
@@ -773,61 +773,61 @@ discard block |
||
| 773 | 773 | * @package GeoDirectory |
| 774 | 774 | * @global object $wpdb WordPress Database object. |
| 775 | 775 | */ |
| 776 | -function gd_convert_virtual_pages(){
|
|
| 776 | +function gd_convert_virtual_pages() {
|
|
| 777 | 777 | global $wpdb; |
| 778 | 778 | |
| 779 | 779 | // Update the add listing page settings |
| 780 | 780 | $add_listing_page = $wpdb->get_var( |
| 781 | 781 | $wpdb->prepare( |
| 782 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 782 | + "SELECT ID FROM ".$wpdb->posts." WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 783 | 783 | array('add-listing')
|
| 784 | 784 | ) |
| 785 | 785 | ); |
| 786 | 786 | |
| 787 | - if($add_listing_page){
|
|
| 788 | - wp_update_post( array('ID' => $add_listing_page, 'post_status' => 'publish') );
|
|
| 789 | - update_option( 'geodir_add_listing_page', $add_listing_page); |
|
| 787 | + if ($add_listing_page) {
|
|
| 788 | + wp_update_post(array('ID' => $add_listing_page, 'post_status' => 'publish'));
|
|
| 789 | + update_option('geodir_add_listing_page', $add_listing_page);
|
|
| 790 | 790 | } |
| 791 | 791 | |
| 792 | 792 | // Update the listing preview page settings |
| 793 | 793 | $listing_preview_page = $wpdb->get_var( |
| 794 | 794 | $wpdb->prepare( |
| 795 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 795 | + "SELECT ID FROM ".$wpdb->posts." WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 796 | 796 | array('listing-preview')
|
| 797 | 797 | ) |
| 798 | 798 | ); |
| 799 | 799 | |
| 800 | - if($listing_preview_page){
|
|
| 801 | - wp_update_post( array('ID' => $listing_preview_page, 'post_status' => 'publish') );
|
|
| 802 | - update_option( 'geodir_preview_page', $listing_preview_page); |
|
| 800 | + if ($listing_preview_page) {
|
|
| 801 | + wp_update_post(array('ID' => $listing_preview_page, 'post_status' => 'publish'));
|
|
| 802 | + update_option('geodir_preview_page', $listing_preview_page);
|
|
| 803 | 803 | } |
| 804 | 804 | |
| 805 | 805 | // Update the listing success page settings |
| 806 | 806 | $listing_success_page = $wpdb->get_var( |
| 807 | 807 | $wpdb->prepare( |
| 808 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 808 | + "SELECT ID FROM ".$wpdb->posts." WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 809 | 809 | array('listing-success')
|
| 810 | 810 | ) |
| 811 | 811 | ); |
| 812 | 812 | |
| 813 | - if($listing_success_page){
|
|
| 814 | - wp_update_post( array('ID' => $listing_success_page, 'post_status' => 'publish') );
|
|
| 815 | - update_option( 'geodir_success_page', $listing_success_page); |
|
| 813 | + if ($listing_success_page) {
|
|
| 814 | + wp_update_post(array('ID' => $listing_success_page, 'post_status' => 'publish'));
|
|
| 815 | + update_option('geodir_success_page', $listing_success_page);
|
|
| 816 | 816 | } |
| 817 | 817 | |
| 818 | 818 | // Update the listing success page settings |
| 819 | 819 | $location_page = $wpdb->get_var( |
| 820 | 820 | $wpdb->prepare( |
| 821 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 821 | + "SELECT ID FROM ".$wpdb->posts." WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 822 | 822 | array('location')
|
| 823 | 823 | ) |
| 824 | 824 | ); |
| 825 | 825 | |
| 826 | - if($location_page){
|
|
| 826 | + if ($location_page) {
|
|
| 827 | 827 | $location_slug = get_option('geodir_location_prefix');
|
| 828 | - if(!$location_slug ){$location_slug = 'location';}
|
|
| 829 | - wp_update_post( array('ID' => $location_page, 'post_status' => 'publish','post_name' => $location_slug) );
|
|
| 830 | - update_option( 'geodir_location_page', $location_page); |
|
| 828 | + if (!$location_slug) {$location_slug = 'location'; }
|
|
| 829 | + wp_update_post(array('ID' => $location_page, 'post_status' => 'publish', 'post_name' => $location_slug));
|
|
| 830 | + update_option('geodir_location_page', $location_page);
|
|
| 831 | 831 | } |
| 832 | 832 | |
| 833 | 833 | } |
@@ -846,13 +846,13 @@ discard block |
||
| 846 | 846 | $post_types = get_option('geodir_post_types');
|
| 847 | 847 | |
| 848 | 848 | |
| 849 | - if (is_array($post_types)){
|
|
| 849 | + if (is_array($post_types)) {
|
|
| 850 | 850 | |
| 851 | 851 | foreach ($post_types as $post_type => $args) {
|
| 852 | 852 | |
| 853 | 853 | |
| 854 | - if(isset($args['rewrite']['slug'])){
|
|
| 855 | - $args['rewrite']['slug'] = str_replace("/%gd_taxonomy%","",$args['rewrite']['slug']);
|
|
| 854 | + if (isset($args['rewrite']['slug'])) {
|
|
| 855 | + $args['rewrite']['slug'] = str_replace("/%gd_taxonomy%", "", $args['rewrite']['slug']);
|
|
| 856 | 856 | } |
| 857 | 857 | |
| 858 | 858 | $alt_post_types[$post_type] = $args; |
@@ -860,8 +860,8 @@ discard block |
||
| 860 | 860 | } |
| 861 | 861 | } |
| 862 | 862 | |
| 863 | - if(!empty($alt_post_types)) {
|
|
| 864 | - update_option('geodir_post_types',$alt_post_types);
|
|
| 863 | + if (!empty($alt_post_types)) {
|
|
| 864 | + update_option('geodir_post_types', $alt_post_types);
|
|
| 865 | 865 | } |
| 866 | 866 | |
| 867 | 867 | |
@@ -887,9 +887,9 @@ discard block |
||
| 887 | 887 | foreach ($all_postypes as $key) {
|
| 888 | 888 | // update each GD CTP |
| 889 | 889 | try {
|
| 890 | - $wpdb->query("ALTER TABLE " . $wpdb->prefix . "geodir_" . $key . "_detail MODIFY post_city VARCHAR( 50 ) NULL,MODIFY post_region VARCHAR( 50 ) NULL,MODIFY post_country VARCHAR( 50 ) NULL");
|
|
| 891 | - } catch(Exception $e) {
|
|
| 892 | - error_log( 'Error: ' . $e->getMessage() ); |
|
| 890 | + $wpdb->query("ALTER TABLE ".$wpdb->prefix."geodir_".$key."_detail MODIFY post_city VARCHAR( 50 ) NULL,MODIFY post_region VARCHAR( 50 ) NULL,MODIFY post_country VARCHAR( 50 ) NULL");
|
|
| 891 | + } catch (Exception $e) {
|
|
| 892 | + error_log('Error: '.$e->getMessage());
|
|
| 893 | 893 | } |
| 894 | 894 | } |
| 895 | 895 | } |
@@ -917,32 +917,32 @@ discard block |
||
| 917 | 917 | |
| 918 | 918 | if (!empty($gd_posttypes) && defined('POST_LOCATION_TABLE')) {
|
| 919 | 919 | // Update locations |
| 920 | - if ($wpdb->query($wpdb->prepare("UPDATE `" . POST_LOCATION_TABLE . "` SET `country` = %s, country_slug = %s WHERE `country` LIKE %s OR country_slug LIKE %s", array($new_country, $new_slug, $old_country, $old_slug)))) {
|
|
| 920 | + if ($wpdb->query($wpdb->prepare("UPDATE `".POST_LOCATION_TABLE."` SET `country` = %s, country_slug = %s WHERE `country` LIKE %s OR country_slug LIKE %s", array($new_country, $new_slug, $old_country, $old_slug)))) {
|
|
| 921 | 921 | $flush_rewrite_rules = true; |
| 922 | 922 | } |
| 923 | 923 | |
| 924 | 924 | // Update locations seo |
| 925 | - if ($wpdb->query($wpdb->prepare("UPDATE `" . LOCATION_SEO_TABLE . "` SET `country_slug` = %s WHERE country_slug LIKE %s", array($new_slug, $old_slug)))) {
|
|
| 925 | + if ($wpdb->query($wpdb->prepare("UPDATE `".LOCATION_SEO_TABLE."` SET `country_slug` = %s WHERE country_slug LIKE %s", array($new_slug, $old_slug)))) {
|
|
| 926 | 926 | $flush_rewrite_rules = true; |
| 927 | 927 | } |
| 928 | 928 | |
| 929 | 929 | // Update term meta |
| 930 | - if ($wpdb->query($wpdb->prepare("UPDATE `" . GEODIR_TERM_META . "` SET `country_slug` = %s WHERE country_slug LIKE %s", array($new_slug, $old_slug)))) {
|
|
| 930 | + if ($wpdb->query($wpdb->prepare("UPDATE `".GEODIR_TERM_META."` SET `country_slug` = %s WHERE country_slug LIKE %s", array($new_slug, $old_slug)))) {
|
|
| 931 | 931 | $flush_rewrite_rules = true; |
| 932 | 932 | } |
| 933 | 933 | |
| 934 | - if ($wpdb->query($wpdb->prepare("UPDATE `" . GEODIR_TERM_META . "` SET `location_name` = %s WHERE location_type LIKE 'gd_country' AND location_name LIKE %s", array($new_slug, $old_slug)))) {
|
|
| 934 | + if ($wpdb->query($wpdb->prepare("UPDATE `".GEODIR_TERM_META."` SET `location_name` = %s WHERE location_type LIKE 'gd_country' AND location_name LIKE %s", array($new_slug, $old_slug)))) {
|
|
| 935 | 935 | $flush_rewrite_rules = true; |
| 936 | 936 | } |
| 937 | 937 | |
| 938 | 938 | // Update detail table |
| 939 | 939 | foreach ($gd_posttypes as $pos_type) {
|
| 940 | 940 | try {
|
| 941 | - if ($wpdb->query("UPDATE `" . $wpdb->prefix . "geodir_" . $pos_type . "_detail` SET post_country = '" . $new_country . "', post_locations = REPLACE ( post_locations, ',[" . $old_slug . "]', ',[" . $new_slug . "]' ) WHERE post_locations LIKE '%[" . $old_slug . "]' OR post_country LIKE '" . $old_country . "'")) {
|
|
| 941 | + if ($wpdb->query("UPDATE `".$wpdb->prefix."geodir_".$pos_type."_detail` SET post_country = '".$new_country."', post_locations = REPLACE ( post_locations, ',[".$old_slug."]', ',[".$new_slug."]' ) WHERE post_locations LIKE '%[".$old_slug."]' OR post_country LIKE '".$old_country."'")) {
|
|
| 942 | 942 | $flush_rewrite_rules = true; |
| 943 | 943 | } |
| 944 | - } catch(Exception $e) {
|
|
| 945 | - error_log( 'Error: ' . $e->getMessage() ); |
|
| 944 | + } catch (Exception $e) {
|
|
| 945 | + error_log('Error: '.$e->getMessage());
|
|
| 946 | 946 | } |
| 947 | 947 | } |
| 948 | 948 | } |
@@ -971,8 +971,8 @@ discard block |
||
| 971 | 971 | * @return bool |
| 972 | 972 | */ |
| 973 | 973 | function geodir_upgrade_1622() {
|
| 974 | - if ( get_option( 'geodir_notify_post_submit', '-1' ) == '-1' ) {
|
|
| 975 | - update_option( 'geodir_notify_post_submit', '1' ); |
|
| 974 | + if (get_option('geodir_notify_post_submit', '-1') == '-1') {
|
|
| 975 | + update_option('geodir_notify_post_submit', '1');
|
|
| 976 | 976 | } |
| 977 | 977 | |
| 978 | 978 | return true; |
@@ -1345,6 +1345,9 @@ discard block |
||
| 1345 | 1345 | } |
| 1346 | 1346 | |
| 1347 | 1347 | |
| 1348 | +/** |
|
| 1349 | + * @return string |
|
| 1350 | + */ |
|
| 1348 | 1351 | function geodir_field_icon_proccess($cf){
|
| 1349 | 1352 | |
| 1350 | 1353 | |
@@ -1738,7 +1741,7 @@ discard block |
||
| 1738 | 1741 | * @global object $wpdb WordPress Database object. |
| 1739 | 1742 | * @global string $plugin_prefix Geodirectory plugin table prefix. |
| 1740 | 1743 | * @param int $post_id The post ID. |
| 1741 | - * @return mixed Returns video. |
|
| 1744 | + * @return string Returns video. |
|
| 1742 | 1745 | */ |
| 1743 | 1746 | function geodir_get_video($post_id) |
| 1744 | 1747 | {
|
@@ -1764,7 +1767,7 @@ discard block |
||
| 1764 | 1767 | * @global object $wpdb WordPress Database object. |
| 1765 | 1768 | * @global string $plugin_prefix Geodirectory plugin table prefix. |
| 1766 | 1769 | * @param int $post_id The post ID. |
| 1767 | - * @return mixed Returns special offers. |
|
| 1770 | + * @return string Returns special offers. |
|
| 1768 | 1771 | */ |
| 1769 | 1772 | function geodir_get_special_offers($post_id) |
| 1770 | 1773 | {
|
@@ -1788,7 +1791,7 @@ discard block |
||
| 1788 | 1791 | * |
| 1789 | 1792 | * @since 1.0.0 |
| 1790 | 1793 | * @package GeoDirectory |
| 1791 | - * @return mixed|void Returns max upload file size. |
|
| 1794 | + * @return string|null Returns max upload file size. |
|
| 1792 | 1795 | */ |
| 1793 | 1796 | function geodir_max_upload_size() |
| 1794 | 1797 | {
|
@@ -2157,7 +2160,6 @@ discard block |
||
| 2157 | 2160 | * @param string $field_type The form field type. |
| 2158 | 2161 | * @param object|int $result_str The custom field results object or row id. |
| 2159 | 2162 | * @param string $field_ins_upd When set to "submit" displays form. |
| 2160 | - * @param bool $default when set to true field will be for admin use only. |
|
| 2161 | 2163 | */ |
| 2162 | 2164 | function geodir_custom_sort_field_adminhtml($field_type, $result_str, $field_ins_upd = '', $field_type_key='') |
| 2163 | 2165 | {
|
@@ -10,52 +10,52 @@ discard block |
||
| 10 | 10 | global $wpdb, $table_prefix; |
| 11 | 11 | |
| 12 | 12 | if (!function_exists('geodir_column_exist')) {
|
| 13 | - /** |
|
| 14 | - * Check table column exist or not. |
|
| 15 | - * |
|
| 16 | - * @since 1.0.0 |
|
| 17 | - * @package GeoDirectory |
|
| 18 | - * @global object $wpdb WordPress Database object. |
|
| 19 | - * @param string $db The table name. |
|
| 20 | - * @param string $column The column name. |
|
| 21 | - * @return bool If column exists returns true. Otherwise false. |
|
| 22 | - */ |
|
| 23 | - function geodir_column_exist($db, $column) |
|
| 24 | - {
|
|
| 25 | - global $wpdb; |
|
| 26 | - $exists = false; |
|
| 27 | - $columns = $wpdb->get_col("show columns from $db");
|
|
| 28 | - foreach ($columns as $c) {
|
|
| 29 | - if ($c == $column) {
|
|
| 30 | - $exists = true; |
|
| 31 | - break; |
|
| 32 | - } |
|
| 33 | - } |
|
| 34 | - return $exists; |
|
| 35 | - } |
|
| 13 | + /** |
|
| 14 | + * Check table column exist or not. |
|
| 15 | + * |
|
| 16 | + * @since 1.0.0 |
|
| 17 | + * @package GeoDirectory |
|
| 18 | + * @global object $wpdb WordPress Database object. |
|
| 19 | + * @param string $db The table name. |
|
| 20 | + * @param string $column The column name. |
|
| 21 | + * @return bool If column exists returns true. Otherwise false. |
|
| 22 | + */ |
|
| 23 | + function geodir_column_exist($db, $column) |
|
| 24 | + {
|
|
| 25 | + global $wpdb; |
|
| 26 | + $exists = false; |
|
| 27 | + $columns = $wpdb->get_col("show columns from $db");
|
|
| 28 | + foreach ($columns as $c) {
|
|
| 29 | + if ($c == $column) {
|
|
| 30 | + $exists = true; |
|
| 31 | + break; |
|
| 32 | + } |
|
| 33 | + } |
|
| 34 | + return $exists; |
|
| 35 | + } |
|
| 36 | 36 | } |
| 37 | 37 | |
| 38 | 38 | if (!function_exists('geodir_add_column_if_not_exist')) {
|
| 39 | - /** |
|
| 40 | - * Add column if table column not exist. |
|
| 41 | - * |
|
| 42 | - * @since 1.0.0 |
|
| 43 | - * @package GeoDirectory |
|
| 44 | - * @global object $wpdb WordPress Database object. |
|
| 45 | - * @param string $db The table name. |
|
| 46 | - * @param string $column The column name. |
|
| 47 | - * @param string $column_attr The column attributes. |
|
| 48 | - */ |
|
| 49 | - function geodir_add_column_if_not_exist($db, $column, $column_attr = "VARCHAR( 255 ) NOT NULL") |
|
| 50 | - {
|
|
| 51 | - global $wpdb; |
|
| 52 | - $result = 0;// no rows affected |
|
| 53 | - if (!geodir_column_exist($db, $column)) {
|
|
| 54 | - if (!empty($db) && !empty($column)) |
|
| 55 | - $result = $wpdb->query("ALTER TABLE `$db` ADD `$column` $column_attr");
|
|
| 56 | - } |
|
| 57 | - return $result; |
|
| 58 | - } |
|
| 39 | + /** |
|
| 40 | + * Add column if table column not exist. |
|
| 41 | + * |
|
| 42 | + * @since 1.0.0 |
|
| 43 | + * @package GeoDirectory |
|
| 44 | + * @global object $wpdb WordPress Database object. |
|
| 45 | + * @param string $db The table name. |
|
| 46 | + * @param string $column The column name. |
|
| 47 | + * @param string $column_attr The column attributes. |
|
| 48 | + */ |
|
| 49 | + function geodir_add_column_if_not_exist($db, $column, $column_attr = "VARCHAR( 255 ) NOT NULL") |
|
| 50 | + {
|
|
| 51 | + global $wpdb; |
|
| 52 | + $result = 0;// no rows affected |
|
| 53 | + if (!geodir_column_exist($db, $column)) {
|
|
| 54 | + if (!empty($db) && !empty($column)) |
|
| 55 | + $result = $wpdb->query("ALTER TABLE `$db` ADD `$column` $column_attr");
|
|
| 56 | + } |
|
| 57 | + return $result; |
|
| 58 | + } |
|
| 59 | 59 | } |
| 60 | 60 | |
| 61 | 61 | /** |
@@ -72,716 +72,716 @@ discard block |
||
| 72 | 72 | */ |
| 73 | 73 | function geodir_post_custom_fields($package_id = '', $default = 'all', $post_type = 'gd_place', $fields_location = 'none') |
| 74 | 74 | {
|
| 75 | - global $wpdb, $geodir_post_custom_fields_cache; |
|
| 76 | - |
|
| 77 | - $cache_stored = $post_type . '_' . $package_id . '_' . $default . '_' . $fields_location; |
|
| 78 | - |
|
| 79 | - if (array_key_exists($cache_stored, $geodir_post_custom_fields_cache)) {
|
|
| 80 | - return $geodir_post_custom_fields_cache[$cache_stored]; |
|
| 81 | - } |
|
| 82 | - |
|
| 83 | - $default_query = ''; |
|
| 84 | - |
|
| 85 | - if ($default == 'default') |
|
| 86 | - $default_query .= " and is_admin IN ('1') ";
|
|
| 87 | - elseif ($default == 'custom') |
|
| 88 | - $default_query .= " and is_admin = '0' "; |
|
| 89 | - |
|
| 90 | - if ($fields_location == 'none') {
|
|
| 91 | - } else{
|
|
| 92 | - $fields_location = esc_sql( $fields_location ); |
|
| 93 | - $default_query .= " and show_in LIKE '%%[$fields_location]%%' "; |
|
| 94 | - } |
|
| 95 | - |
|
| 96 | - $post_meta_info = $wpdb->get_results( |
|
| 97 | - $wpdb->prepare( |
|
| 98 | - "select * from " . GEODIR_CUSTOM_FIELDS_TABLE . " where is_active = '1' and post_type = %s {$default_query} order by sort_order asc,admin_title asc",
|
|
| 99 | - array($post_type) |
|
| 100 | - ) |
|
| 101 | - ); |
|
| 102 | - |
|
| 103 | - |
|
| 104 | - $return_arr = array(); |
|
| 105 | - if ($post_meta_info) {
|
|
| 106 | - |
|
| 107 | - foreach ($post_meta_info as $post_meta_info_obj) {
|
|
| 108 | - |
|
| 109 | - $custom_fields = array( |
|
| 110 | - "name" => $post_meta_info_obj->htmlvar_name, |
|
| 111 | - "label" => $post_meta_info_obj->clabels, |
|
| 112 | - "default" => $post_meta_info_obj->default_value, |
|
| 113 | - "type" => $post_meta_info_obj->field_type, |
|
| 114 | - "desc" => $post_meta_info_obj->admin_desc); |
|
| 115 | - |
|
| 116 | - if ($post_meta_info_obj->field_type) {
|
|
| 117 | - $options = explode(',', $post_meta_info_obj->option_values);
|
|
| 118 | - $custom_fields["options"] = $options; |
|
| 119 | - } |
|
| 120 | - |
|
| 121 | - foreach ($post_meta_info_obj as $key => $val) {
|
|
| 122 | - $custom_fields[$key] = $val; |
|
| 123 | - } |
|
| 124 | - |
|
| 125 | - $pricearr = array(); |
|
| 126 | - $pricearr = explode(',', $post_meta_info_obj->packages);
|
|
| 127 | - |
|
| 128 | - if ($package_id != '' && in_array($package_id, $pricearr)) {
|
|
| 129 | - $return_arr[$post_meta_info_obj->sort_order] = $custom_fields; |
|
| 130 | - } elseif ($package_id == '') {
|
|
| 131 | - $return_arr[$post_meta_info_obj->sort_order] = $custom_fields; |
|
| 132 | - } |
|
| 133 | - } |
|
| 134 | - } |
|
| 135 | - $geodir_post_custom_fields_cache[$cache_stored] = $return_arr; |
|
| 136 | - |
|
| 137 | - if (has_filter('geodir_filter_geodir_post_custom_fields')) {
|
|
| 138 | - /** |
|
| 139 | - * Filter the post custom fields array. |
|
| 140 | - * |
|
| 141 | - * @since 1.0.0 |
|
| 142 | - * |
|
| 143 | - * @param array $return_arr Post custom fields array. |
|
| 144 | - * @param int|string $package_id The package ID. |
|
| 145 | - * @param string $post_type Optional. The wordpress post type. |
|
| 146 | - * @param string $fields_location Optional. Where exactly are you going to place this custom fields?. |
|
| 147 | - */ |
|
| 148 | - $return_arr = apply_filters('geodir_filter_geodir_post_custom_fields', $return_arr, $package_id, $post_type, $fields_location);
|
|
| 149 | - } |
|
| 150 | - |
|
| 151 | - return $return_arr; |
|
| 75 | + global $wpdb, $geodir_post_custom_fields_cache; |
|
| 76 | + |
|
| 77 | + $cache_stored = $post_type . '_' . $package_id . '_' . $default . '_' . $fields_location; |
|
| 78 | + |
|
| 79 | + if (array_key_exists($cache_stored, $geodir_post_custom_fields_cache)) {
|
|
| 80 | + return $geodir_post_custom_fields_cache[$cache_stored]; |
|
| 81 | + } |
|
| 82 | + |
|
| 83 | + $default_query = ''; |
|
| 84 | + |
|
| 85 | + if ($default == 'default') |
|
| 86 | + $default_query .= " and is_admin IN ('1') ";
|
|
| 87 | + elseif ($default == 'custom') |
|
| 88 | + $default_query .= " and is_admin = '0' "; |
|
| 89 | + |
|
| 90 | + if ($fields_location == 'none') {
|
|
| 91 | + } else{
|
|
| 92 | + $fields_location = esc_sql( $fields_location ); |
|
| 93 | + $default_query .= " and show_in LIKE '%%[$fields_location]%%' "; |
|
| 94 | + } |
|
| 95 | + |
|
| 96 | + $post_meta_info = $wpdb->get_results( |
|
| 97 | + $wpdb->prepare( |
|
| 98 | + "select * from " . GEODIR_CUSTOM_FIELDS_TABLE . " where is_active = '1' and post_type = %s {$default_query} order by sort_order asc,admin_title asc",
|
|
| 99 | + array($post_type) |
|
| 100 | + ) |
|
| 101 | + ); |
|
| 102 | + |
|
| 103 | + |
|
| 104 | + $return_arr = array(); |
|
| 105 | + if ($post_meta_info) {
|
|
| 106 | + |
|
| 107 | + foreach ($post_meta_info as $post_meta_info_obj) {
|
|
| 108 | + |
|
| 109 | + $custom_fields = array( |
|
| 110 | + "name" => $post_meta_info_obj->htmlvar_name, |
|
| 111 | + "label" => $post_meta_info_obj->clabels, |
|
| 112 | + "default" => $post_meta_info_obj->default_value, |
|
| 113 | + "type" => $post_meta_info_obj->field_type, |
|
| 114 | + "desc" => $post_meta_info_obj->admin_desc); |
|
| 115 | + |
|
| 116 | + if ($post_meta_info_obj->field_type) {
|
|
| 117 | + $options = explode(',', $post_meta_info_obj->option_values);
|
|
| 118 | + $custom_fields["options"] = $options; |
|
| 119 | + } |
|
| 120 | + |
|
| 121 | + foreach ($post_meta_info_obj as $key => $val) {
|
|
| 122 | + $custom_fields[$key] = $val; |
|
| 123 | + } |
|
| 124 | + |
|
| 125 | + $pricearr = array(); |
|
| 126 | + $pricearr = explode(',', $post_meta_info_obj->packages);
|
|
| 127 | + |
|
| 128 | + if ($package_id != '' && in_array($package_id, $pricearr)) {
|
|
| 129 | + $return_arr[$post_meta_info_obj->sort_order] = $custom_fields; |
|
| 130 | + } elseif ($package_id == '') {
|
|
| 131 | + $return_arr[$post_meta_info_obj->sort_order] = $custom_fields; |
|
| 132 | + } |
|
| 133 | + } |
|
| 134 | + } |
|
| 135 | + $geodir_post_custom_fields_cache[$cache_stored] = $return_arr; |
|
| 136 | + |
|
| 137 | + if (has_filter('geodir_filter_geodir_post_custom_fields')) {
|
|
| 138 | + /** |
|
| 139 | + * Filter the post custom fields array. |
|
| 140 | + * |
|
| 141 | + * @since 1.0.0 |
|
| 142 | + * |
|
| 143 | + * @param array $return_arr Post custom fields array. |
|
| 144 | + * @param int|string $package_id The package ID. |
|
| 145 | + * @param string $post_type Optional. The wordpress post type. |
|
| 146 | + * @param string $fields_location Optional. Where exactly are you going to place this custom fields?. |
|
| 147 | + */ |
|
| 148 | + $return_arr = apply_filters('geodir_filter_geodir_post_custom_fields', $return_arr, $package_id, $post_type, $fields_location);
|
|
| 149 | + } |
|
| 150 | + |
|
| 151 | + return $return_arr; |
|
| 152 | 152 | } |
| 153 | 153 | |
| 154 | - /** |
|
| 155 | - * Adds admin html for custom fields. |
|
| 156 | - * |
|
| 157 | - * @since 1.0.0 |
|
| 158 | - * @package GeoDirectory |
|
| 159 | - * @global object $wpdb WordPress Database object. |
|
| 160 | - * @param string $field_type The form field type. |
|
| 161 | - * @param object|int $result_str The custom field results object or row id. |
|
| 162 | - * @param string $field_ins_upd When set to "submit" displays form. |
|
| 163 | - * @param string $field_type_key The key of the custom field. |
|
| 164 | - */ |
|
| 165 | - function geodir_custom_field_adminhtml($field_type, $result_str, $field_ins_upd = '', $field_type_key ='') |
|
| 166 | - {
|
|
| 167 | - global $wpdb; |
|
| 168 | - $cf = $result_str; |
|
| 169 | - if (!is_object($cf)) {
|
|
| 170 | - |
|
| 171 | - $field_info = $wpdb->get_row($wpdb->prepare("select * from " . GEODIR_CUSTOM_FIELDS_TABLE . " where id= %d", array($cf)));
|
|
| 172 | - |
|
| 173 | - } else {
|
|
| 174 | - $field_info = $cf; |
|
| 175 | - $result_str = $cf->id; |
|
| 176 | - } |
|
| 177 | - /** |
|
| 178 | - * Contains custom field html. |
|
| 179 | - * |
|
| 180 | - * @since 1.0.0 |
|
| 181 | - */ |
|
| 182 | - include('custom_field_html.php');
|
|
| 183 | - |
|
| 184 | - } |
|
| 154 | + /** |
|
| 155 | + * Adds admin html for custom fields. |
|
| 156 | + * |
|
| 157 | + * @since 1.0.0 |
|
| 158 | + * @package GeoDirectory |
|
| 159 | + * @global object $wpdb WordPress Database object. |
|
| 160 | + * @param string $field_type The form field type. |
|
| 161 | + * @param object|int $result_str The custom field results object or row id. |
|
| 162 | + * @param string $field_ins_upd When set to "submit" displays form. |
|
| 163 | + * @param string $field_type_key The key of the custom field. |
|
| 164 | + */ |
|
| 165 | + function geodir_custom_field_adminhtml($field_type, $result_str, $field_ins_upd = '', $field_type_key ='') |
|
| 166 | + {
|
|
| 167 | + global $wpdb; |
|
| 168 | + $cf = $result_str; |
|
| 169 | + if (!is_object($cf)) {
|
|
| 170 | + |
|
| 171 | + $field_info = $wpdb->get_row($wpdb->prepare("select * from " . GEODIR_CUSTOM_FIELDS_TABLE . " where id= %d", array($cf)));
|
|
| 172 | + |
|
| 173 | + } else {
|
|
| 174 | + $field_info = $cf; |
|
| 175 | + $result_str = $cf->id; |
|
| 176 | + } |
|
| 177 | + /** |
|
| 178 | + * Contains custom field html. |
|
| 179 | + * |
|
| 180 | + * @since 1.0.0 |
|
| 181 | + */ |
|
| 182 | + include('custom_field_html.php');
|
|
| 183 | + |
|
| 184 | + } |
|
| 185 | 185 | |
| 186 | 186 | |
| 187 | 187 | if (!function_exists('geodir_custom_field_delete')) {
|
| 188 | - /** |
|
| 189 | - * Delete custom field using field id. |
|
| 190 | - * |
|
| 191 | - * @since 1.0.0 |
|
| 192 | - * @since 1.5.7 Delete field from sorting fields table when custom field deleted. |
|
| 193 | - * @package GeoDirectory |
|
| 194 | - * @global object $wpdb WordPress Database object. |
|
| 195 | - * @global string $plugin_prefix Geodirectory plugin table prefix. |
|
| 196 | - * @param string $field_id The custom field ID. |
|
| 197 | - * @return int|string If field deleted successfully, returns field id. Otherwise returns 0. |
|
| 198 | - */ |
|
| 199 | - function geodir_custom_field_delete($field_id = '') {
|
|
| 200 | - global $wpdb, $plugin_prefix; |
|
| 201 | - |
|
| 202 | - if ($field_id != '') {
|
|
| 203 | - $cf = trim($field_id, '_'); |
|
| 204 | - |
|
| 205 | - if ($field = $wpdb->get_row($wpdb->prepare("select htmlvar_name,post_type,field_type from " . GEODIR_CUSTOM_FIELDS_TABLE . " where id= %d", array($cf)))) {
|
|
| 206 | - $wpdb->query($wpdb->prepare("delete from " . GEODIR_CUSTOM_FIELDS_TABLE . " where id= %d ", array($cf)));
|
|
| 207 | - |
|
| 208 | - $post_type = $field->post_type; |
|
| 209 | - $htmlvar_name = $field->htmlvar_name; |
|
| 210 | - |
|
| 211 | - if ($post_type != '' && $htmlvar_name != '') {
|
|
| 212 | - $wpdb->query($wpdb->prepare("DELETE FROM " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " WHERE htmlvar_name=%s AND post_type=%s LIMIT 1", array($htmlvar_name, $post_type)));
|
|
| 213 | - } |
|
| 214 | - |
|
| 215 | - /** |
|
| 216 | - * Called after a custom field is deleted. |
|
| 217 | - * |
|
| 218 | - * @since 1.0.0 |
|
| 219 | - * @param string $cf The fields ID. |
|
| 220 | - * @param string $field->htmlvar_name The html variable name for the field. |
|
| 221 | - * @param string $post_type The post type the field belongs to. |
|
| 222 | - */ |
|
| 223 | - do_action('geodir_after_custom_field_deleted', $cf, $field->htmlvar_name, $post_type);
|
|
| 224 | - |
|
| 225 | - if ($field->field_type == 'address') {
|
|
| 226 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_address`");
|
|
| 227 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_city`");
|
|
| 228 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_region`");
|
|
| 229 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_country`");
|
|
| 230 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_zip`");
|
|
| 231 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_latitude`");
|
|
| 232 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_longitude`");
|
|
| 233 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_mapview`");
|
|
| 234 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_mapzoom`");
|
|
| 235 | - } else {
|
|
| 236 | - if ($field->field_type != 'fieldset') {
|
|
| 237 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "`");
|
|
| 238 | - } |
|
| 239 | - } |
|
| 240 | - |
|
| 241 | - return $field_id; |
|
| 242 | - } else |
|
| 243 | - return 0; |
|
| 244 | - } else |
|
| 245 | - return 0; |
|
| 246 | - } |
|
| 188 | + /** |
|
| 189 | + * Delete custom field using field id. |
|
| 190 | + * |
|
| 191 | + * @since 1.0.0 |
|
| 192 | + * @since 1.5.7 Delete field from sorting fields table when custom field deleted. |
|
| 193 | + * @package GeoDirectory |
|
| 194 | + * @global object $wpdb WordPress Database object. |
|
| 195 | + * @global string $plugin_prefix Geodirectory plugin table prefix. |
|
| 196 | + * @param string $field_id The custom field ID. |
|
| 197 | + * @return int|string If field deleted successfully, returns field id. Otherwise returns 0. |
|
| 198 | + */ |
|
| 199 | + function geodir_custom_field_delete($field_id = '') {
|
|
| 200 | + global $wpdb, $plugin_prefix; |
|
| 201 | + |
|
| 202 | + if ($field_id != '') {
|
|
| 203 | + $cf = trim($field_id, '_'); |
|
| 204 | + |
|
| 205 | + if ($field = $wpdb->get_row($wpdb->prepare("select htmlvar_name,post_type,field_type from " . GEODIR_CUSTOM_FIELDS_TABLE . " where id= %d", array($cf)))) {
|
|
| 206 | + $wpdb->query($wpdb->prepare("delete from " . GEODIR_CUSTOM_FIELDS_TABLE . " where id= %d ", array($cf)));
|
|
| 207 | + |
|
| 208 | + $post_type = $field->post_type; |
|
| 209 | + $htmlvar_name = $field->htmlvar_name; |
|
| 210 | + |
|
| 211 | + if ($post_type != '' && $htmlvar_name != '') {
|
|
| 212 | + $wpdb->query($wpdb->prepare("DELETE FROM " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " WHERE htmlvar_name=%s AND post_type=%s LIMIT 1", array($htmlvar_name, $post_type)));
|
|
| 213 | + } |
|
| 214 | + |
|
| 215 | + /** |
|
| 216 | + * Called after a custom field is deleted. |
|
| 217 | + * |
|
| 218 | + * @since 1.0.0 |
|
| 219 | + * @param string $cf The fields ID. |
|
| 220 | + * @param string $field->htmlvar_name The html variable name for the field. |
|
| 221 | + * @param string $post_type The post type the field belongs to. |
|
| 222 | + */ |
|
| 223 | + do_action('geodir_after_custom_field_deleted', $cf, $field->htmlvar_name, $post_type);
|
|
| 224 | + |
|
| 225 | + if ($field->field_type == 'address') {
|
|
| 226 | + $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_address`");
|
|
| 227 | + $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_city`");
|
|
| 228 | + $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_region`");
|
|
| 229 | + $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_country`");
|
|
| 230 | + $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_zip`");
|
|
| 231 | + $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_latitude`");
|
|
| 232 | + $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_longitude`");
|
|
| 233 | + $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_mapview`");
|
|
| 234 | + $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_mapzoom`");
|
|
| 235 | + } else {
|
|
| 236 | + if ($field->field_type != 'fieldset') {
|
|
| 237 | + $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "`");
|
|
| 238 | + } |
|
| 239 | + } |
|
| 240 | + |
|
| 241 | + return $field_id; |
|
| 242 | + } else |
|
| 243 | + return 0; |
|
| 244 | + } else |
|
| 245 | + return 0; |
|
| 246 | + } |
|
| 247 | 247 | } |
| 248 | 248 | |
| 249 | 249 | if (!function_exists('geodir_custom_field_save')) {
|
| 250 | - /** |
|
| 251 | - * Save or Update custom fields into the database. |
|
| 252 | - * |
|
| 253 | - * @since 1.0.0 |
|
| 254 | - * @since 1.5.6 Fix for saving multiselect custom field "Display Type" on first attempt. |
|
| 255 | - * @package GeoDirectory |
|
| 256 | - * @global object $wpdb WordPress Database object. |
|
| 257 | - * @global string $plugin_prefix Geodirectory plugin table prefix. |
|
| 258 | - * @param array $request_field {
|
|
| 259 | - * Attributes of the request field array. |
|
| 260 | - * |
|
| 261 | - * @type string $action Ajax Action name. Default "geodir_ajax_action". |
|
| 262 | - * @type string $manage_field_type Field type Default "custom_fields". |
|
| 263 | - * @type string $create_field Create field Default "true". |
|
| 264 | - * @type string $field_ins_upd Field ins upd Default "submit". |
|
| 265 | - * @type string $_wpnonce WP nonce value. |
|
| 266 | - * @type string $listing_type Listing type Example "gd_place". |
|
| 267 | - * @type string $field_type Field type Example "radio". |
|
| 268 | - * @type string $field_id Field id Example "12". |
|
| 269 | - * @type string $data_type Data type Example "VARCHAR". |
|
| 270 | - * @type string $is_active Either "1" or "0". If "0" is used then the field will not be displayed anywhere. |
|
| 271 | - * @type array $show_on_pkg Package list to display this field. |
|
| 272 | - * @type string $admin_title Personal comment, it would not be displayed anywhere except in custom field settings. |
|
| 273 | - * @type string $site_title Section title which you wish to display in frontend. |
|
| 274 | - * @type string $admin_desc Section description which will appear in frontend. |
|
| 275 | - * @type string $htmlvar_name Html variable name. This should be a unique name. |
|
| 276 | - * @type string $clabels Section Title which will appear in backend. |
|
| 277 | - * @type string $default_value The default value (for "link" this will be used as the link text). |
|
| 278 | - * @type string $sort_order The display order of this field in backend. e.g. 5. |
|
| 279 | - * @type string $is_default Either "1" or "0". If "0" is used then the field will be displayed as main form field or additional field. |
|
| 280 | - * @type string $for_admin_use Either "1" or "0". If "0" is used then only site admin can edit this field. |
|
| 281 | - * @type string $is_required Use "1" to set field as required. |
|
| 282 | - * @type string $required_msg Enter text for error message if field required and have not full fill requirement. |
|
| 283 | - * @type string $show_on_listing Want to show this on listing page?. |
|
| 284 | - * @type string $show_in What locations to show the custom field in. |
|
| 285 | - * @type string $show_on_detail Want to show this in More Info tab on detail page?. |
|
| 286 | - * @type string $show_as_tab Want to display this as a tab on detail page? If "1" then "Show on detail page?" must be Yes. |
|
| 287 | - * @type string $option_values Option Values should be separated by comma. |
|
| 288 | - * @type string $field_icon Upload icon using media and enter its url path, or enter font awesome class. |
|
| 289 | - * @type string $css_class Enter custom css class for field custom style. |
|
| 290 | - * @type array $extra_fields An array of extra fields to store. |
|
| 291 | - * |
|
| 292 | - * } |
|
| 293 | - * @param bool $default Not yet implemented. |
|
| 294 | - * @return int|string If field is unique returns inserted row id. Otherwise returns error string. |
|
| 295 | - */ |
|
| 296 | - function geodir_custom_field_save($request_field = array(), $default = false) |
|
| 297 | - {
|
|
| 298 | - |
|
| 299 | - global $wpdb, $plugin_prefix; |
|
| 300 | - |
|
| 301 | - $old_html_variable = ''; |
|
| 302 | - |
|
| 303 | - $data_type = trim($request_field['data_type']); |
|
| 304 | - |
|
| 305 | - $result_str = isset($request_field['field_id']) ? trim($request_field['field_id']) : ''; |
|
| 306 | - |
|
| 307 | - // some servers fail if a POST value is VARCHAR so we change it. |
|
| 308 | - if(isset($request_field['data_type']) && $request_field['data_type']=='XVARCHAR'){
|
|
| 309 | - $request_field['data_type'] = 'VARCHAR'; |
|
| 310 | - } |
|
| 311 | - |
|
| 312 | - $cf = trim($result_str, '_'); |
|
| 313 | - |
|
| 314 | - |
|
| 315 | - /*-------- check duplicate validation --------*/ |
|
| 316 | - |
|
| 317 | - $cehhtmlvar_name = isset($request_field['htmlvar_name']) ? $request_field['htmlvar_name'] : ''; |
|
| 318 | - $post_type = $request_field['listing_type']; |
|
| 319 | - |
|
| 320 | - if ($request_field['field_type'] != 'address' && $request_field['field_type'] != 'taxonomy' && $request_field['field_type'] != 'fieldset') {
|
|
| 321 | - $cehhtmlvar_name = 'geodir_' . $cehhtmlvar_name; |
|
| 322 | - } |
|
| 323 | - |
|
| 324 | - $check_html_variable = $wpdb->get_var( |
|
| 325 | - $wpdb->prepare( |
|
| 326 | - "select htmlvar_name from " . GEODIR_CUSTOM_FIELDS_TABLE . " where id <> %d and htmlvar_name = %s and post_type = %s ", |
|
| 327 | - array($cf, $cehhtmlvar_name, $post_type) |
|
| 328 | - ) |
|
| 329 | - ); |
|
| 330 | - |
|
| 331 | - |
|
| 332 | - if (!$check_html_variable || $request_field['field_type'] == 'fieldset') {
|
|
| 333 | - |
|
| 334 | - if ($cf != '') {
|
|
| 335 | - |
|
| 336 | - $post_meta_info = $wpdb->get_row( |
|
| 337 | - $wpdb->prepare( |
|
| 338 | - "select * from " . GEODIR_CUSTOM_FIELDS_TABLE . " where id = %d", |
|
| 339 | - array($cf) |
|
| 340 | - ) |
|
| 341 | - ); |
|
| 342 | - |
|
| 343 | - } |
|
| 344 | - |
|
| 345 | - if (!empty($post_meta_info)) {
|
|
| 346 | - $post_val = $post_meta_info; |
|
| 347 | - $old_html_variable = $post_val->htmlvar_name; |
|
| 348 | - |
|
| 349 | - } |
|
| 350 | - |
|
| 351 | - |
|
| 352 | - |
|
| 353 | - if ($post_type == '') $post_type = 'gd_place'; |
|
| 354 | - |
|
| 355 | - |
|
| 356 | - $detail_table = $plugin_prefix . $post_type . '_detail'; |
|
| 357 | - |
|
| 358 | - $admin_title = $request_field['admin_title']; |
|
| 359 | - $site_title = $request_field['site_title']; |
|
| 360 | - $data_type = $request_field['data_type']; |
|
| 361 | - $field_type = $request_field['field_type']; |
|
| 362 | - $field_type_key = isset($request_field['field_type_key']) ? $request_field['field_type_key'] : $field_type; |
|
| 363 | - $htmlvar_name = isset($request_field['htmlvar_name']) ? $request_field['htmlvar_name'] : ''; |
|
| 364 | - $admin_desc = $request_field['admin_desc']; |
|
| 365 | - $clabels = isset($request_field['clabels']) ? $request_field['clabels'] : ''; |
|
| 366 | - $default_value = isset($request_field['default_value']) ? $request_field['default_value'] : ''; |
|
| 367 | - $sort_order = isset($request_field['sort_order']) ? $request_field['sort_order'] : ''; |
|
| 368 | - $is_active = isset($request_field['is_active']) ? $request_field['is_active'] : ''; |
|
| 369 | - $is_required = isset($request_field['is_required']) ? $request_field['is_required'] : ''; |
|
| 370 | - $required_msg = isset($request_field['required_msg']) ? $request_field['required_msg'] : ''; |
|
| 371 | - $css_class = isset($request_field['css_class']) ? $request_field['css_class'] : ''; |
|
| 372 | - $field_icon = isset($request_field['field_icon']) ? $request_field['field_icon'] : ''; |
|
| 373 | - $show_on_listing = isset($request_field['show_on_listing']) ? $request_field['show_on_listing'] : ''; |
|
| 374 | - $show_in = isset($request_field['show_in']) ? $request_field['show_in'] : ''; |
|
| 375 | - $show_on_detail = isset($request_field['show_on_detail']) ? $request_field['show_on_detail'] : ''; |
|
| 376 | - $show_as_tab = isset($request_field['show_as_tab']) ? $request_field['show_as_tab'] : ''; |
|
| 377 | - $decimal_point = isset($request_field['decimal_point']) ? trim($request_field['decimal_point']) : ''; // decimal point for DECIMAL data type |
|
| 378 | - $decimal_point = $decimal_point > 0 ? ($decimal_point > 10 ? 10 : $decimal_point) : ''; |
|
| 379 | - $validation_pattern = isset($request_field['validation_pattern']) ? $request_field['validation_pattern'] : ''; |
|
| 380 | - $validation_msg = isset($request_field['validation_msg']) ? $request_field['validation_msg'] : ''; |
|
| 381 | - $for_admin_use = isset($request_field['for_admin_use']) ? $request_field['for_admin_use'] : ''; |
|
| 250 | + /** |
|
| 251 | + * Save or Update custom fields into the database. |
|
| 252 | + * |
|
| 253 | + * @since 1.0.0 |
|
| 254 | + * @since 1.5.6 Fix for saving multiselect custom field "Display Type" on first attempt. |
|
| 255 | + * @package GeoDirectory |
|
| 256 | + * @global object $wpdb WordPress Database object. |
|
| 257 | + * @global string $plugin_prefix Geodirectory plugin table prefix. |
|
| 258 | + * @param array $request_field {
|
|
| 259 | + * Attributes of the request field array. |
|
| 260 | + * |
|
| 261 | + * @type string $action Ajax Action name. Default "geodir_ajax_action". |
|
| 262 | + * @type string $manage_field_type Field type Default "custom_fields". |
|
| 263 | + * @type string $create_field Create field Default "true". |
|
| 264 | + * @type string $field_ins_upd Field ins upd Default "submit". |
|
| 265 | + * @type string $_wpnonce WP nonce value. |
|
| 266 | + * @type string $listing_type Listing type Example "gd_place". |
|
| 267 | + * @type string $field_type Field type Example "radio". |
|
| 268 | + * @type string $field_id Field id Example "12". |
|
| 269 | + * @type string $data_type Data type Example "VARCHAR". |
|
| 270 | + * @type string $is_active Either "1" or "0". If "0" is used then the field will not be displayed anywhere. |
|
| 271 | + * @type array $show_on_pkg Package list to display this field. |
|
| 272 | + * @type string $admin_title Personal comment, it would not be displayed anywhere except in custom field settings. |
|
| 273 | + * @type string $site_title Section title which you wish to display in frontend. |
|
| 274 | + * @type string $admin_desc Section description which will appear in frontend. |
|
| 275 | + * @type string $htmlvar_name Html variable name. This should be a unique name. |
|
| 276 | + * @type string $clabels Section Title which will appear in backend. |
|
| 277 | + * @type string $default_value The default value (for "link" this will be used as the link text). |
|
| 278 | + * @type string $sort_order The display order of this field in backend. e.g. 5. |
|
| 279 | + * @type string $is_default Either "1" or "0". If "0" is used then the field will be displayed as main form field or additional field. |
|
| 280 | + * @type string $for_admin_use Either "1" or "0". If "0" is used then only site admin can edit this field. |
|
| 281 | + * @type string $is_required Use "1" to set field as required. |
|
| 282 | + * @type string $required_msg Enter text for error message if field required and have not full fill requirement. |
|
| 283 | + * @type string $show_on_listing Want to show this on listing page?. |
|
| 284 | + * @type string $show_in What locations to show the custom field in. |
|
| 285 | + * @type string $show_on_detail Want to show this in More Info tab on detail page?. |
|
| 286 | + * @type string $show_as_tab Want to display this as a tab on detail page? If "1" then "Show on detail page?" must be Yes. |
|
| 287 | + * @type string $option_values Option Values should be separated by comma. |
|
| 288 | + * @type string $field_icon Upload icon using media and enter its url path, or enter font awesome class. |
|
| 289 | + * @type string $css_class Enter custom css class for field custom style. |
|
| 290 | + * @type array $extra_fields An array of extra fields to store. |
|
| 291 | + * |
|
| 292 | + * } |
|
| 293 | + * @param bool $default Not yet implemented. |
|
| 294 | + * @return int|string If field is unique returns inserted row id. Otherwise returns error string. |
|
| 295 | + */ |
|
| 296 | + function geodir_custom_field_save($request_field = array(), $default = false) |
|
| 297 | + {
|
|
| 298 | + |
|
| 299 | + global $wpdb, $plugin_prefix; |
|
| 300 | + |
|
| 301 | + $old_html_variable = ''; |
|
| 302 | + |
|
| 303 | + $data_type = trim($request_field['data_type']); |
|
| 304 | + |
|
| 305 | + $result_str = isset($request_field['field_id']) ? trim($request_field['field_id']) : ''; |
|
| 306 | + |
|
| 307 | + // some servers fail if a POST value is VARCHAR so we change it. |
|
| 308 | + if(isset($request_field['data_type']) && $request_field['data_type']=='XVARCHAR'){
|
|
| 309 | + $request_field['data_type'] = 'VARCHAR'; |
|
| 310 | + } |
|
| 311 | + |
|
| 312 | + $cf = trim($result_str, '_'); |
|
| 313 | + |
|
| 314 | + |
|
| 315 | + /*-------- check duplicate validation --------*/ |
|
| 316 | + |
|
| 317 | + $cehhtmlvar_name = isset($request_field['htmlvar_name']) ? $request_field['htmlvar_name'] : ''; |
|
| 318 | + $post_type = $request_field['listing_type']; |
|
| 319 | + |
|
| 320 | + if ($request_field['field_type'] != 'address' && $request_field['field_type'] != 'taxonomy' && $request_field['field_type'] != 'fieldset') {
|
|
| 321 | + $cehhtmlvar_name = 'geodir_' . $cehhtmlvar_name; |
|
| 322 | + } |
|
| 323 | + |
|
| 324 | + $check_html_variable = $wpdb->get_var( |
|
| 325 | + $wpdb->prepare( |
|
| 326 | + "select htmlvar_name from " . GEODIR_CUSTOM_FIELDS_TABLE . " where id <> %d and htmlvar_name = %s and post_type = %s ", |
|
| 327 | + array($cf, $cehhtmlvar_name, $post_type) |
|
| 328 | + ) |
|
| 329 | + ); |
|
| 330 | + |
|
| 331 | + |
|
| 332 | + if (!$check_html_variable || $request_field['field_type'] == 'fieldset') {
|
|
| 333 | + |
|
| 334 | + if ($cf != '') {
|
|
| 335 | + |
|
| 336 | + $post_meta_info = $wpdb->get_row( |
|
| 337 | + $wpdb->prepare( |
|
| 338 | + "select * from " . GEODIR_CUSTOM_FIELDS_TABLE . " where id = %d", |
|
| 339 | + array($cf) |
|
| 340 | + ) |
|
| 341 | + ); |
|
| 342 | + |
|
| 343 | + } |
|
| 344 | + |
|
| 345 | + if (!empty($post_meta_info)) {
|
|
| 346 | + $post_val = $post_meta_info; |
|
| 347 | + $old_html_variable = $post_val->htmlvar_name; |
|
| 348 | + |
|
| 349 | + } |
|
| 350 | + |
|
| 351 | + |
|
| 352 | + |
|
| 353 | + if ($post_type == '') $post_type = 'gd_place'; |
|
| 354 | + |
|
| 355 | + |
|
| 356 | + $detail_table = $plugin_prefix . $post_type . '_detail'; |
|
| 357 | + |
|
| 358 | + $admin_title = $request_field['admin_title']; |
|
| 359 | + $site_title = $request_field['site_title']; |
|
| 360 | + $data_type = $request_field['data_type']; |
|
| 361 | + $field_type = $request_field['field_type']; |
|
| 362 | + $field_type_key = isset($request_field['field_type_key']) ? $request_field['field_type_key'] : $field_type; |
|
| 363 | + $htmlvar_name = isset($request_field['htmlvar_name']) ? $request_field['htmlvar_name'] : ''; |
|
| 364 | + $admin_desc = $request_field['admin_desc']; |
|
| 365 | + $clabels = isset($request_field['clabels']) ? $request_field['clabels'] : ''; |
|
| 366 | + $default_value = isset($request_field['default_value']) ? $request_field['default_value'] : ''; |
|
| 367 | + $sort_order = isset($request_field['sort_order']) ? $request_field['sort_order'] : ''; |
|
| 368 | + $is_active = isset($request_field['is_active']) ? $request_field['is_active'] : ''; |
|
| 369 | + $is_required = isset($request_field['is_required']) ? $request_field['is_required'] : ''; |
|
| 370 | + $required_msg = isset($request_field['required_msg']) ? $request_field['required_msg'] : ''; |
|
| 371 | + $css_class = isset($request_field['css_class']) ? $request_field['css_class'] : ''; |
|
| 372 | + $field_icon = isset($request_field['field_icon']) ? $request_field['field_icon'] : ''; |
|
| 373 | + $show_on_listing = isset($request_field['show_on_listing']) ? $request_field['show_on_listing'] : ''; |
|
| 374 | + $show_in = isset($request_field['show_in']) ? $request_field['show_in'] : ''; |
|
| 375 | + $show_on_detail = isset($request_field['show_on_detail']) ? $request_field['show_on_detail'] : ''; |
|
| 376 | + $show_as_tab = isset($request_field['show_as_tab']) ? $request_field['show_as_tab'] : ''; |
|
| 377 | + $decimal_point = isset($request_field['decimal_point']) ? trim($request_field['decimal_point']) : ''; // decimal point for DECIMAL data type |
|
| 378 | + $decimal_point = $decimal_point > 0 ? ($decimal_point > 10 ? 10 : $decimal_point) : ''; |
|
| 379 | + $validation_pattern = isset($request_field['validation_pattern']) ? $request_field['validation_pattern'] : ''; |
|
| 380 | + $validation_msg = isset($request_field['validation_msg']) ? $request_field['validation_msg'] : ''; |
|
| 381 | + $for_admin_use = isset($request_field['for_admin_use']) ? $request_field['for_admin_use'] : ''; |
|
| 382 | 382 | |
| 383 | 383 | |
| 384 | - if(is_array($show_in)){
|
|
| 385 | - $show_in = implode(",", $request_field['show_in']);
|
|
| 386 | - } |
|
| 384 | + if(is_array($show_in)){
|
|
| 385 | + $show_in = implode(",", $request_field['show_in']);
|
|
| 386 | + } |
|
| 387 | 387 | |
| 388 | - if ($field_type != 'address' && $field_type != 'taxonomy' && $field_type != 'fieldset') {
|
|
| 389 | - $htmlvar_name = 'geodir_' . $htmlvar_name; |
|
| 390 | - } |
|
| 388 | + if ($field_type != 'address' && $field_type != 'taxonomy' && $field_type != 'fieldset') {
|
|
| 389 | + $htmlvar_name = 'geodir_' . $htmlvar_name; |
|
| 390 | + } |
|
| 391 | 391 | |
| 392 | - $option_values = ''; |
|
| 393 | - if (isset($request_field['option_values'])) |
|
| 394 | - $option_values = $request_field['option_values']; |
|
| 392 | + $option_values = ''; |
|
| 393 | + if (isset($request_field['option_values'])) |
|
| 394 | + $option_values = $request_field['option_values']; |
|
| 395 | 395 | |
| 396 | - $cat_sort = isset($request_field['cat_sort']) ? $request_field['cat_sort'] : '0'; |
|
| 396 | + $cat_sort = isset($request_field['cat_sort']) ? $request_field['cat_sort'] : '0'; |
|
| 397 | 397 | |
| 398 | - $cat_filter = isset($request_field['cat_filter']) ? $request_field['cat_filter'] : '0'; |
|
| 398 | + $cat_filter = isset($request_field['cat_filter']) ? $request_field['cat_filter'] : '0'; |
|
| 399 | 399 | |
| 400 | - if (isset($request_field['show_on_pkg']) && !empty($request_field['show_on_pkg'])) |
|
| 401 | - $price_pkg = implode(",", $request_field['show_on_pkg']);
|
|
| 402 | - else {
|
|
| 403 | - $package_info = array(); |
|
| 400 | + if (isset($request_field['show_on_pkg']) && !empty($request_field['show_on_pkg'])) |
|
| 401 | + $price_pkg = implode(",", $request_field['show_on_pkg']);
|
|
| 402 | + else {
|
|
| 403 | + $package_info = array(); |
|
| 404 | 404 | |
| 405 | - $package_info = geodir_post_package_info($package_info, '', $post_type); |
|
| 406 | - $price_pkg = !empty($package_info->pid) ? $package_info->pid : ''; |
|
| 407 | - } |
|
| 405 | + $package_info = geodir_post_package_info($package_info, '', $post_type); |
|
| 406 | + $price_pkg = !empty($package_info->pid) ? $package_info->pid : ''; |
|
| 407 | + } |
|
| 408 | 408 | |
| 409 | 409 | |
| 410 | - if (isset($request_field['extra']) && !empty($request_field['extra'])) |
|
| 411 | - $extra_fields = $request_field['extra']; |
|
| 410 | + if (isset($request_field['extra']) && !empty($request_field['extra'])) |
|
| 411 | + $extra_fields = $request_field['extra']; |
|
| 412 | 412 | |
| 413 | - if (isset($request_field['is_default']) && $request_field['is_default'] != '') |
|
| 414 | - $is_default = $request_field['is_default']; |
|
| 415 | - else |
|
| 416 | - $is_default = '0'; |
|
| 413 | + if (isset($request_field['is_default']) && $request_field['is_default'] != '') |
|
| 414 | + $is_default = $request_field['is_default']; |
|
| 415 | + else |
|
| 416 | + $is_default = '0'; |
|
| 417 | 417 | |
| 418 | - if (isset($request_field['is_admin']) && $request_field['is_admin'] != '') |
|
| 419 | - $is_admin = $request_field['is_admin']; |
|
| 420 | - else |
|
| 421 | - $is_admin = '0'; |
|
| 418 | + if (isset($request_field['is_admin']) && $request_field['is_admin'] != '') |
|
| 419 | + $is_admin = $request_field['is_admin']; |
|
| 420 | + else |
|
| 421 | + $is_admin = '0'; |
|
| 422 | 422 | |
| 423 | 423 | |
| 424 | - if ($is_active == '') $is_active = 1; |
|
| 425 | - if ($is_required == '') $is_required = 0; |
|
| 424 | + if ($is_active == '') $is_active = 1; |
|
| 425 | + if ($is_required == '') $is_required = 0; |
|
| 426 | 426 | |
| 427 | 427 | |
| 428 | - if ($sort_order == '') {
|
|
| 428 | + if ($sort_order == '') {
|
|
| 429 | 429 | |
| 430 | - $last_order = $wpdb->get_var("SELECT MAX(sort_order) as last_order FROM " . GEODIR_CUSTOM_FIELDS_TABLE);
|
|
| 430 | + $last_order = $wpdb->get_var("SELECT MAX(sort_order) as last_order FROM " . GEODIR_CUSTOM_FIELDS_TABLE);
|
|
| 431 | 431 | |
| 432 | - $sort_order = (int)$last_order + 1; |
|
| 433 | - } |
|
| 432 | + $sort_order = (int)$last_order + 1; |
|
| 433 | + } |
|
| 434 | 434 | |
| 435 | - $default_value_add = ''; |
|
| 435 | + $default_value_add = ''; |
|
| 436 | 436 | |
| 437 | 437 | |
| 438 | - if (!empty($post_meta_info)) {
|
|
| 439 | - switch ($field_type): |
|
| 438 | + if (!empty($post_meta_info)) {
|
|
| 439 | + switch ($field_type): |
|
| 440 | 440 | |
| 441 | - case 'address': |
|
| 441 | + case 'address': |
|
| 442 | 442 | |
| 443 | - if ($htmlvar_name != '') {
|
|
| 444 | - $prefix = $htmlvar_name . '_'; |
|
| 445 | - } |
|
| 446 | - $old_prefix = $old_html_variable . '_'; |
|
| 443 | + if ($htmlvar_name != '') {
|
|
| 444 | + $prefix = $htmlvar_name . '_'; |
|
| 445 | + } |
|
| 446 | + $old_prefix = $old_html_variable . '_'; |
|
| 447 | 447 | |
| 448 | 448 | |
| 449 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "address` `" . $prefix . "address` VARCHAR( 254 ) NULL"; |
|
| 449 | + $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "address` `" . $prefix . "address` VARCHAR( 254 ) NULL"; |
|
| 450 | 450 | |
| 451 | - if ($default_value != '') {
|
|
| 452 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 453 | - } |
|
| 451 | + if ($default_value != '') {
|
|
| 452 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 453 | + } |
|
| 454 | 454 | |
| 455 | - $wpdb->query($meta_field_add); |
|
| 455 | + $wpdb->query($meta_field_add); |
|
| 456 | 456 | |
| 457 | - if ($extra_fields != '') {
|
|
| 457 | + if ($extra_fields != '') {
|
|
| 458 | 458 | |
| 459 | - if (isset($extra_fields['show_city']) && $extra_fields['show_city']) {
|
|
| 459 | + if (isset($extra_fields['show_city']) && $extra_fields['show_city']) {
|
|
| 460 | 460 | |
| 461 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "city'");
|
|
| 462 | - if ($is_column) {
|
|
| 463 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "city` `" . $prefix . "city` VARCHAR( 50 ) NULL"; |
|
| 461 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "city'");
|
|
| 462 | + if ($is_column) {
|
|
| 463 | + $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "city` `" . $prefix . "city` VARCHAR( 50 ) NULL"; |
|
| 464 | 464 | |
| 465 | - if ($default_value != '') {
|
|
| 466 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 467 | - } |
|
| 465 | + if ($default_value != '') {
|
|
| 466 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 467 | + } |
|
| 468 | 468 | |
| 469 | - $wpdb->query($meta_field_add); |
|
| 470 | - } else {
|
|
| 469 | + $wpdb->query($meta_field_add); |
|
| 470 | + } else {
|
|
| 471 | 471 | |
| 472 | - $meta_field_add = "VARCHAR( 50 ) NULL"; |
|
| 473 | - if ($default_value != '') {
|
|
| 474 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 475 | - } |
|
| 476 | - geodir_add_column_if_not_exist($detail_table, $prefix . "city", $meta_field_add); |
|
| 472 | + $meta_field_add = "VARCHAR( 50 ) NULL"; |
|
| 473 | + if ($default_value != '') {
|
|
| 474 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 475 | + } |
|
| 476 | + geodir_add_column_if_not_exist($detail_table, $prefix . "city", $meta_field_add); |
|
| 477 | 477 | |
| 478 | - } |
|
| 478 | + } |
|
| 479 | 479 | |
| 480 | 480 | |
| 481 | - } |
|
| 481 | + } |
|
| 482 | 482 | |
| 483 | 483 | |
| 484 | - if (isset($extra_fields['show_region']) && $extra_fields['show_region']) {
|
|
| 484 | + if (isset($extra_fields['show_region']) && $extra_fields['show_region']) {
|
|
| 485 | 485 | |
| 486 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "region'");
|
|
| 486 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "region'");
|
|
| 487 | 487 | |
| 488 | - if ($is_column) {
|
|
| 489 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "region` `" . $prefix . "region` VARCHAR( 50 ) NULL"; |
|
| 488 | + if ($is_column) {
|
|
| 489 | + $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "region` `" . $prefix . "region` VARCHAR( 50 ) NULL"; |
|
| 490 | 490 | |
| 491 | - if ($default_value != '') {
|
|
| 492 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 493 | - } |
|
| 491 | + if ($default_value != '') {
|
|
| 492 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 493 | + } |
|
| 494 | 494 | |
| 495 | - $wpdb->query($meta_field_add); |
|
| 496 | - } else {
|
|
| 497 | - $meta_field_add = "VARCHAR( 50 ) NULL"; |
|
| 498 | - if ($default_value != '') {
|
|
| 499 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 500 | - } |
|
| 495 | + $wpdb->query($meta_field_add); |
|
| 496 | + } else {
|
|
| 497 | + $meta_field_add = "VARCHAR( 50 ) NULL"; |
|
| 498 | + if ($default_value != '') {
|
|
| 499 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 500 | + } |
|
| 501 | 501 | |
| 502 | - geodir_add_column_if_not_exist($detail_table, $prefix . "region", $meta_field_add); |
|
| 503 | - } |
|
| 502 | + geodir_add_column_if_not_exist($detail_table, $prefix . "region", $meta_field_add); |
|
| 503 | + } |
|
| 504 | 504 | |
| 505 | - } |
|
| 506 | - if (isset($extra_fields['show_country']) && $extra_fields['show_country']) {
|
|
| 505 | + } |
|
| 506 | + if (isset($extra_fields['show_country']) && $extra_fields['show_country']) {
|
|
| 507 | 507 | |
| 508 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "country'");
|
|
| 508 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "country'");
|
|
| 509 | 509 | |
| 510 | - if ($is_column) {
|
|
| 510 | + if ($is_column) {
|
|
| 511 | 511 | |
| 512 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "country` `" . $prefix . "country` VARCHAR( 50 ) NULL"; |
|
| 512 | + $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "country` `" . $prefix . "country` VARCHAR( 50 ) NULL"; |
|
| 513 | 513 | |
| 514 | - if ($default_value != '') {
|
|
| 515 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 516 | - } |
|
| 514 | + if ($default_value != '') {
|
|
| 515 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 516 | + } |
|
| 517 | 517 | |
| 518 | - $wpdb->query($meta_field_add); |
|
| 519 | - } else {
|
|
| 518 | + $wpdb->query($meta_field_add); |
|
| 519 | + } else {
|
|
| 520 | 520 | |
| 521 | - $meta_field_add = "VARCHAR( 50 ) NULL"; |
|
| 522 | - if ($default_value != '') {
|
|
| 523 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 524 | - } |
|
| 521 | + $meta_field_add = "VARCHAR( 50 ) NULL"; |
|
| 522 | + if ($default_value != '') {
|
|
| 523 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 524 | + } |
|
| 525 | 525 | |
| 526 | - geodir_add_column_if_not_exist($detail_table, $prefix . "country", $meta_field_add); |
|
| 526 | + geodir_add_column_if_not_exist($detail_table, $prefix . "country", $meta_field_add); |
|
| 527 | 527 | |
| 528 | - } |
|
| 528 | + } |
|
| 529 | 529 | |
| 530 | - } |
|
| 531 | - if (isset($extra_fields['show_zip']) && $extra_fields['show_zip']) {
|
|
| 530 | + } |
|
| 531 | + if (isset($extra_fields['show_zip']) && $extra_fields['show_zip']) {
|
|
| 532 | 532 | |
| 533 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "zip'");
|
|
| 533 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "zip'");
|
|
| 534 | 534 | |
| 535 | - if ($is_column) {
|
|
| 535 | + if ($is_column) {
|
|
| 536 | 536 | |
| 537 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "zip` `" . $prefix . "zip` VARCHAR( 50 ) NULL"; |
|
| 537 | + $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "zip` `" . $prefix . "zip` VARCHAR( 50 ) NULL"; |
|
| 538 | 538 | |
| 539 | - if ($default_value != '') {
|
|
| 540 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 541 | - } |
|
| 539 | + if ($default_value != '') {
|
|
| 540 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 541 | + } |
|
| 542 | 542 | |
| 543 | - $wpdb->query($meta_field_add); |
|
| 544 | - } else {
|
|
| 543 | + $wpdb->query($meta_field_add); |
|
| 544 | + } else {
|
|
| 545 | 545 | |
| 546 | - $meta_field_add = "VARCHAR( 50 ) NULL"; |
|
| 547 | - if ($default_value != '') {
|
|
| 548 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 549 | - } |
|
| 546 | + $meta_field_add = "VARCHAR( 50 ) NULL"; |
|
| 547 | + if ($default_value != '') {
|
|
| 548 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 549 | + } |
|
| 550 | 550 | |
| 551 | - geodir_add_column_if_not_exist($detail_table, $prefix . "zip", $meta_field_add); |
|
| 551 | + geodir_add_column_if_not_exist($detail_table, $prefix . "zip", $meta_field_add); |
|
| 552 | 552 | |
| 553 | - } |
|
| 553 | + } |
|
| 554 | 554 | |
| 555 | - } |
|
| 556 | - if (isset($extra_fields['show_map']) && $extra_fields['show_map']) {
|
|
| 555 | + } |
|
| 556 | + if (isset($extra_fields['show_map']) && $extra_fields['show_map']) {
|
|
| 557 | 557 | |
| 558 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "latitude'");
|
|
| 559 | - if ($is_column) {
|
|
| 558 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "latitude'");
|
|
| 559 | + if ($is_column) {
|
|
| 560 | 560 | |
| 561 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "latitude` `" . $prefix . "latitude` VARCHAR( 20 ) NULL"; |
|
| 561 | + $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "latitude` `" . $prefix . "latitude` VARCHAR( 20 ) NULL"; |
|
| 562 | 562 | |
| 563 | - if ($default_value != '') {
|
|
| 564 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 565 | - } |
|
| 563 | + if ($default_value != '') {
|
|
| 564 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 565 | + } |
|
| 566 | 566 | |
| 567 | - $wpdb->query($meta_field_add); |
|
| 568 | - } else {
|
|
| 567 | + $wpdb->query($meta_field_add); |
|
| 568 | + } else {
|
|
| 569 | 569 | |
| 570 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "latitude` VARCHAR( 20 ) NULL"; |
|
| 571 | - $meta_field_add = "VARCHAR( 20 ) NULL"; |
|
| 572 | - if ($default_value != '') {
|
|
| 573 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 574 | - } |
|
| 570 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "latitude` VARCHAR( 20 ) NULL"; |
|
| 571 | + $meta_field_add = "VARCHAR( 20 ) NULL"; |
|
| 572 | + if ($default_value != '') {
|
|
| 573 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 574 | + } |
|
| 575 | 575 | |
| 576 | - geodir_add_column_if_not_exist($detail_table, $prefix . "latitude", $meta_field_add); |
|
| 576 | + geodir_add_column_if_not_exist($detail_table, $prefix . "latitude", $meta_field_add); |
|
| 577 | 577 | |
| 578 | - } |
|
| 578 | + } |
|
| 579 | 579 | |
| 580 | 580 | |
| 581 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "longitude'");
|
|
| 581 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "longitude'");
|
|
| 582 | 582 | |
| 583 | - if ($is_column) {
|
|
| 584 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "longitude` `" . $prefix . "longitude` VARCHAR( 20 ) NULL"; |
|
| 583 | + if ($is_column) {
|
|
| 584 | + $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "longitude` `" . $prefix . "longitude` VARCHAR( 20 ) NULL"; |
|
| 585 | 585 | |
| 586 | - if ($default_value != '') {
|
|
| 587 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 588 | - } |
|
| 586 | + if ($default_value != '') {
|
|
| 587 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 588 | + } |
|
| 589 | 589 | |
| 590 | - $wpdb->query($meta_field_add); |
|
| 591 | - } else {
|
|
| 590 | + $wpdb->query($meta_field_add); |
|
| 591 | + } else {
|
|
| 592 | 592 | |
| 593 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "longitude` VARCHAR( 20 ) NULL"; |
|
| 594 | - $meta_field_add = "VARCHAR( 20 ) NULL"; |
|
| 595 | - if ($default_value != '') {
|
|
| 596 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 597 | - } |
|
| 593 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "longitude` VARCHAR( 20 ) NULL"; |
|
| 594 | + $meta_field_add = "VARCHAR( 20 ) NULL"; |
|
| 595 | + if ($default_value != '') {
|
|
| 596 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 597 | + } |
|
| 598 | 598 | |
| 599 | - geodir_add_column_if_not_exist($detail_table, $prefix . "longitude", $meta_field_add); |
|
| 600 | - } |
|
| 599 | + geodir_add_column_if_not_exist($detail_table, $prefix . "longitude", $meta_field_add); |
|
| 600 | + } |
|
| 601 | 601 | |
| 602 | - } |
|
| 603 | - if (isset($extra_fields['show_mapview']) && $extra_fields['show_mapview']) {
|
|
| 602 | + } |
|
| 603 | + if (isset($extra_fields['show_mapview']) && $extra_fields['show_mapview']) {
|
|
| 604 | 604 | |
| 605 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "mapview'");
|
|
| 605 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "mapview'");
|
|
| 606 | 606 | |
| 607 | - if ($is_column) {
|
|
| 608 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "mapview` `" . $prefix . "mapview` VARCHAR( 15 ) NULL"; |
|
| 607 | + if ($is_column) {
|
|
| 608 | + $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "mapview` `" . $prefix . "mapview` VARCHAR( 15 ) NULL"; |
|
| 609 | 609 | |
| 610 | - if ($default_value != '') {
|
|
| 611 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 612 | - } |
|
| 610 | + if ($default_value != '') {
|
|
| 611 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 612 | + } |
|
| 613 | 613 | |
| 614 | - $wpdb->query($meta_field_add); |
|
| 615 | - } else {
|
|
| 614 | + $wpdb->query($meta_field_add); |
|
| 615 | + } else {
|
|
| 616 | 616 | |
| 617 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "mapview` VARCHAR( 15 ) NULL"; |
|
| 617 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "mapview` VARCHAR( 15 ) NULL"; |
|
| 618 | 618 | |
| 619 | - $meta_field_add = "VARCHAR( 15 ) NULL"; |
|
| 620 | - if ($default_value != '') {
|
|
| 621 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 622 | - } |
|
| 619 | + $meta_field_add = "VARCHAR( 15 ) NULL"; |
|
| 620 | + if ($default_value != '') {
|
|
| 621 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 622 | + } |
|
| 623 | 623 | |
| 624 | - geodir_add_column_if_not_exist($detail_table, $prefix . "mapview", $meta_field_add); |
|
| 625 | - } |
|
| 624 | + geodir_add_column_if_not_exist($detail_table, $prefix . "mapview", $meta_field_add); |
|
| 625 | + } |
|
| 626 | 626 | |
| 627 | 627 | |
| 628 | - } |
|
| 629 | - if (isset($extra_fields['show_mapzoom']) && $extra_fields['show_mapzoom']) {
|
|
| 628 | + } |
|
| 629 | + if (isset($extra_fields['show_mapzoom']) && $extra_fields['show_mapzoom']) {
|
|
| 630 | 630 | |
| 631 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "mapzoom'");
|
|
| 632 | - if ($is_column) {
|
|
| 633 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "mapzoom` `" . $prefix . "mapzoom` VARCHAR( 3 ) NULL"; |
|
| 631 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "mapzoom'");
|
|
| 632 | + if ($is_column) {
|
|
| 633 | + $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "mapzoom` `" . $prefix . "mapzoom` VARCHAR( 3 ) NULL"; |
|
| 634 | 634 | |
| 635 | - if ($default_value != '') {
|
|
| 636 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 637 | - } |
|
| 635 | + if ($default_value != '') {
|
|
| 636 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 637 | + } |
|
| 638 | 638 | |
| 639 | - $wpdb->query($meta_field_add); |
|
| 639 | + $wpdb->query($meta_field_add); |
|
| 640 | 640 | |
| 641 | - } else {
|
|
| 641 | + } else {
|
|
| 642 | 642 | |
| 643 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "mapzoom` VARCHAR( 3 ) NULL"; |
|
| 643 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "mapzoom` VARCHAR( 3 ) NULL"; |
|
| 644 | 644 | |
| 645 | - $meta_field_add = "VARCHAR( 3 ) NULL"; |
|
| 646 | - if ($default_value != '') {
|
|
| 647 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 648 | - } |
|
| 645 | + $meta_field_add = "VARCHAR( 3 ) NULL"; |
|
| 646 | + if ($default_value != '') {
|
|
| 647 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 648 | + } |
|
| 649 | 649 | |
| 650 | - geodir_add_column_if_not_exist($detail_table, $prefix . "mapzoom", $meta_field_add); |
|
| 651 | - } |
|
| 650 | + geodir_add_column_if_not_exist($detail_table, $prefix . "mapzoom", $meta_field_add); |
|
| 651 | + } |
|
| 652 | 652 | |
| 653 | - } |
|
| 654 | - // show lat lng |
|
| 655 | - if (isset($extra_fields['show_latlng']) && $extra_fields['show_latlng']) {
|
|
| 656 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "latlng'");
|
|
| 653 | + } |
|
| 654 | + // show lat lng |
|
| 655 | + if (isset($extra_fields['show_latlng']) && $extra_fields['show_latlng']) {
|
|
| 656 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "latlng'");
|
|
| 657 | 657 | |
| 658 | - if ($is_column) {
|
|
| 659 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "latlng` `" . $prefix . "latlng` VARCHAR( 3 ) NULL"; |
|
| 660 | - $meta_field_add .= " DEFAULT '1'"; |
|
| 658 | + if ($is_column) {
|
|
| 659 | + $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "latlng` `" . $prefix . "latlng` VARCHAR( 3 ) NULL"; |
|
| 660 | + $meta_field_add .= " DEFAULT '1'"; |
|
| 661 | 661 | |
| 662 | - $wpdb->query($meta_field_add); |
|
| 663 | - } else {
|
|
| 664 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "latlng` VARCHAR( 3 ) NULL"; |
|
| 662 | + $wpdb->query($meta_field_add); |
|
| 663 | + } else {
|
|
| 664 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "latlng` VARCHAR( 3 ) NULL"; |
|
| 665 | 665 | |
| 666 | - $meta_field_add = "VARCHAR( 3 ) NULL"; |
|
| 667 | - $meta_field_add .= " DEFAULT '1'"; |
|
| 666 | + $meta_field_add = "VARCHAR( 3 ) NULL"; |
|
| 667 | + $meta_field_add .= " DEFAULT '1'"; |
|
| 668 | 668 | |
| 669 | - geodir_add_column_if_not_exist($detail_table, $prefix . "latlng", $meta_field_add); |
|
| 670 | - } |
|
| 669 | + geodir_add_column_if_not_exist($detail_table, $prefix . "latlng", $meta_field_add); |
|
| 670 | + } |
|
| 671 | 671 | |
| 672 | - } |
|
| 673 | - }// end extra |
|
| 672 | + } |
|
| 673 | + }// end extra |
|
| 674 | 674 | |
| 675 | - break; |
|
| 675 | + break; |
|
| 676 | 676 | |
| 677 | - case 'checkbox': |
|
| 678 | - $default_value_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` TINYINT(1) NOT NULL"; |
|
| 677 | + case 'checkbox': |
|
| 678 | + $default_value_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` TINYINT(1) NOT NULL"; |
|
| 679 | 679 | if ($default_value != '') {
|
| 680 | 680 | $default_value_add .= " DEFAULT '" . $default_value . "'"; |
| 681 | 681 | } |
| 682 | 682 | |
| 683 | - $alter_result = $wpdb->query($default_value_add); |
|
| 684 | - if ( $alter_result === false) {
|
|
| 685 | - return __('Column change failed, you may have too many columns.', 'geodirectory');
|
|
| 686 | - } |
|
| 687 | - break; |
|
| 688 | - case 'multiselect': |
|
| 689 | - case 'select': |
|
| 690 | - case 'taxonomy': |
|
| 691 | - |
|
| 692 | - $op_size = '500'; |
|
| 693 | - |
|
| 694 | - // only make the field as big as it needs to be. |
|
| 695 | - if(isset($option_values) && $option_values && $field_type=='select'){
|
|
| 696 | - $option_values_arr = explode(',',$option_values);
|
|
| 697 | - if(is_array($option_values_arr)){
|
|
| 698 | - $op_max = 0; |
|
| 699 | - foreach($option_values_arr as $op_val){
|
|
| 700 | - if(strlen($op_val) && strlen($op_val)>$op_max){$op_max = strlen($op_val);}
|
|
| 701 | - } |
|
| 702 | - if($op_max){$op_size =$op_max; }
|
|
| 703 | - } |
|
| 704 | - }elseif(isset($option_values) && $option_values && $field_type=='multiselect'){
|
|
| 705 | - if(strlen($option_values)){
|
|
| 706 | - $op_size = strlen($option_values); |
|
| 707 | - } |
|
| 708 | - } |
|
| 709 | - |
|
| 710 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "`VARCHAR( $op_size ) NULL"; |
|
| 711 | - |
|
| 712 | - if ($default_value != '') {
|
|
| 713 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 714 | - } |
|
| 715 | - |
|
| 716 | - $alter_result = $wpdb->query($meta_field_add); |
|
| 717 | - if($alter_result===false){
|
|
| 718 | - return __('Column change failed, you may have too many columns.','geodirectory');
|
|
| 719 | - } |
|
| 720 | - |
|
| 721 | - if (isset($request_field['cat_display_type'])) |
|
| 722 | - $extra_fields = $request_field['cat_display_type']; |
|
| 723 | - |
|
| 724 | - if (isset($request_field['multi_display_type'])) |
|
| 725 | - $extra_fields = $request_field['multi_display_type']; |
|
| 726 | - |
|
| 727 | - |
|
| 728 | - break; |
|
| 729 | - |
|
| 730 | - case 'textarea': |
|
| 731 | - case 'html': |
|
| 732 | - case 'url': |
|
| 733 | - case 'file': |
|
| 734 | - |
|
| 735 | - $alter_result = $wpdb->query("ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` TEXT NULL");
|
|
| 736 | - if($alter_result===false){
|
|
| 737 | - return __('Column change failed, you may have too many columns.','geodirectory');
|
|
| 738 | - } |
|
| 739 | - if (isset($request_field['advanced_editor'])) |
|
| 740 | - $extra_fields = $request_field['advanced_editor']; |
|
| 741 | - |
|
| 742 | - break; |
|
| 743 | - |
|
| 744 | - case 'fieldset': |
|
| 745 | - // Nothing happened for fieldset |
|
| 746 | - break; |
|
| 747 | - |
|
| 748 | - default: |
|
| 749 | - if ($data_type != 'VARCHAR' && $data_type != '') {
|
|
| 750 | - if ($data_type == 'FLOAT' && $decimal_point > 0) {
|
|
| 751 | - $default_value_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` DECIMAL(11, " . (int)$decimal_point . ") NULL"; |
|
| 752 | - } else {
|
|
| 753 | - $default_value_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` " . $data_type . " NULL"; |
|
| 754 | - } |
|
| 755 | - |
|
| 756 | - if (is_numeric($default_value) && $default_value != '') {
|
|
| 757 | - $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 758 | - } |
|
| 759 | - } else {
|
|
| 760 | - $default_value_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` VARCHAR( 254 ) NULL"; |
|
| 761 | - if ($default_value != '') {
|
|
| 762 | - $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 763 | - } |
|
| 764 | - } |
|
| 765 | - |
|
| 766 | - $alter_result = $wpdb->query($default_value_add); |
|
| 767 | - if($alter_result===false){
|
|
| 768 | - return __('Column change failed, you may have too many columns.','geodirectory');
|
|
| 769 | - } |
|
| 770 | - break; |
|
| 771 | - endswitch; |
|
| 772 | - |
|
| 773 | - $extra_field_query = ''; |
|
| 774 | - if (!empty($extra_fields)) {
|
|
| 775 | - $extra_field_query = serialize($extra_fields); |
|
| 776 | - } |
|
| 777 | - |
|
| 778 | - $decimal_point = $field_type == 'text' && $data_type == 'FLOAT' ? $decimal_point : ''; |
|
| 779 | - |
|
| 780 | - $wpdb->query( |
|
| 781 | - |
|
| 782 | - $wpdb->prepare( |
|
| 783 | - |
|
| 784 | - "update " . GEODIR_CUSTOM_FIELDS_TABLE . " set |
|
| 683 | + $alter_result = $wpdb->query($default_value_add); |
|
| 684 | + if ( $alter_result === false) {
|
|
| 685 | + return __('Column change failed, you may have too many columns.', 'geodirectory');
|
|
| 686 | + } |
|
| 687 | + break; |
|
| 688 | + case 'multiselect': |
|
| 689 | + case 'select': |
|
| 690 | + case 'taxonomy': |
|
| 691 | + |
|
| 692 | + $op_size = '500'; |
|
| 693 | + |
|
| 694 | + // only make the field as big as it needs to be. |
|
| 695 | + if(isset($option_values) && $option_values && $field_type=='select'){
|
|
| 696 | + $option_values_arr = explode(',',$option_values);
|
|
| 697 | + if(is_array($option_values_arr)){
|
|
| 698 | + $op_max = 0; |
|
| 699 | + foreach($option_values_arr as $op_val){
|
|
| 700 | + if(strlen($op_val) && strlen($op_val)>$op_max){$op_max = strlen($op_val);}
|
|
| 701 | + } |
|
| 702 | + if($op_max){$op_size =$op_max; }
|
|
| 703 | + } |
|
| 704 | + }elseif(isset($option_values) && $option_values && $field_type=='multiselect'){
|
|
| 705 | + if(strlen($option_values)){
|
|
| 706 | + $op_size = strlen($option_values); |
|
| 707 | + } |
|
| 708 | + } |
|
| 709 | + |
|
| 710 | + $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "`VARCHAR( $op_size ) NULL"; |
|
| 711 | + |
|
| 712 | + if ($default_value != '') {
|
|
| 713 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 714 | + } |
|
| 715 | + |
|
| 716 | + $alter_result = $wpdb->query($meta_field_add); |
|
| 717 | + if($alter_result===false){
|
|
| 718 | + return __('Column change failed, you may have too many columns.','geodirectory');
|
|
| 719 | + } |
|
| 720 | + |
|
| 721 | + if (isset($request_field['cat_display_type'])) |
|
| 722 | + $extra_fields = $request_field['cat_display_type']; |
|
| 723 | + |
|
| 724 | + if (isset($request_field['multi_display_type'])) |
|
| 725 | + $extra_fields = $request_field['multi_display_type']; |
|
| 726 | + |
|
| 727 | + |
|
| 728 | + break; |
|
| 729 | + |
|
| 730 | + case 'textarea': |
|
| 731 | + case 'html': |
|
| 732 | + case 'url': |
|
| 733 | + case 'file': |
|
| 734 | + |
|
| 735 | + $alter_result = $wpdb->query("ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` TEXT NULL");
|
|
| 736 | + if($alter_result===false){
|
|
| 737 | + return __('Column change failed, you may have too many columns.','geodirectory');
|
|
| 738 | + } |
|
| 739 | + if (isset($request_field['advanced_editor'])) |
|
| 740 | + $extra_fields = $request_field['advanced_editor']; |
|
| 741 | + |
|
| 742 | + break; |
|
| 743 | + |
|
| 744 | + case 'fieldset': |
|
| 745 | + // Nothing happened for fieldset |
|
| 746 | + break; |
|
| 747 | + |
|
| 748 | + default: |
|
| 749 | + if ($data_type != 'VARCHAR' && $data_type != '') {
|
|
| 750 | + if ($data_type == 'FLOAT' && $decimal_point > 0) {
|
|
| 751 | + $default_value_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` DECIMAL(11, " . (int)$decimal_point . ") NULL"; |
|
| 752 | + } else {
|
|
| 753 | + $default_value_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` " . $data_type . " NULL"; |
|
| 754 | + } |
|
| 755 | + |
|
| 756 | + if (is_numeric($default_value) && $default_value != '') {
|
|
| 757 | + $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 758 | + } |
|
| 759 | + } else {
|
|
| 760 | + $default_value_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` VARCHAR( 254 ) NULL"; |
|
| 761 | + if ($default_value != '') {
|
|
| 762 | + $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 763 | + } |
|
| 764 | + } |
|
| 765 | + |
|
| 766 | + $alter_result = $wpdb->query($default_value_add); |
|
| 767 | + if($alter_result===false){
|
|
| 768 | + return __('Column change failed, you may have too many columns.','geodirectory');
|
|
| 769 | + } |
|
| 770 | + break; |
|
| 771 | + endswitch; |
|
| 772 | + |
|
| 773 | + $extra_field_query = ''; |
|
| 774 | + if (!empty($extra_fields)) {
|
|
| 775 | + $extra_field_query = serialize($extra_fields); |
|
| 776 | + } |
|
| 777 | + |
|
| 778 | + $decimal_point = $field_type == 'text' && $data_type == 'FLOAT' ? $decimal_point : ''; |
|
| 779 | + |
|
| 780 | + $wpdb->query( |
|
| 781 | + |
|
| 782 | + $wpdb->prepare( |
|
| 783 | + |
|
| 784 | + "update " . GEODIR_CUSTOM_FIELDS_TABLE . " set |
|
| 785 | 785 | post_type = %s, |
| 786 | 786 | admin_title = %s, |
| 787 | 787 | site_title = %s, |
@@ -815,308 +815,308 @@ discard block |
||
| 815 | 815 | for_admin_use = %s |
| 816 | 816 | where id = %d", |
| 817 | 817 | |
| 818 | - array($post_type, $admin_title, $site_title, $field_type, $field_type_key, $htmlvar_name, $admin_desc, $clabels, $default_value, $sort_order, $is_active, $is_default, $is_required, $required_msg, $css_class, $field_icon, $field_icon, $show_on_listing, $show_in, $show_on_detail, $show_as_tab, $option_values, $price_pkg, $cat_sort, $cat_filter, $data_type, $extra_field_query, $decimal_point,$validation_pattern,$validation_msg, $for_admin_use, $cf) |
|
| 819 | - ) |
|
| 818 | + array($post_type, $admin_title, $site_title, $field_type, $field_type_key, $htmlvar_name, $admin_desc, $clabels, $default_value, $sort_order, $is_active, $is_default, $is_required, $required_msg, $css_class, $field_icon, $field_icon, $show_on_listing, $show_in, $show_on_detail, $show_as_tab, $option_values, $price_pkg, $cat_sort, $cat_filter, $data_type, $extra_field_query, $decimal_point,$validation_pattern,$validation_msg, $for_admin_use, $cf) |
|
| 819 | + ) |
|
| 820 | 820 | |
| 821 | - ); |
|
| 821 | + ); |
|
| 822 | 822 | |
| 823 | - $lastid = trim($cf); |
|
| 823 | + $lastid = trim($cf); |
|
| 824 | 824 | |
| 825 | 825 | |
| 826 | - $wpdb->query( |
|
| 827 | - $wpdb->prepare( |
|
| 828 | - "update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 826 | + $wpdb->query( |
|
| 827 | + $wpdb->prepare( |
|
| 828 | + "update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 829 | 829 | site_title=%s |
| 830 | 830 | where post_type = %s and htmlvar_name = %s", |
| 831 | - array($site_title, $post_type, $htmlvar_name) |
|
| 832 | - ) |
|
| 833 | - ); |
|
| 834 | - |
|
| 835 | - |
|
| 836 | - if ($cat_sort == '') |
|
| 837 | - $wpdb->query($wpdb->prepare("delete from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where post_type = %s and htmlvar_name = %s", array($post_type, $htmlvar_name)));
|
|
| 838 | - |
|
| 839 | - |
|
| 840 | - /** |
|
| 841 | - * Called after all custom fields are saved for a post. |
|
| 842 | - * |
|
| 843 | - * @since 1.0.0 |
|
| 844 | - * @param int $lastid The post ID. |
|
| 845 | - */ |
|
| 846 | - do_action('geodir_after_custom_fields_updated', $lastid);
|
|
| 847 | - |
|
| 848 | - } else {
|
|
| 849 | - |
|
| 850 | - switch ($field_type): |
|
| 851 | - |
|
| 852 | - case 'address': |
|
| 853 | - |
|
| 854 | - $data_type = ''; |
|
| 855 | - |
|
| 856 | - if ($htmlvar_name != '') {
|
|
| 857 | - $prefix = $htmlvar_name . '_'; |
|
| 858 | - } |
|
| 859 | - $old_prefix = $old_html_variable; |
|
| 860 | - |
|
| 861 | - //$meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."address` VARCHAR( 254 ) NULL"; |
|
| 862 | - |
|
| 863 | - $meta_field_add = "VARCHAR( 254 ) NULL"; |
|
| 864 | - if ($default_value != '') {
|
|
| 865 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 866 | - } |
|
| 867 | - |
|
| 868 | - geodir_add_column_if_not_exist($detail_table, $prefix . "address", $meta_field_add); |
|
| 869 | - //$wpdb->query($meta_field_add); |
|
| 870 | - |
|
| 871 | - |
|
| 872 | - if (!empty($extra_fields)) {
|
|
| 831 | + array($site_title, $post_type, $htmlvar_name) |
|
| 832 | + ) |
|
| 833 | + ); |
|
| 834 | + |
|
| 835 | + |
|
| 836 | + if ($cat_sort == '') |
|
| 837 | + $wpdb->query($wpdb->prepare("delete from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where post_type = %s and htmlvar_name = %s", array($post_type, $htmlvar_name)));
|
|
| 838 | + |
|
| 839 | + |
|
| 840 | + /** |
|
| 841 | + * Called after all custom fields are saved for a post. |
|
| 842 | + * |
|
| 843 | + * @since 1.0.0 |
|
| 844 | + * @param int $lastid The post ID. |
|
| 845 | + */ |
|
| 846 | + do_action('geodir_after_custom_fields_updated', $lastid);
|
|
| 847 | + |
|
| 848 | + } else {
|
|
| 873 | 849 | |
| 874 | - if (isset($extra_fields['show_city']) && $extra_fields['show_city']) {
|
|
| 875 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "city` VARCHAR( 30 ) NULL"; |
|
| 876 | - $meta_field_add = "VARCHAR( 50 ) NULL"; |
|
| 877 | - if ($default_value != '') {
|
|
| 878 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 879 | - } |
|
| 880 | - |
|
| 881 | - geodir_add_column_if_not_exist($detail_table, $prefix . "city", $meta_field_add); |
|
| 882 | - //$wpdb->query($meta_field_add); |
|
| 883 | - } |
|
| 884 | - if (isset($extra_fields['show_region']) && $extra_fields['show_region']) {
|
|
| 885 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "region` VARCHAR( 30 ) NULL"; |
|
| 886 | - $meta_field_add = "VARCHAR( 50 ) NULL"; |
|
| 887 | - if ($default_value != '') {
|
|
| 888 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 889 | - } |
|
| 890 | - |
|
| 891 | - geodir_add_column_if_not_exist($detail_table, $prefix . "region", $meta_field_add); |
|
| 892 | - //$wpdb->query($meta_field_add); |
|
| 893 | - } |
|
| 894 | - if (isset($extra_fields['show_country']) && $extra_fields['show_country']) {
|
|
| 895 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "country` VARCHAR( 30 ) NULL"; |
|
| 896 | - |
|
| 897 | - $meta_field_add = "VARCHAR( 30 ) NULL"; |
|
| 898 | - if ($default_value != '') {
|
|
| 899 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 900 | - } |
|
| 901 | - |
|
| 902 | - geodir_add_column_if_not_exist($detail_table, $prefix . "country", $meta_field_add); |
|
| 903 | - //$wpdb->query($meta_field_add); |
|
| 904 | - } |
|
| 905 | - if (isset($extra_fields['show_zip']) && $extra_fields['show_zip']) {
|
|
| 906 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "zip` VARCHAR( 15 ) NULL"; |
|
| 907 | - $meta_field_add = "VARCHAR( 15 ) NULL"; |
|
| 908 | - if ($default_value != '') {
|
|
| 909 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 910 | - } |
|
| 911 | - |
|
| 912 | - geodir_add_column_if_not_exist($detail_table, $prefix . "zip", $meta_field_add); |
|
| 913 | - //$wpdb->query($meta_field_add); |
|
| 914 | - } |
|
| 915 | - if (isset($extra_fields['show_map']) && $extra_fields['show_map']) {
|
|
| 916 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "latitude` VARCHAR( 20 ) NULL"; |
|
| 917 | - $meta_field_add = "VARCHAR( 20 ) NULL"; |
|
| 918 | - if ($default_value != '') {
|
|
| 919 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 920 | - } |
|
| 921 | - |
|
| 922 | - geodir_add_column_if_not_exist($detail_table, $prefix . "latitude", $meta_field_add); |
|
| 923 | - //$wpdb->query($meta_field_add); |
|
| 924 | - |
|
| 925 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "longitude` VARCHAR( 20 ) NULL"; |
|
| 926 | - |
|
| 927 | - $meta_field_add = "VARCHAR( 20 ) NULL"; |
|
| 928 | - if ($default_value != '') {
|
|
| 929 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 930 | - } |
|
| 931 | - |
|
| 932 | - geodir_add_column_if_not_exist($detail_table, $prefix . "longitude", $meta_field_add); |
|
| 933 | - |
|
| 934 | - //$wpdb->query($meta_field_add); |
|
| 935 | - } |
|
| 936 | - if (isset($extra_fields['show_mapview']) && $extra_fields['show_mapview']) {
|
|
| 937 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "mapview` VARCHAR( 15 ) NULL"; |
|
| 938 | - |
|
| 939 | - $meta_field_add = "VARCHAR( 15 ) NULL"; |
|
| 940 | - if ($default_value != '') {
|
|
| 941 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 942 | - } |
|
| 943 | - |
|
| 944 | - geodir_add_column_if_not_exist($detail_table, $prefix . "mapview", $meta_field_add); |
|
| 945 | - |
|
| 946 | - //$wpdb->query($meta_field_add); |
|
| 947 | - } |
|
| 948 | - if (isset($extra_fields['show_mapzoom']) && $extra_fields['show_mapzoom']) {
|
|
| 949 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "mapzoom` VARCHAR( 3 ) NULL"; |
|
| 950 | - |
|
| 951 | - $meta_field_add = "VARCHAR( 3 ) NULL"; |
|
| 952 | - if ($default_value != '') {
|
|
| 953 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 954 | - } |
|
| 955 | - |
|
| 956 | - geodir_add_column_if_not_exist($detail_table, $prefix . "mapzoom", $meta_field_add); |
|
| 957 | - |
|
| 958 | - //$wpdb->query($meta_field_add); |
|
| 959 | - } |
|
| 960 | - // show lat lng |
|
| 961 | - if (isset($extra_fields['show_latlng']) && $extra_fields['show_latlng']) {
|
|
| 962 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "latlng` VARCHAR( 3 ) NULL"; |
|
| 963 | - |
|
| 964 | - $meta_field_add = "VARCHAR( 3 ) NULL"; |
|
| 965 | - $meta_field_add .= " DEFAULT '1'"; |
|
| 966 | - |
|
| 967 | - geodir_add_column_if_not_exist($detail_table, $prefix . "latlng", $meta_field_add); |
|
| 968 | - //$wpdb->query($meta_field_add); |
|
| 969 | - } |
|
| 970 | - } |
|
| 971 | - |
|
| 972 | - break; |
|
| 973 | - |
|
| 974 | - case 'checkbox': |
|
| 975 | - $data_type = 'TINYINT'; |
|
| 976 | - |
|
| 977 | - $meta_field_add = $data_type . "( 1 ) NOT NULL "; |
|
| 978 | - if ((int)$default_value === 1) {
|
|
| 979 | - $meta_field_add .= " DEFAULT '1'"; |
|
| 980 | - } |
|
| 981 | - |
|
| 982 | - $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 983 | - if ($add_result === false) {
|
|
| 984 | - return __('Column creation failed, you may have too many columns or the default value does not match with field data type.', 'geodirectory');
|
|
| 985 | - } |
|
| 986 | - break; |
|
| 987 | - case 'multiselect': |
|
| 988 | - case 'select': |
|
| 989 | - $data_type = 'VARCHAR'; |
|
| 990 | - $op_size = '500'; |
|
| 991 | - |
|
| 992 | - // only make the field as big as it needs to be. |
|
| 993 | - if (isset($option_values) && $option_values && $field_type == 'select') {
|
|
| 994 | - $option_values_arr = explode(',', $option_values);
|
|
| 995 | - |
|
| 996 | - if (is_array($option_values_arr)) {
|
|
| 997 | - $op_max = 0; |
|
| 998 | - |
|
| 999 | - foreach ($option_values_arr as $op_val) {
|
|
| 1000 | - if (strlen($op_val) && strlen($op_val) > $op_max) {
|
|
| 1001 | - $op_max = strlen($op_val); |
|
| 1002 | - } |
|
| 1003 | - } |
|
| 1004 | - |
|
| 1005 | - if ($op_max) {
|
|
| 1006 | - $op_size = $op_max; |
|
| 1007 | - } |
|
| 1008 | - } |
|
| 1009 | - } elseif (isset($option_values) && $option_values && $field_type == 'multiselect') {
|
|
| 1010 | - if (strlen($option_values)) {
|
|
| 1011 | - $op_size = strlen($option_values); |
|
| 1012 | - } |
|
| 1013 | - |
|
| 1014 | - if (isset($request_field['multi_display_type'])) {
|
|
| 1015 | - $extra_fields = $request_field['multi_display_type']; |
|
| 1016 | - } |
|
| 1017 | - } |
|
| 1018 | - |
|
| 1019 | - $meta_field_add = $data_type . "( $op_size ) NULL "; |
|
| 1020 | - if ($default_value != '') {
|
|
| 1021 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1022 | - } |
|
| 1023 | - |
|
| 1024 | - $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 1025 | - if ($add_result === false) {
|
|
| 1026 | - return __('Column creation failed, you may have too many columns or the default value does not match with field data type.', 'geodirectory');
|
|
| 1027 | - } |
|
| 1028 | - break; |
|
| 1029 | - case 'textarea': |
|
| 1030 | - case 'html': |
|
| 1031 | - case 'url': |
|
| 1032 | - case 'file': |
|
| 1033 | - |
|
| 1034 | - $data_type = 'TEXT'; |
|
| 1035 | - |
|
| 1036 | - $default_value_add = " `" . $htmlvar_name . "` " . $data_type . " NULL "; |
|
| 1037 | - |
|
| 1038 | - $meta_field_add = $data_type . " NULL "; |
|
| 1039 | - /*if($default_value != '') |
|
| 850 | + switch ($field_type): |
|
| 851 | + |
|
| 852 | + case 'address': |
|
| 853 | + |
|
| 854 | + $data_type = ''; |
|
| 855 | + |
|
| 856 | + if ($htmlvar_name != '') {
|
|
| 857 | + $prefix = $htmlvar_name . '_'; |
|
| 858 | + } |
|
| 859 | + $old_prefix = $old_html_variable; |
|
| 860 | + |
|
| 861 | + //$meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."address` VARCHAR( 254 ) NULL"; |
|
| 862 | + |
|
| 863 | + $meta_field_add = "VARCHAR( 254 ) NULL"; |
|
| 864 | + if ($default_value != '') {
|
|
| 865 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 866 | + } |
|
| 867 | + |
|
| 868 | + geodir_add_column_if_not_exist($detail_table, $prefix . "address", $meta_field_add); |
|
| 869 | + //$wpdb->query($meta_field_add); |
|
| 870 | + |
|
| 871 | + |
|
| 872 | + if (!empty($extra_fields)) {
|
|
| 873 | + |
|
| 874 | + if (isset($extra_fields['show_city']) && $extra_fields['show_city']) {
|
|
| 875 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "city` VARCHAR( 30 ) NULL"; |
|
| 876 | + $meta_field_add = "VARCHAR( 50 ) NULL"; |
|
| 877 | + if ($default_value != '') {
|
|
| 878 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 879 | + } |
|
| 880 | + |
|
| 881 | + geodir_add_column_if_not_exist($detail_table, $prefix . "city", $meta_field_add); |
|
| 882 | + //$wpdb->query($meta_field_add); |
|
| 883 | + } |
|
| 884 | + if (isset($extra_fields['show_region']) && $extra_fields['show_region']) {
|
|
| 885 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "region` VARCHAR( 30 ) NULL"; |
|
| 886 | + $meta_field_add = "VARCHAR( 50 ) NULL"; |
|
| 887 | + if ($default_value != '') {
|
|
| 888 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 889 | + } |
|
| 890 | + |
|
| 891 | + geodir_add_column_if_not_exist($detail_table, $prefix . "region", $meta_field_add); |
|
| 892 | + //$wpdb->query($meta_field_add); |
|
| 893 | + } |
|
| 894 | + if (isset($extra_fields['show_country']) && $extra_fields['show_country']) {
|
|
| 895 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "country` VARCHAR( 30 ) NULL"; |
|
| 896 | + |
|
| 897 | + $meta_field_add = "VARCHAR( 30 ) NULL"; |
|
| 898 | + if ($default_value != '') {
|
|
| 899 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 900 | + } |
|
| 901 | + |
|
| 902 | + geodir_add_column_if_not_exist($detail_table, $prefix . "country", $meta_field_add); |
|
| 903 | + //$wpdb->query($meta_field_add); |
|
| 904 | + } |
|
| 905 | + if (isset($extra_fields['show_zip']) && $extra_fields['show_zip']) {
|
|
| 906 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "zip` VARCHAR( 15 ) NULL"; |
|
| 907 | + $meta_field_add = "VARCHAR( 15 ) NULL"; |
|
| 908 | + if ($default_value != '') {
|
|
| 909 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 910 | + } |
|
| 911 | + |
|
| 912 | + geodir_add_column_if_not_exist($detail_table, $prefix . "zip", $meta_field_add); |
|
| 913 | + //$wpdb->query($meta_field_add); |
|
| 914 | + } |
|
| 915 | + if (isset($extra_fields['show_map']) && $extra_fields['show_map']) {
|
|
| 916 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "latitude` VARCHAR( 20 ) NULL"; |
|
| 917 | + $meta_field_add = "VARCHAR( 20 ) NULL"; |
|
| 918 | + if ($default_value != '') {
|
|
| 919 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 920 | + } |
|
| 921 | + |
|
| 922 | + geodir_add_column_if_not_exist($detail_table, $prefix . "latitude", $meta_field_add); |
|
| 923 | + //$wpdb->query($meta_field_add); |
|
| 924 | + |
|
| 925 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "longitude` VARCHAR( 20 ) NULL"; |
|
| 926 | + |
|
| 927 | + $meta_field_add = "VARCHAR( 20 ) NULL"; |
|
| 928 | + if ($default_value != '') {
|
|
| 929 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 930 | + } |
|
| 931 | + |
|
| 932 | + geodir_add_column_if_not_exist($detail_table, $prefix . "longitude", $meta_field_add); |
|
| 933 | + |
|
| 934 | + //$wpdb->query($meta_field_add); |
|
| 935 | + } |
|
| 936 | + if (isset($extra_fields['show_mapview']) && $extra_fields['show_mapview']) {
|
|
| 937 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "mapview` VARCHAR( 15 ) NULL"; |
|
| 938 | + |
|
| 939 | + $meta_field_add = "VARCHAR( 15 ) NULL"; |
|
| 940 | + if ($default_value != '') {
|
|
| 941 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 942 | + } |
|
| 943 | + |
|
| 944 | + geodir_add_column_if_not_exist($detail_table, $prefix . "mapview", $meta_field_add); |
|
| 945 | + |
|
| 946 | + //$wpdb->query($meta_field_add); |
|
| 947 | + } |
|
| 948 | + if (isset($extra_fields['show_mapzoom']) && $extra_fields['show_mapzoom']) {
|
|
| 949 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "mapzoom` VARCHAR( 3 ) NULL"; |
|
| 950 | + |
|
| 951 | + $meta_field_add = "VARCHAR( 3 ) NULL"; |
|
| 952 | + if ($default_value != '') {
|
|
| 953 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 954 | + } |
|
| 955 | + |
|
| 956 | + geodir_add_column_if_not_exist($detail_table, $prefix . "mapzoom", $meta_field_add); |
|
| 957 | + |
|
| 958 | + //$wpdb->query($meta_field_add); |
|
| 959 | + } |
|
| 960 | + // show lat lng |
|
| 961 | + if (isset($extra_fields['show_latlng']) && $extra_fields['show_latlng']) {
|
|
| 962 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "latlng` VARCHAR( 3 ) NULL"; |
|
| 963 | + |
|
| 964 | + $meta_field_add = "VARCHAR( 3 ) NULL"; |
|
| 965 | + $meta_field_add .= " DEFAULT '1'"; |
|
| 966 | + |
|
| 967 | + geodir_add_column_if_not_exist($detail_table, $prefix . "latlng", $meta_field_add); |
|
| 968 | + //$wpdb->query($meta_field_add); |
|
| 969 | + } |
|
| 970 | + } |
|
| 971 | + |
|
| 972 | + break; |
|
| 973 | + |
|
| 974 | + case 'checkbox': |
|
| 975 | + $data_type = 'TINYINT'; |
|
| 976 | + |
|
| 977 | + $meta_field_add = $data_type . "( 1 ) NOT NULL "; |
|
| 978 | + if ((int)$default_value === 1) {
|
|
| 979 | + $meta_field_add .= " DEFAULT '1'"; |
|
| 980 | + } |
|
| 981 | + |
|
| 982 | + $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 983 | + if ($add_result === false) {
|
|
| 984 | + return __('Column creation failed, you may have too many columns or the default value does not match with field data type.', 'geodirectory');
|
|
| 985 | + } |
|
| 986 | + break; |
|
| 987 | + case 'multiselect': |
|
| 988 | + case 'select': |
|
| 989 | + $data_type = 'VARCHAR'; |
|
| 990 | + $op_size = '500'; |
|
| 991 | + |
|
| 992 | + // only make the field as big as it needs to be. |
|
| 993 | + if (isset($option_values) && $option_values && $field_type == 'select') {
|
|
| 994 | + $option_values_arr = explode(',', $option_values);
|
|
| 995 | + |
|
| 996 | + if (is_array($option_values_arr)) {
|
|
| 997 | + $op_max = 0; |
|
| 998 | + |
|
| 999 | + foreach ($option_values_arr as $op_val) {
|
|
| 1000 | + if (strlen($op_val) && strlen($op_val) > $op_max) {
|
|
| 1001 | + $op_max = strlen($op_val); |
|
| 1002 | + } |
|
| 1003 | + } |
|
| 1004 | + |
|
| 1005 | + if ($op_max) {
|
|
| 1006 | + $op_size = $op_max; |
|
| 1007 | + } |
|
| 1008 | + } |
|
| 1009 | + } elseif (isset($option_values) && $option_values && $field_type == 'multiselect') {
|
|
| 1010 | + if (strlen($option_values)) {
|
|
| 1011 | + $op_size = strlen($option_values); |
|
| 1012 | + } |
|
| 1013 | + |
|
| 1014 | + if (isset($request_field['multi_display_type'])) {
|
|
| 1015 | + $extra_fields = $request_field['multi_display_type']; |
|
| 1016 | + } |
|
| 1017 | + } |
|
| 1018 | + |
|
| 1019 | + $meta_field_add = $data_type . "( $op_size ) NULL "; |
|
| 1020 | + if ($default_value != '') {
|
|
| 1021 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1022 | + } |
|
| 1023 | + |
|
| 1024 | + $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 1025 | + if ($add_result === false) {
|
|
| 1026 | + return __('Column creation failed, you may have too many columns or the default value does not match with field data type.', 'geodirectory');
|
|
| 1027 | + } |
|
| 1028 | + break; |
|
| 1029 | + case 'textarea': |
|
| 1030 | + case 'html': |
|
| 1031 | + case 'url': |
|
| 1032 | + case 'file': |
|
| 1033 | + |
|
| 1034 | + $data_type = 'TEXT'; |
|
| 1035 | + |
|
| 1036 | + $default_value_add = " `" . $htmlvar_name . "` " . $data_type . " NULL "; |
|
| 1037 | + |
|
| 1038 | + $meta_field_add = $data_type . " NULL "; |
|
| 1039 | + /*if($default_value != '') |
|
| 1040 | 1040 | { $meta_field_add .= " DEFAULT '".$default_value."'"; }*/
|
| 1041 | 1041 | |
| 1042 | - $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 1043 | - if ($add_result === false) {
|
|
| 1044 | - return __('Column creation failed, you may have too many columns or the default value does not match with field data type.', 'geodirectory');
|
|
| 1045 | - } |
|
| 1042 | + $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 1043 | + if ($add_result === false) {
|
|
| 1044 | + return __('Column creation failed, you may have too many columns or the default value does not match with field data type.', 'geodirectory');
|
|
| 1045 | + } |
|
| 1046 | 1046 | |
| 1047 | - break; |
|
| 1047 | + break; |
|
| 1048 | 1048 | |
| 1049 | - case 'datepicker': |
|
| 1049 | + case 'datepicker': |
|
| 1050 | 1050 | |
| 1051 | - $data_type = 'DATE'; |
|
| 1051 | + $data_type = 'DATE'; |
|
| 1052 | 1052 | |
| 1053 | - $default_value_add = " `" . $htmlvar_name . "` " . $data_type . " NULL "; |
|
| 1053 | + $default_value_add = " `" . $htmlvar_name . "` " . $data_type . " NULL "; |
|
| 1054 | 1054 | |
| 1055 | - $meta_field_add = $data_type . " NULL "; |
|
| 1055 | + $meta_field_add = $data_type . " NULL "; |
|
| 1056 | 1056 | |
| 1057 | - $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 1058 | - if ($add_result === false) {
|
|
| 1059 | - return __('Column creation failed, you may have too many columns or the default value might have a invalid date format.', 'geodirectory');
|
|
| 1060 | - } |
|
| 1057 | + $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 1058 | + if ($add_result === false) {
|
|
| 1059 | + return __('Column creation failed, you may have too many columns or the default value might have a invalid date format.', 'geodirectory');
|
|
| 1060 | + } |
|
| 1061 | 1061 | |
| 1062 | - break; |
|
| 1062 | + break; |
|
| 1063 | 1063 | |
| 1064 | - case 'time': |
|
| 1064 | + case 'time': |
|
| 1065 | 1065 | |
| 1066 | - $data_type = 'TIME'; |
|
| 1066 | + $data_type = 'TIME'; |
|
| 1067 | 1067 | |
| 1068 | - $default_value_add = " `" . $htmlvar_name . "` " . $data_type . " NULL "; |
|
| 1068 | + $default_value_add = " `" . $htmlvar_name . "` " . $data_type . " NULL "; |
|
| 1069 | 1069 | |
| 1070 | - $meta_field_add = $data_type . " NULL "; |
|
| 1070 | + $meta_field_add = $data_type . " NULL "; |
|
| 1071 | 1071 | |
| 1072 | - $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 1073 | - if ($add_result === false) {
|
|
| 1074 | - return __('Column creation failed, you may have too many columns or the default value might have a invalid time format.', 'geodirectory');
|
|
| 1075 | - } |
|
| 1072 | + $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 1073 | + if ($add_result === false) {
|
|
| 1074 | + return __('Column creation failed, you may have too many columns or the default value might have a invalid time format.', 'geodirectory');
|
|
| 1075 | + } |
|
| 1076 | 1076 | |
| 1077 | - break; |
|
| 1077 | + break; |
|
| 1078 | 1078 | |
| 1079 | - default: |
|
| 1079 | + default: |
|
| 1080 | 1080 | |
| 1081 | - if ($data_type != 'VARCHAR' && $data_type != '') {
|
|
| 1082 | - $meta_field_add = $data_type . " NULL "; |
|
| 1081 | + if ($data_type != 'VARCHAR' && $data_type != '') {
|
|
| 1082 | + $meta_field_add = $data_type . " NULL "; |
|
| 1083 | 1083 | |
| 1084 | - if ($data_type == 'FLOAT' && $decimal_point > 0) {
|
|
| 1085 | - $meta_field_add = "DECIMAL(11, " . (int)$decimal_point . ") NULL "; |
|
| 1086 | - } |
|
| 1084 | + if ($data_type == 'FLOAT' && $decimal_point > 0) {
|
|
| 1085 | + $meta_field_add = "DECIMAL(11, " . (int)$decimal_point . ") NULL "; |
|
| 1086 | + } |
|
| 1087 | 1087 | |
| 1088 | - if (is_numeric($default_value) && $default_value != '') {
|
|
| 1089 | - $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1090 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1091 | - } |
|
| 1092 | - } else {
|
|
| 1093 | - $meta_field_add = " VARCHAR( 254 ) NULL "; |
|
| 1088 | + if (is_numeric($default_value) && $default_value != '') {
|
|
| 1089 | + $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1090 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1091 | + } |
|
| 1092 | + } else {
|
|
| 1093 | + $meta_field_add = " VARCHAR( 254 ) NULL "; |
|
| 1094 | 1094 | |
| 1095 | - if ($default_value != '') {
|
|
| 1096 | - $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1097 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1098 | - } |
|
| 1099 | - } |
|
| 1095 | + if ($default_value != '') {
|
|
| 1096 | + $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1097 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1098 | + } |
|
| 1099 | + } |
|
| 1100 | 1100 | |
| 1101 | - $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 1102 | - if ($add_result === false) {
|
|
| 1103 | - return __('Column creation failed, you may have too many columns or the default value does not match with field data type.', 'geodirectory');
|
|
| 1104 | - } |
|
| 1105 | - break; |
|
| 1106 | - endswitch; |
|
| 1101 | + $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 1102 | + if ($add_result === false) {
|
|
| 1103 | + return __('Column creation failed, you may have too many columns or the default value does not match with field data type.', 'geodirectory');
|
|
| 1104 | + } |
|
| 1105 | + break; |
|
| 1106 | + endswitch; |
|
| 1107 | 1107 | |
| 1108 | - $extra_field_query = ''; |
|
| 1109 | - if (!empty($extra_fields)) {
|
|
| 1110 | - $extra_field_query = serialize($extra_fields); |
|
| 1111 | - } |
|
| 1108 | + $extra_field_query = ''; |
|
| 1109 | + if (!empty($extra_fields)) {
|
|
| 1110 | + $extra_field_query = serialize($extra_fields); |
|
| 1111 | + } |
|
| 1112 | 1112 | |
| 1113 | - $decimal_point = $field_type == 'text' && $data_type == 'FLOAT' ? $decimal_point : ''; |
|
| 1113 | + $decimal_point = $field_type == 'text' && $data_type == 'FLOAT' ? $decimal_point : ''; |
|
| 1114 | 1114 | |
| 1115 | - $wpdb->query( |
|
| 1115 | + $wpdb->query( |
|
| 1116 | 1116 | |
| 1117 | - $wpdb->prepare( |
|
| 1117 | + $wpdb->prepare( |
|
| 1118 | 1118 | |
| 1119 | - "insert into " . GEODIR_CUSTOM_FIELDS_TABLE . " set |
|
| 1119 | + "insert into " . GEODIR_CUSTOM_FIELDS_TABLE . " set |
|
| 1120 | 1120 | post_type = %s, |
| 1121 | 1121 | admin_title = %s, |
| 1122 | 1122 | site_title = %s, |
@@ -1149,26 +1149,26 @@ discard block |
||
| 1149 | 1149 | validation_msg = %s, |
| 1150 | 1150 | for_admin_use = %s ", |
| 1151 | 1151 | |
| 1152 | - array($post_type, $admin_title, $site_title, $field_type, $field_type_key, $htmlvar_name, $admin_desc, $clabels, $default_value, $sort_order, $is_active, $is_default, $is_admin, $is_required, $required_msg, $css_class, $field_icon, $show_on_listing,$show_in, $show_on_detail, $show_as_tab, $option_values, $price_pkg, $cat_sort, $cat_filter, $data_type, $extra_field_query, $decimal_point,$validation_pattern,$validation_msg, $for_admin_use) |
|
| 1152 | + array($post_type, $admin_title, $site_title, $field_type, $field_type_key, $htmlvar_name, $admin_desc, $clabels, $default_value, $sort_order, $is_active, $is_default, $is_admin, $is_required, $required_msg, $css_class, $field_icon, $show_on_listing,$show_in, $show_on_detail, $show_as_tab, $option_values, $price_pkg, $cat_sort, $cat_filter, $data_type, $extra_field_query, $decimal_point,$validation_pattern,$validation_msg, $for_admin_use) |
|
| 1153 | 1153 | |
| 1154 | - ) |
|
| 1154 | + ) |
|
| 1155 | 1155 | |
| 1156 | - ); |
|
| 1156 | + ); |
|
| 1157 | 1157 | |
| 1158 | - $lastid = $wpdb->insert_id; |
|
| 1158 | + $lastid = $wpdb->insert_id; |
|
| 1159 | 1159 | |
| 1160 | - $lastid = trim($lastid); |
|
| 1160 | + $lastid = trim($lastid); |
|
| 1161 | 1161 | |
| 1162 | - } |
|
| 1162 | + } |
|
| 1163 | 1163 | |
| 1164 | - return (int)$lastid; |
|
| 1164 | + return (int)$lastid; |
|
| 1165 | 1165 | |
| 1166 | 1166 | |
| 1167 | - } else {
|
|
| 1168 | - return 'HTML Variable Name should be a unique name'; |
|
| 1169 | - } |
|
| 1167 | + } else {
|
|
| 1168 | + return 'HTML Variable Name should be a unique name'; |
|
| 1169 | + } |
|
| 1170 | 1170 | |
| 1171 | - } |
|
| 1171 | + } |
|
| 1172 | 1172 | } |
| 1173 | 1173 | |
| 1174 | 1174 | /** |
@@ -1183,63 +1183,63 @@ discard block |
||
| 1183 | 1183 | function godir_set_field_order($field_ids = array()) |
| 1184 | 1184 | {
|
| 1185 | 1185 | |
| 1186 | - global $wpdb; |
|
| 1186 | + global $wpdb; |
|
| 1187 | 1187 | |
| 1188 | - $count = 0; |
|
| 1189 | - if (!empty($field_ids)): |
|
| 1190 | - $post_meta_info = false; |
|
| 1191 | - foreach ($field_ids as $id) {
|
|
| 1188 | + $count = 0; |
|
| 1189 | + if (!empty($field_ids)): |
|
| 1190 | + $post_meta_info = false; |
|
| 1191 | + foreach ($field_ids as $id) {
|
|
| 1192 | 1192 | |
| 1193 | - $cf = trim($id, '_'); |
|
| 1193 | + $cf = trim($id, '_'); |
|
| 1194 | 1194 | |
| 1195 | - $post_meta_info = $wpdb->query( |
|
| 1196 | - $wpdb->prepare( |
|
| 1197 | - "update " . GEODIR_CUSTOM_FIELDS_TABLE . " set |
|
| 1195 | + $post_meta_info = $wpdb->query( |
|
| 1196 | + $wpdb->prepare( |
|
| 1197 | + "update " . GEODIR_CUSTOM_FIELDS_TABLE . " set |
|
| 1198 | 1198 | sort_order=%d |
| 1199 | 1199 | where id= %d", |
| 1200 | - array($count, $cf) |
|
| 1201 | - ) |
|
| 1202 | - ); |
|
| 1203 | - $count++; |
|
| 1204 | - } |
|
| 1205 | - |
|
| 1206 | - return $post_meta_info; |
|
| 1207 | - else: |
|
| 1208 | - return false; |
|
| 1209 | - endif; |
|
| 1200 | + array($count, $cf) |
|
| 1201 | + ) |
|
| 1202 | + ); |
|
| 1203 | + $count++; |
|
| 1204 | + } |
|
| 1205 | + |
|
| 1206 | + return $post_meta_info; |
|
| 1207 | + else: |
|
| 1208 | + return false; |
|
| 1209 | + endif; |
|
| 1210 | 1210 | } |
| 1211 | 1211 | |
| 1212 | 1212 | function geodir_get_cf_value($cf) {
|
| 1213 | - global $gd_session; |
|
| 1214 | - $value = ''; |
|
| 1215 | - if (is_admin()) {
|
|
| 1216 | - global $post; |
|
| 1217 | - |
|
| 1218 | - if (isset($_REQUEST['post'])) {
|
|
| 1219 | - $_REQUEST['pid'] = (int)$_REQUEST['post']; |
|
| 1220 | - } |
|
| 1221 | - } |
|
| 1222 | - |
|
| 1223 | - if (isset($_REQUEST['backandedit']) && $_REQUEST['backandedit'] && $gd_ses_listing = $gd_session->get('listing')) {
|
|
| 1224 | - $post = $gd_ses_listing; |
|
| 1225 | - $value = isset($post[$cf['name']]) ? $post[$cf['name']] : ''; |
|
| 1226 | - } elseif (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
|
|
| 1227 | - $value = geodir_get_post_meta($_REQUEST['pid'], $cf['name'], true); |
|
| 1228 | - } else {
|
|
| 1229 | - if ($value == '') {
|
|
| 1230 | - $value = $cf['default']; |
|
| 1231 | - } |
|
| 1232 | - } |
|
| 1213 | + global $gd_session; |
|
| 1214 | + $value = ''; |
|
| 1215 | + if (is_admin()) {
|
|
| 1216 | + global $post; |
|
| 1217 | + |
|
| 1218 | + if (isset($_REQUEST['post'])) {
|
|
| 1219 | + $_REQUEST['pid'] = (int)$_REQUEST['post']; |
|
| 1220 | + } |
|
| 1221 | + } |
|
| 1222 | + |
|
| 1223 | + if (isset($_REQUEST['backandedit']) && $_REQUEST['backandedit'] && $gd_ses_listing = $gd_session->get('listing')) {
|
|
| 1224 | + $post = $gd_ses_listing; |
|
| 1225 | + $value = isset($post[$cf['name']]) ? $post[$cf['name']] : ''; |
|
| 1226 | + } elseif (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
|
|
| 1227 | + $value = geodir_get_post_meta($_REQUEST['pid'], $cf['name'], true); |
|
| 1228 | + } else {
|
|
| 1229 | + if ($value == '') {
|
|
| 1230 | + $value = $cf['default']; |
|
| 1231 | + } |
|
| 1232 | + } |
|
| 1233 | 1233 | |
| 1234 | - /** |
|
| 1235 | - * Filter the custom field value. |
|
| 1236 | - * |
|
| 1237 | - * @since 1.6.20 |
|
| 1238 | - * |
|
| 1239 | - * @param mixed $value Custom field value. |
|
| 1240 | - * @param array $cf Custom field info. |
|
| 1241 | - */ |
|
| 1242 | - return apply_filters( 'geodir_get_cf_value', $value, $cf ); |
|
| 1234 | + /** |
|
| 1235 | + * Filter the custom field value. |
|
| 1236 | + * |
|
| 1237 | + * @since 1.6.20 |
|
| 1238 | + * |
|
| 1239 | + * @param mixed $value Custom field value. |
|
| 1240 | + * @param array $cf Custom field info. |
|
| 1241 | + */ |
|
| 1242 | + return apply_filters( 'geodir_get_cf_value', $value, $cf ); |
|
| 1243 | 1243 | } |
| 1244 | 1244 | |
| 1245 | 1245 | /** |
@@ -1258,422 +1258,422 @@ discard block |
||
| 1258 | 1258 | * @param string $post_type Optional. The wordpress post type. |
| 1259 | 1259 | */ |
| 1260 | 1260 | function geodir_get_custom_fields_html($package_id = '', $default = 'custom', $post_type = 'gd_place') {
|
| 1261 | - global $is_default, $mapzoom, $gd_session; |
|
| 1261 | + global $is_default, $mapzoom, $gd_session; |
|
| 1262 | 1262 | |
| 1263 | - $listing_type = $post_type; |
|
| 1263 | + $listing_type = $post_type; |
|
| 1264 | 1264 | |
| 1265 | - $custom_fields = geodir_post_custom_fields($package_id, $default, $post_type); |
|
| 1265 | + $custom_fields = geodir_post_custom_fields($package_id, $default, $post_type); |
|
| 1266 | 1266 | |
| 1267 | - foreach ($custom_fields as $key => $val) {
|
|
| 1268 | - if(isset($val['extra_fields'])){$extra_fields = $val['extra_fields'];}
|
|
| 1269 | - $val = stripslashes_deep($val); // strip slashes from labels |
|
| 1270 | - if(isset($val['extra_fields'])){$val['extra_fields'] = $extra_fields;}
|
|
| 1267 | + foreach ($custom_fields as $key => $val) {
|
|
| 1268 | + if(isset($val['extra_fields'])){$extra_fields = $val['extra_fields'];}
|
|
| 1269 | + $val = stripslashes_deep($val); // strip slashes from labels |
|
| 1270 | + if(isset($val['extra_fields'])){$val['extra_fields'] = $extra_fields;}
|
|
| 1271 | 1271 | |
| 1272 | - $name = $val['name']; |
|
| 1273 | - $type = $val['type']; |
|
| 1274 | - $is_default = $val['is_default']; |
|
| 1272 | + $name = $val['name']; |
|
| 1273 | + $type = $val['type']; |
|
| 1274 | + $is_default = $val['is_default']; |
|
| 1275 | 1275 | |
| 1276 | - /* field available to site admin only for edit */ |
|
| 1277 | - $for_admin_use = isset($val['for_admin_use']) && (int)$val['for_admin_use'] == 1 ? true : false; |
|
| 1278 | - if ($for_admin_use && !is_super_admin()) {
|
|
| 1279 | - continue; |
|
| 1280 | - } |
|
| 1276 | + /* field available to site admin only for edit */ |
|
| 1277 | + $for_admin_use = isset($val['for_admin_use']) && (int)$val['for_admin_use'] == 1 ? true : false; |
|
| 1278 | + if ($for_admin_use && !is_super_admin()) {
|
|
| 1279 | + continue; |
|
| 1280 | + } |
|
| 1281 | 1281 | |
| 1282 | - if (is_admin()) {
|
|
| 1283 | - global $post; |
|
| 1282 | + if (is_admin()) {
|
|
| 1283 | + global $post; |
|
| 1284 | 1284 | |
| 1285 | - if (isset($_REQUEST['post'])) |
|
| 1286 | - $_REQUEST['pid'] = $_REQUEST['post']; |
|
| 1287 | - } |
|
| 1285 | + if (isset($_REQUEST['post'])) |
|
| 1286 | + $_REQUEST['pid'] = $_REQUEST['post']; |
|
| 1287 | + } |
|
| 1288 | 1288 | |
| 1289 | 1289 | |
| 1290 | 1290 | |
| 1291 | - /** |
|
| 1292 | - * Called before the custom fields info is output for submitting a post. |
|
| 1293 | - * |
|
| 1294 | - * Used dynamic hook type geodir_before_custom_form_field_$name. |
|
| 1295 | - * |
|
| 1296 | - * @since 1.0.0 |
|
| 1297 | - * @param string $listing_type The post post type. |
|
| 1298 | - * @param int $package_id The price package ID for the post. |
|
| 1299 | - * @param array $val The settings array for the field. {@see geodir_custom_field_save()}.
|
|
| 1300 | - * @see 'geodir_after_custom_form_field_$name' |
|
| 1301 | - */ |
|
| 1302 | - do_action('geodir_before_custom_form_field_' . $name, $listing_type, $package_id, $val);
|
|
| 1303 | - |
|
| 1304 | - |
|
| 1305 | - $custom_field = $val; |
|
| 1306 | - $html =''; |
|
| 1307 | - /** |
|
| 1308 | - * Filter the output for custom fields. |
|
| 1309 | - * |
|
| 1310 | - * Here we can remove or add new functions depending on the field type. |
|
| 1311 | - * |
|
| 1312 | - * @param string $html The html to be filtered (blank). |
|
| 1313 | - * @param array $custom_field The custom field array values. |
|
| 1314 | - */ |
|
| 1315 | - echo apply_filters("geodir_custom_field_input_{$type}",$html,$custom_field);
|
|
| 1316 | - |
|
| 1317 | - |
|
| 1318 | - |
|
| 1319 | - /** |
|
| 1320 | - * Called after the custom fields info is output for submitting a post. |
|
| 1321 | - * |
|
| 1322 | - * Used dynamic hook type geodir_after_custom_form_field_$name. |
|
| 1323 | - * |
|
| 1324 | - * @since 1.0.0 |
|
| 1325 | - * @param string $listing_type The post post type. |
|
| 1326 | - * @param int $package_id The price package ID for the post. |
|
| 1327 | - * @param array $val The settings array for the field. {@see geodir_custom_field_save()}.
|
|
| 1328 | - * @see 'geodir_before_custom_form_field_$name' |
|
| 1329 | - */ |
|
| 1330 | - do_action('geodir_after_custom_form_field_' . $name, $listing_type, $package_id, $val);
|
|
| 1331 | - |
|
| 1332 | - } |
|
| 1291 | + /** |
|
| 1292 | + * Called before the custom fields info is output for submitting a post. |
|
| 1293 | + * |
|
| 1294 | + * Used dynamic hook type geodir_before_custom_form_field_$name. |
|
| 1295 | + * |
|
| 1296 | + * @since 1.0.0 |
|
| 1297 | + * @param string $listing_type The post post type. |
|
| 1298 | + * @param int $package_id The price package ID for the post. |
|
| 1299 | + * @param array $val The settings array for the field. {@see geodir_custom_field_save()}.
|
|
| 1300 | + * @see 'geodir_after_custom_form_field_$name' |
|
| 1301 | + */ |
|
| 1302 | + do_action('geodir_before_custom_form_field_' . $name, $listing_type, $package_id, $val);
|
|
| 1303 | + |
|
| 1304 | + |
|
| 1305 | + $custom_field = $val; |
|
| 1306 | + $html =''; |
|
| 1307 | + /** |
|
| 1308 | + * Filter the output for custom fields. |
|
| 1309 | + * |
|
| 1310 | + * Here we can remove or add new functions depending on the field type. |
|
| 1311 | + * |
|
| 1312 | + * @param string $html The html to be filtered (blank). |
|
| 1313 | + * @param array $custom_field The custom field array values. |
|
| 1314 | + */ |
|
| 1315 | + echo apply_filters("geodir_custom_field_input_{$type}",$html,$custom_field);
|
|
| 1316 | + |
|
| 1317 | + |
|
| 1318 | + |
|
| 1319 | + /** |
|
| 1320 | + * Called after the custom fields info is output for submitting a post. |
|
| 1321 | + * |
|
| 1322 | + * Used dynamic hook type geodir_after_custom_form_field_$name. |
|
| 1323 | + * |
|
| 1324 | + * @since 1.0.0 |
|
| 1325 | + * @param string $listing_type The post post type. |
|
| 1326 | + * @param int $package_id The price package ID for the post. |
|
| 1327 | + * @param array $val The settings array for the field. {@see geodir_custom_field_save()}.
|
|
| 1328 | + * @see 'geodir_before_custom_form_field_$name' |
|
| 1329 | + */ |
|
| 1330 | + do_action('geodir_after_custom_form_field_' . $name, $listing_type, $package_id, $val);
|
|
| 1331 | + |
|
| 1332 | + } |
|
| 1333 | 1333 | |
| 1334 | 1334 | } |
| 1335 | 1335 | |
| 1336 | 1336 | |
| 1337 | 1337 | if (!function_exists('geodir_get_field_infoby')) {
|
| 1338 | - /** |
|
| 1339 | - * Get custom field using key and value. |
|
| 1340 | - * |
|
| 1341 | - * @since 1.0.0 |
|
| 1342 | - * @package GeoDirectory |
|
| 1343 | - * @global object $wpdb WordPress Database object. |
|
| 1344 | - * @param string $key The key you want to look for. |
|
| 1345 | - * @param string $value The value of the key you want to look for. |
|
| 1346 | - * @param string $geodir_post_type The post type. |
|
| 1347 | - * @return bool|mixed Returns field info when available. otherwise returns false. |
|
| 1348 | - */ |
|
| 1349 | - function geodir_get_field_infoby($key = '', $value = '', $geodir_post_type = '') |
|
| 1350 | - {
|
|
| 1351 | - |
|
| 1352 | - global $wpdb; |
|
| 1353 | - |
|
| 1354 | - $filter = $wpdb->get_row( |
|
| 1355 | - $wpdb->prepare( |
|
| 1356 | - "SELECT * FROM " . GEODIR_CUSTOM_FIELDS_TABLE . " WHERE post_type=%s AND " . $key . "='" . $value . "'", |
|
| 1357 | - array($geodir_post_type) |
|
| 1358 | - ) |
|
| 1359 | - ); |
|
| 1360 | - |
|
| 1361 | - if ($filter) {
|
|
| 1362 | - return $filter; |
|
| 1363 | - } else {
|
|
| 1364 | - return false; |
|
| 1365 | - } |
|
| 1366 | - |
|
| 1367 | - } |
|
| 1338 | + /** |
|
| 1339 | + * Get custom field using key and value. |
|
| 1340 | + * |
|
| 1341 | + * @since 1.0.0 |
|
| 1342 | + * @package GeoDirectory |
|
| 1343 | + * @global object $wpdb WordPress Database object. |
|
| 1344 | + * @param string $key The key you want to look for. |
|
| 1345 | + * @param string $value The value of the key you want to look for. |
|
| 1346 | + * @param string $geodir_post_type The post type. |
|
| 1347 | + * @return bool|mixed Returns field info when available. otherwise returns false. |
|
| 1348 | + */ |
|
| 1349 | + function geodir_get_field_infoby($key = '', $value = '', $geodir_post_type = '') |
|
| 1350 | + {
|
|
| 1351 | + |
|
| 1352 | + global $wpdb; |
|
| 1353 | + |
|
| 1354 | + $filter = $wpdb->get_row( |
|
| 1355 | + $wpdb->prepare( |
|
| 1356 | + "SELECT * FROM " . GEODIR_CUSTOM_FIELDS_TABLE . " WHERE post_type=%s AND " . $key . "='" . $value . "'", |
|
| 1357 | + array($geodir_post_type) |
|
| 1358 | + ) |
|
| 1359 | + ); |
|
| 1360 | + |
|
| 1361 | + if ($filter) {
|
|
| 1362 | + return $filter; |
|
| 1363 | + } else {
|
|
| 1364 | + return false; |
|
| 1365 | + } |
|
| 1366 | + |
|
| 1367 | + } |
|
| 1368 | 1368 | } |
| 1369 | 1369 | |
| 1370 | 1370 | |
| 1371 | 1371 | function geodir_field_icon_proccess($cf){
|
| 1372 | 1372 | |
| 1373 | 1373 | |
| 1374 | - if (strpos($cf['field_icon'], 'http') !== false) {
|
|
| 1375 | - $field_icon = ' background: url(' . $cf['field_icon'] . ') no-repeat left center;background-size:18px 18px;padding-left: 21px;';
|
|
| 1376 | - } elseif (strpos($cf['field_icon'], 'fa fa-') !== false) {
|
|
| 1377 | - $field_icon = '<i class="' . $cf['field_icon'] . '"></i>'; |
|
| 1378 | - }else{
|
|
| 1379 | - $field_icon = $cf['field_icon']; |
|
| 1380 | - } |
|
| 1374 | + if (strpos($cf['field_icon'], 'http') !== false) {
|
|
| 1375 | + $field_icon = ' background: url(' . $cf['field_icon'] . ') no-repeat left center;background-size:18px 18px;padding-left: 21px;';
|
|
| 1376 | + } elseif (strpos($cf['field_icon'], 'fa fa-') !== false) {
|
|
| 1377 | + $field_icon = '<i class="' . $cf['field_icon'] . '"></i>'; |
|
| 1378 | + }else{
|
|
| 1379 | + $field_icon = $cf['field_icon']; |
|
| 1380 | + } |
|
| 1381 | 1381 | |
| 1382 | - return $field_icon; |
|
| 1382 | + return $field_icon; |
|
| 1383 | 1383 | } |
| 1384 | 1384 | |
| 1385 | 1385 | if (!function_exists('geodir_show_listing_info')) {
|
| 1386 | - /** |
|
| 1387 | - * Show listing info depending on field location. |
|
| 1388 | - * |
|
| 1389 | - * @since 1.0.0 |
|
| 1390 | - * @since 1.5.7 Custom fields option values added to db translation. |
|
| 1391 | - * Changes to display url fields title. |
|
| 1392 | - * @package GeoDirectory |
|
| 1393 | - * @global object $wpdb WordPress Database object. |
|
| 1394 | - * @global object $post The current post object. |
|
| 1395 | - * @global bool $send_to_friend True if send to friend link already rendered. Otherwise false. |
|
| 1396 | - * |
|
| 1397 | - * @param string $fields_location In which page you are going to place this custom fields?. Ex: listing, detail etc. |
|
| 1398 | - * @return string Returns listing info html. |
|
| 1399 | - */ |
|
| 1400 | - function geodir_show_listing_info($fields_location = '') {
|
|
| 1401 | - global $post, $preview, $wpdb, $send_to_friend; |
|
| 1402 | - |
|
| 1403 | - $package_info = array(); |
|
| 1404 | - |
|
| 1405 | - $package_info = geodir_post_package_info($package_info, $post); |
|
| 1406 | - $post_package_id = !empty($package_info->pid) ? $package_info->pid : ''; |
|
| 1407 | - $p_type = !empty($post->post_type) ? $post->post_type : geodir_get_current_posttype(); |
|
| 1408 | - $send_to_friend = false; |
|
| 1409 | - |
|
| 1410 | - ob_start(); |
|
| 1411 | - $fields_info = geodir_post_custom_fields($post_package_id, 'all', $p_type, $fields_location); |
|
| 1412 | - |
|
| 1413 | - if (!empty($fields_info)) {
|
|
| 1414 | - $post = stripslashes_deep($post); // strip slashes |
|
| 1386 | + /** |
|
| 1387 | + * Show listing info depending on field location. |
|
| 1388 | + * |
|
| 1389 | + * @since 1.0.0 |
|
| 1390 | + * @since 1.5.7 Custom fields option values added to db translation. |
|
| 1391 | + * Changes to display url fields title. |
|
| 1392 | + * @package GeoDirectory |
|
| 1393 | + * @global object $wpdb WordPress Database object. |
|
| 1394 | + * @global object $post The current post object. |
|
| 1395 | + * @global bool $send_to_friend True if send to friend link already rendered. Otherwise false. |
|
| 1396 | + * |
|
| 1397 | + * @param string $fields_location In which page you are going to place this custom fields?. Ex: listing, detail etc. |
|
| 1398 | + * @return string Returns listing info html. |
|
| 1399 | + */ |
|
| 1400 | + function geodir_show_listing_info($fields_location = '') {
|
|
| 1401 | + global $post, $preview, $wpdb, $send_to_friend; |
|
| 1402 | + |
|
| 1403 | + $package_info = array(); |
|
| 1404 | + |
|
| 1405 | + $package_info = geodir_post_package_info($package_info, $post); |
|
| 1406 | + $post_package_id = !empty($package_info->pid) ? $package_info->pid : ''; |
|
| 1407 | + $p_type = !empty($post->post_type) ? $post->post_type : geodir_get_current_posttype(); |
|
| 1408 | + $send_to_friend = false; |
|
| 1409 | + |
|
| 1410 | + ob_start(); |
|
| 1411 | + $fields_info = geodir_post_custom_fields($post_package_id, 'all', $p_type, $fields_location); |
|
| 1412 | + |
|
| 1413 | + if (!empty($fields_info)) {
|
|
| 1414 | + $post = stripslashes_deep($post); // strip slashes |
|
| 1415 | 1415 | |
| 1416 | - //echo '<div class="geodir-company_info field-group">'; |
|
| 1417 | - global $field_set_start; |
|
| 1418 | - $field_set_start = 0; |
|
| 1419 | - |
|
| 1420 | - |
|
| 1421 | - |
|
| 1422 | - foreach ($fields_info as $type) {
|
|
| 1423 | - if(isset($type['extra_fields'])){$extra_fields= $type['extra_fields'];}
|
|
| 1424 | - $type = stripslashes_deep($type); // strip slashes |
|
| 1425 | - if(isset($type['extra_fields'])){$type['extra_fields'] = $extra_fields;}
|
|
| 1426 | - $html = ''; |
|
| 1427 | - $field_icon = geodir_field_icon_proccess($type); |
|
| 1428 | - $filed_type = $type['type']; |
|
| 1429 | - $html_var = isset($type['htmlvar_name']) ? $type['htmlvar_name'] : ''; |
|
| 1430 | - if($html_var=='post'){$html_var='post_address';}
|
|
| 1431 | - |
|
| 1432 | - /** |
|
| 1433 | - * Filter the output for custom fields. |
|
| 1434 | - * |
|
| 1435 | - * Here we can remove or add new functions depending on the field type. |
|
| 1436 | - * |
|
| 1437 | - * @param string $html The html to be filtered (blank). |
|
| 1438 | - * @param string $fields_location The location the field is to be show. |
|
| 1439 | - * @param array $type The array of field values. |
|
| 1440 | - */ |
|
| 1441 | - $html = apply_filters("geodir_custom_field_output_{$filed_type}",$html,$fields_location,$type);
|
|
| 1442 | - |
|
| 1443 | - $variables_array = array(); |
|
| 1444 | - |
|
| 1445 | - |
|
| 1446 | - if ($type['type'] != 'fieldset'): |
|
| 1447 | - $variables_array['post_id'] = !empty($post->ID) ? $post->ID : (!empty($post->pid) ? $post->pid : NULL); |
|
| 1448 | - $variables_array['label'] = __($type['site_title'], 'geodirectory'); |
|
| 1449 | - $variables_array['value'] = ''; |
|
| 1450 | - if (isset($post->{$type['htmlvar_name']}))
|
|
| 1451 | - $variables_array['value'] = $post->{$type['htmlvar_name']};
|
|
| 1452 | - endif; |
|
| 1453 | - |
|
| 1454 | - |
|
| 1455 | - if ($html): |
|
| 1456 | - |
|
| 1457 | - /** |
|
| 1458 | - * Called before a custom fields is output on the frontend. |
|
| 1459 | - * |
|
| 1460 | - * @since 1.0.0 |
|
| 1461 | - * @param string $html_var The HTML variable name for the field. |
|
| 1462 | - */ |
|
| 1463 | - do_action("geodir_before_show_{$html_var}");
|
|
| 1464 | - /** |
|
| 1465 | - * Filter custom field output. |
|
| 1466 | - * |
|
| 1467 | - * @since 1.0.0 |
|
| 1468 | - * |
|
| 1469 | - * @param string $html_var The HTML variable name for the field. |
|
| 1470 | - * @param string $html Custom field unfiltered HTML. |
|
| 1471 | - * @param array $variables_array Custom field variables array. |
|
| 1472 | - */ |
|
| 1473 | - if ($html) echo apply_filters("geodir_show_{$html_var}", $html, $variables_array);
|
|
| 1474 | - |
|
| 1475 | - /** |
|
| 1476 | - * Called after a custom fields is output on the frontend. |
|
| 1477 | - * |
|
| 1478 | - * @since 1.0.0 |
|
| 1479 | - * @param string $html_var The HTML variable name for the field. |
|
| 1480 | - */ |
|
| 1481 | - do_action("geodir_after_show_{$html_var}");
|
|
| 1482 | - |
|
| 1483 | - endif; |
|
| 1484 | - |
|
| 1485 | - } |
|
| 1486 | - |
|
| 1487 | - //echo '</div>'; |
|
| 1488 | - |
|
| 1489 | - } |
|
| 1490 | - |
|
| 1491 | - |
|
| 1492 | - $html = ob_get_clean(); |
|
| 1493 | - |
|
| 1494 | - /** |
|
| 1495 | - * Filter the custom fields over all output. |
|
| 1496 | - * |
|
| 1497 | - * @param string $html The html of the custom fields. |
|
| 1498 | - * @param string $fields_location The location the fields are being output. |
|
| 1499 | - * @since 1.6.9 |
|
| 1500 | - */ |
|
| 1501 | - return apply_filters('geodir_show_listing_info',$html,$fields_location);
|
|
| 1502 | - |
|
| 1503 | - } |
|
| 1416 | + //echo '<div class="geodir-company_info field-group">'; |
|
| 1417 | + global $field_set_start; |
|
| 1418 | + $field_set_start = 0; |
|
| 1419 | + |
|
| 1420 | + |
|
| 1421 | + |
|
| 1422 | + foreach ($fields_info as $type) {
|
|
| 1423 | + if(isset($type['extra_fields'])){$extra_fields= $type['extra_fields'];}
|
|
| 1424 | + $type = stripslashes_deep($type); // strip slashes |
|
| 1425 | + if(isset($type['extra_fields'])){$type['extra_fields'] = $extra_fields;}
|
|
| 1426 | + $html = ''; |
|
| 1427 | + $field_icon = geodir_field_icon_proccess($type); |
|
| 1428 | + $filed_type = $type['type']; |
|
| 1429 | + $html_var = isset($type['htmlvar_name']) ? $type['htmlvar_name'] : ''; |
|
| 1430 | + if($html_var=='post'){$html_var='post_address';}
|
|
| 1431 | + |
|
| 1432 | + /** |
|
| 1433 | + * Filter the output for custom fields. |
|
| 1434 | + * |
|
| 1435 | + * Here we can remove or add new functions depending on the field type. |
|
| 1436 | + * |
|
| 1437 | + * @param string $html The html to be filtered (blank). |
|
| 1438 | + * @param string $fields_location The location the field is to be show. |
|
| 1439 | + * @param array $type The array of field values. |
|
| 1440 | + */ |
|
| 1441 | + $html = apply_filters("geodir_custom_field_output_{$filed_type}",$html,$fields_location,$type);
|
|
| 1442 | + |
|
| 1443 | + $variables_array = array(); |
|
| 1444 | + |
|
| 1445 | + |
|
| 1446 | + if ($type['type'] != 'fieldset'): |
|
| 1447 | + $variables_array['post_id'] = !empty($post->ID) ? $post->ID : (!empty($post->pid) ? $post->pid : NULL); |
|
| 1448 | + $variables_array['label'] = __($type['site_title'], 'geodirectory'); |
|
| 1449 | + $variables_array['value'] = ''; |
|
| 1450 | + if (isset($post->{$type['htmlvar_name']}))
|
|
| 1451 | + $variables_array['value'] = $post->{$type['htmlvar_name']};
|
|
| 1452 | + endif; |
|
| 1453 | + |
|
| 1454 | + |
|
| 1455 | + if ($html): |
|
| 1456 | + |
|
| 1457 | + /** |
|
| 1458 | + * Called before a custom fields is output on the frontend. |
|
| 1459 | + * |
|
| 1460 | + * @since 1.0.0 |
|
| 1461 | + * @param string $html_var The HTML variable name for the field. |
|
| 1462 | + */ |
|
| 1463 | + do_action("geodir_before_show_{$html_var}");
|
|
| 1464 | + /** |
|
| 1465 | + * Filter custom field output. |
|
| 1466 | + * |
|
| 1467 | + * @since 1.0.0 |
|
| 1468 | + * |
|
| 1469 | + * @param string $html_var The HTML variable name for the field. |
|
| 1470 | + * @param string $html Custom field unfiltered HTML. |
|
| 1471 | + * @param array $variables_array Custom field variables array. |
|
| 1472 | + */ |
|
| 1473 | + if ($html) echo apply_filters("geodir_show_{$html_var}", $html, $variables_array);
|
|
| 1474 | + |
|
| 1475 | + /** |
|
| 1476 | + * Called after a custom fields is output on the frontend. |
|
| 1477 | + * |
|
| 1478 | + * @since 1.0.0 |
|
| 1479 | + * @param string $html_var The HTML variable name for the field. |
|
| 1480 | + */ |
|
| 1481 | + do_action("geodir_after_show_{$html_var}");
|
|
| 1482 | + |
|
| 1483 | + endif; |
|
| 1484 | + |
|
| 1485 | + } |
|
| 1486 | + |
|
| 1487 | + //echo '</div>'; |
|
| 1488 | + |
|
| 1489 | + } |
|
| 1490 | + |
|
| 1491 | + |
|
| 1492 | + $html = ob_get_clean(); |
|
| 1493 | + |
|
| 1494 | + /** |
|
| 1495 | + * Filter the custom fields over all output. |
|
| 1496 | + * |
|
| 1497 | + * @param string $html The html of the custom fields. |
|
| 1498 | + * @param string $fields_location The location the fields are being output. |
|
| 1499 | + * @since 1.6.9 |
|
| 1500 | + */ |
|
| 1501 | + return apply_filters('geodir_show_listing_info',$html,$fields_location);
|
|
| 1502 | + |
|
| 1503 | + } |
|
| 1504 | 1504 | } |
| 1505 | 1505 | |
| 1506 | 1506 | if (!function_exists('geodir_default_date_format')) {
|
| 1507 | - /** |
|
| 1508 | - * Returns default date format. |
|
| 1509 | - * |
|
| 1510 | - * @since 1.0.0 |
|
| 1511 | - * @package GeoDirectory |
|
| 1512 | - * @return mixed|string|void Returns default date format. |
|
| 1513 | - */ |
|
| 1514 | - function geodir_default_date_format() |
|
| 1515 | - {
|
|
| 1516 | - if ($format = get_option('date_format'))
|
|
| 1517 | - return $format; |
|
| 1518 | - else |
|
| 1519 | - return 'dd-mm-yy'; |
|
| 1520 | - } |
|
| 1507 | + /** |
|
| 1508 | + * Returns default date format. |
|
| 1509 | + * |
|
| 1510 | + * @since 1.0.0 |
|
| 1511 | + * @package GeoDirectory |
|
| 1512 | + * @return mixed|string|void Returns default date format. |
|
| 1513 | + */ |
|
| 1514 | + function geodir_default_date_format() |
|
| 1515 | + {
|
|
| 1516 | + if ($format = get_option('date_format'))
|
|
| 1517 | + return $format; |
|
| 1518 | + else |
|
| 1519 | + return 'dd-mm-yy'; |
|
| 1520 | + } |
|
| 1521 | 1521 | } |
| 1522 | 1522 | |
| 1523 | 1523 | if (!function_exists('geodir_get_formated_date')) {
|
| 1524 | - /** |
|
| 1525 | - * Returns formatted date. |
|
| 1526 | - * |
|
| 1527 | - * @since 1.0.0 |
|
| 1528 | - * @package GeoDirectory |
|
| 1529 | - * @param string $date Date string to convert. |
|
| 1530 | - * @return bool|int|string Returns formatted date. |
|
| 1531 | - */ |
|
| 1532 | - function geodir_get_formated_date($date) |
|
| 1533 | - {
|
|
| 1534 | - return mysql2date(get_option('date_format'), $date);
|
|
| 1535 | - } |
|
| 1524 | + /** |
|
| 1525 | + * Returns formatted date. |
|
| 1526 | + * |
|
| 1527 | + * @since 1.0.0 |
|
| 1528 | + * @package GeoDirectory |
|
| 1529 | + * @param string $date Date string to convert. |
|
| 1530 | + * @return bool|int|string Returns formatted date. |
|
| 1531 | + */ |
|
| 1532 | + function geodir_get_formated_date($date) |
|
| 1533 | + {
|
|
| 1534 | + return mysql2date(get_option('date_format'), $date);
|
|
| 1535 | + } |
|
| 1536 | 1536 | } |
| 1537 | 1537 | |
| 1538 | 1538 | if (!function_exists('geodir_get_formated_time')) {
|
| 1539 | - /** |
|
| 1540 | - * Returns formatted time. |
|
| 1541 | - * |
|
| 1542 | - * @since 1.0.0 |
|
| 1543 | - * @package GeoDirectory |
|
| 1544 | - * @param string $time Time string to convert. |
|
| 1545 | - * @return bool|int|string Returns formatted time. |
|
| 1546 | - */ |
|
| 1547 | - function geodir_get_formated_time($time) |
|
| 1548 | - {
|
|
| 1549 | - return mysql2date(get_option('time_format'), $time, $translate = true);
|
|
| 1550 | - } |
|
| 1539 | + /** |
|
| 1540 | + * Returns formatted time. |
|
| 1541 | + * |
|
| 1542 | + * @since 1.0.0 |
|
| 1543 | + * @package GeoDirectory |
|
| 1544 | + * @param string $time Time string to convert. |
|
| 1545 | + * @return bool|int|string Returns formatted time. |
|
| 1546 | + */ |
|
| 1547 | + function geodir_get_formated_time($time) |
|
| 1548 | + {
|
|
| 1549 | + return mysql2date(get_option('time_format'), $time, $translate = true);
|
|
| 1550 | + } |
|
| 1551 | 1551 | } |
| 1552 | 1552 | |
| 1553 | 1553 | |
| 1554 | 1554 | if (!function_exists('geodir_save_post_file_fields')) {
|
| 1555 | - /** |
|
| 1556 | - * Save post file fields |
|
| 1557 | - * |
|
| 1558 | - * @since 1.0.0 |
|
| 1559 | - * @since 1.4.7 Added `$extra_fields` parameter. |
|
| 1560 | - * @package GeoDirectory |
|
| 1561 | - * @global object $wpdb WordPress Database object. |
|
| 1562 | - * @global string $plugin_prefix Geodirectory plugin table prefix. |
|
| 1563 | - * @global object $current_user Current user object. |
|
| 1564 | - * @param int $post_id |
|
| 1565 | - * @param string $field_id |
|
| 1566 | - * @param array $post_image |
|
| 1567 | - * @param array $extra_fields Array of extra fields. |
|
| 1568 | - */ |
|
| 1569 | - function geodir_save_post_file_fields($post_id = 0, $field_id = '', $post_image = array(), $extra_fields = array()) |
|
| 1570 | - {
|
|
| 1555 | + /** |
|
| 1556 | + * Save post file fields |
|
| 1557 | + * |
|
| 1558 | + * @since 1.0.0 |
|
| 1559 | + * @since 1.4.7 Added `$extra_fields` parameter. |
|
| 1560 | + * @package GeoDirectory |
|
| 1561 | + * @global object $wpdb WordPress Database object. |
|
| 1562 | + * @global string $plugin_prefix Geodirectory plugin table prefix. |
|
| 1563 | + * @global object $current_user Current user object. |
|
| 1564 | + * @param int $post_id |
|
| 1565 | + * @param string $field_id |
|
| 1566 | + * @param array $post_image |
|
| 1567 | + * @param array $extra_fields Array of extra fields. |
|
| 1568 | + */ |
|
| 1569 | + function geodir_save_post_file_fields($post_id = 0, $field_id = '', $post_image = array(), $extra_fields = array()) |
|
| 1570 | + {
|
|
| 1571 | 1571 | |
| 1572 | - global $wpdb, $plugin_prefix, $current_user; |
|
| 1572 | + global $wpdb, $plugin_prefix, $current_user; |
|
| 1573 | 1573 | |
| 1574 | - $post_type = get_post_type($post_id); |
|
| 1575 | - //echo $field_id; exit; |
|
| 1576 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 1574 | + $post_type = get_post_type($post_id); |
|
| 1575 | + //echo $field_id; exit; |
|
| 1576 | + $table = $plugin_prefix . $post_type . '_detail'; |
|
| 1577 | 1577 | |
| 1578 | - $postcurr_images = array(); |
|
| 1579 | - $postcurr_images = geodir_get_post_meta($post_id, $field_id, true); |
|
| 1580 | - $file_urls = ''; |
|
| 1578 | + $postcurr_images = array(); |
|
| 1579 | + $postcurr_images = geodir_get_post_meta($post_id, $field_id, true); |
|
| 1580 | + $file_urls = ''; |
|
| 1581 | 1581 | |
| 1582 | - if (!empty($post_image)) {
|
|
| 1582 | + if (!empty($post_image)) {
|
|
| 1583 | 1583 | |
| 1584 | - $invalid_files = array(); |
|
| 1584 | + $invalid_files = array(); |
|
| 1585 | 1585 | |
| 1586 | - //Get and remove all old images of post from database to set by new order |
|
| 1587 | - $geodir_uploaddir = ''; |
|
| 1588 | - $uploads = wp_upload_dir(); |
|
| 1589 | - $uploads_dir = $uploads['path']; |
|
| 1586 | + //Get and remove all old images of post from database to set by new order |
|
| 1587 | + $geodir_uploaddir = ''; |
|
| 1588 | + $uploads = wp_upload_dir(); |
|
| 1589 | + $uploads_dir = $uploads['path']; |
|
| 1590 | 1590 | |
| 1591 | - $geodir_uploadpath = $uploads['path']; |
|
| 1592 | - $geodir_uploadurl = $uploads['url']; |
|
| 1593 | - $sub_dir = $uploads['subdir']; |
|
| 1591 | + $geodir_uploadpath = $uploads['path']; |
|
| 1592 | + $geodir_uploadurl = $uploads['url']; |
|
| 1593 | + $sub_dir = $uploads['subdir']; |
|
| 1594 | 1594 | |
| 1595 | - $allowed_file_types = !empty($extra_fields['gd_file_types']) && is_array($extra_fields['gd_file_types']) && !in_array("*", $extra_fields['gd_file_types'] ) ? $extra_fields['gd_file_types'] : '';
|
|
| 1595 | + $allowed_file_types = !empty($extra_fields['gd_file_types']) && is_array($extra_fields['gd_file_types']) && !in_array("*", $extra_fields['gd_file_types'] ) ? $extra_fields['gd_file_types'] : '';
|
|
| 1596 | 1596 | |
| 1597 | - for ($m = 0; $m < count($post_image); $m++) {
|
|
| 1597 | + for ($m = 0; $m < count($post_image); $m++) {
|
|
| 1598 | 1598 | |
| 1599 | - /* --------- start ------- */ |
|
| 1599 | + /* --------- start ------- */ |
|
| 1600 | 1600 | |
| 1601 | - if (!$find_image = $wpdb->get_var($wpdb->prepare("SELECT post_id FROM " . $table . " WHERE $field_id = %s AND post_id = %d", array($post_image[$m], $post_id)))) {
|
|
| 1601 | + if (!$find_image = $wpdb->get_var($wpdb->prepare("SELECT post_id FROM " . $table . " WHERE $field_id = %s AND post_id = %d", array($post_image[$m], $post_id)))) {
|
|
| 1602 | 1602 | |
| 1603 | 1603 | |
| 1604 | - $curr_img_url = $post_image[$m]; |
|
| 1605 | - $image_name_arr = explode('/', $curr_img_url);
|
|
| 1606 | - $curr_img_dir = $image_name_arr[count($image_name_arr) - 2]; |
|
| 1607 | - $filename = end($image_name_arr); |
|
| 1608 | - $img_name_arr = explode('.', $filename);
|
|
| 1604 | + $curr_img_url = $post_image[$m]; |
|
| 1605 | + $image_name_arr = explode('/', $curr_img_url);
|
|
| 1606 | + $curr_img_dir = $image_name_arr[count($image_name_arr) - 2]; |
|
| 1607 | + $filename = end($image_name_arr); |
|
| 1608 | + $img_name_arr = explode('.', $filename);
|
|
| 1609 | 1609 | |
| 1610 | - $arr_file_type = wp_check_filetype($filename); |
|
| 1610 | + $arr_file_type = wp_check_filetype($filename); |
|
| 1611 | 1611 | |
| 1612 | - if (empty($arr_file_type['ext']) || empty($arr_file_type['type'])) {
|
|
| 1613 | - continue; |
|
| 1614 | - } |
|
| 1612 | + if (empty($arr_file_type['ext']) || empty($arr_file_type['type'])) {
|
|
| 1613 | + continue; |
|
| 1614 | + } |
|
| 1615 | 1615 | |
| 1616 | - $uploaded_file_type = $arr_file_type['type']; |
|
| 1617 | - $uploaded_file_ext = $arr_file_type['ext']; |
|
| 1616 | + $uploaded_file_type = $arr_file_type['type']; |
|
| 1617 | + $uploaded_file_ext = $arr_file_type['ext']; |
|
| 1618 | 1618 | |
| 1619 | - if (!empty($allowed_file_types) && !in_array($uploaded_file_ext, $allowed_file_types)) {
|
|
| 1620 | - continue; // Invalid file type. |
|
| 1621 | - } |
|
| 1619 | + if (!empty($allowed_file_types) && !in_array($uploaded_file_ext, $allowed_file_types)) {
|
|
| 1620 | + continue; // Invalid file type. |
|
| 1621 | + } |
|
| 1622 | 1622 | |
| 1623 | - // Set an array containing a list of acceptable formats |
|
| 1624 | - //$allowed_file_types = array('image/jpg', 'image/jpeg', 'image/gif', 'image/png', 'application/pdf', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'application/octet-stream', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'text/csv', 'text/plain');
|
|
| 1623 | + // Set an array containing a list of acceptable formats |
|
| 1624 | + //$allowed_file_types = array('image/jpg', 'image/jpeg', 'image/gif', 'image/png', 'application/pdf', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'application/octet-stream', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'text/csv', 'text/plain');
|
|
| 1625 | 1625 | |
| 1626 | - if (!function_exists('wp_handle_upload'))
|
|
| 1627 | - require_once(ABSPATH . 'wp-admin/includes/file.php'); |
|
| 1626 | + if (!function_exists('wp_handle_upload'))
|
|
| 1627 | + require_once(ABSPATH . 'wp-admin/includes/file.php'); |
|
| 1628 | 1628 | |
| 1629 | - if (!is_dir($geodir_uploadpath)) |
|
| 1630 | - mkdir($geodir_uploadpath); |
|
| 1629 | + if (!is_dir($geodir_uploadpath)) |
|
| 1630 | + mkdir($geodir_uploadpath); |
|
| 1631 | 1631 | |
| 1632 | - $new_name = $post_id . '_' . $field_id . '_' . $img_name_arr[0] . '.' . $img_name_arr[1]; |
|
| 1633 | - $explode_sub_dir = explode("/", $sub_dir);
|
|
| 1634 | - if ($curr_img_dir == end($explode_sub_dir)) {
|
|
| 1635 | - $img_path = $geodir_uploadpath . '/' . $filename; |
|
| 1636 | - $img_url = $geodir_uploadurl . '/' . $filename; |
|
| 1637 | - } else {
|
|
| 1638 | - $img_path = $uploads_dir . '/temp_' . $current_user->data->ID . '/' . $filename; |
|
| 1639 | - $img_url = $uploads['url'] . '/temp_' . $current_user->data->ID . '/' . $filename; |
|
| 1640 | - } |
|
| 1632 | + $new_name = $post_id . '_' . $field_id . '_' . $img_name_arr[0] . '.' . $img_name_arr[1]; |
|
| 1633 | + $explode_sub_dir = explode("/", $sub_dir);
|
|
| 1634 | + if ($curr_img_dir == end($explode_sub_dir)) {
|
|
| 1635 | + $img_path = $geodir_uploadpath . '/' . $filename; |
|
| 1636 | + $img_url = $geodir_uploadurl . '/' . $filename; |
|
| 1637 | + } else {
|
|
| 1638 | + $img_path = $uploads_dir . '/temp_' . $current_user->data->ID . '/' . $filename; |
|
| 1639 | + $img_url = $uploads['url'] . '/temp_' . $current_user->data->ID . '/' . $filename; |
|
| 1640 | + } |
|
| 1641 | 1641 | |
| 1642 | - $uploaded_file = ''; |
|
| 1643 | - if (file_exists($img_path)) |
|
| 1644 | - $uploaded_file = copy($img_path, $geodir_uploadpath . '/' . $new_name); |
|
| 1642 | + $uploaded_file = ''; |
|
| 1643 | + if (file_exists($img_path)) |
|
| 1644 | + $uploaded_file = copy($img_path, $geodir_uploadpath . '/' . $new_name); |
|
| 1645 | 1645 | |
| 1646 | - if ($curr_img_dir != $geodir_uploaddir) {
|
|
| 1647 | - if (file_exists($img_path)) |
|
| 1648 | - unlink($img_path); |
|
| 1649 | - } |
|
| 1646 | + if ($curr_img_dir != $geodir_uploaddir) {
|
|
| 1647 | + if (file_exists($img_path)) |
|
| 1648 | + unlink($img_path); |
|
| 1649 | + } |
|
| 1650 | 1650 | |
| 1651 | - if (!empty($uploaded_file)) |
|
| 1652 | - $file_urls = $geodir_uploadurl . '/' . $new_name; |
|
| 1651 | + if (!empty($uploaded_file)) |
|
| 1652 | + $file_urls = $geodir_uploadurl . '/' . $new_name; |
|
| 1653 | 1653 | |
| 1654 | - } else {
|
|
| 1655 | - $file_urls = $post_image[$m]; |
|
| 1656 | - } |
|
| 1657 | - } |
|
| 1654 | + } else {
|
|
| 1655 | + $file_urls = $post_image[$m]; |
|
| 1656 | + } |
|
| 1657 | + } |
|
| 1658 | 1658 | |
| 1659 | 1659 | |
| 1660 | - } |
|
| 1660 | + } |
|
| 1661 | 1661 | |
| 1662 | - //Remove all old attachments and temp images |
|
| 1663 | - if (!empty($postcurr_images)) {
|
|
| 1662 | + //Remove all old attachments and temp images |
|
| 1663 | + if (!empty($postcurr_images)) {
|
|
| 1664 | 1664 | |
| 1665 | - if ($file_urls != $postcurr_images) {
|
|
| 1666 | - $invalid_files[] = (object)array('src' => $postcurr_images);
|
|
| 1667 | - $invalid_files = (object)$invalid_files; |
|
| 1668 | - } |
|
| 1669 | - } |
|
| 1665 | + if ($file_urls != $postcurr_images) {
|
|
| 1666 | + $invalid_files[] = (object)array('src' => $postcurr_images);
|
|
| 1667 | + $invalid_files = (object)$invalid_files; |
|
| 1668 | + } |
|
| 1669 | + } |
|
| 1670 | 1670 | |
| 1671 | - geodir_save_post_meta($post_id, $field_id, $file_urls); |
|
| 1671 | + geodir_save_post_meta($post_id, $field_id, $file_urls); |
|
| 1672 | 1672 | |
| 1673 | - if (!empty($invalid_files)) |
|
| 1674 | - geodir_remove_attachments($invalid_files); |
|
| 1673 | + if (!empty($invalid_files)) |
|
| 1674 | + geodir_remove_attachments($invalid_files); |
|
| 1675 | 1675 | |
| 1676 | - } |
|
| 1676 | + } |
|
| 1677 | 1677 | } |
| 1678 | 1678 | |
| 1679 | 1679 | |
@@ -1688,76 +1688,76 @@ discard block |
||
| 1688 | 1688 | */ |
| 1689 | 1689 | function geodir_custom_upload_mimes($existing_mimes = array()) |
| 1690 | 1690 | {
|
| 1691 | - $existing_mimes['wif'] = 'text/plain'; |
|
| 1692 | - $existing_mimes['jpg|jpeg'] = 'image/jpeg'; |
|
| 1693 | - $existing_mimes['gif'] = 'image/gif'; |
|
| 1694 | - $existing_mimes['png'] = 'image/png'; |
|
| 1695 | - $existing_mimes['pdf'] = 'application/pdf'; |
|
| 1696 | - $existing_mimes['txt'] = 'text/text'; |
|
| 1697 | - $existing_mimes['csv'] = 'application/octet-stream'; |
|
| 1698 | - $existing_mimes['doc'] = 'application/msword'; |
|
| 1699 | - $existing_mimes['xla|xls|xlt|xlw'] = 'application/vnd.ms-excel'; |
|
| 1700 | - $existing_mimes['docx'] = 'application/vnd.openxmlformats-officedocument.wordprocessingml.document'; |
|
| 1701 | - $existing_mimes['xlsx'] = 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'; |
|
| 1702 | - return $existing_mimes; |
|
| 1691 | + $existing_mimes['wif'] = 'text/plain'; |
|
| 1692 | + $existing_mimes['jpg|jpeg'] = 'image/jpeg'; |
|
| 1693 | + $existing_mimes['gif'] = 'image/gif'; |
|
| 1694 | + $existing_mimes['png'] = 'image/png'; |
|
| 1695 | + $existing_mimes['pdf'] = 'application/pdf'; |
|
| 1696 | + $existing_mimes['txt'] = 'text/text'; |
|
| 1697 | + $existing_mimes['csv'] = 'application/octet-stream'; |
|
| 1698 | + $existing_mimes['doc'] = 'application/msword'; |
|
| 1699 | + $existing_mimes['xla|xls|xlt|xlw'] = 'application/vnd.ms-excel'; |
|
| 1700 | + $existing_mimes['docx'] = 'application/vnd.openxmlformats-officedocument.wordprocessingml.document'; |
|
| 1701 | + $existing_mimes['xlsx'] = 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'; |
|
| 1702 | + return $existing_mimes; |
|
| 1703 | 1703 | } |
| 1704 | 1704 | |
| 1705 | 1705 | if (!function_exists('geodir_plupload_action')) {
|
| 1706 | 1706 | |
| 1707 | - /** |
|
| 1708 | - * Get upload directory path details |
|
| 1709 | - * |
|
| 1710 | - * @since 1.0.0 |
|
| 1711 | - * @package GeoDirectory |
|
| 1712 | - * @global object $current_user Current user object. |
|
| 1713 | - * @param array $upload Array of upload directory data with keys of 'path','url', 'subdir, 'basedir', and 'error'. |
|
| 1714 | - * @return mixed Returns upload directory details as an array. |
|
| 1715 | - */ |
|
| 1716 | - function geodir_upload_dir($upload) |
|
| 1717 | - {
|
|
| 1718 | - global $current_user; |
|
| 1719 | - $upload['subdir'] = $upload['subdir'] . '/temp_' . $current_user->data->ID; |
|
| 1720 | - $upload['path'] = $upload['basedir'] . $upload['subdir']; |
|
| 1721 | - $upload['url'] = $upload['baseurl'] . $upload['subdir']; |
|
| 1722 | - return $upload; |
|
| 1723 | - } |
|
| 1724 | - |
|
| 1725 | - /** |
|
| 1726 | - * Handles place file and image upload. |
|
| 1727 | - * |
|
| 1728 | - * @since 1.0.0 |
|
| 1729 | - * @package GeoDirectory |
|
| 1730 | - */ |
|
| 1731 | - function geodir_plupload_action() |
|
| 1732 | - {
|
|
| 1733 | - // check ajax nonce |
|
| 1734 | - $imgid = $_POST["imgid"]; |
|
| 1735 | - |
|
| 1736 | - check_ajax_referer($imgid . 'pluploadan'); |
|
| 1737 | - |
|
| 1738 | - // handle custom file uploaddir |
|
| 1739 | - add_filter('upload_dir', 'geodir_upload_dir');
|
|
| 1740 | - |
|
| 1741 | - // change file orientation if needed |
|
| 1742 | - $fixed_file = geodir_exif($_FILES[$imgid . 'async-upload']); |
|
| 1743 | - |
|
| 1744 | - // handle file upload |
|
| 1745 | - $status = wp_handle_upload($fixed_file, array('test_form' => true, 'action' => 'plupload_action'));
|
|
| 1746 | - // remove handle custom file uploaddir |
|
| 1747 | - remove_filter('upload_dir', 'geodir_upload_dir');
|
|
| 1748 | - |
|
| 1749 | - if(!isset($status['url']) && isset($status['error'])){
|
|
| 1750 | - print_r($status); |
|
| 1751 | - } |
|
| 1752 | - |
|
| 1753 | - // send the uploaded file url in response |
|
| 1754 | - if (isset($status['url'])) {
|
|
| 1755 | - echo $status['url']; |
|
| 1756 | - } else {
|
|
| 1757 | - echo 'x'; |
|
| 1758 | - } |
|
| 1759 | - exit; |
|
| 1760 | - } |
|
| 1707 | + /** |
|
| 1708 | + * Get upload directory path details |
|
| 1709 | + * |
|
| 1710 | + * @since 1.0.0 |
|
| 1711 | + * @package GeoDirectory |
|
| 1712 | + * @global object $current_user Current user object. |
|
| 1713 | + * @param array $upload Array of upload directory data with keys of 'path','url', 'subdir, 'basedir', and 'error'. |
|
| 1714 | + * @return mixed Returns upload directory details as an array. |
|
| 1715 | + */ |
|
| 1716 | + function geodir_upload_dir($upload) |
|
| 1717 | + {
|
|
| 1718 | + global $current_user; |
|
| 1719 | + $upload['subdir'] = $upload['subdir'] . '/temp_' . $current_user->data->ID; |
|
| 1720 | + $upload['path'] = $upload['basedir'] . $upload['subdir']; |
|
| 1721 | + $upload['url'] = $upload['baseurl'] . $upload['subdir']; |
|
| 1722 | + return $upload; |
|
| 1723 | + } |
|
| 1724 | + |
|
| 1725 | + /** |
|
| 1726 | + * Handles place file and image upload. |
|
| 1727 | + * |
|
| 1728 | + * @since 1.0.0 |
|
| 1729 | + * @package GeoDirectory |
|
| 1730 | + */ |
|
| 1731 | + function geodir_plupload_action() |
|
| 1732 | + {
|
|
| 1733 | + // check ajax nonce |
|
| 1734 | + $imgid = $_POST["imgid"]; |
|
| 1735 | + |
|
| 1736 | + check_ajax_referer($imgid . 'pluploadan'); |
|
| 1737 | + |
|
| 1738 | + // handle custom file uploaddir |
|
| 1739 | + add_filter('upload_dir', 'geodir_upload_dir');
|
|
| 1740 | + |
|
| 1741 | + // change file orientation if needed |
|
| 1742 | + $fixed_file = geodir_exif($_FILES[$imgid . 'async-upload']); |
|
| 1743 | + |
|
| 1744 | + // handle file upload |
|
| 1745 | + $status = wp_handle_upload($fixed_file, array('test_form' => true, 'action' => 'plupload_action'));
|
|
| 1746 | + // remove handle custom file uploaddir |
|
| 1747 | + remove_filter('upload_dir', 'geodir_upload_dir');
|
|
| 1748 | + |
|
| 1749 | + if(!isset($status['url']) && isset($status['error'])){
|
|
| 1750 | + print_r($status); |
|
| 1751 | + } |
|
| 1752 | + |
|
| 1753 | + // send the uploaded file url in response |
|
| 1754 | + if (isset($status['url'])) {
|
|
| 1755 | + echo $status['url']; |
|
| 1756 | + } else {
|
|
| 1757 | + echo 'x'; |
|
| 1758 | + } |
|
| 1759 | + exit; |
|
| 1760 | + } |
|
| 1761 | 1761 | } |
| 1762 | 1762 | |
| 1763 | 1763 | /** |
@@ -1772,17 +1772,17 @@ discard block |
||
| 1772 | 1772 | */ |
| 1773 | 1773 | function geodir_get_video($post_id) |
| 1774 | 1774 | {
|
| 1775 | - global $wpdb, $plugin_prefix; |
|
| 1775 | + global $wpdb, $plugin_prefix; |
|
| 1776 | 1776 | |
| 1777 | - $post_type = get_post_type($post_id); |
|
| 1777 | + $post_type = get_post_type($post_id); |
|
| 1778 | 1778 | |
| 1779 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 1779 | + $table = $plugin_prefix . $post_type . '_detail'; |
|
| 1780 | 1780 | |
| 1781 | - $results = $wpdb->get_results($wpdb->prepare("SELECT geodir_video FROM " . $table . " WHERE post_id=%d", array($post_id)));
|
|
| 1781 | + $results = $wpdb->get_results($wpdb->prepare("SELECT geodir_video FROM " . $table . " WHERE post_id=%d", array($post_id)));
|
|
| 1782 | 1782 | |
| 1783 | - if ($results) {
|
|
| 1784 | - return $results[0]->geodir_video; |
|
| 1785 | - } |
|
| 1783 | + if ($results) {
|
|
| 1784 | + return $results[0]->geodir_video; |
|
| 1785 | + } |
|
| 1786 | 1786 | |
| 1787 | 1787 | } |
| 1788 | 1788 | |
@@ -1798,40 +1798,40 @@ discard block |
||
| 1798 | 1798 | */ |
| 1799 | 1799 | function geodir_get_special_offers($post_id) |
| 1800 | 1800 | {
|
| 1801 | - global $wpdb, $plugin_prefix; |
|
| 1801 | + global $wpdb, $plugin_prefix; |
|
| 1802 | 1802 | |
| 1803 | - $post_type = get_post_type($post_id); |
|
| 1803 | + $post_type = get_post_type($post_id); |
|
| 1804 | 1804 | |
| 1805 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 1805 | + $table = $plugin_prefix . $post_type . '_detail'; |
|
| 1806 | 1806 | |
| 1807 | - $results = $wpdb->get_results($wpdb->prepare("SELECT geodir_special_offers FROM " . $table . " WHERE post_id=%d", array($post_id)));
|
|
| 1807 | + $results = $wpdb->get_results($wpdb->prepare("SELECT geodir_special_offers FROM " . $table . " WHERE post_id=%d", array($post_id)));
|
|
| 1808 | 1808 | |
| 1809 | - if ($results) {
|
|
| 1810 | - return $results[0]->geodir_special_offers; |
|
| 1811 | - } |
|
| 1809 | + if ($results) {
|
|
| 1810 | + return $results[0]->geodir_special_offers; |
|
| 1811 | + } |
|
| 1812 | 1812 | |
| 1813 | 1813 | } |
| 1814 | 1814 | |
| 1815 | 1815 | if (!function_exists('geodir_max_upload_size')) {
|
| 1816 | - /** |
|
| 1817 | - * Get max upload file size |
|
| 1818 | - * |
|
| 1819 | - * @since 1.0.0 |
|
| 1820 | - * @package GeoDirectory |
|
| 1821 | - * @return mixed|void Returns max upload file size. |
|
| 1822 | - */ |
|
| 1823 | - function geodir_max_upload_size() |
|
| 1824 | - {
|
|
| 1825 | - $max_filesize = (float)get_option('geodir_upload_max_filesize', 2);
|
|
| 1826 | - |
|
| 1827 | - if ($max_filesize > 0 && $max_filesize < 1) {
|
|
| 1828 | - $max_filesize = (int)($max_filesize * 1024) . 'kb'; |
|
| 1829 | - } else {
|
|
| 1830 | - $max_filesize = $max_filesize > 0 ? $max_filesize . 'mb' : '2mb'; |
|
| 1831 | - } |
|
| 1832 | - /** Filter documented in geodirectory-functions/general_functions.php **/ |
|
| 1833 | - return apply_filters('geodir_default_image_upload_size_limit', $max_filesize);
|
|
| 1834 | - } |
|
| 1816 | + /** |
|
| 1817 | + * Get max upload file size |
|
| 1818 | + * |
|
| 1819 | + * @since 1.0.0 |
|
| 1820 | + * @package GeoDirectory |
|
| 1821 | + * @return mixed|void Returns max upload file size. |
|
| 1822 | + */ |
|
| 1823 | + function geodir_max_upload_size() |
|
| 1824 | + {
|
|
| 1825 | + $max_filesize = (float)get_option('geodir_upload_max_filesize', 2);
|
|
| 1826 | + |
|
| 1827 | + if ($max_filesize > 0 && $max_filesize < 1) {
|
|
| 1828 | + $max_filesize = (int)($max_filesize * 1024) . 'kb'; |
|
| 1829 | + } else {
|
|
| 1830 | + $max_filesize = $max_filesize > 0 ? $max_filesize . 'mb' : '2mb'; |
|
| 1831 | + } |
|
| 1832 | + /** Filter documented in geodirectory-functions/general_functions.php **/ |
|
| 1833 | + return apply_filters('geodir_default_image_upload_size_limit', $max_filesize);
|
|
| 1834 | + } |
|
| 1835 | 1835 | } |
| 1836 | 1836 | |
| 1837 | 1837 | |
@@ -1849,33 +1849,33 @@ discard block |
||
| 1849 | 1849 | */ |
| 1850 | 1850 | function geodir_add_custom_sort_options($fields, $post_type) |
| 1851 | 1851 | {
|
| 1852 | - global $wpdb; |
|
| 1852 | + global $wpdb; |
|
| 1853 | 1853 | |
| 1854 | - if ($post_type != '') {
|
|
| 1854 | + if ($post_type != '') {
|
|
| 1855 | 1855 | |
| 1856 | - $all_postypes = geodir_get_posttypes(); |
|
| 1856 | + $all_postypes = geodir_get_posttypes(); |
|
| 1857 | 1857 | |
| 1858 | - if (in_array($post_type, $all_postypes)) {
|
|
| 1858 | + if (in_array($post_type, $all_postypes)) {
|
|
| 1859 | 1859 | |
| 1860 | - $custom_fields = $wpdb->get_results( |
|
| 1861 | - $wpdb->prepare( |
|
| 1862 | - "select post_type,data_type,field_type,site_title,admin_title,htmlvar_name,field_icon from " . GEODIR_CUSTOM_FIELDS_TABLE . " where post_type = %s and is_active='1' and cat_sort='1' AND field_type != 'address' order by sort_order asc", |
|
| 1863 | - array($post_type) |
|
| 1864 | - ), 'ARRAY_A' |
|
| 1865 | - ); |
|
| 1860 | + $custom_fields = $wpdb->get_results( |
|
| 1861 | + $wpdb->prepare( |
|
| 1862 | + "select post_type,data_type,field_type,site_title,admin_title,htmlvar_name,field_icon from " . GEODIR_CUSTOM_FIELDS_TABLE . " where post_type = %s and is_active='1' and cat_sort='1' AND field_type != 'address' order by sort_order asc", |
|
| 1863 | + array($post_type) |
|
| 1864 | + ), 'ARRAY_A' |
|
| 1865 | + ); |
|
| 1866 | 1866 | |
| 1867 | - if (!empty($custom_fields)) {
|
|
| 1867 | + if (!empty($custom_fields)) {
|
|
| 1868 | 1868 | |
| 1869 | - foreach ($custom_fields as $val) {
|
|
| 1870 | - $fields[] = $val; |
|
| 1871 | - } |
|
| 1872 | - } |
|
| 1869 | + foreach ($custom_fields as $val) {
|
|
| 1870 | + $fields[] = $val; |
|
| 1871 | + } |
|
| 1872 | + } |
|
| 1873 | 1873 | |
| 1874 | - } |
|
| 1874 | + } |
|
| 1875 | 1875 | |
| 1876 | - } |
|
| 1876 | + } |
|
| 1877 | 1877 | |
| 1878 | - return $fields; |
|
| 1878 | + return $fields; |
|
| 1879 | 1879 | } |
| 1880 | 1880 | |
| 1881 | 1881 | |
@@ -1891,76 +1891,76 @@ discard block |
||
| 1891 | 1891 | function geodir_get_custom_sort_options($post_type = '') |
| 1892 | 1892 | {
|
| 1893 | 1893 | |
| 1894 | - global $wpdb; |
|
| 1895 | - |
|
| 1896 | - if ($post_type != '') {
|
|
| 1897 | - |
|
| 1898 | - $all_postypes = geodir_get_posttypes(); |
|
| 1899 | - |
|
| 1900 | - if (!in_array($post_type, $all_postypes)) |
|
| 1901 | - return false; |
|
| 1902 | - |
|
| 1903 | - $fields = array(); |
|
| 1904 | - |
|
| 1905 | - $fields[] = array( |
|
| 1906 | - 'post_type' => $post_type, |
|
| 1907 | - 'data_type' => '', |
|
| 1908 | - 'field_type' => 'random', |
|
| 1909 | - 'site_title' => 'Random', |
|
| 1910 | - 'htmlvar_name' => 'post_title', |
|
| 1911 | - 'field_icon' => 'fa fa-random', |
|
| 1912 | - 'description' => __('Random sort (not recommended for large sites)', 'geodirectory')
|
|
| 1913 | - ); |
|
| 1914 | - |
|
| 1915 | - $fields[] = array( |
|
| 1916 | - 'post_type' => $post_type, |
|
| 1917 | - 'data_type' => '', |
|
| 1918 | - 'field_type' => 'datetime', |
|
| 1919 | - 'site_title' => __('Add date', 'geodirectory'),
|
|
| 1920 | - 'htmlvar_name' => 'post_date', |
|
| 1921 | - 'field_icon' => 'fa fa-calendar', |
|
| 1922 | - 'description' => __('Sort by date added', 'geodirectory')
|
|
| 1923 | - ); |
|
| 1924 | - $fields[] = array( |
|
| 1925 | - 'post_type' => $post_type, |
|
| 1926 | - 'data_type' => '', |
|
| 1927 | - 'field_type' => 'bigint', |
|
| 1928 | - 'site_title' => __('Review', 'geodirectory'),
|
|
| 1929 | - 'htmlvar_name' => 'comment_count', |
|
| 1930 | - 'field_icon' => 'fa fa-commenting-o', |
|
| 1931 | - 'description' => __('Sort by the number of reviews', 'geodirectory')
|
|
| 1932 | - ); |
|
| 1933 | - $fields[] = array( |
|
| 1934 | - 'post_type' => $post_type, |
|
| 1935 | - 'data_type' => '', |
|
| 1936 | - 'field_type' => 'float', |
|
| 1937 | - 'site_title' => __('Rating', 'geodirectory'),
|
|
| 1938 | - 'htmlvar_name' => 'overall_rating', |
|
| 1939 | - 'field_icon' => 'fa fa-star-o', |
|
| 1940 | - 'description' => __('Sort by the overall rating value', 'geodirectory')
|
|
| 1941 | - ); |
|
| 1942 | - $fields[] = array( |
|
| 1943 | - 'post_type' => $post_type, |
|
| 1944 | - 'data_type' => '', |
|
| 1945 | - 'field_type' => 'text', |
|
| 1946 | - 'site_title' => __('Title', 'geodirectory'),
|
|
| 1947 | - 'htmlvar_name' => 'post_title', |
|
| 1948 | - 'field_icon' => 'fa fa-sort-alpha-desc', |
|
| 1949 | - 'description' => __('Sort alphabetically by title', 'geodirectory')
|
|
| 1950 | - ); |
|
| 1951 | - |
|
| 1952 | - /** |
|
| 1953 | - * Hook to add custom sort options. |
|
| 1954 | - * |
|
| 1955 | - * @since 1.0.0 |
|
| 1956 | - * @param array $fields Unmodified sort options array. |
|
| 1957 | - * @param string $post_type Post type. |
|
| 1958 | - */ |
|
| 1959 | - return $fields = apply_filters('geodir_add_custom_sort_options', $fields, $post_type);
|
|
| 1960 | - |
|
| 1961 | - } |
|
| 1962 | - |
|
| 1963 | - return false; |
|
| 1894 | + global $wpdb; |
|
| 1895 | + |
|
| 1896 | + if ($post_type != '') {
|
|
| 1897 | + |
|
| 1898 | + $all_postypes = geodir_get_posttypes(); |
|
| 1899 | + |
|
| 1900 | + if (!in_array($post_type, $all_postypes)) |
|
| 1901 | + return false; |
|
| 1902 | + |
|
| 1903 | + $fields = array(); |
|
| 1904 | + |
|
| 1905 | + $fields[] = array( |
|
| 1906 | + 'post_type' => $post_type, |
|
| 1907 | + 'data_type' => '', |
|
| 1908 | + 'field_type' => 'random', |
|
| 1909 | + 'site_title' => 'Random', |
|
| 1910 | + 'htmlvar_name' => 'post_title', |
|
| 1911 | + 'field_icon' => 'fa fa-random', |
|
| 1912 | + 'description' => __('Random sort (not recommended for large sites)', 'geodirectory')
|
|
| 1913 | + ); |
|
| 1914 | + |
|
| 1915 | + $fields[] = array( |
|
| 1916 | + 'post_type' => $post_type, |
|
| 1917 | + 'data_type' => '', |
|
| 1918 | + 'field_type' => 'datetime', |
|
| 1919 | + 'site_title' => __('Add date', 'geodirectory'),
|
|
| 1920 | + 'htmlvar_name' => 'post_date', |
|
| 1921 | + 'field_icon' => 'fa fa-calendar', |
|
| 1922 | + 'description' => __('Sort by date added', 'geodirectory')
|
|
| 1923 | + ); |
|
| 1924 | + $fields[] = array( |
|
| 1925 | + 'post_type' => $post_type, |
|
| 1926 | + 'data_type' => '', |
|
| 1927 | + 'field_type' => 'bigint', |
|
| 1928 | + 'site_title' => __('Review', 'geodirectory'),
|
|
| 1929 | + 'htmlvar_name' => 'comment_count', |
|
| 1930 | + 'field_icon' => 'fa fa-commenting-o', |
|
| 1931 | + 'description' => __('Sort by the number of reviews', 'geodirectory')
|
|
| 1932 | + ); |
|
| 1933 | + $fields[] = array( |
|
| 1934 | + 'post_type' => $post_type, |
|
| 1935 | + 'data_type' => '', |
|
| 1936 | + 'field_type' => 'float', |
|
| 1937 | + 'site_title' => __('Rating', 'geodirectory'),
|
|
| 1938 | + 'htmlvar_name' => 'overall_rating', |
|
| 1939 | + 'field_icon' => 'fa fa-star-o', |
|
| 1940 | + 'description' => __('Sort by the overall rating value', 'geodirectory')
|
|
| 1941 | + ); |
|
| 1942 | + $fields[] = array( |
|
| 1943 | + 'post_type' => $post_type, |
|
| 1944 | + 'data_type' => '', |
|
| 1945 | + 'field_type' => 'text', |
|
| 1946 | + 'site_title' => __('Title', 'geodirectory'),
|
|
| 1947 | + 'htmlvar_name' => 'post_title', |
|
| 1948 | + 'field_icon' => 'fa fa-sort-alpha-desc', |
|
| 1949 | + 'description' => __('Sort alphabetically by title', 'geodirectory')
|
|
| 1950 | + ); |
|
| 1951 | + |
|
| 1952 | + /** |
|
| 1953 | + * Hook to add custom sort options. |
|
| 1954 | + * |
|
| 1955 | + * @since 1.0.0 |
|
| 1956 | + * @param array $fields Unmodified sort options array. |
|
| 1957 | + * @param string $post_type Post type. |
|
| 1958 | + */ |
|
| 1959 | + return $fields = apply_filters('geodir_add_custom_sort_options', $fields, $post_type);
|
|
| 1960 | + |
|
| 1961 | + } |
|
| 1962 | + |
|
| 1963 | + return false; |
|
| 1964 | 1964 | } |
| 1965 | 1965 | |
| 1966 | 1966 | |
@@ -1976,117 +1976,117 @@ discard block |
||
| 1976 | 1976 | function godir_set_sort_field_order($field_ids = array()) |
| 1977 | 1977 | {
|
| 1978 | 1978 | |
| 1979 | - global $wpdb; |
|
| 1979 | + global $wpdb; |
|
| 1980 | 1980 | |
| 1981 | - $count = 0; |
|
| 1982 | - if (!empty($field_ids)): |
|
| 1983 | - foreach ($field_ids as $id) {
|
|
| 1981 | + $count = 0; |
|
| 1982 | + if (!empty($field_ids)): |
|
| 1983 | + foreach ($field_ids as $id) {
|
|
| 1984 | 1984 | |
| 1985 | - $cf = trim($id, '_'); |
|
| 1985 | + $cf = trim($id, '_'); |
|
| 1986 | 1986 | |
| 1987 | - $post_meta_info = $wpdb->query( |
|
| 1988 | - $wpdb->prepare( |
|
| 1989 | - "update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 1987 | + $post_meta_info = $wpdb->query( |
|
| 1988 | + $wpdb->prepare( |
|
| 1989 | + "update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 1990 | 1990 | sort_order=%d |
| 1991 | 1991 | where id= %d", |
| 1992 | - array($count, $cf) |
|
| 1993 | - ) |
|
| 1994 | - ); |
|
| 1995 | - $count++; |
|
| 1996 | - } |
|
| 1997 | - |
|
| 1998 | - return $field_ids; |
|
| 1999 | - else: |
|
| 2000 | - return false; |
|
| 2001 | - endif; |
|
| 1992 | + array($count, $cf) |
|
| 1993 | + ) |
|
| 1994 | + ); |
|
| 1995 | + $count++; |
|
| 1996 | + } |
|
| 1997 | + |
|
| 1998 | + return $field_ids; |
|
| 1999 | + else: |
|
| 2000 | + return false; |
|
| 2001 | + endif; |
|
| 2002 | 2002 | } |
| 2003 | 2003 | |
| 2004 | 2004 | |
| 2005 | 2005 | if (!function_exists('geodir_custom_sort_field_save')) {
|
| 2006 | - /** |
|
| 2007 | - * Save or Update custom sort fields into the database. |
|
| 2008 | - * |
|
| 2009 | - * @since 1.0.0 |
|
| 2010 | - * @package GeoDirectory |
|
| 2011 | - * @global object $wpdb WordPress Database object. |
|
| 2012 | - * @global string $plugin_prefix Geodirectory plugin table prefix. |
|
| 2013 | - * @param array $request_field {
|
|
| 2014 | - * Attributes of the Request field. |
|
| 2015 | - * |
|
| 2016 | - * @type string $action Ajax action name. |
|
| 2017 | - * @type string $manage_field_type Manage field type Default "sorting_options". |
|
| 2018 | - * @type string $create_field Do you want to create this field?. |
|
| 2019 | - * @type string $field_ins_upd Field created or updated?. |
|
| 2020 | - * @type string $_wpnonce Nonce value. |
|
| 2021 | - * @type string $listing_type The Post type. |
|
| 2022 | - * @type string $field_type Field Type. |
|
| 2023 | - * @type string $field_id Field ID. |
|
| 2024 | - * @type string $data_type Data Type. |
|
| 2025 | - * @type string $htmlvar_name HTML variable name. |
|
| 2026 | - * @type string $site_title Section title which you wish to display in frontend. |
|
| 2027 | - * @type string $is_default Is this default sorting?. |
|
| 2028 | - * @type string $is_active If not active then the field will not be displayed anywhere. |
|
| 2029 | - * @type string $sort_order Sort Order. |
|
| 2030 | - * |
|
| 2031 | - * } |
|
| 2032 | - * @param bool $default Not yet implemented. |
|
| 2033 | - * @return int Returns the last affected db table row id. |
|
| 2034 | - */ |
|
| 2035 | - function geodir_custom_sort_field_save($request_field = array(), $default = false) |
|
| 2036 | - {
|
|
| 2037 | - |
|
| 2038 | - global $wpdb, $plugin_prefix; |
|
| 2039 | - |
|
| 2040 | - $result_str = isset($request_field['field_id']) ? trim($request_field['field_id']) : ''; |
|
| 2041 | - |
|
| 2042 | - $cf = trim($result_str, '_'); |
|
| 2043 | - |
|
| 2044 | - /*-------- check duplicate validation --------*/ |
|
| 2045 | - |
|
| 2046 | - $field_type = isset($request_field['field_type']) ? $request_field['field_type'] : ''; |
|
| 2047 | - $cehhtmlvar_name = isset($request_field['htmlvar_name']) ? $request_field['htmlvar_name'] : ''; |
|
| 2048 | - |
|
| 2049 | - $post_type = $request_field['listing_type']; |
|
| 2050 | - $data_type = isset($request_field['data_type']) ? $request_field['data_type'] : ''; |
|
| 2051 | - $field_type = isset($request_field['field_type']) ? $request_field['field_type'] : ''; |
|
| 2052 | - $site_title = isset($request_field['site_title']) ? $request_field['site_title'] : ''; |
|
| 2053 | - $htmlvar_name = isset($request_field['htmlvar_name']) ? $request_field['htmlvar_name'] : ''; |
|
| 2054 | - $sort_order = isset($request_field['sort_order']) ? $request_field['sort_order'] : 0; |
|
| 2055 | - $is_active = isset($request_field['is_active']) ? $request_field['is_active'] : 0; |
|
| 2056 | - $is_default = isset($request_field['is_default']) ? $request_field['is_default'] : ''; |
|
| 2057 | - $asc = isset($request_field['asc']) ? $request_field['asc'] : 0; |
|
| 2058 | - $desc = isset($request_field['desc']) ? $request_field['desc'] : 0; |
|
| 2059 | - $asc_title = isset($request_field['asc_title']) ? $request_field['asc_title'] : ''; |
|
| 2060 | - $desc_title = isset($request_field['desc_title']) ? $request_field['desc_title'] : ''; |
|
| 2061 | - |
|
| 2062 | - $default_order = ''; |
|
| 2063 | - if ($is_default != '') {
|
|
| 2064 | - $default_order = $is_default; |
|
| 2065 | - $is_default = '1'; |
|
| 2066 | - } |
|
| 2067 | - |
|
| 2068 | - |
|
| 2069 | - $check_html_variable = $wpdb->get_var( |
|
| 2070 | - $wpdb->prepare( |
|
| 2071 | - "select htmlvar_name from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where htmlvar_name = %s and post_type = %s and field_type=%s ", |
|
| 2072 | - array($cehhtmlvar_name, $post_type, $field_type) |
|
| 2073 | - ) |
|
| 2074 | - ); |
|
| 2075 | - |
|
| 2076 | - if ($is_default == 1) {
|
|
| 2077 | - |
|
| 2078 | - $wpdb->query($wpdb->prepare("update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set is_default='0', default_order='' where post_type = %s", array($post_type)));
|
|
| 2079 | - |
|
| 2080 | - } |
|
| 2081 | - |
|
| 2082 | - |
|
| 2083 | - if (!$check_html_variable) {
|
|
| 2084 | - |
|
| 2085 | - $wpdb->query( |
|
| 2086 | - |
|
| 2087 | - $wpdb->prepare( |
|
| 2088 | - |
|
| 2089 | - "insert into " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 2006 | + /** |
|
| 2007 | + * Save or Update custom sort fields into the database. |
|
| 2008 | + * |
|
| 2009 | + * @since 1.0.0 |
|
| 2010 | + * @package GeoDirectory |
|
| 2011 | + * @global object $wpdb WordPress Database object. |
|
| 2012 | + * @global string $plugin_prefix Geodirectory plugin table prefix. |
|
| 2013 | + * @param array $request_field {
|
|
| 2014 | + * Attributes of the Request field. |
|
| 2015 | + * |
|
| 2016 | + * @type string $action Ajax action name. |
|
| 2017 | + * @type string $manage_field_type Manage field type Default "sorting_options". |
|
| 2018 | + * @type string $create_field Do you want to create this field?. |
|
| 2019 | + * @type string $field_ins_upd Field created or updated?. |
|
| 2020 | + * @type string $_wpnonce Nonce value. |
|
| 2021 | + * @type string $listing_type The Post type. |
|
| 2022 | + * @type string $field_type Field Type. |
|
| 2023 | + * @type string $field_id Field ID. |
|
| 2024 | + * @type string $data_type Data Type. |
|
| 2025 | + * @type string $htmlvar_name HTML variable name. |
|
| 2026 | + * @type string $site_title Section title which you wish to display in frontend. |
|
| 2027 | + * @type string $is_default Is this default sorting?. |
|
| 2028 | + * @type string $is_active If not active then the field will not be displayed anywhere. |
|
| 2029 | + * @type string $sort_order Sort Order. |
|
| 2030 | + * |
|
| 2031 | + * } |
|
| 2032 | + * @param bool $default Not yet implemented. |
|
| 2033 | + * @return int Returns the last affected db table row id. |
|
| 2034 | + */ |
|
| 2035 | + function geodir_custom_sort_field_save($request_field = array(), $default = false) |
|
| 2036 | + {
|
|
| 2037 | + |
|
| 2038 | + global $wpdb, $plugin_prefix; |
|
| 2039 | + |
|
| 2040 | + $result_str = isset($request_field['field_id']) ? trim($request_field['field_id']) : ''; |
|
| 2041 | + |
|
| 2042 | + $cf = trim($result_str, '_'); |
|
| 2043 | + |
|
| 2044 | + /*-------- check duplicate validation --------*/ |
|
| 2045 | + |
|
| 2046 | + $field_type = isset($request_field['field_type']) ? $request_field['field_type'] : ''; |
|
| 2047 | + $cehhtmlvar_name = isset($request_field['htmlvar_name']) ? $request_field['htmlvar_name'] : ''; |
|
| 2048 | + |
|
| 2049 | + $post_type = $request_field['listing_type']; |
|
| 2050 | + $data_type = isset($request_field['data_type']) ? $request_field['data_type'] : ''; |
|
| 2051 | + $field_type = isset($request_field['field_type']) ? $request_field['field_type'] : ''; |
|
| 2052 | + $site_title = isset($request_field['site_title']) ? $request_field['site_title'] : ''; |
|
| 2053 | + $htmlvar_name = isset($request_field['htmlvar_name']) ? $request_field['htmlvar_name'] : ''; |
|
| 2054 | + $sort_order = isset($request_field['sort_order']) ? $request_field['sort_order'] : 0; |
|
| 2055 | + $is_active = isset($request_field['is_active']) ? $request_field['is_active'] : 0; |
|
| 2056 | + $is_default = isset($request_field['is_default']) ? $request_field['is_default'] : ''; |
|
| 2057 | + $asc = isset($request_field['asc']) ? $request_field['asc'] : 0; |
|
| 2058 | + $desc = isset($request_field['desc']) ? $request_field['desc'] : 0; |
|
| 2059 | + $asc_title = isset($request_field['asc_title']) ? $request_field['asc_title'] : ''; |
|
| 2060 | + $desc_title = isset($request_field['desc_title']) ? $request_field['desc_title'] : ''; |
|
| 2061 | + |
|
| 2062 | + $default_order = ''; |
|
| 2063 | + if ($is_default != '') {
|
|
| 2064 | + $default_order = $is_default; |
|
| 2065 | + $is_default = '1'; |
|
| 2066 | + } |
|
| 2067 | + |
|
| 2068 | + |
|
| 2069 | + $check_html_variable = $wpdb->get_var( |
|
| 2070 | + $wpdb->prepare( |
|
| 2071 | + "select htmlvar_name from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where htmlvar_name = %s and post_type = %s and field_type=%s ", |
|
| 2072 | + array($cehhtmlvar_name, $post_type, $field_type) |
|
| 2073 | + ) |
|
| 2074 | + ); |
|
| 2075 | + |
|
| 2076 | + if ($is_default == 1) {
|
|
| 2077 | + |
|
| 2078 | + $wpdb->query($wpdb->prepare("update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set is_default='0', default_order='' where post_type = %s", array($post_type)));
|
|
| 2079 | + |
|
| 2080 | + } |
|
| 2081 | + |
|
| 2082 | + |
|
| 2083 | + if (!$check_html_variable) {
|
|
| 2084 | + |
|
| 2085 | + $wpdb->query( |
|
| 2086 | + |
|
| 2087 | + $wpdb->prepare( |
|
| 2088 | + |
|
| 2089 | + "insert into " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 2090 | 2090 | post_type = %s, |
| 2091 | 2091 | data_type = %s, |
| 2092 | 2092 | field_type = %s, |
@@ -2101,23 +2101,23 @@ discard block |
||
| 2101 | 2101 | asc_title = %s, |
| 2102 | 2102 | desc_title = %s", |
| 2103 | 2103 | |
| 2104 | - array($post_type, $data_type, $field_type, $site_title, $htmlvar_name, $sort_order, $is_active, $is_default, $default_order, $asc, $desc, $asc_title, $desc_title) |
|
| 2105 | - ) |
|
| 2104 | + array($post_type, $data_type, $field_type, $site_title, $htmlvar_name, $sort_order, $is_active, $is_default, $default_order, $asc, $desc, $asc_title, $desc_title) |
|
| 2105 | + ) |
|
| 2106 | 2106 | |
| 2107 | - ); |
|
| 2107 | + ); |
|
| 2108 | 2108 | |
| 2109 | 2109 | |
| 2110 | - $lastid = $wpdb->insert_id; |
|
| 2110 | + $lastid = $wpdb->insert_id; |
|
| 2111 | 2111 | |
| 2112 | - $lastid = trim($lastid); |
|
| 2112 | + $lastid = trim($lastid); |
|
| 2113 | 2113 | |
| 2114 | - } else {
|
|
| 2114 | + } else {
|
|
| 2115 | 2115 | |
| 2116 | - $wpdb->query( |
|
| 2116 | + $wpdb->query( |
|
| 2117 | 2117 | |
| 2118 | - $wpdb->prepare( |
|
| 2118 | + $wpdb->prepare( |
|
| 2119 | 2119 | |
| 2120 | - "update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 2120 | + "update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 2121 | 2121 | post_type = %s, |
| 2122 | 2122 | data_type = %s, |
| 2123 | 2123 | field_type = %s, |
@@ -2133,123 +2133,123 @@ discard block |
||
| 2133 | 2133 | desc_title = %s |
| 2134 | 2134 | where id = %d", |
| 2135 | 2135 | |
| 2136 | - array($post_type, $data_type, $field_type, $site_title, $htmlvar_name, $sort_order, $is_active, $is_default, $default_order, $asc, $desc, $asc_title, $desc_title, $cf) |
|
| 2137 | - ) |
|
| 2136 | + array($post_type, $data_type, $field_type, $site_title, $htmlvar_name, $sort_order, $is_active, $is_default, $default_order, $asc, $desc, $asc_title, $desc_title, $cf) |
|
| 2137 | + ) |
|
| 2138 | 2138 | |
| 2139 | - ); |
|
| 2139 | + ); |
|
| 2140 | 2140 | |
| 2141 | - $lastid = trim($cf); |
|
| 2141 | + $lastid = trim($cf); |
|
| 2142 | 2142 | |
| 2143 | - } |
|
| 2143 | + } |
|
| 2144 | 2144 | |
| 2145 | 2145 | |
| 2146 | - return (int)$lastid; |
|
| 2146 | + return (int)$lastid; |
|
| 2147 | 2147 | |
| 2148 | - } |
|
| 2148 | + } |
|
| 2149 | 2149 | } |
| 2150 | 2150 | |
| 2151 | 2151 | |
| 2152 | 2152 | if (!function_exists('geodir_custom_sort_field_delete')) {
|
| 2153 | - /** |
|
| 2154 | - * Delete a custom sort field using field id. |
|
| 2155 | - * @since 1.0.0 |
|
| 2156 | - * @package GeoDirectory |
|
| 2157 | - * @global object $wpdb WordPress Database object. |
|
| 2158 | - * @global string $plugin_prefix Geodirectory plugin table prefix. |
|
| 2159 | - * @param string $field_id The field ID. |
|
| 2160 | - * @return int|string Returns field id when successful deletion, else returns 0. |
|
| 2161 | - */ |
|
| 2162 | - function geodir_custom_sort_field_delete($field_id = '') |
|
| 2163 | - {
|
|
| 2164 | - |
|
| 2165 | - global $wpdb, $plugin_prefix; |
|
| 2166 | - if ($field_id != '') {
|
|
| 2167 | - $cf = trim($field_id, '_'); |
|
| 2168 | - |
|
| 2169 | - $wpdb->query($wpdb->prepare("delete from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where id= %d ", array($cf)));
|
|
| 2170 | - |
|
| 2171 | - return $field_id; |
|
| 2172 | - |
|
| 2173 | - } else |
|
| 2174 | - return 0; |
|
| 2175 | - |
|
| 2176 | - } |
|
| 2153 | + /** |
|
| 2154 | + * Delete a custom sort field using field id. |
|
| 2155 | + * @since 1.0.0 |
|
| 2156 | + * @package GeoDirectory |
|
| 2157 | + * @global object $wpdb WordPress Database object. |
|
| 2158 | + * @global string $plugin_prefix Geodirectory plugin table prefix. |
|
| 2159 | + * @param string $field_id The field ID. |
|
| 2160 | + * @return int|string Returns field id when successful deletion, else returns 0. |
|
| 2161 | + */ |
|
| 2162 | + function geodir_custom_sort_field_delete($field_id = '') |
|
| 2163 | + {
|
|
| 2164 | + |
|
| 2165 | + global $wpdb, $plugin_prefix; |
|
| 2166 | + if ($field_id != '') {
|
|
| 2167 | + $cf = trim($field_id, '_'); |
|
| 2168 | + |
|
| 2169 | + $wpdb->query($wpdb->prepare("delete from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where id= %d ", array($cf)));
|
|
| 2170 | + |
|
| 2171 | + return $field_id; |
|
| 2172 | + |
|
| 2173 | + } else |
|
| 2174 | + return 0; |
|
| 2175 | + |
|
| 2176 | + } |
|
| 2177 | 2177 | } |
| 2178 | 2178 | |
| 2179 | 2179 | |
| 2180 | 2180 | if (!function_exists('geodir_custom_sort_field_adminhtml')) {
|
| 2181 | - /** |
|
| 2182 | - * Custom sort field admin html. |
|
| 2183 | - * |
|
| 2184 | - * @since 1.0.0 |
|
| 2185 | - * @package GeoDirectory |
|
| 2186 | - * @global object $wpdb WordPress Database object. |
|
| 2187 | - * @param string $field_type The form field type. |
|
| 2188 | - * @param object|int $result_str The custom field results object or row id. |
|
| 2189 | - * @param string $field_ins_upd When set to "submit" displays form. |
|
| 2190 | - * @param bool $default when set to true field will be for admin use only. |
|
| 2191 | - */ |
|
| 2192 | - function geodir_custom_sort_field_adminhtml($field_type, $result_str, $field_ins_upd = '', $field_type_key='') |
|
| 2193 | - {
|
|
| 2194 | - global $wpdb; |
|
| 2195 | - $cf = $result_str; |
|
| 2196 | - if (!is_object($cf)) {
|
|
| 2197 | - $field_info = $wpdb->get_row($wpdb->prepare("SELECT * FROM " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " WHERE id = %d", array($cf)));
|
|
| 2198 | - } else {
|
|
| 2199 | - $field_info = $cf; |
|
| 2200 | - $result_str = $cf->id; |
|
| 2201 | - } |
|
| 2202 | - |
|
| 2203 | - $field_info = stripslashes_deep($field_info); // strip slashes |
|
| 2204 | - |
|
| 2205 | - if (!isset($field_info->post_type)) {
|
|
| 2206 | - $post_type = sanitize_text_field($_REQUEST['listing_type']); |
|
| 2207 | - } else {
|
|
| 2208 | - $post_type = $field_info->post_type; |
|
| 2209 | - } |
|
| 2210 | - |
|
| 2211 | - |
|
| 2212 | - $htmlvar_name = isset($field_type_key) ? $field_type_key : ''; |
|
| 2213 | - |
|
| 2214 | - $site_title = ''; |
|
| 2215 | - if ($site_title == '') |
|
| 2216 | - $site_title = isset($field_info->site_title) ? $field_info->site_title : ''; |
|
| 2217 | - |
|
| 2218 | - if ($site_title == '') {
|
|
| 2219 | - $fields = geodir_get_custom_sort_options($post_type); |
|
| 2220 | - |
|
| 2221 | - foreach ($fields as $val) {
|
|
| 2222 | - $val = stripslashes_deep($val); // strip slashes |
|
| 2223 | - |
|
| 2224 | - if ($val['field_type'] == $field_type && $val['htmlvar_name'] == $htmlvar_name) {
|
|
| 2225 | - $site_title = isset($val['site_title']) ? $val['site_title'] : ''; |
|
| 2226 | - } |
|
| 2227 | - } |
|
| 2228 | - } |
|
| 2229 | - |
|
| 2230 | - if ($htmlvar_name == '') |
|
| 2231 | - $htmlvar_name = isset($field_info->htmlvar_name) ? $field_info->htmlvar_name : ''; |
|
| 2232 | - |
|
| 2233 | - $nonce = wp_create_nonce('custom_fields_' . $result_str);
|
|
| 2234 | - |
|
| 2235 | - $field_icon = '<i class="fa fa-cog" aria-hidden="true"></i>'; |
|
| 2236 | - $cso_arr = geodir_get_custom_sort_options($post_type); |
|
| 2237 | - |
|
| 2238 | - $cur_field_type = (isset($cf->field_type)) ? $cf->field_type : esc_html($_REQUEST['field_type']); |
|
| 2239 | - foreach($cso_arr as $cso){
|
|
| 2240 | - if($cur_field_type==$cso['field_type']){
|
|
| 2241 | - |
|
| 2242 | - if (isset($cso['field_icon']) && strpos($cso['field_icon'], 'fa fa-') !== false) {
|
|
| 2243 | - $field_icon = '<i class="'.$cso['field_icon'].'" aria-hidden="true"></i>'; |
|
| 2244 | - }elseif(isset($cso['field_icon']) && $cso['field_icon']){
|
|
| 2245 | - $field_icon = '<b class="gd-cf-icon" style="background-image: url(\''.$cso['field_icon'].'\')"></b>'; |
|
| 2246 | - } |
|
| 2247 | - |
|
| 2248 | - } |
|
| 2249 | - } |
|
| 2250 | - |
|
| 2251 | - $radio_id = (isset($field_info->htmlvar_name)) ? $field_info->htmlvar_name.$field_type : rand(5, 500); |
|
| 2252 | - ?> |
|
| 2181 | + /** |
|
| 2182 | + * Custom sort field admin html. |
|
| 2183 | + * |
|
| 2184 | + * @since 1.0.0 |
|
| 2185 | + * @package GeoDirectory |
|
| 2186 | + * @global object $wpdb WordPress Database object. |
|
| 2187 | + * @param string $field_type The form field type. |
|
| 2188 | + * @param object|int $result_str The custom field results object or row id. |
|
| 2189 | + * @param string $field_ins_upd When set to "submit" displays form. |
|
| 2190 | + * @param bool $default when set to true field will be for admin use only. |
|
| 2191 | + */ |
|
| 2192 | + function geodir_custom_sort_field_adminhtml($field_type, $result_str, $field_ins_upd = '', $field_type_key='') |
|
| 2193 | + {
|
|
| 2194 | + global $wpdb; |
|
| 2195 | + $cf = $result_str; |
|
| 2196 | + if (!is_object($cf)) {
|
|
| 2197 | + $field_info = $wpdb->get_row($wpdb->prepare("SELECT * FROM " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " WHERE id = %d", array($cf)));
|
|
| 2198 | + } else {
|
|
| 2199 | + $field_info = $cf; |
|
| 2200 | + $result_str = $cf->id; |
|
| 2201 | + } |
|
| 2202 | + |
|
| 2203 | + $field_info = stripslashes_deep($field_info); // strip slashes |
|
| 2204 | + |
|
| 2205 | + if (!isset($field_info->post_type)) {
|
|
| 2206 | + $post_type = sanitize_text_field($_REQUEST['listing_type']); |
|
| 2207 | + } else {
|
|
| 2208 | + $post_type = $field_info->post_type; |
|
| 2209 | + } |
|
| 2210 | + |
|
| 2211 | + |
|
| 2212 | + $htmlvar_name = isset($field_type_key) ? $field_type_key : ''; |
|
| 2213 | + |
|
| 2214 | + $site_title = ''; |
|
| 2215 | + if ($site_title == '') |
|
| 2216 | + $site_title = isset($field_info->site_title) ? $field_info->site_title : ''; |
|
| 2217 | + |
|
| 2218 | + if ($site_title == '') {
|
|
| 2219 | + $fields = geodir_get_custom_sort_options($post_type); |
|
| 2220 | + |
|
| 2221 | + foreach ($fields as $val) {
|
|
| 2222 | + $val = stripslashes_deep($val); // strip slashes |
|
| 2223 | + |
|
| 2224 | + if ($val['field_type'] == $field_type && $val['htmlvar_name'] == $htmlvar_name) {
|
|
| 2225 | + $site_title = isset($val['site_title']) ? $val['site_title'] : ''; |
|
| 2226 | + } |
|
| 2227 | + } |
|
| 2228 | + } |
|
| 2229 | + |
|
| 2230 | + if ($htmlvar_name == '') |
|
| 2231 | + $htmlvar_name = isset($field_info->htmlvar_name) ? $field_info->htmlvar_name : ''; |
|
| 2232 | + |
|
| 2233 | + $nonce = wp_create_nonce('custom_fields_' . $result_str);
|
|
| 2234 | + |
|
| 2235 | + $field_icon = '<i class="fa fa-cog" aria-hidden="true"></i>'; |
|
| 2236 | + $cso_arr = geodir_get_custom_sort_options($post_type); |
|
| 2237 | + |
|
| 2238 | + $cur_field_type = (isset($cf->field_type)) ? $cf->field_type : esc_html($_REQUEST['field_type']); |
|
| 2239 | + foreach($cso_arr as $cso){
|
|
| 2240 | + if($cur_field_type==$cso['field_type']){
|
|
| 2241 | + |
|
| 2242 | + if (isset($cso['field_icon']) && strpos($cso['field_icon'], 'fa fa-') !== false) {
|
|
| 2243 | + $field_icon = '<i class="'.$cso['field_icon'].'" aria-hidden="true"></i>'; |
|
| 2244 | + }elseif(isset($cso['field_icon']) && $cso['field_icon']){
|
|
| 2245 | + $field_icon = '<b class="gd-cf-icon" style="background-image: url(\''.$cso['field_icon'].'\')"></b>'; |
|
| 2246 | + } |
|
| 2247 | + |
|
| 2248 | + } |
|
| 2249 | + } |
|
| 2250 | + |
|
| 2251 | + $radio_id = (isset($field_info->htmlvar_name)) ? $field_info->htmlvar_name.$field_type : rand(5, 500); |
|
| 2252 | + ?> |
|
| 2253 | 2253 | |
| 2254 | 2254 | <li class="text" id="licontainer_<?php echo $result_str;?>"> |
| 2255 | 2255 | <form><!-- we need to wrap in a form so we can use radio buttons with same name --> |
@@ -2258,7 +2258,7 @@ discard block |
||
| 2258 | 2258 | ondblclick="show_hide('field_frm<?php echo $result_str;?>')">
|
| 2259 | 2259 | <?php |
| 2260 | 2260 | |
| 2261 | - ?> |
|
| 2261 | + ?> |
|
| 2262 | 2262 | |
| 2263 | 2263 | <div title="<?php _e('Click to remove field', 'geodirectory');?>"
|
| 2264 | 2264 | onclick="delete_sort_field('<?php echo $result_str;?>', '<?php echo $nonce;?>', this)"
|
@@ -2273,17 +2273,17 @@ discard block |
||
| 2273 | 2273 | |
| 2274 | 2274 | <div id="field_frm<?php echo $result_str;?>" class="field_frm" |
| 2275 | 2275 | style="display:<?php if ($field_ins_upd == 'submit') {
|
| 2276 | - echo 'block;'; |
|
| 2277 | - } else {
|
|
| 2278 | - echo 'none;'; |
|
| 2279 | - } ?>"> |
|
| 2276 | + echo 'block;'; |
|
| 2277 | + } else {
|
|
| 2278 | + echo 'none;'; |
|
| 2279 | + } ?>"> |
|
| 2280 | 2280 | <input type="hidden" name="_wpnonce" value="<?php echo $nonce; ?>"/> |
| 2281 | 2281 | <input type="hidden" name="listing_type" id="listing_type" value="<?php echo $post_type;?>"/> |
| 2282 | 2282 | <input type="hidden" name="field_type" id="field_type" value="<?php echo $field_type;?>"/> |
| 2283 | 2283 | <input type="hidden" name="field_id" id="field_id" value="<?php echo $result_str;?>"/> |
| 2284 | 2284 | <input type="hidden" name="data_type" id="data_type" value="<?php if (isset($field_info->data_type)) {
|
| 2285 | - echo $field_info->data_type; |
|
| 2286 | - }?>"/> |
|
| 2285 | + echo $field_info->data_type; |
|
| 2286 | + }?>"/> |
|
| 2287 | 2287 | <input type="hidden" name="htmlvar_name" id="htmlvar_name" value="<?php echo $htmlvar_name;?>"/> |
| 2288 | 2288 | |
| 2289 | 2289 | |
@@ -2306,14 +2306,14 @@ discard block |
||
| 2306 | 2306 | |
| 2307 | 2307 | <input type="radio" id="asc_yes<?php echo $radio_id;?>" name="asc" class="gdri-enabled" value="1" |
| 2308 | 2308 | <?php if ($value == '1') {
|
| 2309 | - echo 'checked'; |
|
| 2310 | - } ?>/> |
|
| 2309 | + echo 'checked'; |
|
| 2310 | + } ?>/> |
|
| 2311 | 2311 | <label onclick="show_hide_radio(this,'show','cfs-asc-title');" for="asc_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
| 2312 | 2312 | |
| 2313 | 2313 | <input type="radio" id="asc_no<?php echo $radio_id;?>" name="asc" class="gdri-disabled" value="0" |
| 2314 | 2314 | <?php if ($value == '0' || !$value) {
|
| 2315 | - echo 'checked'; |
|
| 2316 | - } ?>/> |
|
| 2315 | + echo 'checked'; |
|
| 2316 | + } ?>/> |
|
| 2317 | 2317 | <label onclick="show_hide_radio(this,'hide','cfs-asc-title');" for="asc_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
| 2318 | 2318 | |
| 2319 | 2319 | </div> |
@@ -2350,8 +2350,8 @@ discard block |
||
| 2350 | 2350 | |
| 2351 | 2351 | <input type="radio" name="is_default" |
| 2352 | 2352 | value="<?php echo $htmlvar_name; ?>_asc" <?php if (isset($field_info->default_order) && $field_info->default_order == $htmlvar_name . '_asc') {
|
| 2353 | - echo 'checked="checked"'; |
|
| 2354 | - } ?>/> |
|
| 2353 | + echo 'checked="checked"'; |
|
| 2354 | + } ?>/> |
|
| 2355 | 2355 | </div> |
| 2356 | 2356 | |
| 2357 | 2357 | </li> |
@@ -2371,14 +2371,14 @@ discard block |
||
| 2371 | 2371 | |
| 2372 | 2372 | <input type="radio" id="desc_yes<?php echo $radio_id;?>" name="desc" class="gdri-enabled" value="1" |
| 2373 | 2373 | <?php if ($value == '1') {
|
| 2374 | - echo 'checked'; |
|
| 2375 | - } ?>/> |
|
| 2374 | + echo 'checked'; |
|
| 2375 | + } ?>/> |
|
| 2376 | 2376 | <label onclick="show_hide_radio(this,'show','cfs-desc-title');" for="desc_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
| 2377 | 2377 | |
| 2378 | 2378 | <input type="radio" id="desc_no<?php echo $radio_id;?>" name="desc" class="gdri-disabled" value="0" |
| 2379 | 2379 | <?php if ($value == '0' || !$value) {
|
| 2380 | - echo 'checked'; |
|
| 2381 | - } ?>/> |
|
| 2380 | + echo 'checked'; |
|
| 2381 | + } ?>/> |
|
| 2382 | 2382 | <label onclick="show_hide_radio(this,'hide','cfs-desc-title');" for="desc_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
| 2383 | 2383 | |
| 2384 | 2384 | </div> |
@@ -2414,8 +2414,8 @@ discard block |
||
| 2414 | 2414 | |
| 2415 | 2415 | <input type="radio" name="is_default" |
| 2416 | 2416 | value="<?php echo $htmlvar_name; ?>_desc" <?php if (isset($field_info->default_order) && $field_info->default_order == $htmlvar_name . '_desc') {
|
| 2417 | - echo 'checked="checked"'; |
|
| 2418 | - } ?>/> |
|
| 2417 | + echo 'checked="checked"'; |
|
| 2418 | + } ?>/> |
|
| 2419 | 2419 | </div> |
| 2420 | 2420 | |
| 2421 | 2421 | </li> |
@@ -2457,8 +2457,8 @@ discard block |
||
| 2457 | 2457 | |
| 2458 | 2458 | <input type="checkbox" name="is_default" |
| 2459 | 2459 | value="<?php echo $field_type; ?>" <?php if (isset($value) && $value == '1') {
|
| 2460 | - echo 'checked="checked"'; |
|
| 2461 | - } ?>/> |
|
| 2460 | + echo 'checked="checked"'; |
|
| 2461 | + } ?>/> |
|
| 2462 | 2462 | </div> |
| 2463 | 2463 | |
| 2464 | 2464 | |
@@ -2481,14 +2481,14 @@ discard block |
||
| 2481 | 2481 | |
| 2482 | 2482 | <input type="radio" id="is_active_yes<?php echo $radio_id;?>" name="is_active" class="gdri-enabled" value="1" |
| 2483 | 2483 | <?php if ($value == '1') {
|
| 2484 | - echo 'checked'; |
|
| 2485 | - } ?>/> |
|
| 2484 | + echo 'checked'; |
|
| 2485 | + } ?>/> |
|
| 2486 | 2486 | <label for="is_active_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
| 2487 | 2487 | |
| 2488 | 2488 | <input type="radio" id="is_active_no<?php echo $radio_id;?>" name="is_active" class="gdri-disabled" value="0" |
| 2489 | 2489 | <?php if ($value == '0' || !$value) {
|
| 2490 | - echo 'checked'; |
|
| 2491 | - } ?>/> |
|
| 2490 | + echo 'checked'; |
|
| 2491 | + } ?>/> |
|
| 2492 | 2492 | <label for="is_active_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
| 2493 | 2493 | |
| 2494 | 2494 | </div> |
@@ -2498,8 +2498,8 @@ discard block |
||
| 2498 | 2498 | |
| 2499 | 2499 | <input type="hidden" readonly="readonly" name="sort_order" id="sort_order" |
| 2500 | 2500 | value="<?php if (isset($field_info->sort_order)) {
|
| 2501 | - echo esc_attr($field_info->sort_order); |
|
| 2502 | - }?>" size="50"/> |
|
| 2501 | + echo esc_attr($field_info->sort_order); |
|
| 2502 | + }?>" size="50"/> |
|
| 2503 | 2503 | |
| 2504 | 2504 | |
| 2505 | 2505 | |
@@ -2523,38 +2523,38 @@ discard block |
||
| 2523 | 2523 | </form> |
| 2524 | 2524 | </li> <?php |
| 2525 | 2525 | |
| 2526 | - } |
|
| 2526 | + } |
|
| 2527 | 2527 | } |
| 2528 | 2528 | |
| 2529 | 2529 | if (!function_exists('check_field_visibility')) {
|
| 2530 | - /** |
|
| 2531 | - * Check field visibility as per price package. |
|
| 2532 | - * |
|
| 2533 | - * @since 1.0.0 |
|
| 2534 | - * @package GeoDirectory |
|
| 2535 | - * @global object $wpdb WordPress Database object. |
|
| 2536 | - * @global array $geodir_addon_list List of active GeoDirectory extensions. |
|
| 2537 | - * @param int|string $package_id The package ID. |
|
| 2538 | - * @param string $field_name The field name. |
|
| 2539 | - * @param string $post_type Optional. The wordpress post type. |
|
| 2540 | - * @return bool Returns true when field visible, otherwise false. |
|
| 2541 | - */ |
|
| 2542 | - function check_field_visibility($package_id, $field_name, $post_type) |
|
| 2543 | - {
|
|
| 2544 | - global $wpdb, $geodir_addon_list; |
|
| 2545 | - if (!(isset($geodir_addon_list['geodir_payment_manager']) && $geodir_addon_list['geodir_payment_manager'] == 'yes')) {
|
|
| 2546 | - return true; |
|
| 2547 | - } |
|
| 2548 | - if (!$package_id || !$field_name || !$post_type) {
|
|
| 2549 | - return true; |
|
| 2550 | - } |
|
| 2551 | - $sql = $wpdb->prepare("SELECT id FROM " . GEODIR_CUSTOM_FIELDS_TABLE . " WHERE is_active='1' AND htmlvar_name=%s AND post_type=%s AND FIND_IN_SET(%s, packages)", array($field_name, $post_type, (int)$package_id));
|
|
| 2552 | - |
|
| 2553 | - if ($wpdb->get_var($sql)) {
|
|
| 2554 | - return true; |
|
| 2555 | - } |
|
| 2556 | - return false; |
|
| 2557 | - } |
|
| 2530 | + /** |
|
| 2531 | + * Check field visibility as per price package. |
|
| 2532 | + * |
|
| 2533 | + * @since 1.0.0 |
|
| 2534 | + * @package GeoDirectory |
|
| 2535 | + * @global object $wpdb WordPress Database object. |
|
| 2536 | + * @global array $geodir_addon_list List of active GeoDirectory extensions. |
|
| 2537 | + * @param int|string $package_id The package ID. |
|
| 2538 | + * @param string $field_name The field name. |
|
| 2539 | + * @param string $post_type Optional. The wordpress post type. |
|
| 2540 | + * @return bool Returns true when field visible, otherwise false. |
|
| 2541 | + */ |
|
| 2542 | + function check_field_visibility($package_id, $field_name, $post_type) |
|
| 2543 | + {
|
|
| 2544 | + global $wpdb, $geodir_addon_list; |
|
| 2545 | + if (!(isset($geodir_addon_list['geodir_payment_manager']) && $geodir_addon_list['geodir_payment_manager'] == 'yes')) {
|
|
| 2546 | + return true; |
|
| 2547 | + } |
|
| 2548 | + if (!$package_id || !$field_name || !$post_type) {
|
|
| 2549 | + return true; |
|
| 2550 | + } |
|
| 2551 | + $sql = $wpdb->prepare("SELECT id FROM " . GEODIR_CUSTOM_FIELDS_TABLE . " WHERE is_active='1' AND htmlvar_name=%s AND post_type=%s AND FIND_IN_SET(%s, packages)", array($field_name, $post_type, (int)$package_id));
|
|
| 2552 | + |
|
| 2553 | + if ($wpdb->get_var($sql)) {
|
|
| 2554 | + return true; |
|
| 2555 | + } |
|
| 2556 | + return false; |
|
| 2557 | + } |
|
| 2558 | 2558 | } |
| 2559 | 2559 | |
| 2560 | 2560 | /** |
@@ -2570,43 +2570,43 @@ discard block |
||
| 2570 | 2570 | */ |
| 2571 | 2571 | function geodir_string_to_options($input = '', $translated = false) |
| 2572 | 2572 | {
|
| 2573 | - $return = array(); |
|
| 2574 | - if ($input != '') {
|
|
| 2575 | - $input = trim($input); |
|
| 2576 | - $input = rtrim($input, ","); |
|
| 2577 | - $input = ltrim($input, ","); |
|
| 2578 | - $input = trim($input); |
|
| 2579 | - } |
|
| 2580 | - |
|
| 2581 | - $input_arr = explode(',', $input);
|
|
| 2582 | - |
|
| 2583 | - if (!empty($input_arr)) {
|
|
| 2584 | - foreach ($input_arr as $input_str) {
|
|
| 2585 | - $input_str = trim($input_str); |
|
| 2586 | - |
|
| 2587 | - if (strpos($input_str, "/") !== false) {
|
|
| 2588 | - $input_str = explode("/", $input_str, 2);
|
|
| 2589 | - $label = trim($input_str[0]); |
|
| 2590 | - if ($translated && $label != '') {
|
|
| 2591 | - $label = __($label, 'geodirectory'); |
|
| 2592 | - } |
|
| 2593 | - $label = geodir_utf8_ucfirst($label); |
|
| 2594 | - $value = trim($input_str[1]); |
|
| 2595 | - } else {
|
|
| 2596 | - $value = $input_str; |
|
| 2597 | - if ($translated && $input_str != '') {
|
|
| 2598 | - $input_str = __($input_str, 'geodirectory'); |
|
| 2599 | - } |
|
| 2600 | - $label = geodir_utf8_ucfirst($input_str); |
|
| 2601 | - } |
|
| 2602 | - |
|
| 2603 | - if ($label != '') {
|
|
| 2604 | - $return[] = array('label' => $label, 'value' => $value, 'optgroup' => NULL);
|
|
| 2605 | - } |
|
| 2606 | - } |
|
| 2607 | - } |
|
| 2608 | - |
|
| 2609 | - return $return; |
|
| 2573 | + $return = array(); |
|
| 2574 | + if ($input != '') {
|
|
| 2575 | + $input = trim($input); |
|
| 2576 | + $input = rtrim($input, ","); |
|
| 2577 | + $input = ltrim($input, ","); |
|
| 2578 | + $input = trim($input); |
|
| 2579 | + } |
|
| 2580 | + |
|
| 2581 | + $input_arr = explode(',', $input);
|
|
| 2582 | + |
|
| 2583 | + if (!empty($input_arr)) {
|
|
| 2584 | + foreach ($input_arr as $input_str) {
|
|
| 2585 | + $input_str = trim($input_str); |
|
| 2586 | + |
|
| 2587 | + if (strpos($input_str, "/") !== false) {
|
|
| 2588 | + $input_str = explode("/", $input_str, 2);
|
|
| 2589 | + $label = trim($input_str[0]); |
|
| 2590 | + if ($translated && $label != '') {
|
|
| 2591 | + $label = __($label, 'geodirectory'); |
|
| 2592 | + } |
|
| 2593 | + $label = geodir_utf8_ucfirst($label); |
|
| 2594 | + $value = trim($input_str[1]); |
|
| 2595 | + } else {
|
|
| 2596 | + $value = $input_str; |
|
| 2597 | + if ($translated && $input_str != '') {
|
|
| 2598 | + $input_str = __($input_str, 'geodirectory'); |
|
| 2599 | + } |
|
| 2600 | + $label = geodir_utf8_ucfirst($input_str); |
|
| 2601 | + } |
|
| 2602 | + |
|
| 2603 | + if ($label != '') {
|
|
| 2604 | + $return[] = array('label' => $label, 'value' => $value, 'optgroup' => NULL);
|
|
| 2605 | + } |
|
| 2606 | + } |
|
| 2607 | + } |
|
| 2608 | + |
|
| 2609 | + return $return; |
|
| 2610 | 2610 | } |
| 2611 | 2611 | |
| 2612 | 2612 | /** |
@@ -2621,66 +2621,66 @@ discard block |
||
| 2621 | 2621 | */ |
| 2622 | 2622 | function geodir_string_values_to_options($option_values = '', $translated = false) |
| 2623 | 2623 | {
|
| 2624 | - $options = array(); |
|
| 2625 | - if ($option_values == '') {
|
|
| 2626 | - return NULL; |
|
| 2627 | - } |
|
| 2628 | - |
|
| 2629 | - if (strpos($option_values, "{/optgroup}") !== false) {
|
|
| 2630 | - $option_values_arr = explode("{/optgroup}", $option_values);
|
|
| 2631 | - |
|
| 2632 | - foreach ($option_values_arr as $optgroup) {
|
|
| 2633 | - if (strpos($optgroup, "{optgroup}") !== false) {
|
|
| 2634 | - $optgroup_arr = explode("{optgroup}", $optgroup);
|
|
| 2635 | - |
|
| 2636 | - $count = 0; |
|
| 2637 | - foreach ($optgroup_arr as $optgroup_str) {
|
|
| 2638 | - $count++; |
|
| 2639 | - $optgroup_str = trim($optgroup_str); |
|
| 2640 | - |
|
| 2641 | - $optgroup_label = ''; |
|
| 2642 | - if (strpos($optgroup_str, "|") !== false) {
|
|
| 2643 | - $optgroup_str_arr = explode("|", $optgroup_str, 2);
|
|
| 2644 | - $optgroup_label = trim($optgroup_str_arr[0]); |
|
| 2645 | - if ($translated && $optgroup_label != '') {
|
|
| 2646 | - $optgroup_label = __($optgroup_label, 'geodirectory'); |
|
| 2647 | - } |
|
| 2648 | - $optgroup_label = geodir_utf8_ucfirst($optgroup_label); |
|
| 2649 | - $optgroup_str = $optgroup_str_arr[1]; |
|
| 2650 | - } |
|
| 2651 | - |
|
| 2652 | - $optgroup3 = geodir_string_to_options($optgroup_str, $translated); |
|
| 2653 | - |
|
| 2654 | - if ($count > 1 && $optgroup_label != '' && !empty($optgroup3)) {
|
|
| 2655 | - $optgroup_start = array(array('label' => $optgroup_label, 'value' => NULL, 'optgroup' => 'start'));
|
|
| 2656 | - $optgroup_end = array(array('label' => $optgroup_label, 'value' => NULL, 'optgroup' => 'end'));
|
|
| 2657 | - $optgroup3 = array_merge($optgroup_start, $optgroup3, $optgroup_end); |
|
| 2658 | - } |
|
| 2659 | - $options = array_merge($options, $optgroup3); |
|
| 2660 | - } |
|
| 2661 | - } else {
|
|
| 2662 | - $optgroup1 = geodir_string_to_options($optgroup, $translated); |
|
| 2663 | - $options = array_merge($options, $optgroup1); |
|
| 2664 | - } |
|
| 2665 | - } |
|
| 2666 | - } else {
|
|
| 2667 | - $options = geodir_string_to_options($option_values, $translated); |
|
| 2668 | - } |
|
| 2669 | - |
|
| 2670 | - return $options; |
|
| 2624 | + $options = array(); |
|
| 2625 | + if ($option_values == '') {
|
|
| 2626 | + return NULL; |
|
| 2627 | + } |
|
| 2628 | + |
|
| 2629 | + if (strpos($option_values, "{/optgroup}") !== false) {
|
|
| 2630 | + $option_values_arr = explode("{/optgroup}", $option_values);
|
|
| 2631 | + |
|
| 2632 | + foreach ($option_values_arr as $optgroup) {
|
|
| 2633 | + if (strpos($optgroup, "{optgroup}") !== false) {
|
|
| 2634 | + $optgroup_arr = explode("{optgroup}", $optgroup);
|
|
| 2635 | + |
|
| 2636 | + $count = 0; |
|
| 2637 | + foreach ($optgroup_arr as $optgroup_str) {
|
|
| 2638 | + $count++; |
|
| 2639 | + $optgroup_str = trim($optgroup_str); |
|
| 2640 | + |
|
| 2641 | + $optgroup_label = ''; |
|
| 2642 | + if (strpos($optgroup_str, "|") !== false) {
|
|
| 2643 | + $optgroup_str_arr = explode("|", $optgroup_str, 2);
|
|
| 2644 | + $optgroup_label = trim($optgroup_str_arr[0]); |
|
| 2645 | + if ($translated && $optgroup_label != '') {
|
|
| 2646 | + $optgroup_label = __($optgroup_label, 'geodirectory'); |
|
| 2647 | + } |
|
| 2648 | + $optgroup_label = geodir_utf8_ucfirst($optgroup_label); |
|
| 2649 | + $optgroup_str = $optgroup_str_arr[1]; |
|
| 2650 | + } |
|
| 2651 | + |
|
| 2652 | + $optgroup3 = geodir_string_to_options($optgroup_str, $translated); |
|
| 2653 | + |
|
| 2654 | + if ($count > 1 && $optgroup_label != '' && !empty($optgroup3)) {
|
|
| 2655 | + $optgroup_start = array(array('label' => $optgroup_label, 'value' => NULL, 'optgroup' => 'start'));
|
|
| 2656 | + $optgroup_end = array(array('label' => $optgroup_label, 'value' => NULL, 'optgroup' => 'end'));
|
|
| 2657 | + $optgroup3 = array_merge($optgroup_start, $optgroup3, $optgroup_end); |
|
| 2658 | + } |
|
| 2659 | + $options = array_merge($options, $optgroup3); |
|
| 2660 | + } |
|
| 2661 | + } else {
|
|
| 2662 | + $optgroup1 = geodir_string_to_options($optgroup, $translated); |
|
| 2663 | + $options = array_merge($options, $optgroup1); |
|
| 2664 | + } |
|
| 2665 | + } |
|
| 2666 | + } else {
|
|
| 2667 | + $options = geodir_string_to_options($option_values, $translated); |
|
| 2668 | + } |
|
| 2669 | + |
|
| 2670 | + return $options; |
|
| 2671 | 2671 | } |
| 2672 | 2672 | |
| 2673 | 2673 | |
| 2674 | 2674 | function geodir_cfa_data_type_text($output,$result_str,$cf,$field_info){
|
| 2675 | - ob_start(); |
|
| 2676 | - |
|
| 2677 | - $dt_value = ''; |
|
| 2678 | - if (isset($field_info->data_type)) {
|
|
| 2679 | - $dt_value = esc_attr($field_info->data_type); |
|
| 2680 | - }elseif(isset($cf['defaults']['data_type']) && $cf['defaults']['data_type']){
|
|
| 2681 | - $dt_value = $cf['defaults']['data_type']; |
|
| 2682 | - } |
|
| 2683 | - ?> |
|
| 2675 | + ob_start(); |
|
| 2676 | + |
|
| 2677 | + $dt_value = ''; |
|
| 2678 | + if (isset($field_info->data_type)) {
|
|
| 2679 | + $dt_value = esc_attr($field_info->data_type); |
|
| 2680 | + }elseif(isset($cf['defaults']['data_type']) && $cf['defaults']['data_type']){
|
|
| 2681 | + $dt_value = $cf['defaults']['data_type']; |
|
| 2682 | + } |
|
| 2683 | + ?> |
|
| 2684 | 2684 | <li> |
| 2685 | 2685 | <label for="data_type"><?php _e('Field Data Type ? :', 'geodirectory'); ?></label>
|
| 2686 | 2686 | <div class="gd-cf-input-wrap"> |
@@ -2689,16 +2689,16 @@ discard block |
||
| 2689 | 2689 | onchange="javascript:gd_data_type_changed(this, '<?php echo $result_str; ?>');"> |
| 2690 | 2690 | <option |
| 2691 | 2691 | value="XVARCHAR" <?php if ($dt_value == 'VARCHAR') {
|
| 2692 | - echo 'selected="selected"'; |
|
| 2693 | - } ?>><?php _e('CHARACTER', 'geodirectory'); ?></option>
|
|
| 2692 | + echo 'selected="selected"'; |
|
| 2693 | + } ?>><?php _e('CHARACTER', 'geodirectory'); ?></option>
|
|
| 2694 | 2694 | <option |
| 2695 | 2695 | value="INT" <?php if ($dt_value == 'INT') {
|
| 2696 | - echo 'selected="selected"'; |
|
| 2697 | - } ?>><?php _e('NUMBER', 'geodirectory'); ?></option>
|
|
| 2696 | + echo 'selected="selected"'; |
|
| 2697 | + } ?>><?php _e('NUMBER', 'geodirectory'); ?></option>
|
|
| 2698 | 2698 | <option |
| 2699 | 2699 | value="FLOAT" <?php if ($dt_value == 'FLOAT') {
|
| 2700 | - echo 'selected="selected"'; |
|
| 2701 | - } ?>><?php _e('DECIMAL', 'geodirectory'); ?></option>
|
|
| 2700 | + echo 'selected="selected"'; |
|
| 2701 | + } ?>><?php _e('DECIMAL', 'geodirectory'); ?></option>
|
|
| 2702 | 2702 | </select> |
| 2703 | 2703 | <br/> <span><?php _e('Select Custom Field type', 'geodirectory'); ?></span>
|
| 2704 | 2704 | |
@@ -2706,13 +2706,13 @@ discard block |
||
| 2706 | 2706 | </li> |
| 2707 | 2707 | |
| 2708 | 2708 | <?php |
| 2709 | - $value = ''; |
|
| 2710 | - if (isset($field_info->decimal_point)) {
|
|
| 2711 | - $value = esc_attr($field_info->decimal_point); |
|
| 2712 | - }elseif(isset($cf['defaults']['decimal_point']) && $cf['defaults']['decimal_point']){
|
|
| 2713 | - $value = $cf['defaults']['decimal_point']; |
|
| 2714 | - } |
|
| 2715 | - ?> |
|
| 2709 | + $value = ''; |
|
| 2710 | + if (isset($field_info->decimal_point)) {
|
|
| 2711 | + $value = esc_attr($field_info->decimal_point); |
|
| 2712 | + }elseif(isset($cf['defaults']['decimal_point']) && $cf['defaults']['decimal_point']){
|
|
| 2713 | + $value = $cf['defaults']['decimal_point']; |
|
| 2714 | + } |
|
| 2715 | + ?> |
|
| 2716 | 2716 | |
| 2717 | 2717 | <li class="decimal-point-wrapper" |
| 2718 | 2718 | style="<?php echo ($dt_value == 'FLOAT') ? '' : 'display:none' ?>"> |
@@ -2721,7 +2721,7 @@ discard block |
||
| 2721 | 2721 | <select name="decimal_point" id="decimal_point"> |
| 2722 | 2722 | <option value=""><?php echo _e('Select', 'geodirectory'); ?></option>
|
| 2723 | 2723 | <?php for ($i = 1; $i <= 10; $i++) {
|
| 2724 | - $selected = $i == $value ? 'selected="selected"' : ''; ?> |
|
| 2724 | + $selected = $i == $value ? 'selected="selected"' : ''; ?> |
|
| 2725 | 2725 | <option value="<?php echo $i; ?>" <?php echo $selected; ?>><?php echo $i; ?></option> |
| 2726 | 2726 | <?php } ?> |
| 2727 | 2727 | </select> |
@@ -2730,8 +2730,8 @@ discard block |
||
| 2730 | 2730 | </li> |
| 2731 | 2731 | <?php |
| 2732 | 2732 | |
| 2733 | - $output = ob_get_clean(); |
|
| 2734 | - return $output; |
|
| 2733 | + $output = ob_get_clean(); |
|
| 2734 | + return $output; |
|
| 2735 | 2735 | } |
| 2736 | 2736 | add_filter('geodir_cfa_data_type_text','geodir_cfa_data_type_text',10,4);
|
| 2737 | 2737 | |
@@ -2767,9 +2767,9 @@ discard block |
||
| 2767 | 2767 | |
| 2768 | 2768 | |
| 2769 | 2769 | function geodir_cfa_advanced_editor_geodir_special_offers($output,$result_str,$cf,$field_info){
|
| 2770 | - if($field_info->htmlvar_name != 'geodir_special_offers'){return '';}
|
|
| 2771 | - ob_start(); |
|
| 2772 | - ?> |
|
| 2770 | + if($field_info->htmlvar_name != 'geodir_special_offers'){return '';}
|
|
| 2771 | + ob_start(); |
|
| 2772 | + ?> |
|
| 2773 | 2773 | <li> |
| 2774 | 2774 | <label for="advanced_editor" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Show advanced editor :', 'geodirectory'); ?>
|
| 2775 | 2775 | <div class="gdcf-tooltip"> |
@@ -2780,13 +2780,13 @@ discard block |
||
| 2780 | 2780 | <div class="gd-cf-input-wrap"> |
| 2781 | 2781 | |
| 2782 | 2782 | <?php |
| 2783 | - $selected = ''; |
|
| 2784 | - if (isset($field_info->extra_fields)) |
|
| 2785 | - $advanced_editor = unserialize($field_info->extra_fields); |
|
| 2783 | + $selected = ''; |
|
| 2784 | + if (isset($field_info->extra_fields)) |
|
| 2785 | + $advanced_editor = unserialize($field_info->extra_fields); |
|
| 2786 | 2786 | |
| 2787 | - if (!empty($advanced_editor) && is_array($advanced_editor) && in_array('1', $advanced_editor))
|
|
| 2788 | - $selected = 'checked="checked"'; |
|
| 2789 | - ?> |
|
| 2787 | + if (!empty($advanced_editor) && is_array($advanced_editor) && in_array('1', $advanced_editor))
|
|
| 2788 | + $selected = 'checked="checked"'; |
|
| 2789 | + ?> |
|
| 2790 | 2790 | |
| 2791 | 2791 | <input type="checkbox" name="advanced_editor[]" id="advanced_editor" |
| 2792 | 2792 | value="1" <?php echo $selected; ?>/> |
@@ -2795,22 +2795,22 @@ discard block |
||
| 2795 | 2795 | </li> |
| 2796 | 2796 | <?php |
| 2797 | 2797 | |
| 2798 | - $output = ob_get_clean(); |
|
| 2799 | - return $output; |
|
| 2798 | + $output = ob_get_clean(); |
|
| 2799 | + return $output; |
|
| 2800 | 2800 | } |
| 2801 | 2801 | add_filter('geodir_cfa_advanced_editor_textarea','geodir_cfa_advanced_editor_geodir_special_offers',10,4);
|
| 2802 | 2802 | |
| 2803 | 2803 | |
| 2804 | 2804 | function geodir_cfa_validation_pattern_text($output,$result_str,$cf,$field_info){
|
| 2805 | - ob_start(); |
|
| 2806 | - |
|
| 2807 | - $value = ''; |
|
| 2808 | - if (isset($field_info->validation_pattern)) {
|
|
| 2809 | - $value = esc_attr($field_info->validation_pattern); |
|
| 2810 | - }elseif(isset($cf['defaults']['validation_pattern']) && $cf['defaults']['validation_pattern']){
|
|
| 2811 | - $value = esc_attr($cf['defaults']['validation_pattern']); |
|
| 2812 | - } |
|
| 2813 | - ?> |
|
| 2805 | + ob_start(); |
|
| 2806 | + |
|
| 2807 | + $value = ''; |
|
| 2808 | + if (isset($field_info->validation_pattern)) {
|
|
| 2809 | + $value = esc_attr($field_info->validation_pattern); |
|
| 2810 | + }elseif(isset($cf['defaults']['validation_pattern']) && $cf['defaults']['validation_pattern']){
|
|
| 2811 | + $value = esc_attr($cf['defaults']['validation_pattern']); |
|
| 2812 | + } |
|
| 2813 | + ?> |
|
| 2814 | 2814 | <li> |
| 2815 | 2815 | <label for="validation_pattern" class="gd-cf-tooltip-wrap"> |
| 2816 | 2816 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Validation Pattern:', 'geodirectory'); ?>
|
@@ -2824,13 +2824,13 @@ discard block |
||
| 2824 | 2824 | </div> |
| 2825 | 2825 | </li> |
| 2826 | 2826 | <?php |
| 2827 | - $value = ''; |
|
| 2828 | - if (isset($field_info->validation_msg)) {
|
|
| 2829 | - $value = esc_attr($field_info->validation_msg); |
|
| 2830 | - }elseif(isset($cf['defaults']['validation_msg']) && $cf['defaults']['validation_msg']){
|
|
| 2831 | - $value = esc_attr($cf['defaults']['validation_msg']); |
|
| 2832 | - } |
|
| 2833 | - ?> |
|
| 2827 | + $value = ''; |
|
| 2828 | + if (isset($field_info->validation_msg)) {
|
|
| 2829 | + $value = esc_attr($field_info->validation_msg); |
|
| 2830 | + }elseif(isset($cf['defaults']['validation_msg']) && $cf['defaults']['validation_msg']){
|
|
| 2831 | + $value = esc_attr($cf['defaults']['validation_msg']); |
|
| 2832 | + } |
|
| 2833 | + ?> |
|
| 2834 | 2834 | <li> |
| 2835 | 2835 | <label for="validation_msg" class="gd-cf-tooltip-wrap"> |
| 2836 | 2836 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Validation Message:', 'geodirectory'); ?>
|
@@ -2845,21 +2845,21 @@ discard block |
||
| 2845 | 2845 | </li> |
| 2846 | 2846 | <?php |
| 2847 | 2847 | |
| 2848 | - $output = ob_get_clean(); |
|
| 2849 | - return $output; |
|
| 2848 | + $output = ob_get_clean(); |
|
| 2849 | + return $output; |
|
| 2850 | 2850 | } |
| 2851 | 2851 | add_filter('geodir_cfa_validation_pattern_text','geodir_cfa_validation_pattern_text',10,4);
|
| 2852 | 2852 | |
| 2853 | 2853 | |
| 2854 | 2854 | function geodir_cfa_htmlvar_name_taxonomy($output,$result_str,$cf,$field_info){
|
| 2855 | - ob_start(); |
|
| 2856 | - global $post_type; |
|
| 2857 | - |
|
| 2858 | - if (!isset($field_info->post_type)) {
|
|
| 2859 | - $post_type = sanitize_text_field($_REQUEST['listing_type']); |
|
| 2860 | - } else |
|
| 2861 | - $post_type = $field_info->post_type; |
|
| 2862 | - ?> |
|
| 2855 | + ob_start(); |
|
| 2856 | + global $post_type; |
|
| 2857 | + |
|
| 2858 | + if (!isset($field_info->post_type)) {
|
|
| 2859 | + $post_type = sanitize_text_field($_REQUEST['listing_type']); |
|
| 2860 | + } else |
|
| 2861 | + $post_type = $field_info->post_type; |
|
| 2862 | + ?> |
|
| 2863 | 2863 | <li style="display: none;"> |
| 2864 | 2864 | <label for="htmlvar_name" class="gd-cf-tooltip-wrap"> |
| 2865 | 2865 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Select taxonomy:', 'geodirectory'); ?>
|
@@ -2870,15 +2870,15 @@ discard block |
||
| 2870 | 2870 | <div class="gd-cf-input-wrap"> |
| 2871 | 2871 | <select name="htmlvar_name" id="htmlvar_name"> |
| 2872 | 2872 | <?php |
| 2873 | - $gd_taxonomy = geodir_get_taxonomies($post_type); |
|
| 2873 | + $gd_taxonomy = geodir_get_taxonomies($post_type); |
|
| 2874 | 2874 | |
| 2875 | - foreach ($gd_taxonomy as $gd_tax) {
|
|
| 2876 | - ?> |
|
| 2875 | + foreach ($gd_taxonomy as $gd_tax) {
|
|
| 2876 | + ?> |
|
| 2877 | 2877 | <option <?php if (isset($field_info->htmlvar_name) && $field_info->htmlvar_name == $gd_tax) {
|
| 2878 | - echo 'selected="selected"'; |
|
| 2879 | - }?> id="<?php echo $gd_tax;?>"><?php echo $gd_tax;?></option><?php |
|
| 2880 | - } |
|
| 2881 | - ?> |
|
| 2878 | + echo 'selected="selected"'; |
|
| 2879 | + }?> id="<?php echo $gd_tax;?>"><?php echo $gd_tax;?></option><?php |
|
| 2880 | + } |
|
| 2881 | + ?> |
|
| 2882 | 2882 | </select> |
| 2883 | 2883 | </div> |
| 2884 | 2884 | </li> |
@@ -2894,49 +2894,49 @@ discard block |
||
| 2894 | 2894 | |
| 2895 | 2895 | <select name="cat_display_type" id="cat_display_type"> |
| 2896 | 2896 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'ajax_chained') {
|
| 2897 | - echo 'selected="selected"'; |
|
| 2898 | - }?> value="ajax_chained"><?php _e('Ajax Chained', 'geodirectory');?></option>
|
|
| 2897 | + echo 'selected="selected"'; |
|
| 2898 | + }?> value="ajax_chained"><?php _e('Ajax Chained', 'geodirectory');?></option>
|
|
| 2899 | 2899 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'select') {
|
| 2900 | - echo 'selected="selected"'; |
|
| 2901 | - }?> value="select"><?php _e('Select', 'geodirectory');?></option>
|
|
| 2900 | + echo 'selected="selected"'; |
|
| 2901 | + }?> value="select"><?php _e('Select', 'geodirectory');?></option>
|
|
| 2902 | 2902 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'multiselect') {
|
| 2903 | - echo 'selected="selected"'; |
|
| 2904 | - }?> value="multiselect"><?php _e('Multiselect', 'geodirectory');?></option>
|
|
| 2903 | + echo 'selected="selected"'; |
|
| 2904 | + }?> value="multiselect"><?php _e('Multiselect', 'geodirectory');?></option>
|
|
| 2905 | 2905 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'checkbox') {
|
| 2906 | - echo 'selected="selected"'; |
|
| 2907 | - }?> value="checkbox"><?php _e('Checkbox', 'geodirectory');?></option>
|
|
| 2906 | + echo 'selected="selected"'; |
|
| 2907 | + }?> value="checkbox"><?php _e('Checkbox', 'geodirectory');?></option>
|
|
| 2908 | 2908 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'radio') {
|
| 2909 | - echo 'selected="selected"'; |
|
| 2910 | - }?> value="radio"><?php _e('Radio', 'geodirectory');?></option>
|
|
| 2909 | + echo 'selected="selected"'; |
|
| 2910 | + }?> value="radio"><?php _e('Radio', 'geodirectory');?></option>
|
|
| 2911 | 2911 | </select> |
| 2912 | 2912 | </div> |
| 2913 | 2913 | </li> |
| 2914 | 2914 | <?php |
| 2915 | 2915 | |
| 2916 | - $output = ob_get_clean(); |
|
| 2917 | - return $output; |
|
| 2916 | + $output = ob_get_clean(); |
|
| 2917 | + return $output; |
|
| 2918 | 2918 | } |
| 2919 | 2919 | add_filter('geodir_cfa_htmlvar_name_taxonomy','geodir_cfa_htmlvar_name_taxonomy',10,4);
|
| 2920 | 2920 | |
| 2921 | 2921 | |
| 2922 | 2922 | function geodir_cfa_extra_fields_address($output,$result_str,$cf,$field_info){
|
| 2923 | 2923 | |
| 2924 | - ob_start(); |
|
| 2925 | - if (isset($field_info->extra_fields) && $field_info->extra_fields != '') {
|
|
| 2926 | - $address = stripslashes_deep(unserialize($field_info->extra_fields)); |
|
| 2927 | - } |
|
| 2924 | + ob_start(); |
|
| 2925 | + if (isset($field_info->extra_fields) && $field_info->extra_fields != '') {
|
|
| 2926 | + $address = stripslashes_deep(unserialize($field_info->extra_fields)); |
|
| 2927 | + } |
|
| 2928 | 2928 | |
| 2929 | - $radio_id = (isset($field_info->htmlvar_name)) ? $field_info->htmlvar_name : rand(5, 500); |
|
| 2930 | - ?> |
|
| 2929 | + $radio_id = (isset($field_info->htmlvar_name)) ? $field_info->htmlvar_name : rand(5, 500); |
|
| 2930 | + ?> |
|
| 2931 | 2931 | <?php |
| 2932 | - /** |
|
| 2933 | - * Called on the add custom fields settings page before the address field is output. |
|
| 2934 | - * |
|
| 2935 | - * @since 1.0.0 |
|
| 2936 | - * @param array $address The address settings array. |
|
| 2937 | - * @param object $field_info Extra fields info. |
|
| 2938 | - */ |
|
| 2939 | - do_action('geodir_address_extra_admin_fields', $address, $field_info); ?>
|
|
| 2932 | + /** |
|
| 2933 | + * Called on the add custom fields settings page before the address field is output. |
|
| 2934 | + * |
|
| 2935 | + * @since 1.0.0 |
|
| 2936 | + * @param array $address The address settings array. |
|
| 2937 | + * @param object $field_info Extra fields info. |
|
| 2938 | + */ |
|
| 2939 | + do_action('geodir_address_extra_admin_fields', $address, $field_info); ?>
|
|
| 2940 | 2940 | |
| 2941 | 2941 | <li> |
| 2942 | 2942 | <label for="show_zip" class="gd-cf-tooltip-wrap"> |
@@ -2949,14 +2949,14 @@ discard block |
||
| 2949 | 2949 | |
| 2950 | 2950 | <input type="radio" id="show_zip_yes<?php echo $radio_id;?>" name="extra[show_zip]" class="gdri-enabled" value="1" |
| 2951 | 2951 | <?php if (isset($address['show_zip']) && $address['show_zip'] == '1') {
|
| 2952 | - echo 'checked'; |
|
| 2953 | - } ?>/> |
|
| 2952 | + echo 'checked'; |
|
| 2953 | + } ?>/> |
|
| 2954 | 2954 | <label onclick="show_hide_radio(this,'show','cf-zip-lable');" for="show_zip_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
| 2955 | 2955 | |
| 2956 | 2956 | <input type="radio" id="show_zip_no<?php echo $radio_id;?>" name="extra[show_zip]" class="gdri-disabled" value="0" |
| 2957 | 2957 | <?php if ((isset($address['show_zip']) && !$address['show_zip']) || !isset($address['show_zip'])) {
|
| 2958 | - echo 'checked'; |
|
| 2959 | - } ?>/> |
|
| 2958 | + echo 'checked'; |
|
| 2959 | + } ?>/> |
|
| 2960 | 2960 | <label onclick="show_hide_radio(this,'hide','cf-zip-lable');" for="show_zip_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
| 2961 | 2961 | |
| 2962 | 2962 | |
@@ -2973,8 +2973,8 @@ discard block |
||
| 2973 | 2973 | <div class="gd-cf-input-wrap"> |
| 2974 | 2974 | <input type="text" name="extra[zip_lable]" id="zip_lable" |
| 2975 | 2975 | value="<?php if (isset($address['zip_lable'])) {
|
| 2976 | - echo esc_attr($address['zip_lable']); |
|
| 2977 | - }?>"/> |
|
| 2976 | + echo esc_attr($address['zip_lable']); |
|
| 2977 | + }?>"/> |
|
| 2978 | 2978 | </div> |
| 2979 | 2979 | </li> |
| 2980 | 2980 | |
@@ -2991,8 +2991,8 @@ discard block |
||
| 2991 | 2991 | <div class="gd-cf-input-wrap"> |
| 2992 | 2992 | <input type="text" name="extra[map_lable]" id="map_lable" |
| 2993 | 2993 | value="<?php if (isset($address['map_lable'])) {
|
| 2994 | - echo esc_attr($address['map_lable']); |
|
| 2995 | - }?>"/> |
|
| 2994 | + echo esc_attr($address['map_lable']); |
|
| 2995 | + }?>"/> |
|
| 2996 | 2996 | </div> |
| 2997 | 2997 | </li> |
| 2998 | 2998 | |
@@ -3007,14 +3007,14 @@ discard block |
||
| 3007 | 3007 | |
| 3008 | 3008 | <input type="radio" id="show_mapzoom_yes<?php echo $radio_id;?>" name="extra[show_mapzoom]" class="gdri-enabled" value="1" |
| 3009 | 3009 | <?php if (isset($address['show_mapzoom']) && $address['show_mapzoom'] == '1') {
|
| 3010 | - echo 'checked'; |
|
| 3011 | - } ?>/> |
|
| 3010 | + echo 'checked'; |
|
| 3011 | + } ?>/> |
|
| 3012 | 3012 | <label for="show_mapzoom_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
| 3013 | 3013 | |
| 3014 | 3014 | <input type="radio" id="show_mapzoom_no<?php echo $radio_id;?>" name="extra[show_mapzoom]" class="gdri-disabled" value="0" |
| 3015 | 3015 | <?php if ((isset($address['show_mapzoom']) && !$address['show_mapzoom']) || !isset($address['show_mapzoom'])) {
|
| 3016 | - echo 'checked'; |
|
| 3017 | - } ?>/> |
|
| 3016 | + echo 'checked'; |
|
| 3017 | + } ?>/> |
|
| 3018 | 3018 | <label for="show_mapzoom_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
| 3019 | 3019 | |
| 3020 | 3020 | </div> |
@@ -3031,14 +3031,14 @@ discard block |
||
| 3031 | 3031 | |
| 3032 | 3032 | <input type="radio" id="show_mapview_yes<?php echo $radio_id;?>" name="extra[show_mapview]" class="gdri-enabled" value="1" |
| 3033 | 3033 | <?php if (isset($address['show_mapview']) && $address['show_mapview'] == '1') {
|
| 3034 | - echo 'checked'; |
|
| 3035 | - } ?>/> |
|
| 3034 | + echo 'checked'; |
|
| 3035 | + } ?>/> |
|
| 3036 | 3036 | <label for="show_mapview_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
| 3037 | 3037 | |
| 3038 | 3038 | <input type="radio" id="show_mapview_no<?php echo $radio_id;?>" name="extra[show_mapview]" class="gdri-disabled" value="0" |
| 3039 | 3039 | <?php if ((isset($address['show_mapview']) && !$address['show_mapview']) || !isset($address['show_mapview'])) {
|
| 3040 | - echo 'checked'; |
|
| 3041 | - } ?>/> |
|
| 3040 | + echo 'checked'; |
|
| 3041 | + } ?>/> |
|
| 3042 | 3042 | <label for="show_mapview_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
| 3043 | 3043 | |
| 3044 | 3044 | </div> |
@@ -3055,8 +3055,8 @@ discard block |
||
| 3055 | 3055 | <div class="gd-cf-input-wrap"> |
| 3056 | 3056 | <input type="text" name="extra[mapview_lable]" id="mapview_lable" |
| 3057 | 3057 | value="<?php if (isset($address['mapview_lable'])) {
|
| 3058 | - echo esc_attr($address['mapview_lable']); |
|
| 3059 | - }?>"/> |
|
| 3058 | + echo esc_attr($address['mapview_lable']); |
|
| 3059 | + }?>"/> |
|
| 3060 | 3060 | </div> |
| 3061 | 3061 | </li> |
| 3062 | 3062 | <li> |
@@ -3070,29 +3070,29 @@ discard block |
||
| 3070 | 3070 | |
| 3071 | 3071 | <input type="radio" id="show_latlng_yes<?php echo $radio_id;?>" name="extra[show_latlng]" class="gdri-enabled" value="1" |
| 3072 | 3072 | <?php if (isset($address['show_latlng']) && $address['show_latlng'] == '1') {
|
| 3073 | - echo 'checked'; |
|
| 3074 | - } ?>/> |
|
| 3073 | + echo 'checked'; |
|
| 3074 | + } ?>/> |
|
| 3075 | 3075 | <label for="show_latlng_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
| 3076 | 3076 | |
| 3077 | 3077 | <input type="radio" id="show_latlng_no<?php echo $radio_id;?>" name="extra[show_latlng]" class="gdri-disabled" value="0" |
| 3078 | 3078 | <?php if ((isset($address['show_latlng']) && !$address['show_latlng']) || !isset($address['show_latlng'])) {
|
| 3079 | - echo 'checked'; |
|
| 3080 | - } ?>/> |
|
| 3079 | + echo 'checked'; |
|
| 3080 | + } ?>/> |
|
| 3081 | 3081 | <label for="show_latlng_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
| 3082 | 3082 | |
| 3083 | 3083 | </div> |
| 3084 | 3084 | </li> |
| 3085 | 3085 | <?php |
| 3086 | 3086 | |
| 3087 | - $html = ob_get_clean(); |
|
| 3088 | - return $output.$html; |
|
| 3087 | + $html = ob_get_clean(); |
|
| 3088 | + return $output.$html; |
|
| 3089 | 3089 | } |
| 3090 | 3090 | add_filter('geodir_cfa_extra_fields_address','geodir_cfa_extra_fields_address',10,4);
|
| 3091 | 3091 | |
| 3092 | 3092 | |
| 3093 | 3093 | function geodir_cfa_extra_fields_multiselect($output,$result_str,$cf,$field_info){
|
| 3094 | - ob_start(); |
|
| 3095 | - ?> |
|
| 3094 | + ob_start(); |
|
| 3095 | + ?> |
|
| 3096 | 3096 | <li> |
| 3097 | 3097 | <label for="multi_display_type" class="gd-cf-tooltip-wrap"> |
| 3098 | 3098 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Multiselect display type :', 'geodirectory'); ?>
|
@@ -3104,14 +3104,14 @@ discard block |
||
| 3104 | 3104 | |
| 3105 | 3105 | <select name="multi_display_type" id="multi_display_type"> |
| 3106 | 3106 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'select') {
|
| 3107 | - echo 'selected="selected"'; |
|
| 3108 | - }?> value="select"><?php _e('Select', 'geodirectory');?></option>
|
|
| 3107 | + echo 'selected="selected"'; |
|
| 3108 | + }?> value="select"><?php _e('Select', 'geodirectory');?></option>
|
|
| 3109 | 3109 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'checkbox') {
|
| 3110 | - echo 'selected="selected"'; |
|
| 3111 | - }?> value="checkbox"><?php _e('Checkbox', 'geodirectory');?></option>
|
|
| 3110 | + echo 'selected="selected"'; |
|
| 3111 | + }?> value="checkbox"><?php _e('Checkbox', 'geodirectory');?></option>
|
|
| 3112 | 3112 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'radio') {
|
| 3113 | - echo 'selected="selected"'; |
|
| 3114 | - }?> value="radio"><?php _e('Radio', 'geodirectory');?></option>
|
|
| 3113 | + echo 'selected="selected"'; |
|
| 3114 | + }?> value="radio"><?php _e('Radio', 'geodirectory');?></option>
|
|
| 3115 | 3115 | </select> |
| 3116 | 3116 | |
| 3117 | 3117 | <br/> |
@@ -3119,25 +3119,25 @@ discard block |
||
| 3119 | 3119 | </li> |
| 3120 | 3120 | <?php |
| 3121 | 3121 | |
| 3122 | - $html = ob_get_clean(); |
|
| 3123 | - return $output.$html; |
|
| 3122 | + $html = ob_get_clean(); |
|
| 3123 | + return $output.$html; |
|
| 3124 | 3124 | } |
| 3125 | 3125 | add_filter('geodir_cfa_extra_fields_multiselect','geodir_cfa_extra_fields_multiselect',10,4);
|
| 3126 | 3126 | |
| 3127 | 3127 | |
| 3128 | 3128 | function geodir_cfa_extra_fields_smr($output,$result_str,$cf,$field_info){
|
| 3129 | 3129 | |
| 3130 | - ob_start(); |
|
| 3130 | + ob_start(); |
|
| 3131 | 3131 | |
| 3132 | - $value = ''; |
|
| 3133 | - if (isset($field_info->option_values)) {
|
|
| 3134 | - $value = esc_attr($field_info->option_values); |
|
| 3135 | - }elseif(isset($cf['defaults']['option_values']) && $cf['defaults']['option_values']){
|
|
| 3136 | - $value = esc_attr($cf['defaults']['option_values']); |
|
| 3137 | - } |
|
| 3132 | + $value = ''; |
|
| 3133 | + if (isset($field_info->option_values)) {
|
|
| 3134 | + $value = esc_attr($field_info->option_values); |
|
| 3135 | + }elseif(isset($cf['defaults']['option_values']) && $cf['defaults']['option_values']){
|
|
| 3136 | + $value = esc_attr($cf['defaults']['option_values']); |
|
| 3137 | + } |
|
| 3138 | 3138 | |
| 3139 | - $field_type = isset($field_info->field_type) ? $field_info->field_type : ''; |
|
| 3140 | - ?> |
|
| 3139 | + $field_type = isset($field_info->field_type) ? $field_info->field_type : ''; |
|
| 3140 | + ?> |
|
| 3141 | 3141 | <li> |
| 3142 | 3142 | <label for="option_values" class="gd-cf-tooltip-wrap"> |
| 3143 | 3143 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Option Values :', 'geodirectory'); ?>
|
@@ -3164,8 +3164,8 @@ discard block |
||
| 3164 | 3164 | </li> |
| 3165 | 3165 | <?php |
| 3166 | 3166 | |
| 3167 | - $html = ob_get_clean(); |
|
| 3168 | - return $output.$html; |
|
| 3167 | + $html = ob_get_clean(); |
|
| 3168 | + return $output.$html; |
|
| 3169 | 3169 | } |
| 3170 | 3170 | add_filter('geodir_cfa_extra_fields_multiselect','geodir_cfa_extra_fields_smr',10,4);
|
| 3171 | 3171 | add_filter('geodir_cfa_extra_fields_select','geodir_cfa_extra_fields_smr',10,4);
|
@@ -3173,12 +3173,12 @@ discard block |
||
| 3173 | 3173 | |
| 3174 | 3174 | |
| 3175 | 3175 | function geodir_cfa_extra_fields_datepicker($output,$result_str,$cf,$field_info){
|
| 3176 | - ob_start(); |
|
| 3177 | - $extra = array(); |
|
| 3178 | - if (isset($field_info->extra_fields) && $field_info->extra_fields != '') {
|
|
| 3179 | - $extra = unserialize($field_info->extra_fields); |
|
| 3180 | - } |
|
| 3181 | - ?> |
|
| 3176 | + ob_start(); |
|
| 3177 | + $extra = array(); |
|
| 3178 | + if (isset($field_info->extra_fields) && $field_info->extra_fields != '') {
|
|
| 3179 | + $extra = unserialize($field_info->extra_fields); |
|
| 3180 | + } |
|
| 3181 | + ?> |
|
| 3182 | 3182 | <li> |
| 3183 | 3183 | <label for="date_format" class="gd-cf-tooltip-wrap"> |
| 3184 | 3184 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Date Format :', 'geodirectory'); ?>
|
@@ -3188,52 +3188,52 @@ discard block |
||
| 3188 | 3188 | </label> |
| 3189 | 3189 | <div class="gd-cf-input-wrap" style="overflow:inherit;"> |
| 3190 | 3190 | <?php |
| 3191 | - $date_formats = array( |
|
| 3192 | - 'm/d/Y', |
|
| 3193 | - 'd/m/Y', |
|
| 3194 | - 'Y/m/d', |
|
| 3195 | - 'm-d-Y', |
|
| 3196 | - 'd-m-Y', |
|
| 3197 | - 'Y-m-d', |
|
| 3198 | - 'F j, Y', |
|
| 3199 | - ); |
|
| 3200 | - /** |
|
| 3201 | - * Filter the custom field date format options. |
|
| 3202 | - * |
|
| 3203 | - * @since 1.6.5 |
|
| 3204 | - * @param array $date_formats The PHP date format array. |
|
| 3205 | - */ |
|
| 3206 | - $date_formats = apply_filters('geodir_date_formats',$date_formats);
|
|
| 3207 | - ?> |
|
| 3191 | + $date_formats = array( |
|
| 3192 | + 'm/d/Y', |
|
| 3193 | + 'd/m/Y', |
|
| 3194 | + 'Y/m/d', |
|
| 3195 | + 'm-d-Y', |
|
| 3196 | + 'd-m-Y', |
|
| 3197 | + 'Y-m-d', |
|
| 3198 | + 'F j, Y', |
|
| 3199 | + ); |
|
| 3200 | + /** |
|
| 3201 | + * Filter the custom field date format options. |
|
| 3202 | + * |
|
| 3203 | + * @since 1.6.5 |
|
| 3204 | + * @param array $date_formats The PHP date format array. |
|
| 3205 | + */ |
|
| 3206 | + $date_formats = apply_filters('geodir_date_formats',$date_formats);
|
|
| 3207 | + ?> |
|
| 3208 | 3208 | <select name="extra[date_format]" id="date_format"> |
| 3209 | 3209 | <?php |
| 3210 | - foreach($date_formats as $format){
|
|
| 3211 | - $selected = ''; |
|
| 3212 | - if(!empty($extra) && esc_attr($extra['date_format'])==$format){
|
|
| 3213 | - $selected = "selected='selected'"; |
|
| 3214 | - } |
|
| 3215 | - echo "<option $selected value='$format'>$format (".date_i18n( $format, time()).")</option>";
|
|
| 3216 | - } |
|
| 3217 | - ?> |
|
| 3210 | + foreach($date_formats as $format){
|
|
| 3211 | + $selected = ''; |
|
| 3212 | + if(!empty($extra) && esc_attr($extra['date_format'])==$format){
|
|
| 3213 | + $selected = "selected='selected'"; |
|
| 3214 | + } |
|
| 3215 | + echo "<option $selected value='$format'>$format (".date_i18n( $format, time()).")</option>";
|
|
| 3216 | + } |
|
| 3217 | + ?> |
|
| 3218 | 3218 | </select> |
| 3219 | 3219 | |
| 3220 | 3220 | </div> |
| 3221 | 3221 | </li> |
| 3222 | 3222 | <?php |
| 3223 | 3223 | |
| 3224 | - $html = ob_get_clean(); |
|
| 3225 | - return $output.$html; |
|
| 3224 | + $html = ob_get_clean(); |
|
| 3225 | + return $output.$html; |
|
| 3226 | 3226 | } |
| 3227 | 3227 | add_filter('geodir_cfa_extra_fields_datepicker','geodir_cfa_extra_fields_datepicker',10,4);
|
| 3228 | 3228 | |
| 3229 | 3229 | |
| 3230 | 3230 | function geodir_cfa_extra_fields_file($output,$result_str,$cf,$field_info){
|
| 3231 | - ob_start(); |
|
| 3232 | - $allowed_file_types = geodir_allowed_mime_types(); |
|
| 3231 | + ob_start(); |
|
| 3232 | + $allowed_file_types = geodir_allowed_mime_types(); |
|
| 3233 | 3233 | |
| 3234 | - $extra_fields = isset($field_info->extra_fields) && $field_info->extra_fields != '' ? maybe_unserialize($field_info->extra_fields) : ''; |
|
| 3235 | - $gd_file_types = !empty($extra_fields) && !empty($extra_fields['gd_file_types']) ? $extra_fields['gd_file_types'] : array('*');
|
|
| 3236 | - ?> |
|
| 3234 | + $extra_fields = isset($field_info->extra_fields) && $field_info->extra_fields != '' ? maybe_unserialize($field_info->extra_fields) : ''; |
|
| 3235 | + $gd_file_types = !empty($extra_fields) && !empty($extra_fields['gd_file_types']) ? $extra_fields['gd_file_types'] : array('*');
|
|
| 3236 | + ?> |
|
| 3237 | 3237 | <li> |
| 3238 | 3238 | <label for="gd_file_types" class="gd-cf-tooltip-wrap"> |
| 3239 | 3239 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Allowed file types :', 'geodirectory'); ?>
|
@@ -3256,33 +3256,33 @@ discard block |
||
| 3256 | 3256 | </li> |
| 3257 | 3257 | <?php |
| 3258 | 3258 | |
| 3259 | - $html = ob_get_clean(); |
|
| 3260 | - return $output.$html; |
|
| 3259 | + $html = ob_get_clean(); |
|
| 3260 | + return $output.$html; |
|
| 3261 | 3261 | } |
| 3262 | 3262 | add_filter('geodir_cfa_extra_fields_file','geodir_cfa_extra_fields_file',10,4);
|
| 3263 | 3263 | |
| 3264 | 3264 | function geodir_cfa_extra_fields_text($output,$result_str,$cf,$field_info){
|
| 3265 | - ob_start(); |
|
| 3265 | + ob_start(); |
|
| 3266 | 3266 | |
| 3267 | - $extra_fields = isset($field_info->extra_fields) && $field_info->extra_fields != '' ? maybe_unserialize($field_info->extra_fields) : ''; |
|
| 3267 | + $extra_fields = isset($field_info->extra_fields) && $field_info->extra_fields != '' ? maybe_unserialize($field_info->extra_fields) : ''; |
|
| 3268 | 3268 | // print_r($cf);echo '###'; |
| 3269 | 3269 | |
| 3270 | 3270 | |
| 3271 | 3271 | |
| 3272 | - $radio_id = (isset($field_info->htmlvar_name)) ? $field_info->htmlvar_name : rand(5, 500); |
|
| 3272 | + $radio_id = (isset($field_info->htmlvar_name)) ? $field_info->htmlvar_name : rand(5, 500); |
|
| 3273 | 3273 | |
| 3274 | 3274 | |
| 3275 | - $value = ''; |
|
| 3276 | - if ($extra_fields && isset($extra_fields['is_price'])) {
|
|
| 3277 | - $value = esc_attr($extra_fields['is_price']); |
|
| 3278 | - }elseif(isset($cf['defaults']['extra_fields']['is_price']) && $cf['defaults']['extra_fields']['is_price']){
|
|
| 3279 | - $value = esc_attr($cf['defaults']['extra_fields']['is_price']); |
|
| 3280 | - } |
|
| 3275 | + $value = ''; |
|
| 3276 | + if ($extra_fields && isset($extra_fields['is_price'])) {
|
|
| 3277 | + $value = esc_attr($extra_fields['is_price']); |
|
| 3278 | + }elseif(isset($cf['defaults']['extra_fields']['is_price']) && $cf['defaults']['extra_fields']['is_price']){
|
|
| 3279 | + $value = esc_attr($cf['defaults']['extra_fields']['is_price']); |
|
| 3280 | + } |
|
| 3281 | 3281 | |
| 3282 | - $show_price_extra = ($value==1) ? 1 : 0; |
|
| 3282 | + $show_price_extra = ($value==1) ? 1 : 0; |
|
| 3283 | 3283 | |
| 3284 | - $show_price = (isset($field_info->data_type) && ($field_info->data_type=='INT' && $field_info->data_type=='FLOAT')) ? 1 : 0; |
|
| 3285 | - ?> |
|
| 3284 | + $show_price = (isset($field_info->data_type) && ($field_info->data_type=='INT' && $field_info->data_type=='FLOAT')) ? 1 : 0; |
|
| 3285 | + ?> |
|
| 3286 | 3286 | <li class="gdcf-price-extra-set" <?php if(!$show_price){ echo "style='display:none;'";}?>>
|
| 3287 | 3287 | <label for="is_price" class="gd-cf-tooltip-wrap"> |
| 3288 | 3288 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Display as price? :', 'geodirectory'); ?>
|
@@ -3294,14 +3294,14 @@ discard block |
||
| 3294 | 3294 | |
| 3295 | 3295 | <input type="radio" id="is_price_yes<?php echo $radio_id;?>" name="extra[is_price]" class="gdri-enabled" value="1" |
| 3296 | 3296 | <?php if ($value == '1') {
|
| 3297 | - echo 'checked'; |
|
| 3298 | - } ?>/> |
|
| 3297 | + echo 'checked'; |
|
| 3298 | + } ?>/> |
|
| 3299 | 3299 | <label onclick="show_hide_radio(this,'show','gdcf-price-extra');" for="is_price_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
| 3300 | 3300 | |
| 3301 | 3301 | <input type="radio" id="is_price_no<?php echo $radio_id;?>" name="extra[is_price]" class="gdri-disabled" value="0" |
| 3302 | 3302 | <?php if ($value == '0' || !$value) {
|
| 3303 | - echo 'checked'; |
|
| 3304 | - } ?>/> |
|
| 3303 | + echo 'checked'; |
|
| 3304 | + } ?>/> |
|
| 3305 | 3305 | <label onclick="show_hide_radio(this,'hide','gdcf-price-extra');" for="is_price_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
| 3306 | 3306 | |
| 3307 | 3307 | </div> |
@@ -3309,13 +3309,13 @@ discard block |
||
| 3309 | 3309 | |
| 3310 | 3310 | <?php |
| 3311 | 3311 | |
| 3312 | - $value = ''; |
|
| 3313 | - if ($extra_fields && isset($extra_fields['thousand_separator'])) {
|
|
| 3314 | - $value = esc_attr($extra_fields['thousand_separator']); |
|
| 3315 | - }elseif(isset($cf['defaults']['extra_fields']['thousand_separator']) && $cf['defaults']['extra_fields']['thousand_separator']){
|
|
| 3316 | - $value = esc_attr($cf['defaults']['extra_fields']['thousand_separator']); |
|
| 3317 | - } |
|
| 3318 | - ?> |
|
| 3312 | + $value = ''; |
|
| 3313 | + if ($extra_fields && isset($extra_fields['thousand_separator'])) {
|
|
| 3314 | + $value = esc_attr($extra_fields['thousand_separator']); |
|
| 3315 | + }elseif(isset($cf['defaults']['extra_fields']['thousand_separator']) && $cf['defaults']['extra_fields']['thousand_separator']){
|
|
| 3316 | + $value = esc_attr($cf['defaults']['extra_fields']['thousand_separator']); |
|
| 3317 | + } |
|
| 3318 | + ?> |
|
| 3319 | 3319 | <li class="gdcf-price-extra" <?php if(!$show_price_extra){ echo "style='display:none;'";}?>>
|
| 3320 | 3320 | <label for="thousand_separator" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Thousand separator :', 'geodirectory');?>
|
| 3321 | 3321 | <div class="gdcf-tooltip"> |
@@ -3336,13 +3336,13 @@ discard block |
||
| 3336 | 3336 | |
| 3337 | 3337 | <?php |
| 3338 | 3338 | |
| 3339 | - $value = ''; |
|
| 3340 | - if ($extra_fields && isset($extra_fields['decimal_separator'])) {
|
|
| 3341 | - $value = esc_attr($extra_fields['decimal_separator']); |
|
| 3342 | - }elseif(isset($cf['defaults']['extra_fields']['decimal_separator']) && $cf['defaults']['extra_fields']['decimal_separator']){
|
|
| 3343 | - $value = esc_attr($cf['defaults']['extra_fields']['decimal_separator']); |
|
| 3344 | - } |
|
| 3345 | - ?> |
|
| 3339 | + $value = ''; |
|
| 3340 | + if ($extra_fields && isset($extra_fields['decimal_separator'])) {
|
|
| 3341 | + $value = esc_attr($extra_fields['decimal_separator']); |
|
| 3342 | + }elseif(isset($cf['defaults']['extra_fields']['decimal_separator']) && $cf['defaults']['extra_fields']['decimal_separator']){
|
|
| 3343 | + $value = esc_attr($cf['defaults']['extra_fields']['decimal_separator']); |
|
| 3344 | + } |
|
| 3345 | + ?> |
|
| 3346 | 3346 | <li class="gdcf-price-extra" <?php if(!$show_price_extra){ echo "style='display:none;'";}?>>
|
| 3347 | 3347 | <label for="decimal_separator" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Decimal separator :', 'geodirectory');?>
|
| 3348 | 3348 | <div class="gdcf-tooltip"> |
@@ -3359,13 +3359,13 @@ discard block |
||
| 3359 | 3359 | |
| 3360 | 3360 | <?php |
| 3361 | 3361 | |
| 3362 | - $value = ''; |
|
| 3363 | - if ($extra_fields && isset($extra_fields['decimal_display'])) {
|
|
| 3364 | - $value = esc_attr($extra_fields['decimal_display']); |
|
| 3365 | - }elseif(isset($cf['defaults']['extra_fields']['decimal_display']) && $cf['defaults']['extra_fields']['decimal_display']){
|
|
| 3366 | - $value = esc_attr($cf['defaults']['extra_fields']['decimal_display']); |
|
| 3367 | - } |
|
| 3368 | - ?> |
|
| 3362 | + $value = ''; |
|
| 3363 | + if ($extra_fields && isset($extra_fields['decimal_display'])) {
|
|
| 3364 | + $value = esc_attr($extra_fields['decimal_display']); |
|
| 3365 | + }elseif(isset($cf['defaults']['extra_fields']['decimal_display']) && $cf['defaults']['extra_fields']['decimal_display']){
|
|
| 3366 | + $value = esc_attr($cf['defaults']['extra_fields']['decimal_display']); |
|
| 3367 | + } |
|
| 3368 | + ?> |
|
| 3369 | 3369 | <li class="gdcf-price-extra" <?php if(!$show_price_extra){ echo "style='display:none;'";}?>>
|
| 3370 | 3370 | <label for="decimal_display" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Decimal display :', 'geodirectory');?>
|
| 3371 | 3371 | <div class="gdcf-tooltip"> |
@@ -3382,13 +3382,13 @@ discard block |
||
| 3382 | 3382 | |
| 3383 | 3383 | <?php |
| 3384 | 3384 | |
| 3385 | - $value = ''; |
|
| 3386 | - if ($extra_fields && isset($extra_fields['currency_symbol'])) {
|
|
| 3387 | - $value = esc_attr($extra_fields['currency_symbol']); |
|
| 3388 | - }elseif(isset($cf['defaults']['extra_fields']['currency_symbol']) && $cf['defaults']['extra_fields']['currency_symbol']){
|
|
| 3389 | - $value = esc_attr($cf['defaults']['extra_fields']['currency_symbol']); |
|
| 3390 | - } |
|
| 3391 | - ?> |
|
| 3385 | + $value = ''; |
|
| 3386 | + if ($extra_fields && isset($extra_fields['currency_symbol'])) {
|
|
| 3387 | + $value = esc_attr($extra_fields['currency_symbol']); |
|
| 3388 | + }elseif(isset($cf['defaults']['extra_fields']['currency_symbol']) && $cf['defaults']['extra_fields']['currency_symbol']){
|
|
| 3389 | + $value = esc_attr($cf['defaults']['extra_fields']['currency_symbol']); |
|
| 3390 | + } |
|
| 3391 | + ?> |
|
| 3392 | 3392 | <li class="gdcf-price-extra" <?php if(!$show_price_extra){ echo "style='display:none;'";}?>>
|
| 3393 | 3393 | <label for="currency_symbol" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Currency symbol :', 'geodirectory');?>
|
| 3394 | 3394 | <div class="gdcf-tooltip"> |
@@ -3403,13 +3403,13 @@ discard block |
||
| 3403 | 3403 | |
| 3404 | 3404 | <?php |
| 3405 | 3405 | |
| 3406 | - $value = ''; |
|
| 3407 | - if ($extra_fields && isset($extra_fields['currency_symbol_placement'])) {
|
|
| 3408 | - $value = esc_attr($extra_fields['currency_symbol_placement']); |
|
| 3409 | - }elseif(isset($cf['defaults']['extra_fields']['currency_symbol_placement']) && $cf['defaults']['extra_fields']['currency_symbol_placement']){
|
|
| 3410 | - $value = esc_attr($cf['defaults']['extra_fields']['currency_symbol_placement']); |
|
| 3411 | - } |
|
| 3412 | - ?> |
|
| 3406 | + $value = ''; |
|
| 3407 | + if ($extra_fields && isset($extra_fields['currency_symbol_placement'])) {
|
|
| 3408 | + $value = esc_attr($extra_fields['currency_symbol_placement']); |
|
| 3409 | + }elseif(isset($cf['defaults']['extra_fields']['currency_symbol_placement']) && $cf['defaults']['extra_fields']['currency_symbol_placement']){
|
|
| 3410 | + $value = esc_attr($cf['defaults']['extra_fields']['currency_symbol_placement']); |
|
| 3411 | + } |
|
| 3412 | + ?> |
|
| 3413 | 3413 | <li class="gdcf-price-extra" <?php if(!$show_price_extra){ echo "style='display:none;'";}?>>
|
| 3414 | 3414 | <label for="currency_symbol_placement" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Currency symbol placement :', 'geodirectory');?>
|
| 3415 | 3415 | <div class="gdcf-tooltip"> |
@@ -3427,225 +3427,225 @@ discard block |
||
| 3427 | 3427 | |
| 3428 | 3428 | <?php |
| 3429 | 3429 | |
| 3430 | - $html = ob_get_clean(); |
|
| 3431 | - return $output.$html; |
|
| 3430 | + $html = ob_get_clean(); |
|
| 3431 | + return $output.$html; |
|
| 3432 | 3432 | } |
| 3433 | 3433 | add_filter('geodir_cfa_extra_fields_text','geodir_cfa_extra_fields_text',10,4);
|
| 3434 | 3434 | |
| 3435 | 3435 | function geodir_default_custom_fields($post_type='gd_place',$package_id=''){
|
| 3436 | - $fields = array(); |
|
| 3437 | - $package = ($package_id=='') ? '' : array($package_id); |
|
| 3438 | - |
|
| 3439 | - $fields[] = array('listing_type' => $post_type,
|
|
| 3440 | - 'data_type' => 'VARCHAR', |
|
| 3441 | - 'field_type' => 'taxonomy', |
|
| 3442 | - 'admin_title' => __('Category', 'geodirectory'),
|
|
| 3443 | - 'admin_desc' => __('SELECT listing category FROM here. SELECT at least one CATEGORY', 'geodirectory'),
|
|
| 3444 | - 'site_title' => __('Category', 'geodirectory'),
|
|
| 3445 | - 'htmlvar_name' => $post_type.'category', |
|
| 3446 | - 'default_value' => '', |
|
| 3447 | - 'is_default' => '1', |
|
| 3448 | - 'is_admin' => '1', |
|
| 3449 | - 'is_required' => '1', |
|
| 3450 | - 'show_in' => '[detail]', |
|
| 3451 | - 'show_on_pkg' => $package, |
|
| 3452 | - 'clabels' => __('Category', 'geodirectory'));
|
|
| 3453 | - |
|
| 3454 | - $fields[] = array('listing_type' => $post_type,
|
|
| 3455 | - 'data_type' => 'VARCHAR', |
|
| 3456 | - 'field_type' => 'address', |
|
| 3457 | - 'admin_title' => __('Address', 'geodirectory'),
|
|
| 3458 | - 'admin_desc' => ADDRESS_MSG, |
|
| 3459 | - 'site_title' => __('Address', 'geodirectory'),
|
|
| 3460 | - 'htmlvar_name' => 'post', |
|
| 3461 | - 'default_value' => '', |
|
| 3462 | - 'option_values' => '', |
|
| 3463 | - 'is_default' => '1', |
|
| 3464 | - 'is_admin' => '1', |
|
| 3465 | - 'is_required' => '1', |
|
| 3466 | - 'show_in' => '[detail],[mapbubble]', |
|
| 3467 | - 'show_on_pkg' => $package, |
|
| 3468 | - 'required_msg' => __('Address fields are required', 'geodirectory'),
|
|
| 3469 | - 'clabels' => __('Address', 'geodirectory'),
|
|
| 3470 | - 'extra' => array('show_city' => 1, 'city_lable' => __('City', 'geodirectory'),
|
|
| 3471 | - 'show_region' => 1, 'region_lable' => __('Region', 'geodirectory'),
|
|
| 3472 | - 'show_country' => 1, 'country_lable' => __('Country', 'geodirectory'),
|
|
| 3473 | - 'show_zip' => 1, 'zip_lable' => __('Zip/Post Code', 'geodirectory'),
|
|
| 3474 | - 'show_map' => 1, 'map_lable' => __('Set Address On Map', 'geodirectory'),
|
|
| 3475 | - 'show_mapview' => 1, 'mapview_lable' => __('Select Map View', 'geodirectory'),
|
|
| 3476 | - 'show_mapzoom' => 1, 'mapzoom_lable' => 'hidden', |
|
| 3477 | - 'show_latlng' => 1)); |
|
| 3478 | - |
|
| 3479 | - $fields[] = array('listing_type' => $post_type,
|
|
| 3480 | - 'data_type' => 'VARCHAR', |
|
| 3481 | - 'field_type' => 'text', |
|
| 3482 | - 'admin_title' => __('Time', 'geodirectory'),
|
|
| 3483 | - 'admin_desc' => __('Enter Business or Listing Timing Information.<br/>eg. : 10.00 am to 6 pm every day', 'geodirectory'),
|
|
| 3484 | - 'site_title' => __('Time', 'geodirectory'),
|
|
| 3485 | - 'htmlvar_name' => 'timing', |
|
| 3486 | - 'default_value' => '', |
|
| 3487 | - 'option_values' => '', |
|
| 3488 | - 'is_default' => '1', |
|
| 3489 | - 'is_admin' => '1', |
|
| 3490 | - 'show_in' => '[detail],[mapbubble]', |
|
| 3491 | - 'show_on_pkg' => $package, |
|
| 3492 | - 'clabels' => __('Time', 'geodirectory'));
|
|
| 3493 | - |
|
| 3494 | - $fields[] = array('listing_type' => $post_type,
|
|
| 3495 | - 'data_type' => 'VARCHAR', |
|
| 3496 | - 'field_type' => 'phone', |
|
| 3497 | - 'admin_title' => __('Phone', 'geodirectory'),
|
|
| 3498 | - 'admin_desc' => __('You can enter phone number,cell phone number etc.', 'geodirectory'),
|
|
| 3499 | - 'site_title' => __('Phone', 'geodirectory'),
|
|
| 3500 | - 'htmlvar_name' => 'contact', |
|
| 3501 | - 'default_value' => '', |
|
| 3502 | - 'option_values' => '', |
|
| 3503 | - 'is_default' => '1', |
|
| 3504 | - 'is_admin' => '1', |
|
| 3505 | - 'show_in' => '[detail],[mapbubble]', |
|
| 3506 | - 'show_on_pkg' => $package, |
|
| 3507 | - 'clabels' => __('Phone', 'geodirectory'));
|
|
| 3508 | - |
|
| 3509 | - $fields[] = array('listing_type' => $post_type,
|
|
| 3510 | - 'data_type' => 'VARCHAR', |
|
| 3511 | - 'field_type' => 'email', |
|
| 3512 | - 'admin_title' => __('Email', 'geodirectory'),
|
|
| 3513 | - 'admin_desc' => __('You can enter your business or listing email.', 'geodirectory'),
|
|
| 3514 | - 'site_title' => __('Email', 'geodirectory'),
|
|
| 3515 | - 'htmlvar_name' => 'email', |
|
| 3516 | - 'default_value' => '', |
|
| 3517 | - 'option_values' => '', |
|
| 3518 | - 'is_default' => '1', |
|
| 3519 | - 'is_admin' => '1', |
|
| 3520 | - 'show_in' => '[detail]', |
|
| 3521 | - 'show_on_pkg' => $package, |
|
| 3522 | - 'clabels' => __('Email', 'geodirectory'));
|
|
| 3523 | - |
|
| 3524 | - $fields[] = array('listing_type' => $post_type,
|
|
| 3525 | - 'data_type' => 'VARCHAR', |
|
| 3526 | - 'field_type' => 'url', |
|
| 3527 | - 'admin_title' => __('Website', 'geodirectory'),
|
|
| 3528 | - 'admin_desc' => __('You can enter your business or listing website.', 'geodirectory'),
|
|
| 3529 | - 'site_title' => __('Website', 'geodirectory'),
|
|
| 3530 | - 'htmlvar_name' => 'website', |
|
| 3531 | - 'default_value' => '', |
|
| 3532 | - 'option_values' => '', |
|
| 3533 | - 'is_default' => '1', |
|
| 3534 | - 'is_admin' => '1', |
|
| 3535 | - 'show_in' => '[detail]', |
|
| 3536 | - 'show_on_pkg' => $package, |
|
| 3537 | - 'clabels' => __('Website', 'geodirectory'));
|
|
| 3538 | - |
|
| 3539 | - $fields[] = array('listing_type' => $post_type,
|
|
| 3540 | - 'data_type' => 'VARCHAR', |
|
| 3541 | - 'field_type' => 'url', |
|
| 3542 | - 'admin_title' => __('Twitter', 'geodirectory'),
|
|
| 3543 | - 'admin_desc' => __('You can enter your business or listing twitter url.', 'geodirectory'),
|
|
| 3544 | - 'site_title' => __('Twitter', 'geodirectory'),
|
|
| 3545 | - 'htmlvar_name' => 'twitter', |
|
| 3546 | - 'default_value' => '', |
|
| 3547 | - 'option_values' => '', |
|
| 3548 | - 'is_default' => '1', |
|
| 3549 | - 'is_admin' => '1', |
|
| 3550 | - 'show_in' => '[detail]', |
|
| 3551 | - 'show_on_pkg' => $package, |
|
| 3552 | - 'clabels' => __('Twitter', 'geodirectory'));
|
|
| 3553 | - |
|
| 3554 | - $fields[] = array('listing_type' => $post_type,
|
|
| 3555 | - 'data_type' => 'VARCHAR', |
|
| 3556 | - 'field_type' => 'url', |
|
| 3557 | - 'admin_title' => __('Facebook', 'geodirectory'),
|
|
| 3558 | - 'admin_desc' => __('You can enter your business or listing facebook url.', 'geodirectory'),
|
|
| 3559 | - 'site_title' => __('Facebook', 'geodirectory'),
|
|
| 3560 | - 'htmlvar_name' => 'facebook', |
|
| 3561 | - 'default_value' => '', |
|
| 3562 | - 'option_values' => '', |
|
| 3563 | - 'is_default' => '1', |
|
| 3564 | - 'is_admin' => '1', |
|
| 3565 | - 'show_in' => '[detail]', |
|
| 3566 | - 'show_on_pkg' => $package, |
|
| 3567 | - 'clabels' => __('Facebook', 'geodirectory'));
|
|
| 3568 | - |
|
| 3569 | - $fields[] = array('listing_type' => $post_type,
|
|
| 3570 | - 'data_type' => 'TEXT', |
|
| 3571 | - 'field_type' => 'textarea', |
|
| 3572 | - 'admin_title' => __('Video', 'geodirectory'),
|
|
| 3573 | - 'admin_desc' => __('Add video code here, YouTube etc.', 'geodirectory'),
|
|
| 3574 | - 'site_title' => __('Video', 'geodirectory'),
|
|
| 3575 | - 'htmlvar_name' => 'video', |
|
| 3576 | - 'default_value' => '', |
|
| 3577 | - 'option_values' => '', |
|
| 3578 | - 'is_default' => '0', |
|
| 3579 | - 'is_admin' => '1', |
|
| 3580 | - 'show_in' => '[owntab]', |
|
| 3581 | - 'show_on_pkg' => $package, |
|
| 3582 | - 'clabels' => __('Video', 'geodirectory'));
|
|
| 3583 | - |
|
| 3584 | - $fields[] = array('listing_type' => $post_type,
|
|
| 3585 | - 'data_type' => 'TEXT', |
|
| 3586 | - 'field_type' => 'textarea', |
|
| 3587 | - 'admin_title' => __('Special Offers', 'geodirectory'),
|
|
| 3588 | - 'admin_desc' => __('Note: List out any special offers (optional)', 'geodirectory'),
|
|
| 3589 | - 'site_title' => __('Special Offers', 'geodirectory'),
|
|
| 3590 | - 'htmlvar_name' => 'special_offers', |
|
| 3591 | - 'default_value' => '', |
|
| 3592 | - 'option_values' => '', |
|
| 3593 | - 'is_default' => '0', |
|
| 3594 | - 'is_admin' => '1', |
|
| 3595 | - 'show_in' => '[owntab]', |
|
| 3596 | - 'show_on_pkg' => $package, |
|
| 3597 | - 'clabels' => __('Special Offers', 'geodirectory'));
|
|
| 3598 | - |
|
| 3599 | - /** |
|
| 3600 | - * Filter the array of default custom fields DB table data. |
|
| 3601 | - * |
|
| 3602 | - * @since 1.6.6 |
|
| 3603 | - * @param string $fields The default custom fields as an array. |
|
| 3604 | - */ |
|
| 3605 | - $fields = apply_filters('geodir_default_custom_fields', $fields);
|
|
| 3606 | - |
|
| 3607 | - return $fields; |
|
| 3436 | + $fields = array(); |
|
| 3437 | + $package = ($package_id=='') ? '' : array($package_id); |
|
| 3438 | + |
|
| 3439 | + $fields[] = array('listing_type' => $post_type,
|
|
| 3440 | + 'data_type' => 'VARCHAR', |
|
| 3441 | + 'field_type' => 'taxonomy', |
|
| 3442 | + 'admin_title' => __('Category', 'geodirectory'),
|
|
| 3443 | + 'admin_desc' => __('SELECT listing category FROM here. SELECT at least one CATEGORY', 'geodirectory'),
|
|
| 3444 | + 'site_title' => __('Category', 'geodirectory'),
|
|
| 3445 | + 'htmlvar_name' => $post_type.'category', |
|
| 3446 | + 'default_value' => '', |
|
| 3447 | + 'is_default' => '1', |
|
| 3448 | + 'is_admin' => '1', |
|
| 3449 | + 'is_required' => '1', |
|
| 3450 | + 'show_in' => '[detail]', |
|
| 3451 | + 'show_on_pkg' => $package, |
|
| 3452 | + 'clabels' => __('Category', 'geodirectory'));
|
|
| 3453 | + |
|
| 3454 | + $fields[] = array('listing_type' => $post_type,
|
|
| 3455 | + 'data_type' => 'VARCHAR', |
|
| 3456 | + 'field_type' => 'address', |
|
| 3457 | + 'admin_title' => __('Address', 'geodirectory'),
|
|
| 3458 | + 'admin_desc' => ADDRESS_MSG, |
|
| 3459 | + 'site_title' => __('Address', 'geodirectory'),
|
|
| 3460 | + 'htmlvar_name' => 'post', |
|
| 3461 | + 'default_value' => '', |
|
| 3462 | + 'option_values' => '', |
|
| 3463 | + 'is_default' => '1', |
|
| 3464 | + 'is_admin' => '1', |
|
| 3465 | + 'is_required' => '1', |
|
| 3466 | + 'show_in' => '[detail],[mapbubble]', |
|
| 3467 | + 'show_on_pkg' => $package, |
|
| 3468 | + 'required_msg' => __('Address fields are required', 'geodirectory'),
|
|
| 3469 | + 'clabels' => __('Address', 'geodirectory'),
|
|
| 3470 | + 'extra' => array('show_city' => 1, 'city_lable' => __('City', 'geodirectory'),
|
|
| 3471 | + 'show_region' => 1, 'region_lable' => __('Region', 'geodirectory'),
|
|
| 3472 | + 'show_country' => 1, 'country_lable' => __('Country', 'geodirectory'),
|
|
| 3473 | + 'show_zip' => 1, 'zip_lable' => __('Zip/Post Code', 'geodirectory'),
|
|
| 3474 | + 'show_map' => 1, 'map_lable' => __('Set Address On Map', 'geodirectory'),
|
|
| 3475 | + 'show_mapview' => 1, 'mapview_lable' => __('Select Map View', 'geodirectory'),
|
|
| 3476 | + 'show_mapzoom' => 1, 'mapzoom_lable' => 'hidden', |
|
| 3477 | + 'show_latlng' => 1)); |
|
| 3478 | + |
|
| 3479 | + $fields[] = array('listing_type' => $post_type,
|
|
| 3480 | + 'data_type' => 'VARCHAR', |
|
| 3481 | + 'field_type' => 'text', |
|
| 3482 | + 'admin_title' => __('Time', 'geodirectory'),
|
|
| 3483 | + 'admin_desc' => __('Enter Business or Listing Timing Information.<br/>eg. : 10.00 am to 6 pm every day', 'geodirectory'),
|
|
| 3484 | + 'site_title' => __('Time', 'geodirectory'),
|
|
| 3485 | + 'htmlvar_name' => 'timing', |
|
| 3486 | + 'default_value' => '', |
|
| 3487 | + 'option_values' => '', |
|
| 3488 | + 'is_default' => '1', |
|
| 3489 | + 'is_admin' => '1', |
|
| 3490 | + 'show_in' => '[detail],[mapbubble]', |
|
| 3491 | + 'show_on_pkg' => $package, |
|
| 3492 | + 'clabels' => __('Time', 'geodirectory'));
|
|
| 3493 | + |
|
| 3494 | + $fields[] = array('listing_type' => $post_type,
|
|
| 3495 | + 'data_type' => 'VARCHAR', |
|
| 3496 | + 'field_type' => 'phone', |
|
| 3497 | + 'admin_title' => __('Phone', 'geodirectory'),
|
|
| 3498 | + 'admin_desc' => __('You can enter phone number,cell phone number etc.', 'geodirectory'),
|
|
| 3499 | + 'site_title' => __('Phone', 'geodirectory'),
|
|
| 3500 | + 'htmlvar_name' => 'contact', |
|
| 3501 | + 'default_value' => '', |
|
| 3502 | + 'option_values' => '', |
|
| 3503 | + 'is_default' => '1', |
|
| 3504 | + 'is_admin' => '1', |
|
| 3505 | + 'show_in' => '[detail],[mapbubble]', |
|
| 3506 | + 'show_on_pkg' => $package, |
|
| 3507 | + 'clabels' => __('Phone', 'geodirectory'));
|
|
| 3508 | + |
|
| 3509 | + $fields[] = array('listing_type' => $post_type,
|
|
| 3510 | + 'data_type' => 'VARCHAR', |
|
| 3511 | + 'field_type' => 'email', |
|
| 3512 | + 'admin_title' => __('Email', 'geodirectory'),
|
|
| 3513 | + 'admin_desc' => __('You can enter your business or listing email.', 'geodirectory'),
|
|
| 3514 | + 'site_title' => __('Email', 'geodirectory'),
|
|
| 3515 | + 'htmlvar_name' => 'email', |
|
| 3516 | + 'default_value' => '', |
|
| 3517 | + 'option_values' => '', |
|
| 3518 | + 'is_default' => '1', |
|
| 3519 | + 'is_admin' => '1', |
|
| 3520 | + 'show_in' => '[detail]', |
|
| 3521 | + 'show_on_pkg' => $package, |
|
| 3522 | + 'clabels' => __('Email', 'geodirectory'));
|
|
| 3523 | + |
|
| 3524 | + $fields[] = array('listing_type' => $post_type,
|
|
| 3525 | + 'data_type' => 'VARCHAR', |
|
| 3526 | + 'field_type' => 'url', |
|
| 3527 | + 'admin_title' => __('Website', 'geodirectory'),
|
|
| 3528 | + 'admin_desc' => __('You can enter your business or listing website.', 'geodirectory'),
|
|
| 3529 | + 'site_title' => __('Website', 'geodirectory'),
|
|
| 3530 | + 'htmlvar_name' => 'website', |
|
| 3531 | + 'default_value' => '', |
|
| 3532 | + 'option_values' => '', |
|
| 3533 | + 'is_default' => '1', |
|
| 3534 | + 'is_admin' => '1', |
|
| 3535 | + 'show_in' => '[detail]', |
|
| 3536 | + 'show_on_pkg' => $package, |
|
| 3537 | + 'clabels' => __('Website', 'geodirectory'));
|
|
| 3538 | + |
|
| 3539 | + $fields[] = array('listing_type' => $post_type,
|
|
| 3540 | + 'data_type' => 'VARCHAR', |
|
| 3541 | + 'field_type' => 'url', |
|
| 3542 | + 'admin_title' => __('Twitter', 'geodirectory'),
|
|
| 3543 | + 'admin_desc' => __('You can enter your business or listing twitter url.', 'geodirectory'),
|
|
| 3544 | + 'site_title' => __('Twitter', 'geodirectory'),
|
|
| 3545 | + 'htmlvar_name' => 'twitter', |
|
| 3546 | + 'default_value' => '', |
|
| 3547 | + 'option_values' => '', |
|
| 3548 | + 'is_default' => '1', |
|
| 3549 | + 'is_admin' => '1', |
|
| 3550 | + 'show_in' => '[detail]', |
|
| 3551 | + 'show_on_pkg' => $package, |
|
| 3552 | + 'clabels' => __('Twitter', 'geodirectory'));
|
|
| 3553 | + |
|
| 3554 | + $fields[] = array('listing_type' => $post_type,
|
|
| 3555 | + 'data_type' => 'VARCHAR', |
|
| 3556 | + 'field_type' => 'url', |
|
| 3557 | + 'admin_title' => __('Facebook', 'geodirectory'),
|
|
| 3558 | + 'admin_desc' => __('You can enter your business or listing facebook url.', 'geodirectory'),
|
|
| 3559 | + 'site_title' => __('Facebook', 'geodirectory'),
|
|
| 3560 | + 'htmlvar_name' => 'facebook', |
|
| 3561 | + 'default_value' => '', |
|
| 3562 | + 'option_values' => '', |
|
| 3563 | + 'is_default' => '1', |
|
| 3564 | + 'is_admin' => '1', |
|
| 3565 | + 'show_in' => '[detail]', |
|
| 3566 | + 'show_on_pkg' => $package, |
|
| 3567 | + 'clabels' => __('Facebook', 'geodirectory'));
|
|
| 3568 | + |
|
| 3569 | + $fields[] = array('listing_type' => $post_type,
|
|
| 3570 | + 'data_type' => 'TEXT', |
|
| 3571 | + 'field_type' => 'textarea', |
|
| 3572 | + 'admin_title' => __('Video', 'geodirectory'),
|
|
| 3573 | + 'admin_desc' => __('Add video code here, YouTube etc.', 'geodirectory'),
|
|
| 3574 | + 'site_title' => __('Video', 'geodirectory'),
|
|
| 3575 | + 'htmlvar_name' => 'video', |
|
| 3576 | + 'default_value' => '', |
|
| 3577 | + 'option_values' => '', |
|
| 3578 | + 'is_default' => '0', |
|
| 3579 | + 'is_admin' => '1', |
|
| 3580 | + 'show_in' => '[owntab]', |
|
| 3581 | + 'show_on_pkg' => $package, |
|
| 3582 | + 'clabels' => __('Video', 'geodirectory'));
|
|
| 3583 | + |
|
| 3584 | + $fields[] = array('listing_type' => $post_type,
|
|
| 3585 | + 'data_type' => 'TEXT', |
|
| 3586 | + 'field_type' => 'textarea', |
|
| 3587 | + 'admin_title' => __('Special Offers', 'geodirectory'),
|
|
| 3588 | + 'admin_desc' => __('Note: List out any special offers (optional)', 'geodirectory'),
|
|
| 3589 | + 'site_title' => __('Special Offers', 'geodirectory'),
|
|
| 3590 | + 'htmlvar_name' => 'special_offers', |
|
| 3591 | + 'default_value' => '', |
|
| 3592 | + 'option_values' => '', |
|
| 3593 | + 'is_default' => '0', |
|
| 3594 | + 'is_admin' => '1', |
|
| 3595 | + 'show_in' => '[owntab]', |
|
| 3596 | + 'show_on_pkg' => $package, |
|
| 3597 | + 'clabels' => __('Special Offers', 'geodirectory'));
|
|
| 3598 | + |
|
| 3599 | + /** |
|
| 3600 | + * Filter the array of default custom fields DB table data. |
|
| 3601 | + * |
|
| 3602 | + * @since 1.6.6 |
|
| 3603 | + * @param string $fields The default custom fields as an array. |
|
| 3604 | + */ |
|
| 3605 | + $fields = apply_filters('geodir_default_custom_fields', $fields);
|
|
| 3606 | + |
|
| 3607 | + return $fields; |
|
| 3608 | 3608 | } |
| 3609 | 3609 | |
| 3610 | 3610 | function geodir_currency_format_number($number='',$cf=''){
|
| 3611 | 3611 | |
| 3612 | - $cs = isset($cf['extra_fields']) ? maybe_unserialize($cf['extra_fields']) : ''; |
|
| 3612 | + $cs = isset($cf['extra_fields']) ? maybe_unserialize($cf['extra_fields']) : ''; |
|
| 3613 | 3613 | |
| 3614 | - $symbol = isset($cs['currency_symbol']) ? $cs['currency_symbol'] : '$'; |
|
| 3615 | - $decimals = isset($cf['decimal_point']) && $cf['decimal_point'] ? $cf['decimal_point'] : 2; |
|
| 3616 | - $decimal_display = !empty($cf['decimal_display']) ? $cf['decimal_display'] : (!empty($cs['decimal_display']) ? $cs['decimal_display'] : 'if'); |
|
| 3617 | - $decimalpoint = '.'; |
|
| 3614 | + $symbol = isset($cs['currency_symbol']) ? $cs['currency_symbol'] : '$'; |
|
| 3615 | + $decimals = isset($cf['decimal_point']) && $cf['decimal_point'] ? $cf['decimal_point'] : 2; |
|
| 3616 | + $decimal_display = !empty($cf['decimal_display']) ? $cf['decimal_display'] : (!empty($cs['decimal_display']) ? $cs['decimal_display'] : 'if'); |
|
| 3617 | + $decimalpoint = '.'; |
|
| 3618 | 3618 | |
| 3619 | - if(isset($cs['decimal_separator']) && $cs['decimal_separator']=='comma'){
|
|
| 3620 | - $decimalpoint = ','; |
|
| 3621 | - } |
|
| 3619 | + if(isset($cs['decimal_separator']) && $cs['decimal_separator']=='comma'){
|
|
| 3620 | + $decimalpoint = ','; |
|
| 3621 | + } |
|
| 3622 | 3622 | |
| 3623 | - $separator = ','; |
|
| 3623 | + $separator = ','; |
|
| 3624 | 3624 | |
| 3625 | - if(isset($cs['thousand_separator'])){
|
|
| 3626 | - if($cs['thousand_separator']=='comma'){$separator = ',';}
|
|
| 3627 | - if($cs['thousand_separator']=='slash'){$separator = '\\';}
|
|
| 3628 | - if($cs['thousand_separator']=='period'){$separator = '.';}
|
|
| 3629 | - if($cs['thousand_separator']=='space'){$separator = ' ';}
|
|
| 3630 | - if($cs['thousand_separator']=='none'){$separator = '';}
|
|
| 3631 | - } |
|
| 3625 | + if(isset($cs['thousand_separator'])){
|
|
| 3626 | + if($cs['thousand_separator']=='comma'){$separator = ',';}
|
|
| 3627 | + if($cs['thousand_separator']=='slash'){$separator = '\\';}
|
|
| 3628 | + if($cs['thousand_separator']=='period'){$separator = '.';}
|
|
| 3629 | + if($cs['thousand_separator']=='space'){$separator = ' ';}
|
|
| 3630 | + if($cs['thousand_separator']=='none'){$separator = '';}
|
|
| 3631 | + } |
|
| 3632 | 3632 | |
| 3633 | - $currency_symbol_placement = isset($cs['currency_symbol_placement']) ? $cs['currency_symbol_placement'] : 'left'; |
|
| 3633 | + $currency_symbol_placement = isset($cs['currency_symbol_placement']) ? $cs['currency_symbol_placement'] : 'left'; |
|
| 3634 | 3634 | |
| 3635 | - if($decimals>0 && $decimal_display=='if'){
|
|
| 3636 | - if(is_int($number) || floor( $number ) == $number) |
|
| 3637 | - $decimals = 0; |
|
| 3638 | - } |
|
| 3635 | + if($decimals>0 && $decimal_display=='if'){
|
|
| 3636 | + if(is_int($number) || floor( $number ) == $number) |
|
| 3637 | + $decimals = 0; |
|
| 3638 | + } |
|
| 3639 | 3639 | |
| 3640 | - $number = number_format($number,$decimals,$decimalpoint,$separator); |
|
| 3640 | + $number = number_format($number,$decimals,$decimalpoint,$separator); |
|
| 3641 | 3641 | |
| 3642 | 3642 | |
| 3643 | 3643 | |
| 3644 | - if($currency_symbol_placement=='left'){
|
|
| 3645 | - $number = $symbol . $number; |
|
| 3646 | - }else{
|
|
| 3647 | - $number = $number . $symbol; |
|
| 3648 | - } |
|
| 3644 | + if($currency_symbol_placement=='left'){
|
|
| 3645 | + $number = $symbol . $number; |
|
| 3646 | + }else{
|
|
| 3647 | + $number = $number . $symbol; |
|
| 3648 | + } |
|
| 3649 | 3649 | |
| 3650 | 3650 | |
| 3651 | 3651 | return $number; |
@@ -49,7 +49,7 @@ discard block |
||
| 49 | 49 | function geodir_add_column_if_not_exist($db, $column, $column_attr = "VARCHAR( 255 ) NOT NULL") |
| 50 | 50 | {
|
| 51 | 51 | global $wpdb; |
| 52 | - $result = 0;// no rows affected |
|
| 52 | + $result = 0; // no rows affected |
|
| 53 | 53 | if (!geodir_column_exist($db, $column)) {
|
| 54 | 54 | if (!empty($db) && !empty($column)) |
| 55 | 55 | $result = $wpdb->query("ALTER TABLE `$db` ADD `$column` $column_attr");
|
@@ -74,7 +74,7 @@ discard block |
||
| 74 | 74 | {
|
| 75 | 75 | global $wpdb, $geodir_post_custom_fields_cache; |
| 76 | 76 | |
| 77 | - $cache_stored = $post_type . '_' . $package_id . '_' . $default . '_' . $fields_location; |
|
| 77 | + $cache_stored = $post_type.'_'.$package_id.'_'.$default.'_'.$fields_location; |
|
| 78 | 78 | |
| 79 | 79 | if (array_key_exists($cache_stored, $geodir_post_custom_fields_cache)) {
|
| 80 | 80 | return $geodir_post_custom_fields_cache[$cache_stored]; |
@@ -88,14 +88,14 @@ discard block |
||
| 88 | 88 | $default_query .= " and is_admin = '0' "; |
| 89 | 89 | |
| 90 | 90 | if ($fields_location == 'none') {
|
| 91 | - } else{
|
|
| 92 | - $fields_location = esc_sql( $fields_location ); |
|
| 91 | + } else {
|
|
| 92 | + $fields_location = esc_sql($fields_location); |
|
| 93 | 93 | $default_query .= " and show_in LIKE '%%[$fields_location]%%' "; |
| 94 | 94 | } |
| 95 | 95 | |
| 96 | 96 | $post_meta_info = $wpdb->get_results( |
| 97 | 97 | $wpdb->prepare( |
| 98 | - "select * from " . GEODIR_CUSTOM_FIELDS_TABLE . " where is_active = '1' and post_type = %s {$default_query} order by sort_order asc,admin_title asc",
|
|
| 98 | + "select * from ".GEODIR_CUSTOM_FIELDS_TABLE." where is_active = '1' and post_type = %s {$default_query} order by sort_order asc,admin_title asc",
|
|
| 99 | 99 | array($post_type) |
| 100 | 100 | ) |
| 101 | 101 | ); |
@@ -162,13 +162,13 @@ discard block |
||
| 162 | 162 | * @param string $field_ins_upd When set to "submit" displays form. |
| 163 | 163 | * @param string $field_type_key The key of the custom field. |
| 164 | 164 | */ |
| 165 | - function geodir_custom_field_adminhtml($field_type, $result_str, $field_ins_upd = '', $field_type_key ='') |
|
| 165 | + function geodir_custom_field_adminhtml($field_type, $result_str, $field_ins_upd = '', $field_type_key = '') |
|
| 166 | 166 | {
|
| 167 | 167 | global $wpdb; |
| 168 | 168 | $cf = $result_str; |
| 169 | 169 | if (!is_object($cf)) {
|
| 170 | 170 | |
| 171 | - $field_info = $wpdb->get_row($wpdb->prepare("select * from " . GEODIR_CUSTOM_FIELDS_TABLE . " where id= %d", array($cf)));
|
|
| 171 | + $field_info = $wpdb->get_row($wpdb->prepare("select * from ".GEODIR_CUSTOM_FIELDS_TABLE." where id= %d", array($cf)));
|
|
| 172 | 172 | |
| 173 | 173 | } else {
|
| 174 | 174 | $field_info = $cf; |
@@ -202,14 +202,14 @@ discard block |
||
| 202 | 202 | if ($field_id != '') {
|
| 203 | 203 | $cf = trim($field_id, '_'); |
| 204 | 204 | |
| 205 | - if ($field = $wpdb->get_row($wpdb->prepare("select htmlvar_name,post_type,field_type from " . GEODIR_CUSTOM_FIELDS_TABLE . " where id= %d", array($cf)))) {
|
|
| 206 | - $wpdb->query($wpdb->prepare("delete from " . GEODIR_CUSTOM_FIELDS_TABLE . " where id= %d ", array($cf)));
|
|
| 205 | + if ($field = $wpdb->get_row($wpdb->prepare("select htmlvar_name,post_type,field_type from ".GEODIR_CUSTOM_FIELDS_TABLE." where id= %d", array($cf)))) {
|
|
| 206 | + $wpdb->query($wpdb->prepare("delete from ".GEODIR_CUSTOM_FIELDS_TABLE." where id= %d ", array($cf)));
|
|
| 207 | 207 | |
| 208 | 208 | $post_type = $field->post_type; |
| 209 | 209 | $htmlvar_name = $field->htmlvar_name; |
| 210 | 210 | |
| 211 | 211 | if ($post_type != '' && $htmlvar_name != '') {
|
| 212 | - $wpdb->query($wpdb->prepare("DELETE FROM " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " WHERE htmlvar_name=%s AND post_type=%s LIMIT 1", array($htmlvar_name, $post_type)));
|
|
| 212 | + $wpdb->query($wpdb->prepare("DELETE FROM ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." WHERE htmlvar_name=%s AND post_type=%s LIMIT 1", array($htmlvar_name, $post_type)));
|
|
| 213 | 213 | } |
| 214 | 214 | |
| 215 | 215 | /** |
@@ -223,18 +223,18 @@ discard block |
||
| 223 | 223 | do_action('geodir_after_custom_field_deleted', $cf, $field->htmlvar_name, $post_type);
|
| 224 | 224 | |
| 225 | 225 | if ($field->field_type == 'address') {
|
| 226 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_address`");
|
|
| 227 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_city`");
|
|
| 228 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_region`");
|
|
| 229 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_country`");
|
|
| 230 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_zip`");
|
|
| 231 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_latitude`");
|
|
| 232 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_longitude`");
|
|
| 233 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_mapview`");
|
|
| 234 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "_mapzoom`");
|
|
| 226 | + $wpdb->query("ALTER TABLE ".$plugin_prefix.$post_type."_detail DROP `".$field->htmlvar_name."_address`");
|
|
| 227 | + $wpdb->query("ALTER TABLE ".$plugin_prefix.$post_type."_detail DROP `".$field->htmlvar_name."_city`");
|
|
| 228 | + $wpdb->query("ALTER TABLE ".$plugin_prefix.$post_type."_detail DROP `".$field->htmlvar_name."_region`");
|
|
| 229 | + $wpdb->query("ALTER TABLE ".$plugin_prefix.$post_type."_detail DROP `".$field->htmlvar_name."_country`");
|
|
| 230 | + $wpdb->query("ALTER TABLE ".$plugin_prefix.$post_type."_detail DROP `".$field->htmlvar_name."_zip`");
|
|
| 231 | + $wpdb->query("ALTER TABLE ".$plugin_prefix.$post_type."_detail DROP `".$field->htmlvar_name."_latitude`");
|
|
| 232 | + $wpdb->query("ALTER TABLE ".$plugin_prefix.$post_type."_detail DROP `".$field->htmlvar_name."_longitude`");
|
|
| 233 | + $wpdb->query("ALTER TABLE ".$plugin_prefix.$post_type."_detail DROP `".$field->htmlvar_name."_mapview`");
|
|
| 234 | + $wpdb->query("ALTER TABLE ".$plugin_prefix.$post_type."_detail DROP `".$field->htmlvar_name."_mapzoom`");
|
|
| 235 | 235 | } else {
|
| 236 | 236 | if ($field->field_type != 'fieldset') {
|
| 237 | - $wpdb->query("ALTER TABLE " . $plugin_prefix . $post_type . "_detail DROP `" . $field->htmlvar_name . "`");
|
|
| 237 | + $wpdb->query("ALTER TABLE ".$plugin_prefix.$post_type."_detail DROP `".$field->htmlvar_name."`");
|
|
| 238 | 238 | } |
| 239 | 239 | } |
| 240 | 240 | |
@@ -305,7 +305,7 @@ discard block |
||
| 305 | 305 | $result_str = isset($request_field['field_id']) ? trim($request_field['field_id']) : ''; |
| 306 | 306 | |
| 307 | 307 | // some servers fail if a POST value is VARCHAR so we change it. |
| 308 | - if(isset($request_field['data_type']) && $request_field['data_type']=='XVARCHAR'){
|
|
| 308 | + if (isset($request_field['data_type']) && $request_field['data_type'] == 'XVARCHAR') {
|
|
| 309 | 309 | $request_field['data_type'] = 'VARCHAR'; |
| 310 | 310 | } |
| 311 | 311 | |
@@ -318,12 +318,12 @@ discard block |
||
| 318 | 318 | $post_type = $request_field['listing_type']; |
| 319 | 319 | |
| 320 | 320 | if ($request_field['field_type'] != 'address' && $request_field['field_type'] != 'taxonomy' && $request_field['field_type'] != 'fieldset') {
|
| 321 | - $cehhtmlvar_name = 'geodir_' . $cehhtmlvar_name; |
|
| 321 | + $cehhtmlvar_name = 'geodir_'.$cehhtmlvar_name; |
|
| 322 | 322 | } |
| 323 | 323 | |
| 324 | 324 | $check_html_variable = $wpdb->get_var( |
| 325 | 325 | $wpdb->prepare( |
| 326 | - "select htmlvar_name from " . GEODIR_CUSTOM_FIELDS_TABLE . " where id <> %d and htmlvar_name = %s and post_type = %s ", |
|
| 326 | + "select htmlvar_name from ".GEODIR_CUSTOM_FIELDS_TABLE." where id <> %d and htmlvar_name = %s and post_type = %s ", |
|
| 327 | 327 | array($cf, $cehhtmlvar_name, $post_type) |
| 328 | 328 | ) |
| 329 | 329 | ); |
@@ -335,7 +335,7 @@ discard block |
||
| 335 | 335 | |
| 336 | 336 | $post_meta_info = $wpdb->get_row( |
| 337 | 337 | $wpdb->prepare( |
| 338 | - "select * from " . GEODIR_CUSTOM_FIELDS_TABLE . " where id = %d", |
|
| 338 | + "select * from ".GEODIR_CUSTOM_FIELDS_TABLE." where id = %d", |
|
| 339 | 339 | array($cf) |
| 340 | 340 | ) |
| 341 | 341 | ); |
@@ -353,7 +353,7 @@ discard block |
||
| 353 | 353 | if ($post_type == '') $post_type = 'gd_place'; |
| 354 | 354 | |
| 355 | 355 | |
| 356 | - $detail_table = $plugin_prefix . $post_type . '_detail'; |
|
| 356 | + $detail_table = $plugin_prefix.$post_type.'_detail'; |
|
| 357 | 357 | |
| 358 | 358 | $admin_title = $request_field['admin_title']; |
| 359 | 359 | $site_title = $request_field['site_title']; |
@@ -381,12 +381,12 @@ discard block |
||
| 381 | 381 | $for_admin_use = isset($request_field['for_admin_use']) ? $request_field['for_admin_use'] : ''; |
| 382 | 382 | |
| 383 | 383 | |
| 384 | - if(is_array($show_in)){
|
|
| 384 | + if (is_array($show_in)) {
|
|
| 385 | 385 | $show_in = implode(",", $request_field['show_in']);
|
| 386 | 386 | } |
| 387 | 387 | |
| 388 | 388 | if ($field_type != 'address' && $field_type != 'taxonomy' && $field_type != 'fieldset') {
|
| 389 | - $htmlvar_name = 'geodir_' . $htmlvar_name; |
|
| 389 | + $htmlvar_name = 'geodir_'.$htmlvar_name; |
|
| 390 | 390 | } |
| 391 | 391 | |
| 392 | 392 | $option_values = ''; |
@@ -427,9 +427,9 @@ discard block |
||
| 427 | 427 | |
| 428 | 428 | if ($sort_order == '') {
|
| 429 | 429 | |
| 430 | - $last_order = $wpdb->get_var("SELECT MAX(sort_order) as last_order FROM " . GEODIR_CUSTOM_FIELDS_TABLE);
|
|
| 430 | + $last_order = $wpdb->get_var("SELECT MAX(sort_order) as last_order FROM ".GEODIR_CUSTOM_FIELDS_TABLE);
|
|
| 431 | 431 | |
| 432 | - $sort_order = (int)$last_order + 1; |
|
| 432 | + $sort_order = (int) $last_order + 1; |
|
| 433 | 433 | } |
| 434 | 434 | |
| 435 | 435 | $default_value_add = ''; |
@@ -441,15 +441,15 @@ discard block |
||
| 441 | 441 | case 'address': |
| 442 | 442 | |
| 443 | 443 | if ($htmlvar_name != '') {
|
| 444 | - $prefix = $htmlvar_name . '_'; |
|
| 444 | + $prefix = $htmlvar_name.'_'; |
|
| 445 | 445 | } |
| 446 | - $old_prefix = $old_html_variable . '_'; |
|
| 446 | + $old_prefix = $old_html_variable.'_'; |
|
| 447 | 447 | |
| 448 | 448 | |
| 449 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "address` `" . $prefix . "address` VARCHAR( 254 ) NULL"; |
|
| 449 | + $meta_field_add = "ALTER TABLE ".$detail_table." CHANGE `".$old_prefix."address` `".$prefix."address` VARCHAR( 254 ) NULL"; |
|
| 450 | 450 | |
| 451 | 451 | if ($default_value != '') {
|
| 452 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 452 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 453 | 453 | } |
| 454 | 454 | |
| 455 | 455 | $wpdb->query($meta_field_add); |
@@ -458,12 +458,12 @@ discard block |
||
| 458 | 458 | |
| 459 | 459 | if (isset($extra_fields['show_city']) && $extra_fields['show_city']) {
|
| 460 | 460 | |
| 461 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "city'");
|
|
| 461 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM ".$detail_table." where field='".$old_prefix."city'");
|
|
| 462 | 462 | if ($is_column) {
|
| 463 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "city` `" . $prefix . "city` VARCHAR( 50 ) NULL"; |
|
| 463 | + $meta_field_add = "ALTER TABLE ".$detail_table." CHANGE `".$old_prefix."city` `".$prefix."city` VARCHAR( 50 ) NULL"; |
|
| 464 | 464 | |
| 465 | 465 | if ($default_value != '') {
|
| 466 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 466 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 467 | 467 | } |
| 468 | 468 | |
| 469 | 469 | $wpdb->query($meta_field_add); |
@@ -471,9 +471,9 @@ discard block |
||
| 471 | 471 | |
| 472 | 472 | $meta_field_add = "VARCHAR( 50 ) NULL"; |
| 473 | 473 | if ($default_value != '') {
|
| 474 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 474 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 475 | 475 | } |
| 476 | - geodir_add_column_if_not_exist($detail_table, $prefix . "city", $meta_field_add); |
|
| 476 | + geodir_add_column_if_not_exist($detail_table, $prefix."city", $meta_field_add); |
|
| 477 | 477 | |
| 478 | 478 | } |
| 479 | 479 | |
@@ -483,36 +483,36 @@ discard block |
||
| 483 | 483 | |
| 484 | 484 | if (isset($extra_fields['show_region']) && $extra_fields['show_region']) {
|
| 485 | 485 | |
| 486 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "region'");
|
|
| 486 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM ".$detail_table." where field='".$old_prefix."region'");
|
|
| 487 | 487 | |
| 488 | 488 | if ($is_column) {
|
| 489 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "region` `" . $prefix . "region` VARCHAR( 50 ) NULL"; |
|
| 489 | + $meta_field_add = "ALTER TABLE ".$detail_table." CHANGE `".$old_prefix."region` `".$prefix."region` VARCHAR( 50 ) NULL"; |
|
| 490 | 490 | |
| 491 | 491 | if ($default_value != '') {
|
| 492 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 492 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 493 | 493 | } |
| 494 | 494 | |
| 495 | 495 | $wpdb->query($meta_field_add); |
| 496 | 496 | } else {
|
| 497 | 497 | $meta_field_add = "VARCHAR( 50 ) NULL"; |
| 498 | 498 | if ($default_value != '') {
|
| 499 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 499 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 500 | 500 | } |
| 501 | 501 | |
| 502 | - geodir_add_column_if_not_exist($detail_table, $prefix . "region", $meta_field_add); |
|
| 502 | + geodir_add_column_if_not_exist($detail_table, $prefix."region", $meta_field_add); |
|
| 503 | 503 | } |
| 504 | 504 | |
| 505 | 505 | } |
| 506 | 506 | if (isset($extra_fields['show_country']) && $extra_fields['show_country']) {
|
| 507 | 507 | |
| 508 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "country'");
|
|
| 508 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM ".$detail_table." where field='".$old_prefix."country'");
|
|
| 509 | 509 | |
| 510 | 510 | if ($is_column) {
|
| 511 | 511 | |
| 512 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "country` `" . $prefix . "country` VARCHAR( 50 ) NULL"; |
|
| 512 | + $meta_field_add = "ALTER TABLE ".$detail_table." CHANGE `".$old_prefix."country` `".$prefix."country` VARCHAR( 50 ) NULL"; |
|
| 513 | 513 | |
| 514 | 514 | if ($default_value != '') {
|
| 515 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 515 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 516 | 516 | } |
| 517 | 517 | |
| 518 | 518 | $wpdb->query($meta_field_add); |
@@ -520,24 +520,24 @@ discard block |
||
| 520 | 520 | |
| 521 | 521 | $meta_field_add = "VARCHAR( 50 ) NULL"; |
| 522 | 522 | if ($default_value != '') {
|
| 523 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 523 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 524 | 524 | } |
| 525 | 525 | |
| 526 | - geodir_add_column_if_not_exist($detail_table, $prefix . "country", $meta_field_add); |
|
| 526 | + geodir_add_column_if_not_exist($detail_table, $prefix."country", $meta_field_add); |
|
| 527 | 527 | |
| 528 | 528 | } |
| 529 | 529 | |
| 530 | 530 | } |
| 531 | 531 | if (isset($extra_fields['show_zip']) && $extra_fields['show_zip']) {
|
| 532 | 532 | |
| 533 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "zip'");
|
|
| 533 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM ".$detail_table." where field='".$old_prefix."zip'");
|
|
| 534 | 534 | |
| 535 | 535 | if ($is_column) {
|
| 536 | 536 | |
| 537 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "zip` `" . $prefix . "zip` VARCHAR( 50 ) NULL"; |
|
| 537 | + $meta_field_add = "ALTER TABLE ".$detail_table." CHANGE `".$old_prefix."zip` `".$prefix."zip` VARCHAR( 50 ) NULL"; |
|
| 538 | 538 | |
| 539 | 539 | if ($default_value != '') {
|
| 540 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 540 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 541 | 541 | } |
| 542 | 542 | |
| 543 | 543 | $wpdb->query($meta_field_add); |
@@ -545,128 +545,128 @@ discard block |
||
| 545 | 545 | |
| 546 | 546 | $meta_field_add = "VARCHAR( 50 ) NULL"; |
| 547 | 547 | if ($default_value != '') {
|
| 548 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 548 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 549 | 549 | } |
| 550 | 550 | |
| 551 | - geodir_add_column_if_not_exist($detail_table, $prefix . "zip", $meta_field_add); |
|
| 551 | + geodir_add_column_if_not_exist($detail_table, $prefix."zip", $meta_field_add); |
|
| 552 | 552 | |
| 553 | 553 | } |
| 554 | 554 | |
| 555 | 555 | } |
| 556 | 556 | if (isset($extra_fields['show_map']) && $extra_fields['show_map']) {
|
| 557 | 557 | |
| 558 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "latitude'");
|
|
| 558 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM ".$detail_table." where field='".$old_prefix."latitude'");
|
|
| 559 | 559 | if ($is_column) {
|
| 560 | 560 | |
| 561 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "latitude` `" . $prefix . "latitude` VARCHAR( 20 ) NULL"; |
|
| 561 | + $meta_field_add = "ALTER TABLE ".$detail_table." CHANGE `".$old_prefix."latitude` `".$prefix."latitude` VARCHAR( 20 ) NULL"; |
|
| 562 | 562 | |
| 563 | 563 | if ($default_value != '') {
|
| 564 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 564 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 565 | 565 | } |
| 566 | 566 | |
| 567 | 567 | $wpdb->query($meta_field_add); |
| 568 | 568 | } else {
|
| 569 | 569 | |
| 570 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "latitude` VARCHAR( 20 ) NULL"; |
|
| 570 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."latitude` VARCHAR( 20 ) NULL"; |
|
| 571 | 571 | $meta_field_add = "VARCHAR( 20 ) NULL"; |
| 572 | 572 | if ($default_value != '') {
|
| 573 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 573 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 574 | 574 | } |
| 575 | 575 | |
| 576 | - geodir_add_column_if_not_exist($detail_table, $prefix . "latitude", $meta_field_add); |
|
| 576 | + geodir_add_column_if_not_exist($detail_table, $prefix."latitude", $meta_field_add); |
|
| 577 | 577 | |
| 578 | 578 | } |
| 579 | 579 | |
| 580 | 580 | |
| 581 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "longitude'");
|
|
| 581 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM ".$detail_table." where field='".$old_prefix."longitude'");
|
|
| 582 | 582 | |
| 583 | 583 | if ($is_column) {
|
| 584 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "longitude` `" . $prefix . "longitude` VARCHAR( 20 ) NULL"; |
|
| 584 | + $meta_field_add = "ALTER TABLE ".$detail_table." CHANGE `".$old_prefix."longitude` `".$prefix."longitude` VARCHAR( 20 ) NULL"; |
|
| 585 | 585 | |
| 586 | 586 | if ($default_value != '') {
|
| 587 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 587 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 588 | 588 | } |
| 589 | 589 | |
| 590 | 590 | $wpdb->query($meta_field_add); |
| 591 | 591 | } else {
|
| 592 | 592 | |
| 593 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "longitude` VARCHAR( 20 ) NULL"; |
|
| 593 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."longitude` VARCHAR( 20 ) NULL"; |
|
| 594 | 594 | $meta_field_add = "VARCHAR( 20 ) NULL"; |
| 595 | 595 | if ($default_value != '') {
|
| 596 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 596 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 597 | 597 | } |
| 598 | 598 | |
| 599 | - geodir_add_column_if_not_exist($detail_table, $prefix . "longitude", $meta_field_add); |
|
| 599 | + geodir_add_column_if_not_exist($detail_table, $prefix."longitude", $meta_field_add); |
|
| 600 | 600 | } |
| 601 | 601 | |
| 602 | 602 | } |
| 603 | 603 | if (isset($extra_fields['show_mapview']) && $extra_fields['show_mapview']) {
|
| 604 | 604 | |
| 605 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "mapview'");
|
|
| 605 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM ".$detail_table." where field='".$old_prefix."mapview'");
|
|
| 606 | 606 | |
| 607 | 607 | if ($is_column) {
|
| 608 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "mapview` `" . $prefix . "mapview` VARCHAR( 15 ) NULL"; |
|
| 608 | + $meta_field_add = "ALTER TABLE ".$detail_table." CHANGE `".$old_prefix."mapview` `".$prefix."mapview` VARCHAR( 15 ) NULL"; |
|
| 609 | 609 | |
| 610 | 610 | if ($default_value != '') {
|
| 611 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 611 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 612 | 612 | } |
| 613 | 613 | |
| 614 | 614 | $wpdb->query($meta_field_add); |
| 615 | 615 | } else {
|
| 616 | 616 | |
| 617 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "mapview` VARCHAR( 15 ) NULL"; |
|
| 617 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."mapview` VARCHAR( 15 ) NULL"; |
|
| 618 | 618 | |
| 619 | 619 | $meta_field_add = "VARCHAR( 15 ) NULL"; |
| 620 | 620 | if ($default_value != '') {
|
| 621 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 621 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 622 | 622 | } |
| 623 | 623 | |
| 624 | - geodir_add_column_if_not_exist($detail_table, $prefix . "mapview", $meta_field_add); |
|
| 624 | + geodir_add_column_if_not_exist($detail_table, $prefix."mapview", $meta_field_add); |
|
| 625 | 625 | } |
| 626 | 626 | |
| 627 | 627 | |
| 628 | 628 | } |
| 629 | 629 | if (isset($extra_fields['show_mapzoom']) && $extra_fields['show_mapzoom']) {
|
| 630 | 630 | |
| 631 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "mapzoom'");
|
|
| 631 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM ".$detail_table." where field='".$old_prefix."mapzoom'");
|
|
| 632 | 632 | if ($is_column) {
|
| 633 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "mapzoom` `" . $prefix . "mapzoom` VARCHAR( 3 ) NULL"; |
|
| 633 | + $meta_field_add = "ALTER TABLE ".$detail_table." CHANGE `".$old_prefix."mapzoom` `".$prefix."mapzoom` VARCHAR( 3 ) NULL"; |
|
| 634 | 634 | |
| 635 | 635 | if ($default_value != '') {
|
| 636 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 636 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 637 | 637 | } |
| 638 | 638 | |
| 639 | 639 | $wpdb->query($meta_field_add); |
| 640 | 640 | |
| 641 | 641 | } else {
|
| 642 | 642 | |
| 643 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "mapzoom` VARCHAR( 3 ) NULL"; |
|
| 643 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."mapzoom` VARCHAR( 3 ) NULL"; |
|
| 644 | 644 | |
| 645 | 645 | $meta_field_add = "VARCHAR( 3 ) NULL"; |
| 646 | 646 | if ($default_value != '') {
|
| 647 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 647 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 648 | 648 | } |
| 649 | 649 | |
| 650 | - geodir_add_column_if_not_exist($detail_table, $prefix . "mapzoom", $meta_field_add); |
|
| 650 | + geodir_add_column_if_not_exist($detail_table, $prefix."mapzoom", $meta_field_add); |
|
| 651 | 651 | } |
| 652 | 652 | |
| 653 | 653 | } |
| 654 | 654 | // show lat lng |
| 655 | 655 | if (isset($extra_fields['show_latlng']) && $extra_fields['show_latlng']) {
|
| 656 | - $is_column = $wpdb->get_var("SHOW COLUMNS FROM " . $detail_table . " where field='" . $old_prefix . "latlng'");
|
|
| 656 | + $is_column = $wpdb->get_var("SHOW COLUMNS FROM ".$detail_table." where field='".$old_prefix."latlng'");
|
|
| 657 | 657 | |
| 658 | 658 | if ($is_column) {
|
| 659 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_prefix . "latlng` `" . $prefix . "latlng` VARCHAR( 3 ) NULL"; |
|
| 659 | + $meta_field_add = "ALTER TABLE ".$detail_table." CHANGE `".$old_prefix."latlng` `".$prefix."latlng` VARCHAR( 3 ) NULL"; |
|
| 660 | 660 | $meta_field_add .= " DEFAULT '1'"; |
| 661 | 661 | |
| 662 | 662 | $wpdb->query($meta_field_add); |
| 663 | 663 | } else {
|
| 664 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "latlng` VARCHAR( 3 ) NULL"; |
|
| 664 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."latlng` VARCHAR( 3 ) NULL"; |
|
| 665 | 665 | |
| 666 | 666 | $meta_field_add = "VARCHAR( 3 ) NULL"; |
| 667 | 667 | $meta_field_add .= " DEFAULT '1'"; |
| 668 | 668 | |
| 669 | - geodir_add_column_if_not_exist($detail_table, $prefix . "latlng", $meta_field_add); |
|
| 669 | + geodir_add_column_if_not_exist($detail_table, $prefix."latlng", $meta_field_add); |
|
| 670 | 670 | } |
| 671 | 671 | |
| 672 | 672 | } |
@@ -675,13 +675,13 @@ discard block |
||
| 675 | 675 | break; |
| 676 | 676 | |
| 677 | 677 | case 'checkbox': |
| 678 | - $default_value_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` TINYINT(1) NOT NULL"; |
|
| 678 | + $default_value_add = "ALTER TABLE ".$detail_table." CHANGE `".$old_html_variable."` `".$htmlvar_name."` TINYINT(1) NOT NULL"; |
|
| 679 | 679 | if ($default_value != '') {
|
| 680 | - $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 680 | + $default_value_add .= " DEFAULT '".$default_value."'"; |
|
| 681 | 681 | } |
| 682 | 682 | |
| 683 | 683 | $alter_result = $wpdb->query($default_value_add); |
| 684 | - if ( $alter_result === false) {
|
|
| 684 | + if ($alter_result === false) {
|
|
| 685 | 685 | return __('Column change failed, you may have too many columns.', 'geodirectory');
|
| 686 | 686 | } |
| 687 | 687 | break; |
@@ -692,30 +692,30 @@ discard block |
||
| 692 | 692 | $op_size = '500'; |
| 693 | 693 | |
| 694 | 694 | // only make the field as big as it needs to be. |
| 695 | - if(isset($option_values) && $option_values && $field_type=='select'){
|
|
| 696 | - $option_values_arr = explode(',',$option_values);
|
|
| 697 | - if(is_array($option_values_arr)){
|
|
| 695 | + if (isset($option_values) && $option_values && $field_type == 'select') {
|
|
| 696 | + $option_values_arr = explode(',', $option_values);
|
|
| 697 | + if (is_array($option_values_arr)) {
|
|
| 698 | 698 | $op_max = 0; |
| 699 | - foreach($option_values_arr as $op_val){
|
|
| 700 | - if(strlen($op_val) && strlen($op_val)>$op_max){$op_max = strlen($op_val);}
|
|
| 699 | + foreach ($option_values_arr as $op_val) {
|
|
| 700 | + if (strlen($op_val) && strlen($op_val) > $op_max) {$op_max = strlen($op_val); }
|
|
| 701 | 701 | } |
| 702 | - if($op_max){$op_size =$op_max; }
|
|
| 702 | + if ($op_max) {$op_size = $op_max; }
|
|
| 703 | 703 | } |
| 704 | - }elseif(isset($option_values) && $option_values && $field_type=='multiselect'){
|
|
| 705 | - if(strlen($option_values)){
|
|
| 706 | - $op_size = strlen($option_values); |
|
| 704 | + }elseif (isset($option_values) && $option_values && $field_type == 'multiselect') {
|
|
| 705 | + if (strlen($option_values)) {
|
|
| 706 | + $op_size = strlen($option_values); |
|
| 707 | 707 | } |
| 708 | 708 | } |
| 709 | 709 | |
| 710 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "`VARCHAR( $op_size ) NULL"; |
|
| 710 | + $meta_field_add = "ALTER TABLE ".$detail_table." CHANGE `".$old_html_variable."` `".$htmlvar_name."`VARCHAR( $op_size ) NULL"; |
|
| 711 | 711 | |
| 712 | 712 | if ($default_value != '') {
|
| 713 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 713 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 714 | 714 | } |
| 715 | 715 | |
| 716 | 716 | $alter_result = $wpdb->query($meta_field_add); |
| 717 | - if($alter_result===false){
|
|
| 718 | - return __('Column change failed, you may have too many columns.','geodirectory');
|
|
| 717 | + if ($alter_result === false) {
|
|
| 718 | + return __('Column change failed, you may have too many columns.', 'geodirectory');
|
|
| 719 | 719 | } |
| 720 | 720 | |
| 721 | 721 | if (isset($request_field['cat_display_type'])) |
@@ -732,9 +732,9 @@ discard block |
||
| 732 | 732 | case 'url': |
| 733 | 733 | case 'file': |
| 734 | 734 | |
| 735 | - $alter_result = $wpdb->query("ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` TEXT NULL");
|
|
| 736 | - if($alter_result===false){
|
|
| 737 | - return __('Column change failed, you may have too many columns.','geodirectory');
|
|
| 735 | + $alter_result = $wpdb->query("ALTER TABLE ".$detail_table." CHANGE `".$old_html_variable."` `".$htmlvar_name."` TEXT NULL");
|
|
| 736 | + if ($alter_result === false) {
|
|
| 737 | + return __('Column change failed, you may have too many columns.', 'geodirectory');
|
|
| 738 | 738 | } |
| 739 | 739 | if (isset($request_field['advanced_editor'])) |
| 740 | 740 | $extra_fields = $request_field['advanced_editor']; |
@@ -748,24 +748,24 @@ discard block |
||
| 748 | 748 | default: |
| 749 | 749 | if ($data_type != 'VARCHAR' && $data_type != '') {
|
| 750 | 750 | if ($data_type == 'FLOAT' && $decimal_point > 0) {
|
| 751 | - $default_value_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` DECIMAL(11, " . (int)$decimal_point . ") NULL"; |
|
| 751 | + $default_value_add = "ALTER TABLE ".$detail_table." CHANGE `".$old_html_variable."` `".$htmlvar_name."` DECIMAL(11, ".(int) $decimal_point.") NULL"; |
|
| 752 | 752 | } else {
|
| 753 | - $default_value_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` " . $data_type . " NULL"; |
|
| 753 | + $default_value_add = "ALTER TABLE ".$detail_table." CHANGE `".$old_html_variable."` `".$htmlvar_name."` ".$data_type." NULL"; |
|
| 754 | 754 | } |
| 755 | 755 | |
| 756 | 756 | if (is_numeric($default_value) && $default_value != '') {
|
| 757 | - $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 757 | + $default_value_add .= " DEFAULT '".$default_value."'"; |
|
| 758 | 758 | } |
| 759 | 759 | } else {
|
| 760 | - $default_value_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` VARCHAR( 254 ) NULL"; |
|
| 760 | + $default_value_add = "ALTER TABLE ".$detail_table." CHANGE `".$old_html_variable."` `".$htmlvar_name."` VARCHAR( 254 ) NULL"; |
|
| 761 | 761 | if ($default_value != '') {
|
| 762 | - $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 762 | + $default_value_add .= " DEFAULT '".$default_value."'"; |
|
| 763 | 763 | } |
| 764 | 764 | } |
| 765 | 765 | |
| 766 | 766 | $alter_result = $wpdb->query($default_value_add); |
| 767 | - if($alter_result===false){
|
|
| 768 | - return __('Column change failed, you may have too many columns.','geodirectory');
|
|
| 767 | + if ($alter_result === false) {
|
|
| 768 | + return __('Column change failed, you may have too many columns.', 'geodirectory');
|
|
| 769 | 769 | } |
| 770 | 770 | break; |
| 771 | 771 | endswitch; |
@@ -781,7 +781,7 @@ discard block |
||
| 781 | 781 | |
| 782 | 782 | $wpdb->prepare( |
| 783 | 783 | |
| 784 | - "update " . GEODIR_CUSTOM_FIELDS_TABLE . " set |
|
| 784 | + "update ".GEODIR_CUSTOM_FIELDS_TABLE." set |
|
| 785 | 785 | post_type = %s, |
| 786 | 786 | admin_title = %s, |
| 787 | 787 | site_title = %s, |
@@ -815,7 +815,7 @@ discard block |
||
| 815 | 815 | for_admin_use = %s |
| 816 | 816 | where id = %d", |
| 817 | 817 | |
| 818 | - array($post_type, $admin_title, $site_title, $field_type, $field_type_key, $htmlvar_name, $admin_desc, $clabels, $default_value, $sort_order, $is_active, $is_default, $is_required, $required_msg, $css_class, $field_icon, $field_icon, $show_on_listing, $show_in, $show_on_detail, $show_as_tab, $option_values, $price_pkg, $cat_sort, $cat_filter, $data_type, $extra_field_query, $decimal_point,$validation_pattern,$validation_msg, $for_admin_use, $cf) |
|
| 818 | + array($post_type, $admin_title, $site_title, $field_type, $field_type_key, $htmlvar_name, $admin_desc, $clabels, $default_value, $sort_order, $is_active, $is_default, $is_required, $required_msg, $css_class, $field_icon, $field_icon, $show_on_listing, $show_in, $show_on_detail, $show_as_tab, $option_values, $price_pkg, $cat_sort, $cat_filter, $data_type, $extra_field_query, $decimal_point, $validation_pattern, $validation_msg, $for_admin_use, $cf) |
|
| 819 | 819 | ) |
| 820 | 820 | |
| 821 | 821 | ); |
@@ -825,7 +825,7 @@ discard block |
||
| 825 | 825 | |
| 826 | 826 | $wpdb->query( |
| 827 | 827 | $wpdb->prepare( |
| 828 | - "update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 828 | + "update ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." set |
|
| 829 | 829 | site_title=%s |
| 830 | 830 | where post_type = %s and htmlvar_name = %s", |
| 831 | 831 | array($site_title, $post_type, $htmlvar_name) |
@@ -834,7 +834,7 @@ discard block |
||
| 834 | 834 | |
| 835 | 835 | |
| 836 | 836 | if ($cat_sort == '') |
| 837 | - $wpdb->query($wpdb->prepare("delete from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where post_type = %s and htmlvar_name = %s", array($post_type, $htmlvar_name)));
|
|
| 837 | + $wpdb->query($wpdb->prepare("delete from ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." where post_type = %s and htmlvar_name = %s", array($post_type, $htmlvar_name)));
|
|
| 838 | 838 | |
| 839 | 839 | |
| 840 | 840 | /** |
@@ -854,7 +854,7 @@ discard block |
||
| 854 | 854 | $data_type = ''; |
| 855 | 855 | |
| 856 | 856 | if ($htmlvar_name != '') {
|
| 857 | - $prefix = $htmlvar_name . '_'; |
|
| 857 | + $prefix = $htmlvar_name.'_'; |
|
| 858 | 858 | } |
| 859 | 859 | $old_prefix = $old_html_variable; |
| 860 | 860 | |
@@ -862,109 +862,109 @@ discard block |
||
| 862 | 862 | |
| 863 | 863 | $meta_field_add = "VARCHAR( 254 ) NULL"; |
| 864 | 864 | if ($default_value != '') {
|
| 865 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 865 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 866 | 866 | } |
| 867 | 867 | |
| 868 | - geodir_add_column_if_not_exist($detail_table, $prefix . "address", $meta_field_add); |
|
| 868 | + geodir_add_column_if_not_exist($detail_table, $prefix."address", $meta_field_add); |
|
| 869 | 869 | //$wpdb->query($meta_field_add); |
| 870 | 870 | |
| 871 | 871 | |
| 872 | 872 | if (!empty($extra_fields)) {
|
| 873 | 873 | |
| 874 | 874 | if (isset($extra_fields['show_city']) && $extra_fields['show_city']) {
|
| 875 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "city` VARCHAR( 30 ) NULL"; |
|
| 875 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."city` VARCHAR( 30 ) NULL"; |
|
| 876 | 876 | $meta_field_add = "VARCHAR( 50 ) NULL"; |
| 877 | 877 | if ($default_value != '') {
|
| 878 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 878 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 879 | 879 | } |
| 880 | 880 | |
| 881 | - geodir_add_column_if_not_exist($detail_table, $prefix . "city", $meta_field_add); |
|
| 881 | + geodir_add_column_if_not_exist($detail_table, $prefix."city", $meta_field_add); |
|
| 882 | 882 | //$wpdb->query($meta_field_add); |
| 883 | 883 | } |
| 884 | 884 | if (isset($extra_fields['show_region']) && $extra_fields['show_region']) {
|
| 885 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "region` VARCHAR( 30 ) NULL"; |
|
| 885 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."region` VARCHAR( 30 ) NULL"; |
|
| 886 | 886 | $meta_field_add = "VARCHAR( 50 ) NULL"; |
| 887 | 887 | if ($default_value != '') {
|
| 888 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 888 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 889 | 889 | } |
| 890 | 890 | |
| 891 | - geodir_add_column_if_not_exist($detail_table, $prefix . "region", $meta_field_add); |
|
| 891 | + geodir_add_column_if_not_exist($detail_table, $prefix."region", $meta_field_add); |
|
| 892 | 892 | //$wpdb->query($meta_field_add); |
| 893 | 893 | } |
| 894 | 894 | if (isset($extra_fields['show_country']) && $extra_fields['show_country']) {
|
| 895 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "country` VARCHAR( 30 ) NULL"; |
|
| 895 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."country` VARCHAR( 30 ) NULL"; |
|
| 896 | 896 | |
| 897 | 897 | $meta_field_add = "VARCHAR( 30 ) NULL"; |
| 898 | 898 | if ($default_value != '') {
|
| 899 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 899 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 900 | 900 | } |
| 901 | 901 | |
| 902 | - geodir_add_column_if_not_exist($detail_table, $prefix . "country", $meta_field_add); |
|
| 902 | + geodir_add_column_if_not_exist($detail_table, $prefix."country", $meta_field_add); |
|
| 903 | 903 | //$wpdb->query($meta_field_add); |
| 904 | 904 | } |
| 905 | 905 | if (isset($extra_fields['show_zip']) && $extra_fields['show_zip']) {
|
| 906 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "zip` VARCHAR( 15 ) NULL"; |
|
| 906 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."zip` VARCHAR( 15 ) NULL"; |
|
| 907 | 907 | $meta_field_add = "VARCHAR( 15 ) NULL"; |
| 908 | 908 | if ($default_value != '') {
|
| 909 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 909 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 910 | 910 | } |
| 911 | 911 | |
| 912 | - geodir_add_column_if_not_exist($detail_table, $prefix . "zip", $meta_field_add); |
|
| 912 | + geodir_add_column_if_not_exist($detail_table, $prefix."zip", $meta_field_add); |
|
| 913 | 913 | //$wpdb->query($meta_field_add); |
| 914 | 914 | } |
| 915 | 915 | if (isset($extra_fields['show_map']) && $extra_fields['show_map']) {
|
| 916 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "latitude` VARCHAR( 20 ) NULL"; |
|
| 916 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."latitude` VARCHAR( 20 ) NULL"; |
|
| 917 | 917 | $meta_field_add = "VARCHAR( 20 ) NULL"; |
| 918 | 918 | if ($default_value != '') {
|
| 919 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 919 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 920 | 920 | } |
| 921 | 921 | |
| 922 | - geodir_add_column_if_not_exist($detail_table, $prefix . "latitude", $meta_field_add); |
|
| 922 | + geodir_add_column_if_not_exist($detail_table, $prefix."latitude", $meta_field_add); |
|
| 923 | 923 | //$wpdb->query($meta_field_add); |
| 924 | 924 | |
| 925 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "longitude` VARCHAR( 20 ) NULL"; |
|
| 925 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."longitude` VARCHAR( 20 ) NULL"; |
|
| 926 | 926 | |
| 927 | 927 | $meta_field_add = "VARCHAR( 20 ) NULL"; |
| 928 | 928 | if ($default_value != '') {
|
| 929 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 929 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 930 | 930 | } |
| 931 | 931 | |
| 932 | - geodir_add_column_if_not_exist($detail_table, $prefix . "longitude", $meta_field_add); |
|
| 932 | + geodir_add_column_if_not_exist($detail_table, $prefix."longitude", $meta_field_add); |
|
| 933 | 933 | |
| 934 | 934 | //$wpdb->query($meta_field_add); |
| 935 | 935 | } |
| 936 | 936 | if (isset($extra_fields['show_mapview']) && $extra_fields['show_mapview']) {
|
| 937 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "mapview` VARCHAR( 15 ) NULL"; |
|
| 937 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."mapview` VARCHAR( 15 ) NULL"; |
|
| 938 | 938 | |
| 939 | 939 | $meta_field_add = "VARCHAR( 15 ) NULL"; |
| 940 | 940 | if ($default_value != '') {
|
| 941 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 941 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 942 | 942 | } |
| 943 | 943 | |
| 944 | - geodir_add_column_if_not_exist($detail_table, $prefix . "mapview", $meta_field_add); |
|
| 944 | + geodir_add_column_if_not_exist($detail_table, $prefix."mapview", $meta_field_add); |
|
| 945 | 945 | |
| 946 | 946 | //$wpdb->query($meta_field_add); |
| 947 | 947 | } |
| 948 | 948 | if (isset($extra_fields['show_mapzoom']) && $extra_fields['show_mapzoom']) {
|
| 949 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "mapzoom` VARCHAR( 3 ) NULL"; |
|
| 949 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."mapzoom` VARCHAR( 3 ) NULL"; |
|
| 950 | 950 | |
| 951 | 951 | $meta_field_add = "VARCHAR( 3 ) NULL"; |
| 952 | 952 | if ($default_value != '') {
|
| 953 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 953 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 954 | 954 | } |
| 955 | 955 | |
| 956 | - geodir_add_column_if_not_exist($detail_table, $prefix . "mapzoom", $meta_field_add); |
|
| 956 | + geodir_add_column_if_not_exist($detail_table, $prefix."mapzoom", $meta_field_add); |
|
| 957 | 957 | |
| 958 | 958 | //$wpdb->query($meta_field_add); |
| 959 | 959 | } |
| 960 | 960 | // show lat lng |
| 961 | 961 | if (isset($extra_fields['show_latlng']) && $extra_fields['show_latlng']) {
|
| 962 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "latlng` VARCHAR( 3 ) NULL"; |
|
| 962 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."latlng` VARCHAR( 3 ) NULL"; |
|
| 963 | 963 | |
| 964 | 964 | $meta_field_add = "VARCHAR( 3 ) NULL"; |
| 965 | 965 | $meta_field_add .= " DEFAULT '1'"; |
| 966 | 966 | |
| 967 | - geodir_add_column_if_not_exist($detail_table, $prefix . "latlng", $meta_field_add); |
|
| 967 | + geodir_add_column_if_not_exist($detail_table, $prefix."latlng", $meta_field_add); |
|
| 968 | 968 | //$wpdb->query($meta_field_add); |
| 969 | 969 | } |
| 970 | 970 | } |
@@ -974,8 +974,8 @@ discard block |
||
| 974 | 974 | case 'checkbox': |
| 975 | 975 | $data_type = 'TINYINT'; |
| 976 | 976 | |
| 977 | - $meta_field_add = $data_type . "( 1 ) NOT NULL "; |
|
| 978 | - if ((int)$default_value === 1) {
|
|
| 977 | + $meta_field_add = $data_type."( 1 ) NOT NULL "; |
|
| 978 | + if ((int) $default_value === 1) {
|
|
| 979 | 979 | $meta_field_add .= " DEFAULT '1'"; |
| 980 | 980 | } |
| 981 | 981 | |
@@ -1008,7 +1008,7 @@ discard block |
||
| 1008 | 1008 | } |
| 1009 | 1009 | } elseif (isset($option_values) && $option_values && $field_type == 'multiselect') {
|
| 1010 | 1010 | if (strlen($option_values)) {
|
| 1011 | - $op_size = strlen($option_values); |
|
| 1011 | + $op_size = strlen($option_values); |
|
| 1012 | 1012 | } |
| 1013 | 1013 | |
| 1014 | 1014 | if (isset($request_field['multi_display_type'])) {
|
@@ -1016,9 +1016,9 @@ discard block |
||
| 1016 | 1016 | } |
| 1017 | 1017 | } |
| 1018 | 1018 | |
| 1019 | - $meta_field_add = $data_type . "( $op_size ) NULL "; |
|
| 1019 | + $meta_field_add = $data_type."( $op_size ) NULL "; |
|
| 1020 | 1020 | if ($default_value != '') {
|
| 1021 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1021 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 1022 | 1022 | } |
| 1023 | 1023 | |
| 1024 | 1024 | $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
@@ -1033,9 +1033,9 @@ discard block |
||
| 1033 | 1033 | |
| 1034 | 1034 | $data_type = 'TEXT'; |
| 1035 | 1035 | |
| 1036 | - $default_value_add = " `" . $htmlvar_name . "` " . $data_type . " NULL "; |
|
| 1036 | + $default_value_add = " `".$htmlvar_name."` ".$data_type." NULL "; |
|
| 1037 | 1037 | |
| 1038 | - $meta_field_add = $data_type . " NULL "; |
|
| 1038 | + $meta_field_add = $data_type." NULL "; |
|
| 1039 | 1039 | /*if($default_value != '') |
| 1040 | 1040 | { $meta_field_add .= " DEFAULT '".$default_value."'"; }*/
|
| 1041 | 1041 | |
@@ -1050,9 +1050,9 @@ discard block |
||
| 1050 | 1050 | |
| 1051 | 1051 | $data_type = 'DATE'; |
| 1052 | 1052 | |
| 1053 | - $default_value_add = " `" . $htmlvar_name . "` " . $data_type . " NULL "; |
|
| 1053 | + $default_value_add = " `".$htmlvar_name."` ".$data_type." NULL "; |
|
| 1054 | 1054 | |
| 1055 | - $meta_field_add = $data_type . " NULL "; |
|
| 1055 | + $meta_field_add = $data_type." NULL "; |
|
| 1056 | 1056 | |
| 1057 | 1057 | $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
| 1058 | 1058 | if ($add_result === false) {
|
@@ -1065,9 +1065,9 @@ discard block |
||
| 1065 | 1065 | |
| 1066 | 1066 | $data_type = 'TIME'; |
| 1067 | 1067 | |
| 1068 | - $default_value_add = " `" . $htmlvar_name . "` " . $data_type . " NULL "; |
|
| 1068 | + $default_value_add = " `".$htmlvar_name."` ".$data_type." NULL "; |
|
| 1069 | 1069 | |
| 1070 | - $meta_field_add = $data_type . " NULL "; |
|
| 1070 | + $meta_field_add = $data_type." NULL "; |
|
| 1071 | 1071 | |
| 1072 | 1072 | $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
| 1073 | 1073 | if ($add_result === false) {
|
@@ -1079,22 +1079,22 @@ discard block |
||
| 1079 | 1079 | default: |
| 1080 | 1080 | |
| 1081 | 1081 | if ($data_type != 'VARCHAR' && $data_type != '') {
|
| 1082 | - $meta_field_add = $data_type . " NULL "; |
|
| 1082 | + $meta_field_add = $data_type." NULL "; |
|
| 1083 | 1083 | |
| 1084 | 1084 | if ($data_type == 'FLOAT' && $decimal_point > 0) {
|
| 1085 | - $meta_field_add = "DECIMAL(11, " . (int)$decimal_point . ") NULL "; |
|
| 1085 | + $meta_field_add = "DECIMAL(11, ".(int) $decimal_point.") NULL "; |
|
| 1086 | 1086 | } |
| 1087 | 1087 | |
| 1088 | 1088 | if (is_numeric($default_value) && $default_value != '') {
|
| 1089 | - $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1090 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1089 | + $default_value_add .= " DEFAULT '".$default_value."'"; |
|
| 1090 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 1091 | 1091 | } |
| 1092 | 1092 | } else {
|
| 1093 | 1093 | $meta_field_add = " VARCHAR( 254 ) NULL "; |
| 1094 | 1094 | |
| 1095 | 1095 | if ($default_value != '') {
|
| 1096 | - $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1097 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1096 | + $default_value_add .= " DEFAULT '".$default_value."'"; |
|
| 1097 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 1098 | 1098 | } |
| 1099 | 1099 | } |
| 1100 | 1100 | |
@@ -1116,7 +1116,7 @@ discard block |
||
| 1116 | 1116 | |
| 1117 | 1117 | $wpdb->prepare( |
| 1118 | 1118 | |
| 1119 | - "insert into " . GEODIR_CUSTOM_FIELDS_TABLE . " set |
|
| 1119 | + "insert into ".GEODIR_CUSTOM_FIELDS_TABLE." set |
|
| 1120 | 1120 | post_type = %s, |
| 1121 | 1121 | admin_title = %s, |
| 1122 | 1122 | site_title = %s, |
@@ -1149,7 +1149,7 @@ discard block |
||
| 1149 | 1149 | validation_msg = %s, |
| 1150 | 1150 | for_admin_use = %s ", |
| 1151 | 1151 | |
| 1152 | - array($post_type, $admin_title, $site_title, $field_type, $field_type_key, $htmlvar_name, $admin_desc, $clabels, $default_value, $sort_order, $is_active, $is_default, $is_admin, $is_required, $required_msg, $css_class, $field_icon, $show_on_listing,$show_in, $show_on_detail, $show_as_tab, $option_values, $price_pkg, $cat_sort, $cat_filter, $data_type, $extra_field_query, $decimal_point,$validation_pattern,$validation_msg, $for_admin_use) |
|
| 1152 | + array($post_type, $admin_title, $site_title, $field_type, $field_type_key, $htmlvar_name, $admin_desc, $clabels, $default_value, $sort_order, $is_active, $is_default, $is_admin, $is_required, $required_msg, $css_class, $field_icon, $show_on_listing, $show_in, $show_on_detail, $show_as_tab, $option_values, $price_pkg, $cat_sort, $cat_filter, $data_type, $extra_field_query, $decimal_point, $validation_pattern, $validation_msg, $for_admin_use) |
|
| 1153 | 1153 | |
| 1154 | 1154 | ) |
| 1155 | 1155 | |
@@ -1161,7 +1161,7 @@ discard block |
||
| 1161 | 1161 | |
| 1162 | 1162 | } |
| 1163 | 1163 | |
| 1164 | - return (int)$lastid; |
|
| 1164 | + return (int) $lastid; |
|
| 1165 | 1165 | |
| 1166 | 1166 | |
| 1167 | 1167 | } else {
|
@@ -1194,7 +1194,7 @@ discard block |
||
| 1194 | 1194 | |
| 1195 | 1195 | $post_meta_info = $wpdb->query( |
| 1196 | 1196 | $wpdb->prepare( |
| 1197 | - "update " . GEODIR_CUSTOM_FIELDS_TABLE . " set |
|
| 1197 | + "update ".GEODIR_CUSTOM_FIELDS_TABLE." set |
|
| 1198 | 1198 | sort_order=%d |
| 1199 | 1199 | where id= %d", |
| 1200 | 1200 | array($count, $cf) |
@@ -1216,7 +1216,7 @@ discard block |
||
| 1216 | 1216 | global $post; |
| 1217 | 1217 | |
| 1218 | 1218 | if (isset($_REQUEST['post'])) {
|
| 1219 | - $_REQUEST['pid'] = (int)$_REQUEST['post']; |
|
| 1219 | + $_REQUEST['pid'] = (int) $_REQUEST['post']; |
|
| 1220 | 1220 | } |
| 1221 | 1221 | } |
| 1222 | 1222 | |
@@ -1239,7 +1239,7 @@ discard block |
||
| 1239 | 1239 | * @param mixed $value Custom field value. |
| 1240 | 1240 | * @param array $cf Custom field info. |
| 1241 | 1241 | */ |
| 1242 | - return apply_filters( 'geodir_get_cf_value', $value, $cf ); |
|
| 1242 | + return apply_filters('geodir_get_cf_value', $value, $cf);
|
|
| 1243 | 1243 | } |
| 1244 | 1244 | |
| 1245 | 1245 | /** |
@@ -1265,16 +1265,16 @@ discard block |
||
| 1265 | 1265 | $custom_fields = geodir_post_custom_fields($package_id, $default, $post_type); |
| 1266 | 1266 | |
| 1267 | 1267 | foreach ($custom_fields as $key => $val) {
|
| 1268 | - if(isset($val['extra_fields'])){$extra_fields = $val['extra_fields'];}
|
|
| 1268 | + if (isset($val['extra_fields'])) {$extra_fields = $val['extra_fields']; }
|
|
| 1269 | 1269 | $val = stripslashes_deep($val); // strip slashes from labels |
| 1270 | - if(isset($val['extra_fields'])){$val['extra_fields'] = $extra_fields;}
|
|
| 1270 | + if (isset($val['extra_fields'])) {$val['extra_fields'] = $extra_fields; }
|
|
| 1271 | 1271 | |
| 1272 | 1272 | $name = $val['name']; |
| 1273 | 1273 | $type = $val['type']; |
| 1274 | 1274 | $is_default = $val['is_default']; |
| 1275 | 1275 | |
| 1276 | 1276 | /* field available to site admin only for edit */ |
| 1277 | - $for_admin_use = isset($val['for_admin_use']) && (int)$val['for_admin_use'] == 1 ? true : false; |
|
| 1277 | + $for_admin_use = isset($val['for_admin_use']) && (int) $val['for_admin_use'] == 1 ? true : false; |
|
| 1278 | 1278 | if ($for_admin_use && !is_super_admin()) {
|
| 1279 | 1279 | continue; |
| 1280 | 1280 | } |
@@ -1299,11 +1299,11 @@ discard block |
||
| 1299 | 1299 | * @param array $val The settings array for the field. {@see geodir_custom_field_save()}.
|
| 1300 | 1300 | * @see 'geodir_after_custom_form_field_$name' |
| 1301 | 1301 | */ |
| 1302 | - do_action('geodir_before_custom_form_field_' . $name, $listing_type, $package_id, $val);
|
|
| 1302 | + do_action('geodir_before_custom_form_field_'.$name, $listing_type, $package_id, $val);
|
|
| 1303 | 1303 | |
| 1304 | 1304 | |
| 1305 | 1305 | $custom_field = $val; |
| 1306 | - $html =''; |
|
| 1306 | + $html = ''; |
|
| 1307 | 1307 | /** |
| 1308 | 1308 | * Filter the output for custom fields. |
| 1309 | 1309 | * |
@@ -1312,7 +1312,7 @@ discard block |
||
| 1312 | 1312 | * @param string $html The html to be filtered (blank). |
| 1313 | 1313 | * @param array $custom_field The custom field array values. |
| 1314 | 1314 | */ |
| 1315 | - echo apply_filters("geodir_custom_field_input_{$type}",$html,$custom_field);
|
|
| 1315 | + echo apply_filters("geodir_custom_field_input_{$type}", $html, $custom_field);
|
|
| 1316 | 1316 | |
| 1317 | 1317 | |
| 1318 | 1318 | |
@@ -1327,7 +1327,7 @@ discard block |
||
| 1327 | 1327 | * @param array $val The settings array for the field. {@see geodir_custom_field_save()}.
|
| 1328 | 1328 | * @see 'geodir_before_custom_form_field_$name' |
| 1329 | 1329 | */ |
| 1330 | - do_action('geodir_after_custom_form_field_' . $name, $listing_type, $package_id, $val);
|
|
| 1330 | + do_action('geodir_after_custom_form_field_'.$name, $listing_type, $package_id, $val);
|
|
| 1331 | 1331 | |
| 1332 | 1332 | } |
| 1333 | 1333 | |
@@ -1353,7 +1353,7 @@ discard block |
||
| 1353 | 1353 | |
| 1354 | 1354 | $filter = $wpdb->get_row( |
| 1355 | 1355 | $wpdb->prepare( |
| 1356 | - "SELECT * FROM " . GEODIR_CUSTOM_FIELDS_TABLE . " WHERE post_type=%s AND " . $key . "='" . $value . "'", |
|
| 1356 | + "SELECT * FROM ".GEODIR_CUSTOM_FIELDS_TABLE." WHERE post_type=%s AND ".$key."='".$value."'", |
|
| 1357 | 1357 | array($geodir_post_type) |
| 1358 | 1358 | ) |
| 1359 | 1359 | ); |
@@ -1368,14 +1368,14 @@ discard block |
||
| 1368 | 1368 | } |
| 1369 | 1369 | |
| 1370 | 1370 | |
| 1371 | -function geodir_field_icon_proccess($cf){
|
|
| 1371 | +function geodir_field_icon_proccess($cf) {
|
|
| 1372 | 1372 | |
| 1373 | 1373 | |
| 1374 | 1374 | if (strpos($cf['field_icon'], 'http') !== false) {
|
| 1375 | - $field_icon = ' background: url(' . $cf['field_icon'] . ') no-repeat left center;background-size:18px 18px;padding-left: 21px;';
|
|
| 1375 | + $field_icon = ' background: url('.$cf['field_icon'].') no-repeat left center;background-size:18px 18px;padding-left: 21px;';
|
|
| 1376 | 1376 | } elseif (strpos($cf['field_icon'], 'fa fa-') !== false) {
|
| 1377 | - $field_icon = '<i class="' . $cf['field_icon'] . '"></i>'; |
|
| 1378 | - }else{
|
|
| 1377 | + $field_icon = '<i class="'.$cf['field_icon'].'"></i>'; |
|
| 1378 | + } else {
|
|
| 1379 | 1379 | $field_icon = $cf['field_icon']; |
| 1380 | 1380 | } |
| 1381 | 1381 | |
@@ -1420,14 +1420,14 @@ discard block |
||
| 1420 | 1420 | |
| 1421 | 1421 | |
| 1422 | 1422 | foreach ($fields_info as $type) {
|
| 1423 | - if(isset($type['extra_fields'])){$extra_fields= $type['extra_fields'];}
|
|
| 1423 | + if (isset($type['extra_fields'])) {$extra_fields = $type['extra_fields']; }
|
|
| 1424 | 1424 | $type = stripslashes_deep($type); // strip slashes |
| 1425 | - if(isset($type['extra_fields'])){$type['extra_fields'] = $extra_fields;}
|
|
| 1425 | + if (isset($type['extra_fields'])) {$type['extra_fields'] = $extra_fields; }
|
|
| 1426 | 1426 | $html = ''; |
| 1427 | 1427 | $field_icon = geodir_field_icon_proccess($type); |
| 1428 | 1428 | $filed_type = $type['type']; |
| 1429 | 1429 | $html_var = isset($type['htmlvar_name']) ? $type['htmlvar_name'] : ''; |
| 1430 | - if($html_var=='post'){$html_var='post_address';}
|
|
| 1430 | + if ($html_var == 'post') {$html_var = 'post_address'; }
|
|
| 1431 | 1431 | |
| 1432 | 1432 | /** |
| 1433 | 1433 | * Filter the output for custom fields. |
@@ -1438,7 +1438,7 @@ discard block |
||
| 1438 | 1438 | * @param string $fields_location The location the field is to be show. |
| 1439 | 1439 | * @param array $type The array of field values. |
| 1440 | 1440 | */ |
| 1441 | - $html = apply_filters("geodir_custom_field_output_{$filed_type}",$html,$fields_location,$type);
|
|
| 1441 | + $html = apply_filters("geodir_custom_field_output_{$filed_type}", $html, $fields_location, $type);
|
|
| 1442 | 1442 | |
| 1443 | 1443 | $variables_array = array(); |
| 1444 | 1444 | |
@@ -1498,7 +1498,7 @@ discard block |
||
| 1498 | 1498 | * @param string $fields_location The location the fields are being output. |
| 1499 | 1499 | * @since 1.6.9 |
| 1500 | 1500 | */ |
| 1501 | - return apply_filters('geodir_show_listing_info',$html,$fields_location);
|
|
| 1501 | + return apply_filters('geodir_show_listing_info', $html, $fields_location);
|
|
| 1502 | 1502 | |
| 1503 | 1503 | } |
| 1504 | 1504 | } |
@@ -1573,7 +1573,7 @@ discard block |
||
| 1573 | 1573 | |
| 1574 | 1574 | $post_type = get_post_type($post_id); |
| 1575 | 1575 | //echo $field_id; exit; |
| 1576 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 1576 | + $table = $plugin_prefix.$post_type.'_detail'; |
|
| 1577 | 1577 | |
| 1578 | 1578 | $postcurr_images = array(); |
| 1579 | 1579 | $postcurr_images = geodir_get_post_meta($post_id, $field_id, true); |
@@ -1592,13 +1592,13 @@ discard block |
||
| 1592 | 1592 | $geodir_uploadurl = $uploads['url']; |
| 1593 | 1593 | $sub_dir = $uploads['subdir']; |
| 1594 | 1594 | |
| 1595 | - $allowed_file_types = !empty($extra_fields['gd_file_types']) && is_array($extra_fields['gd_file_types']) && !in_array("*", $extra_fields['gd_file_types'] ) ? $extra_fields['gd_file_types'] : '';
|
|
| 1595 | + $allowed_file_types = !empty($extra_fields['gd_file_types']) && is_array($extra_fields['gd_file_types']) && !in_array("*", $extra_fields['gd_file_types']) ? $extra_fields['gd_file_types'] : '';
|
|
| 1596 | 1596 | |
| 1597 | 1597 | for ($m = 0; $m < count($post_image); $m++) {
|
| 1598 | 1598 | |
| 1599 | 1599 | /* --------- start ------- */ |
| 1600 | 1600 | |
| 1601 | - if (!$find_image = $wpdb->get_var($wpdb->prepare("SELECT post_id FROM " . $table . " WHERE $field_id = %s AND post_id = %d", array($post_image[$m], $post_id)))) {
|
|
| 1601 | + if (!$find_image = $wpdb->get_var($wpdb->prepare("SELECT post_id FROM ".$table." WHERE $field_id = %s AND post_id = %d", array($post_image[$m], $post_id)))) {
|
|
| 1602 | 1602 | |
| 1603 | 1603 | |
| 1604 | 1604 | $curr_img_url = $post_image[$m]; |
@@ -1624,24 +1624,24 @@ discard block |
||
| 1624 | 1624 | //$allowed_file_types = array('image/jpg', 'image/jpeg', 'image/gif', 'image/png', 'application/pdf', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'application/octet-stream', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'text/csv', 'text/plain');
|
| 1625 | 1625 | |
| 1626 | 1626 | if (!function_exists('wp_handle_upload'))
|
| 1627 | - require_once(ABSPATH . 'wp-admin/includes/file.php'); |
|
| 1627 | + require_once(ABSPATH.'wp-admin/includes/file.php'); |
|
| 1628 | 1628 | |
| 1629 | 1629 | if (!is_dir($geodir_uploadpath)) |
| 1630 | 1630 | mkdir($geodir_uploadpath); |
| 1631 | 1631 | |
| 1632 | - $new_name = $post_id . '_' . $field_id . '_' . $img_name_arr[0] . '.' . $img_name_arr[1]; |
|
| 1632 | + $new_name = $post_id.'_'.$field_id.'_'.$img_name_arr[0].'.'.$img_name_arr[1]; |
|
| 1633 | 1633 | $explode_sub_dir = explode("/", $sub_dir);
|
| 1634 | 1634 | if ($curr_img_dir == end($explode_sub_dir)) {
|
| 1635 | - $img_path = $geodir_uploadpath . '/' . $filename; |
|
| 1636 | - $img_url = $geodir_uploadurl . '/' . $filename; |
|
| 1635 | + $img_path = $geodir_uploadpath.'/'.$filename; |
|
| 1636 | + $img_url = $geodir_uploadurl.'/'.$filename; |
|
| 1637 | 1637 | } else {
|
| 1638 | - $img_path = $uploads_dir . '/temp_' . $current_user->data->ID . '/' . $filename; |
|
| 1639 | - $img_url = $uploads['url'] . '/temp_' . $current_user->data->ID . '/' . $filename; |
|
| 1638 | + $img_path = $uploads_dir.'/temp_'.$current_user->data->ID.'/'.$filename; |
|
| 1639 | + $img_url = $uploads['url'].'/temp_'.$current_user->data->ID.'/'.$filename; |
|
| 1640 | 1640 | } |
| 1641 | 1641 | |
| 1642 | 1642 | $uploaded_file = ''; |
| 1643 | 1643 | if (file_exists($img_path)) |
| 1644 | - $uploaded_file = copy($img_path, $geodir_uploadpath . '/' . $new_name); |
|
| 1644 | + $uploaded_file = copy($img_path, $geodir_uploadpath.'/'.$new_name); |
|
| 1645 | 1645 | |
| 1646 | 1646 | if ($curr_img_dir != $geodir_uploaddir) {
|
| 1647 | 1647 | if (file_exists($img_path)) |
@@ -1649,7 +1649,7 @@ discard block |
||
| 1649 | 1649 | } |
| 1650 | 1650 | |
| 1651 | 1651 | if (!empty($uploaded_file)) |
| 1652 | - $file_urls = $geodir_uploadurl . '/' . $new_name; |
|
| 1652 | + $file_urls = $geodir_uploadurl.'/'.$new_name; |
|
| 1653 | 1653 | |
| 1654 | 1654 | } else {
|
| 1655 | 1655 | $file_urls = $post_image[$m]; |
@@ -1663,8 +1663,8 @@ discard block |
||
| 1663 | 1663 | if (!empty($postcurr_images)) {
|
| 1664 | 1664 | |
| 1665 | 1665 | if ($file_urls != $postcurr_images) {
|
| 1666 | - $invalid_files[] = (object)array('src' => $postcurr_images);
|
|
| 1667 | - $invalid_files = (object)$invalid_files; |
|
| 1666 | + $invalid_files[] = (object) array('src' => $postcurr_images);
|
|
| 1667 | + $invalid_files = (object) $invalid_files; |
|
| 1668 | 1668 | } |
| 1669 | 1669 | } |
| 1670 | 1670 | |
@@ -1716,9 +1716,9 @@ discard block |
||
| 1716 | 1716 | function geodir_upload_dir($upload) |
| 1717 | 1717 | {
|
| 1718 | 1718 | global $current_user; |
| 1719 | - $upload['subdir'] = $upload['subdir'] . '/temp_' . $current_user->data->ID; |
|
| 1720 | - $upload['path'] = $upload['basedir'] . $upload['subdir']; |
|
| 1721 | - $upload['url'] = $upload['baseurl'] . $upload['subdir']; |
|
| 1719 | + $upload['subdir'] = $upload['subdir'].'/temp_'.$current_user->data->ID; |
|
| 1720 | + $upload['path'] = $upload['basedir'].$upload['subdir']; |
|
| 1721 | + $upload['url'] = $upload['baseurl'].$upload['subdir']; |
|
| 1722 | 1722 | return $upload; |
| 1723 | 1723 | } |
| 1724 | 1724 | |
@@ -1733,20 +1733,20 @@ discard block |
||
| 1733 | 1733 | // check ajax nonce |
| 1734 | 1734 | $imgid = $_POST["imgid"]; |
| 1735 | 1735 | |
| 1736 | - check_ajax_referer($imgid . 'pluploadan'); |
|
| 1736 | + check_ajax_referer($imgid.'pluploadan'); |
|
| 1737 | 1737 | |
| 1738 | 1738 | // handle custom file uploaddir |
| 1739 | 1739 | add_filter('upload_dir', 'geodir_upload_dir');
|
| 1740 | 1740 | |
| 1741 | 1741 | // change file orientation if needed |
| 1742 | - $fixed_file = geodir_exif($_FILES[$imgid . 'async-upload']); |
|
| 1742 | + $fixed_file = geodir_exif($_FILES[$imgid.'async-upload']); |
|
| 1743 | 1743 | |
| 1744 | 1744 | // handle file upload |
| 1745 | 1745 | $status = wp_handle_upload($fixed_file, array('test_form' => true, 'action' => 'plupload_action'));
|
| 1746 | 1746 | // remove handle custom file uploaddir |
| 1747 | 1747 | remove_filter('upload_dir', 'geodir_upload_dir');
|
| 1748 | 1748 | |
| 1749 | - if(!isset($status['url']) && isset($status['error'])){
|
|
| 1749 | + if (!isset($status['url']) && isset($status['error'])) {
|
|
| 1750 | 1750 | print_r($status); |
| 1751 | 1751 | } |
| 1752 | 1752 | |
@@ -1776,9 +1776,9 @@ discard block |
||
| 1776 | 1776 | |
| 1777 | 1777 | $post_type = get_post_type($post_id); |
| 1778 | 1778 | |
| 1779 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 1779 | + $table = $plugin_prefix.$post_type.'_detail'; |
|
| 1780 | 1780 | |
| 1781 | - $results = $wpdb->get_results($wpdb->prepare("SELECT geodir_video FROM " . $table . " WHERE post_id=%d", array($post_id)));
|
|
| 1781 | + $results = $wpdb->get_results($wpdb->prepare("SELECT geodir_video FROM ".$table." WHERE post_id=%d", array($post_id)));
|
|
| 1782 | 1782 | |
| 1783 | 1783 | if ($results) {
|
| 1784 | 1784 | return $results[0]->geodir_video; |
@@ -1802,9 +1802,9 @@ discard block |
||
| 1802 | 1802 | |
| 1803 | 1803 | $post_type = get_post_type($post_id); |
| 1804 | 1804 | |
| 1805 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 1805 | + $table = $plugin_prefix.$post_type.'_detail'; |
|
| 1806 | 1806 | |
| 1807 | - $results = $wpdb->get_results($wpdb->prepare("SELECT geodir_special_offers FROM " . $table . " WHERE post_id=%d", array($post_id)));
|
|
| 1807 | + $results = $wpdb->get_results($wpdb->prepare("SELECT geodir_special_offers FROM ".$table." WHERE post_id=%d", array($post_id)));
|
|
| 1808 | 1808 | |
| 1809 | 1809 | if ($results) {
|
| 1810 | 1810 | return $results[0]->geodir_special_offers; |
@@ -1822,12 +1822,12 @@ discard block |
||
| 1822 | 1822 | */ |
| 1823 | 1823 | function geodir_max_upload_size() |
| 1824 | 1824 | {
|
| 1825 | - $max_filesize = (float)get_option('geodir_upload_max_filesize', 2);
|
|
| 1825 | + $max_filesize = (float) get_option('geodir_upload_max_filesize', 2);
|
|
| 1826 | 1826 | |
| 1827 | 1827 | if ($max_filesize > 0 && $max_filesize < 1) {
|
| 1828 | - $max_filesize = (int)($max_filesize * 1024) . 'kb'; |
|
| 1828 | + $max_filesize = (int) ($max_filesize * 1024).'kb'; |
|
| 1829 | 1829 | } else {
|
| 1830 | - $max_filesize = $max_filesize > 0 ? $max_filesize . 'mb' : '2mb'; |
|
| 1830 | + $max_filesize = $max_filesize > 0 ? $max_filesize.'mb' : '2mb'; |
|
| 1831 | 1831 | } |
| 1832 | 1832 | /** Filter documented in geodirectory-functions/general_functions.php **/ |
| 1833 | 1833 | return apply_filters('geodir_default_image_upload_size_limit', $max_filesize);
|
@@ -1859,7 +1859,7 @@ discard block |
||
| 1859 | 1859 | |
| 1860 | 1860 | $custom_fields = $wpdb->get_results( |
| 1861 | 1861 | $wpdb->prepare( |
| 1862 | - "select post_type,data_type,field_type,site_title,admin_title,htmlvar_name,field_icon from " . GEODIR_CUSTOM_FIELDS_TABLE . " where post_type = %s and is_active='1' and cat_sort='1' AND field_type != 'address' order by sort_order asc", |
|
| 1862 | + "select post_type,data_type,field_type,site_title,admin_title,htmlvar_name,field_icon from ".GEODIR_CUSTOM_FIELDS_TABLE." where post_type = %s and is_active='1' and cat_sort='1' AND field_type != 'address' order by sort_order asc", |
|
| 1863 | 1863 | array($post_type) |
| 1864 | 1864 | ), 'ARRAY_A' |
| 1865 | 1865 | ); |
@@ -1986,7 +1986,7 @@ discard block |
||
| 1986 | 1986 | |
| 1987 | 1987 | $post_meta_info = $wpdb->query( |
| 1988 | 1988 | $wpdb->prepare( |
| 1989 | - "update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 1989 | + "update ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." set |
|
| 1990 | 1990 | sort_order=%d |
| 1991 | 1991 | where id= %d", |
| 1992 | 1992 | array($count, $cf) |
@@ -2068,14 +2068,14 @@ discard block |
||
| 2068 | 2068 | |
| 2069 | 2069 | $check_html_variable = $wpdb->get_var( |
| 2070 | 2070 | $wpdb->prepare( |
| 2071 | - "select htmlvar_name from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where htmlvar_name = %s and post_type = %s and field_type=%s ", |
|
| 2071 | + "select htmlvar_name from ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." where htmlvar_name = %s and post_type = %s and field_type=%s ", |
|
| 2072 | 2072 | array($cehhtmlvar_name, $post_type, $field_type) |
| 2073 | 2073 | ) |
| 2074 | 2074 | ); |
| 2075 | 2075 | |
| 2076 | 2076 | if ($is_default == 1) {
|
| 2077 | 2077 | |
| 2078 | - $wpdb->query($wpdb->prepare("update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set is_default='0', default_order='' where post_type = %s", array($post_type)));
|
|
| 2078 | + $wpdb->query($wpdb->prepare("update ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." set is_default='0', default_order='' where post_type = %s", array($post_type)));
|
|
| 2079 | 2079 | |
| 2080 | 2080 | } |
| 2081 | 2081 | |
@@ -2086,7 +2086,7 @@ discard block |
||
| 2086 | 2086 | |
| 2087 | 2087 | $wpdb->prepare( |
| 2088 | 2088 | |
| 2089 | - "insert into " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 2089 | + "insert into ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." set |
|
| 2090 | 2090 | post_type = %s, |
| 2091 | 2091 | data_type = %s, |
| 2092 | 2092 | field_type = %s, |
@@ -2117,7 +2117,7 @@ discard block |
||
| 2117 | 2117 | |
| 2118 | 2118 | $wpdb->prepare( |
| 2119 | 2119 | |
| 2120 | - "update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 2120 | + "update ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." set |
|
| 2121 | 2121 | post_type = %s, |
| 2122 | 2122 | data_type = %s, |
| 2123 | 2123 | field_type = %s, |
@@ -2143,7 +2143,7 @@ discard block |
||
| 2143 | 2143 | } |
| 2144 | 2144 | |
| 2145 | 2145 | |
| 2146 | - return (int)$lastid; |
|
| 2146 | + return (int) $lastid; |
|
| 2147 | 2147 | |
| 2148 | 2148 | } |
| 2149 | 2149 | } |
@@ -2166,7 +2166,7 @@ discard block |
||
| 2166 | 2166 | if ($field_id != '') {
|
| 2167 | 2167 | $cf = trim($field_id, '_'); |
| 2168 | 2168 | |
| 2169 | - $wpdb->query($wpdb->prepare("delete from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where id= %d ", array($cf)));
|
|
| 2169 | + $wpdb->query($wpdb->prepare("delete from ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." where id= %d ", array($cf)));
|
|
| 2170 | 2170 | |
| 2171 | 2171 | return $field_id; |
| 2172 | 2172 | |
@@ -2189,12 +2189,12 @@ discard block |
||
| 2189 | 2189 | * @param string $field_ins_upd When set to "submit" displays form. |
| 2190 | 2190 | * @param bool $default when set to true field will be for admin use only. |
| 2191 | 2191 | */ |
| 2192 | - function geodir_custom_sort_field_adminhtml($field_type, $result_str, $field_ins_upd = '', $field_type_key='') |
|
| 2192 | + function geodir_custom_sort_field_adminhtml($field_type, $result_str, $field_ins_upd = '', $field_type_key = '') |
|
| 2193 | 2193 | {
|
| 2194 | 2194 | global $wpdb; |
| 2195 | 2195 | $cf = $result_str; |
| 2196 | 2196 | if (!is_object($cf)) {
|
| 2197 | - $field_info = $wpdb->get_row($wpdb->prepare("SELECT * FROM " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " WHERE id = %d", array($cf)));
|
|
| 2197 | + $field_info = $wpdb->get_row($wpdb->prepare("SELECT * FROM ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." WHERE id = %d", array($cf)));
|
|
| 2198 | 2198 | } else {
|
| 2199 | 2199 | $field_info = $cf; |
| 2200 | 2200 | $result_str = $cf->id; |
@@ -2230,18 +2230,18 @@ discard block |
||
| 2230 | 2230 | if ($htmlvar_name == '') |
| 2231 | 2231 | $htmlvar_name = isset($field_info->htmlvar_name) ? $field_info->htmlvar_name : ''; |
| 2232 | 2232 | |
| 2233 | - $nonce = wp_create_nonce('custom_fields_' . $result_str);
|
|
| 2233 | + $nonce = wp_create_nonce('custom_fields_'.$result_str);
|
|
| 2234 | 2234 | |
| 2235 | 2235 | $field_icon = '<i class="fa fa-cog" aria-hidden="true"></i>'; |
| 2236 | 2236 | $cso_arr = geodir_get_custom_sort_options($post_type); |
| 2237 | 2237 | |
| 2238 | 2238 | $cur_field_type = (isset($cf->field_type)) ? $cf->field_type : esc_html($_REQUEST['field_type']); |
| 2239 | - foreach($cso_arr as $cso){
|
|
| 2240 | - if($cur_field_type==$cso['field_type']){
|
|
| 2239 | + foreach ($cso_arr as $cso) {
|
|
| 2240 | + if ($cur_field_type == $cso['field_type']) {
|
|
| 2241 | 2241 | |
| 2242 | 2242 | if (isset($cso['field_icon']) && strpos($cso['field_icon'], 'fa fa-') !== false) {
|
| 2243 | 2243 | $field_icon = '<i class="'.$cso['field_icon'].'" aria-hidden="true"></i>'; |
| 2244 | - }elseif(isset($cso['field_icon']) && $cso['field_icon']){
|
|
| 2244 | + }elseif (isset($cso['field_icon']) && $cso['field_icon']) {
|
|
| 2245 | 2245 | $field_icon = '<b class="gd-cf-icon" style="background-image: url(\''.$cso['field_icon'].'\')"></b>'; |
| 2246 | 2246 | } |
| 2247 | 2247 | |
@@ -2251,40 +2251,40 @@ discard block |
||
| 2251 | 2251 | $radio_id = (isset($field_info->htmlvar_name)) ? $field_info->htmlvar_name.$field_type : rand(5, 500); |
| 2252 | 2252 | ?> |
| 2253 | 2253 | |
| 2254 | - <li class="text" id="licontainer_<?php echo $result_str;?>"> |
|
| 2254 | + <li class="text" id="licontainer_<?php echo $result_str; ?>"> |
|
| 2255 | 2255 | <form><!-- we need to wrap in a form so we can use radio buttons with same name --> |
| 2256 | - <div class="title title<?php echo $result_str;?> gt-fieldset" |
|
| 2257 | - title="<?php _e('Double Click to toggle and drag-drop to sort', 'geodirectory');?>"
|
|
| 2258 | - ondblclick="show_hide('field_frm<?php echo $result_str;?>')">
|
|
| 2256 | + <div class="title title<?php echo $result_str; ?> gt-fieldset" |
|
| 2257 | + title="<?php _e('Double Click to toggle and drag-drop to sort', 'geodirectory'); ?>"
|
|
| 2258 | + ondblclick="show_hide('field_frm<?php echo $result_str; ?>')">
|
|
| 2259 | 2259 | <?php |
| 2260 | 2260 | |
| 2261 | 2261 | ?> |
| 2262 | 2262 | |
| 2263 | - <div title="<?php _e('Click to remove field', 'geodirectory');?>"
|
|
| 2264 | - onclick="delete_sort_field('<?php echo $result_str;?>', '<?php echo $nonce;?>', this)"
|
|
| 2263 | + <div title="<?php _e('Click to remove field', 'geodirectory'); ?>"
|
|
| 2264 | + onclick="delete_sort_field('<?php echo $result_str; ?>', '<?php echo $nonce; ?>', this)"
|
|
| 2265 | 2265 | class="handlediv close"><i class="fa fa-times" aria-hidden="true"></i></div> |
| 2266 | 2266 | |
| 2267 | 2267 | |
| 2268 | - <?php echo $field_icon;?> |
|
| 2268 | + <?php echo $field_icon; ?> |
|
| 2269 | 2269 | <b style="cursor:pointer;" |
| 2270 | - onclick="show_hide('field_frm<?php echo $result_str;?>')"><?php echo geodir_ucwords(__('Field:', 'geodirectory') . ' (' . $site_title . ')');?></b>
|
|
| 2270 | + onclick="show_hide('field_frm<?php echo $result_str; ?>')"><?php echo geodir_ucwords(__('Field:', 'geodirectory').' ('.$site_title.')'); ?></b>
|
|
| 2271 | 2271 | |
| 2272 | 2272 | </div> |
| 2273 | 2273 | |
| 2274 | - <div id="field_frm<?php echo $result_str;?>" class="field_frm" |
|
| 2274 | + <div id="field_frm<?php echo $result_str; ?>" class="field_frm" |
|
| 2275 | 2275 | style="display:<?php if ($field_ins_upd == 'submit') {
|
| 2276 | 2276 | echo 'block;'; |
| 2277 | 2277 | } else {
|
| 2278 | 2278 | echo 'none;'; |
| 2279 | 2279 | } ?>"> |
| 2280 | 2280 | <input type="hidden" name="_wpnonce" value="<?php echo $nonce; ?>"/> |
| 2281 | - <input type="hidden" name="listing_type" id="listing_type" value="<?php echo $post_type;?>"/> |
|
| 2282 | - <input type="hidden" name="field_type" id="field_type" value="<?php echo $field_type;?>"/> |
|
| 2283 | - <input type="hidden" name="field_id" id="field_id" value="<?php echo $result_str;?>"/> |
|
| 2281 | + <input type="hidden" name="listing_type" id="listing_type" value="<?php echo $post_type; ?>"/> |
|
| 2282 | + <input type="hidden" name="field_type" id="field_type" value="<?php echo $field_type; ?>"/> |
|
| 2283 | + <input type="hidden" name="field_id" id="field_id" value="<?php echo $result_str; ?>"/> |
|
| 2284 | 2284 | <input type="hidden" name="data_type" id="data_type" value="<?php if (isset($field_info->data_type)) {
|
| 2285 | 2285 | echo $field_info->data_type; |
| 2286 | 2286 | }?>"/> |
| 2287 | - <input type="hidden" name="htmlvar_name" id="htmlvar_name" value="<?php echo $htmlvar_name;?>"/> |
|
| 2287 | + <input type="hidden" name="htmlvar_name" id="htmlvar_name" value="<?php echo $htmlvar_name; ?>"/> |
|
| 2288 | 2288 | |
| 2289 | 2289 | |
| 2290 | 2290 | <ul class="widefat post fixed" border="0" style="width:100%;"> |
@@ -2294,7 +2294,7 @@ discard block |
||
| 2294 | 2294 | <input type="hidden" name="site_title" id="site_title" value="<?php echo esc_attr($site_title); ?>"/> |
| 2295 | 2295 | |
| 2296 | 2296 | <li> |
| 2297 | - <?php $value = (isset($field_info->sort_asc) && $field_info->sort_asc) ? $field_info->sort_asc : 0;?> |
|
| 2297 | + <?php $value = (isset($field_info->sort_asc) && $field_info->sort_asc) ? $field_info->sort_asc : 0; ?> |
|
| 2298 | 2298 | |
| 2299 | 2299 | <label for="asc" class="gd-cf-tooltip-wrap"> |
| 2300 | 2300 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Show Ascending Sort (low to high)', 'geodirectory'); ?>
|
@@ -2304,24 +2304,24 @@ discard block |
||
| 2304 | 2304 | </label> |
| 2305 | 2305 | <div class="gd-cf-input-wrap gd-switch"> |
| 2306 | 2306 | |
| 2307 | - <input type="radio" id="asc_yes<?php echo $radio_id;?>" name="asc" class="gdri-enabled" value="1" |
|
| 2307 | + <input type="radio" id="asc_yes<?php echo $radio_id; ?>" name="asc" class="gdri-enabled" value="1" |
|
| 2308 | 2308 | <?php if ($value == '1') {
|
| 2309 | 2309 | echo 'checked'; |
| 2310 | 2310 | } ?>/> |
| 2311 | - <label onclick="show_hide_radio(this,'show','cfs-asc-title');" for="asc_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 2311 | + <label onclick="show_hide_radio(this,'show','cfs-asc-title');" for="asc_yes<?php echo $radio_id; ?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 2312 | 2312 | |
| 2313 | - <input type="radio" id="asc_no<?php echo $radio_id;?>" name="asc" class="gdri-disabled" value="0" |
|
| 2313 | + <input type="radio" id="asc_no<?php echo $radio_id; ?>" name="asc" class="gdri-disabled" value="0" |
|
| 2314 | 2314 | <?php if ($value == '0' || !$value) {
|
| 2315 | 2315 | echo 'checked'; |
| 2316 | 2316 | } ?>/> |
| 2317 | - <label onclick="show_hide_radio(this,'hide','cfs-asc-title');" for="asc_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 2317 | + <label onclick="show_hide_radio(this,'hide','cfs-asc-title');" for="asc_no<?php echo $radio_id; ?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 2318 | 2318 | |
| 2319 | 2319 | </div> |
| 2320 | 2320 | |
| 2321 | 2321 | </li> |
| 2322 | 2322 | |
| 2323 | - <li class="cfs-asc-title" <?php if ((isset($field_info->sort_asc) && $field_info->sort_asc == '0') || !isset($field_info->sort_asc)) {echo "style='display:none;'";}?>>
|
|
| 2324 | - <?php $value = (isset($field_info->asc_title) && $field_info->asc_title) ? esc_attr($field_info->asc_title) : '';?> |
|
| 2323 | + <li class="cfs-asc-title" <?php if ((isset($field_info->sort_asc) && $field_info->sort_asc == '0') || !isset($field_info->sort_asc)) {echo "style='display:none;'"; }?>>
|
|
| 2324 | + <?php $value = (isset($field_info->asc_title) && $field_info->asc_title) ? esc_attr($field_info->asc_title) : ''; ?> |
|
| 2325 | 2325 | |
| 2326 | 2326 | <label for="asc_title" class="gd-cf-tooltip-wrap"> |
| 2327 | 2327 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Ascending title', 'geodirectory'); ?>
|
@@ -2331,14 +2331,14 @@ discard block |
||
| 2331 | 2331 | </label> |
| 2332 | 2332 | <div class="gd-cf-input-wrap"> |
| 2333 | 2333 | |
| 2334 | - <input type="text" name="asc_title" id="asc_title" value="<?php echo $value;?>" /> |
|
| 2334 | + <input type="text" name="asc_title" id="asc_title" value="<?php echo $value; ?>" /> |
|
| 2335 | 2335 | </div> |
| 2336 | 2336 | |
| 2337 | 2337 | |
| 2338 | 2338 | </li> |
| 2339 | 2339 | |
| 2340 | 2340 | |
| 2341 | - <li class="cfs-asc-title" <?php if ((isset($field_info->sort_asc) && $field_info->sort_asc == '0') || !isset($field_info->sort_asc)) {echo "style='display:none;'";}?>>
|
|
| 2341 | + <li class="cfs-asc-title" <?php if ((isset($field_info->sort_asc) && $field_info->sort_asc == '0') || !isset($field_info->sort_asc)) {echo "style='display:none;'"; }?>>
|
|
| 2342 | 2342 | |
| 2343 | 2343 | <label for="is_default" class="gd-cf-tooltip-wrap"> |
| 2344 | 2344 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Default sort?', 'geodirectory'); ?>
|
@@ -2349,7 +2349,7 @@ discard block |
||
| 2349 | 2349 | <div class="gd-cf-input-wrap"> |
| 2350 | 2350 | |
| 2351 | 2351 | <input type="radio" name="is_default" |
| 2352 | - value="<?php echo $htmlvar_name; ?>_asc" <?php if (isset($field_info->default_order) && $field_info->default_order == $htmlvar_name . '_asc') {
|
|
| 2352 | + value="<?php echo $htmlvar_name; ?>_asc" <?php if (isset($field_info->default_order) && $field_info->default_order == $htmlvar_name.'_asc') {
|
|
| 2353 | 2353 | echo 'checked="checked"'; |
| 2354 | 2354 | } ?>/> |
| 2355 | 2355 | </div> |
@@ -2359,7 +2359,7 @@ discard block |
||
| 2359 | 2359 | |
| 2360 | 2360 | |
| 2361 | 2361 | <li> |
| 2362 | - <?php $value = (isset($field_info->sort_desc) && $field_info->sort_desc) ? $field_info->sort_desc : 0;?> |
|
| 2362 | + <?php $value = (isset($field_info->sort_desc) && $field_info->sort_desc) ? $field_info->sort_desc : 0; ?> |
|
| 2363 | 2363 | |
| 2364 | 2364 | <label for="desc" class="gd-cf-tooltip-wrap"> |
| 2365 | 2365 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Show Descending Sort (high to low)', 'geodirectory'); ?>
|
@@ -2369,24 +2369,24 @@ discard block |
||
| 2369 | 2369 | </label> |
| 2370 | 2370 | <div class="gd-cf-input-wrap gd-switch"> |
| 2371 | 2371 | |
| 2372 | - <input type="radio" id="desc_yes<?php echo $radio_id;?>" name="desc" class="gdri-enabled" value="1" |
|
| 2372 | + <input type="radio" id="desc_yes<?php echo $radio_id; ?>" name="desc" class="gdri-enabled" value="1" |
|
| 2373 | 2373 | <?php if ($value == '1') {
|
| 2374 | 2374 | echo 'checked'; |
| 2375 | 2375 | } ?>/> |
| 2376 | - <label onclick="show_hide_radio(this,'show','cfs-desc-title');" for="desc_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 2376 | + <label onclick="show_hide_radio(this,'show','cfs-desc-title');" for="desc_yes<?php echo $radio_id; ?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 2377 | 2377 | |
| 2378 | - <input type="radio" id="desc_no<?php echo $radio_id;?>" name="desc" class="gdri-disabled" value="0" |
|
| 2378 | + <input type="radio" id="desc_no<?php echo $radio_id; ?>" name="desc" class="gdri-disabled" value="0" |
|
| 2379 | 2379 | <?php if ($value == '0' || !$value) {
|
| 2380 | 2380 | echo 'checked'; |
| 2381 | 2381 | } ?>/> |
| 2382 | - <label onclick="show_hide_radio(this,'hide','cfs-desc-title');" for="desc_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 2382 | + <label onclick="show_hide_radio(this,'hide','cfs-desc-title');" for="desc_no<?php echo $radio_id; ?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 2383 | 2383 | |
| 2384 | 2384 | </div> |
| 2385 | 2385 | |
| 2386 | 2386 | </li> |
| 2387 | 2387 | |
| 2388 | - <li class="cfs-desc-title" <?php if ((isset($field_info->sort_desc) && $field_info->sort_desc == '0') || !isset($field_info->sort_desc)) {echo "style='display:none;'";}?>>
|
|
| 2389 | - <?php $value = (isset($field_info->desc_title) && $field_info->desc_title) ? esc_attr($field_info->desc_title) : '';?> |
|
| 2388 | + <li class="cfs-desc-title" <?php if ((isset($field_info->sort_desc) && $field_info->sort_desc == '0') || !isset($field_info->sort_desc)) {echo "style='display:none;'"; }?>>
|
|
| 2389 | + <?php $value = (isset($field_info->desc_title) && $field_info->desc_title) ? esc_attr($field_info->desc_title) : ''; ?> |
|
| 2390 | 2390 | |
| 2391 | 2391 | <label for="desc_title" class="gd-cf-tooltip-wrap"> |
| 2392 | 2392 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Descending title', 'geodirectory'); ?>
|
@@ -2396,13 +2396,13 @@ discard block |
||
| 2396 | 2396 | </label> |
| 2397 | 2397 | <div class="gd-cf-input-wrap"> |
| 2398 | 2398 | |
| 2399 | - <input type="text" name="desc_title" id="desc_title" value="<?php echo $value;?>" /> |
|
| 2399 | + <input type="text" name="desc_title" id="desc_title" value="<?php echo $value; ?>" /> |
|
| 2400 | 2400 | </div> |
| 2401 | 2401 | |
| 2402 | 2402 | |
| 2403 | 2403 | </li> |
| 2404 | 2404 | |
| 2405 | - <li class="cfs-desc-title" <?php if ((isset($field_info->sort_desc) && $field_info->sort_desc == '0') || !isset($field_info->sort_desc)) {echo "style='display:none;'";}?>>
|
|
| 2405 | + <li class="cfs-desc-title" <?php if ((isset($field_info->sort_desc) && $field_info->sort_desc == '0') || !isset($field_info->sort_desc)) {echo "style='display:none;'"; }?>>
|
|
| 2406 | 2406 | |
| 2407 | 2407 | <label for="is_default" class="gd-cf-tooltip-wrap"> |
| 2408 | 2408 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Default sort?', 'geodirectory'); ?>
|
@@ -2413,7 +2413,7 @@ discard block |
||
| 2413 | 2413 | <div class="gd-cf-input-wrap"> |
| 2414 | 2414 | |
| 2415 | 2415 | <input type="radio" name="is_default" |
| 2416 | - value="<?php echo $htmlvar_name; ?>_desc" <?php if (isset($field_info->default_order) && $field_info->default_order == $htmlvar_name . '_desc') {
|
|
| 2416 | + value="<?php echo $htmlvar_name; ?>_desc" <?php if (isset($field_info->default_order) && $field_info->default_order == $htmlvar_name.'_desc') {
|
|
| 2417 | 2417 | echo 'checked="checked"'; |
| 2418 | 2418 | } ?>/> |
| 2419 | 2419 | </div> |
@@ -2438,14 +2438,14 @@ discard block |
||
| 2438 | 2438 | </label> |
| 2439 | 2439 | <div class="gd-cf-input-wrap"> |
| 2440 | 2440 | |
| 2441 | - <input type="text" name="site_title" id="site_title" value="<?php echo $value;?>" /> |
|
| 2441 | + <input type="text" name="site_title" id="site_title" value="<?php echo $value; ?>" /> |
|
| 2442 | 2442 | </div> |
| 2443 | 2443 | |
| 2444 | 2444 | |
| 2445 | 2445 | </li> |
| 2446 | 2446 | |
| 2447 | 2447 | <li> |
| 2448 | - <?php $value = (isset($field_info->is_default) && $field_info->is_default) ? esc_attr($field_info->is_default) : '';?> |
|
| 2448 | + <?php $value = (isset($field_info->is_default) && $field_info->is_default) ? esc_attr($field_info->is_default) : ''; ?> |
|
| 2449 | 2449 | |
| 2450 | 2450 | <label for="is_default" class="gd-cf-tooltip-wrap"> |
| 2451 | 2451 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Default sort?', 'geodirectory'); ?>
|
@@ -2469,7 +2469,7 @@ discard block |
||
| 2469 | 2469 | |
| 2470 | 2470 | |
| 2471 | 2471 | <li> |
| 2472 | - <?php $value = (isset($field_info->is_active) && $field_info->is_active) ? $field_info->is_active: 0;?> |
|
| 2472 | + <?php $value = (isset($field_info->is_active) && $field_info->is_active) ? $field_info->is_active : 0; ?> |
|
| 2473 | 2473 | |
| 2474 | 2474 | <label for="is_active" class="gd-cf-tooltip-wrap"> |
| 2475 | 2475 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Is active', 'geodirectory'); ?>
|
@@ -2479,17 +2479,17 @@ discard block |
||
| 2479 | 2479 | </label> |
| 2480 | 2480 | <div class="gd-cf-input-wrap gd-switch"> |
| 2481 | 2481 | |
| 2482 | - <input type="radio" id="is_active_yes<?php echo $radio_id;?>" name="is_active" class="gdri-enabled" value="1" |
|
| 2482 | + <input type="radio" id="is_active_yes<?php echo $radio_id; ?>" name="is_active" class="gdri-enabled" value="1" |
|
| 2483 | 2483 | <?php if ($value == '1') {
|
| 2484 | 2484 | echo 'checked'; |
| 2485 | 2485 | } ?>/> |
| 2486 | - <label for="is_active_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 2486 | + <label for="is_active_yes<?php echo $radio_id; ?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 2487 | 2487 | |
| 2488 | - <input type="radio" id="is_active_no<?php echo $radio_id;?>" name="is_active" class="gdri-disabled" value="0" |
|
| 2488 | + <input type="radio" id="is_active_no<?php echo $radio_id; ?>" name="is_active" class="gdri-disabled" value="0" |
|
| 2489 | 2489 | <?php if ($value == '0' || !$value) {
|
| 2490 | 2490 | echo 'checked'; |
| 2491 | 2491 | } ?>/> |
| 2492 | - <label for="is_active_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 2492 | + <label for="is_active_no<?php echo $radio_id; ?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 2493 | 2493 | |
| 2494 | 2494 | </div> |
| 2495 | 2495 | |
@@ -2510,10 +2510,10 @@ discard block |
||
| 2510 | 2510 | <h3></h3> |
| 2511 | 2511 | </label> |
| 2512 | 2512 | <div class="gd-cf-input-wrap"> |
| 2513 | - <input type="button" class="button button-primary" name="save" id="save" value="<?php echo esc_attr(__('Save','geodirectory'));?>"
|
|
| 2513 | + <input type="button" class="button button-primary" name="save" id="save" value="<?php echo esc_attr(__('Save', 'geodirectory')); ?>"
|
|
| 2514 | 2514 | onclick="save_sort_field('<?php echo esc_attr($result_str); ?>')"/>
|
| 2515 | - <a href="javascript:void(0)"><input type="button" name="delete" value="<?php echo esc_attr(__('Delete','geodirectory'));?>"
|
|
| 2516 | - onclick="delete_sort_field('<?php echo $result_str;?>', '<?php echo $nonce;?>', this)"
|
|
| 2515 | + <a href="javascript:void(0)"><input type="button" name="delete" value="<?php echo esc_attr(__('Delete', 'geodirectory')); ?>"
|
|
| 2516 | + onclick="delete_sort_field('<?php echo $result_str; ?>', '<?php echo $nonce; ?>', this)"
|
|
| 2517 | 2517 | class="button"/></a> |
| 2518 | 2518 | </div> |
| 2519 | 2519 | </li> |
@@ -2548,7 +2548,7 @@ discard block |
||
| 2548 | 2548 | if (!$package_id || !$field_name || !$post_type) {
|
| 2549 | 2549 | return true; |
| 2550 | 2550 | } |
| 2551 | - $sql = $wpdb->prepare("SELECT id FROM " . GEODIR_CUSTOM_FIELDS_TABLE . " WHERE is_active='1' AND htmlvar_name=%s AND post_type=%s AND FIND_IN_SET(%s, packages)", array($field_name, $post_type, (int)$package_id));
|
|
| 2551 | + $sql = $wpdb->prepare("SELECT id FROM ".GEODIR_CUSTOM_FIELDS_TABLE." WHERE is_active='1' AND htmlvar_name=%s AND post_type=%s AND FIND_IN_SET(%s, packages)", array($field_name, $post_type, (int) $package_id));
|
|
| 2552 | 2552 | |
| 2553 | 2553 | if ($wpdb->get_var($sql)) {
|
| 2554 | 2554 | return true; |
@@ -2671,13 +2671,13 @@ discard block |
||
| 2671 | 2671 | } |
| 2672 | 2672 | |
| 2673 | 2673 | |
| 2674 | -function geodir_cfa_data_type_text($output,$result_str,$cf,$field_info){
|
|
| 2674 | +function geodir_cfa_data_type_text($output, $result_str, $cf, $field_info) {
|
|
| 2675 | 2675 | ob_start(); |
| 2676 | 2676 | |
| 2677 | 2677 | $dt_value = ''; |
| 2678 | 2678 | if (isset($field_info->data_type)) {
|
| 2679 | 2679 | $dt_value = esc_attr($field_info->data_type); |
| 2680 | - }elseif(isset($cf['defaults']['data_type']) && $cf['defaults']['data_type']){
|
|
| 2680 | + }elseif (isset($cf['defaults']['data_type']) && $cf['defaults']['data_type']) {
|
|
| 2681 | 2681 | $dt_value = $cf['defaults']['data_type']; |
| 2682 | 2682 | } |
| 2683 | 2683 | ?> |
@@ -2688,15 +2688,15 @@ discard block |
||
| 2688 | 2688 | <select name="data_type" id="data_type" |
| 2689 | 2689 | onchange="javascript:gd_data_type_changed(this, '<?php echo $result_str; ?>');"> |
| 2690 | 2690 | <option |
| 2691 | - value="XVARCHAR" <?php if ($dt_value == 'VARCHAR') {
|
|
| 2691 | + value="XVARCHAR" <?php if ($dt_value == 'VARCHAR') {
|
|
| 2692 | 2692 | echo 'selected="selected"'; |
| 2693 | 2693 | } ?>><?php _e('CHARACTER', 'geodirectory'); ?></option>
|
| 2694 | 2694 | <option |
| 2695 | - value="INT" <?php if ($dt_value == 'INT') {
|
|
| 2695 | + value="INT" <?php if ($dt_value == 'INT') {
|
|
| 2696 | 2696 | echo 'selected="selected"'; |
| 2697 | 2697 | } ?>><?php _e('NUMBER', 'geodirectory'); ?></option>
|
| 2698 | 2698 | <option |
| 2699 | - value="FLOAT" <?php if ($dt_value == 'FLOAT') {
|
|
| 2699 | + value="FLOAT" <?php if ($dt_value == 'FLOAT') {
|
|
| 2700 | 2700 | echo 'selected="selected"'; |
| 2701 | 2701 | } ?>><?php _e('DECIMAL', 'geodirectory'); ?></option>
|
| 2702 | 2702 | </select> |
@@ -2709,13 +2709,13 @@ discard block |
||
| 2709 | 2709 | $value = ''; |
| 2710 | 2710 | if (isset($field_info->decimal_point)) {
|
| 2711 | 2711 | $value = esc_attr($field_info->decimal_point); |
| 2712 | - }elseif(isset($cf['defaults']['decimal_point']) && $cf['defaults']['decimal_point']){
|
|
| 2712 | + }elseif (isset($cf['defaults']['decimal_point']) && $cf['defaults']['decimal_point']) {
|
|
| 2713 | 2713 | $value = $cf['defaults']['decimal_point']; |
| 2714 | 2714 | } |
| 2715 | 2715 | ?> |
| 2716 | 2716 | |
| 2717 | 2717 | <li class="decimal-point-wrapper" |
| 2718 | - style="<?php echo ($dt_value == 'FLOAT') ? '' : 'display:none' ?>"> |
|
| 2718 | + style="<?php echo ($dt_value == 'FLOAT') ? '' : 'display:none' ?>"> |
|
| 2719 | 2719 | <label for="decimal_point"><?php _e('Select decimal point :', 'geodirectory'); ?></label>
|
| 2720 | 2720 | <div class="gd-cf-input-wrap"> |
| 2721 | 2721 | <select name="decimal_point" id="decimal_point"> |
@@ -2733,41 +2733,41 @@ discard block |
||
| 2733 | 2733 | $output = ob_get_clean(); |
| 2734 | 2734 | return $output; |
| 2735 | 2735 | } |
| 2736 | -add_filter('geodir_cfa_data_type_text','geodir_cfa_data_type_text',10,4);
|
|
| 2736 | +add_filter('geodir_cfa_data_type_text', 'geodir_cfa_data_type_text', 10, 4);
|
|
| 2737 | 2737 | |
| 2738 | 2738 | // htmlvar not needed for fieldset and taxonomy |
| 2739 | -add_filter('geodir_cfa_htmlvar_name_fieldset','__return_empty_string',10,4);
|
|
| 2740 | -add_filter('geodir_cfa_htmlvar_name_taxonomy','__return_empty_string',10,4);
|
|
| 2739 | +add_filter('geodir_cfa_htmlvar_name_fieldset', '__return_empty_string', 10, 4);
|
|
| 2740 | +add_filter('geodir_cfa_htmlvar_name_taxonomy', '__return_empty_string', 10, 4);
|
|
| 2741 | 2741 | |
| 2742 | 2742 | |
| 2743 | 2743 | // default_value not needed for textarea, html, file, fieldset, taxonomy, address |
| 2744 | -add_filter('geodir_cfa_default_value_file','__return_empty_string',10,4);
|
|
| 2745 | -add_filter('geodir_cfa_default_value_taxonomy','__return_empty_string',10,4);
|
|
| 2746 | -add_filter('geodir_cfa_default_value_address','__return_empty_string',10,4);
|
|
| 2747 | -add_filter('geodir_cfa_default_value_fieldset','__return_empty_string',10,4);
|
|
| 2744 | +add_filter('geodir_cfa_default_value_file', '__return_empty_string', 10, 4);
|
|
| 2745 | +add_filter('geodir_cfa_default_value_taxonomy', '__return_empty_string', 10, 4);
|
|
| 2746 | +add_filter('geodir_cfa_default_value_address', '__return_empty_string', 10, 4);
|
|
| 2747 | +add_filter('geodir_cfa_default_value_fieldset', '__return_empty_string', 10, 4);
|
|
| 2748 | 2748 | |
| 2749 | 2749 | // is_required not needed for fieldset |
| 2750 | -add_filter('geodir_cfa_is_required_fieldset','__return_empty_string',10,4);
|
|
| 2751 | -add_filter('geodir_cfa_required_msg_fieldset','__return_empty_string',10,4);
|
|
| 2750 | +add_filter('geodir_cfa_is_required_fieldset', '__return_empty_string', 10, 4);
|
|
| 2751 | +add_filter('geodir_cfa_required_msg_fieldset', '__return_empty_string', 10, 4);
|
|
| 2752 | 2752 | |
| 2753 | 2753 | // field_icon not needed for fieldset |
| 2754 | -add_filter('geodir_cfa_field_icon_fieldset','__return_empty_string',10,4);
|
|
| 2755 | -add_filter('geodir_cfa_css_class_fieldset','__return_empty_string',10,4);
|
|
| 2754 | +add_filter('geodir_cfa_field_icon_fieldset', '__return_empty_string', 10, 4);
|
|
| 2755 | +add_filter('geodir_cfa_css_class_fieldset', '__return_empty_string', 10, 4);
|
|
| 2756 | 2756 | |
| 2757 | 2757 | // cat_sort not needed for some fields |
| 2758 | -add_filter('geodir_cfa_cat_sort_html','__return_empty_string',10,4);
|
|
| 2759 | -add_filter('geodir_cfa_cat_sort_file','__return_empty_string',10,4);
|
|
| 2760 | -add_filter('geodir_cfa_cat_sort_url','__return_empty_string',10,4);
|
|
| 2761 | -add_filter('geodir_cfa_cat_sort_fieldset','__return_empty_string',10,4);
|
|
| 2762 | -add_filter('geodir_cfa_cat_sort_multiselect','__return_empty_string',10,4);
|
|
| 2763 | -add_filter('geodir_cfa_cat_sort_textarea','__return_empty_string',10,4);
|
|
| 2764 | -add_filter('geodir_cfa_cat_sort_taxonomy','__return_empty_string',10,4);
|
|
| 2765 | -add_filter('geodir_cfa_cat_sort_address','__return_empty_string',10,4);
|
|
| 2758 | +add_filter('geodir_cfa_cat_sort_html', '__return_empty_string', 10, 4);
|
|
| 2759 | +add_filter('geodir_cfa_cat_sort_file', '__return_empty_string', 10, 4);
|
|
| 2760 | +add_filter('geodir_cfa_cat_sort_url', '__return_empty_string', 10, 4);
|
|
| 2761 | +add_filter('geodir_cfa_cat_sort_fieldset', '__return_empty_string', 10, 4);
|
|
| 2762 | +add_filter('geodir_cfa_cat_sort_multiselect', '__return_empty_string', 10, 4);
|
|
| 2763 | +add_filter('geodir_cfa_cat_sort_textarea', '__return_empty_string', 10, 4);
|
|
| 2764 | +add_filter('geodir_cfa_cat_sort_taxonomy', '__return_empty_string', 10, 4);
|
|
| 2765 | +add_filter('geodir_cfa_cat_sort_address', '__return_empty_string', 10, 4);
|
|
| 2766 | 2766 | |
| 2767 | 2767 | |
| 2768 | 2768 | |
| 2769 | -function geodir_cfa_advanced_editor_geodir_special_offers($output,$result_str,$cf,$field_info){
|
|
| 2770 | - if($field_info->htmlvar_name != 'geodir_special_offers'){return '';}
|
|
| 2769 | +function geodir_cfa_advanced_editor_geodir_special_offers($output, $result_str, $cf, $field_info) {
|
|
| 2770 | + if ($field_info->htmlvar_name != 'geodir_special_offers') {return ''; }
|
|
| 2771 | 2771 | ob_start(); |
| 2772 | 2772 | ?> |
| 2773 | 2773 | <li> |
@@ -2798,16 +2798,16 @@ discard block |
||
| 2798 | 2798 | $output = ob_get_clean(); |
| 2799 | 2799 | return $output; |
| 2800 | 2800 | } |
| 2801 | -add_filter('geodir_cfa_advanced_editor_textarea','geodir_cfa_advanced_editor_geodir_special_offers',10,4);
|
|
| 2801 | +add_filter('geodir_cfa_advanced_editor_textarea', 'geodir_cfa_advanced_editor_geodir_special_offers', 10, 4);
|
|
| 2802 | 2802 | |
| 2803 | 2803 | |
| 2804 | -function geodir_cfa_validation_pattern_text($output,$result_str,$cf,$field_info){
|
|
| 2804 | +function geodir_cfa_validation_pattern_text($output, $result_str, $cf, $field_info) {
|
|
| 2805 | 2805 | ob_start(); |
| 2806 | 2806 | |
| 2807 | 2807 | $value = ''; |
| 2808 | 2808 | if (isset($field_info->validation_pattern)) {
|
| 2809 | 2809 | $value = esc_attr($field_info->validation_pattern); |
| 2810 | - }elseif(isset($cf['defaults']['validation_pattern']) && $cf['defaults']['validation_pattern']){
|
|
| 2810 | + }elseif (isset($cf['defaults']['validation_pattern']) && $cf['defaults']['validation_pattern']) {
|
|
| 2811 | 2811 | $value = esc_attr($cf['defaults']['validation_pattern']); |
| 2812 | 2812 | } |
| 2813 | 2813 | ?> |
@@ -2827,7 +2827,7 @@ discard block |
||
| 2827 | 2827 | $value = ''; |
| 2828 | 2828 | if (isset($field_info->validation_msg)) {
|
| 2829 | 2829 | $value = esc_attr($field_info->validation_msg); |
| 2830 | - }elseif(isset($cf['defaults']['validation_msg']) && $cf['defaults']['validation_msg']){
|
|
| 2830 | + }elseif (isset($cf['defaults']['validation_msg']) && $cf['defaults']['validation_msg']) {
|
|
| 2831 | 2831 | $value = esc_attr($cf['defaults']['validation_msg']); |
| 2832 | 2832 | } |
| 2833 | 2833 | ?> |
@@ -2848,10 +2848,10 @@ discard block |
||
| 2848 | 2848 | $output = ob_get_clean(); |
| 2849 | 2849 | return $output; |
| 2850 | 2850 | } |
| 2851 | -add_filter('geodir_cfa_validation_pattern_text','geodir_cfa_validation_pattern_text',10,4);
|
|
| 2851 | +add_filter('geodir_cfa_validation_pattern_text', 'geodir_cfa_validation_pattern_text', 10, 4);
|
|
| 2852 | 2852 | |
| 2853 | 2853 | |
| 2854 | -function geodir_cfa_htmlvar_name_taxonomy($output,$result_str,$cf,$field_info){
|
|
| 2854 | +function geodir_cfa_htmlvar_name_taxonomy($output, $result_str, $cf, $field_info) {
|
|
| 2855 | 2855 | ob_start(); |
| 2856 | 2856 | global $post_type; |
| 2857 | 2857 | |
@@ -2876,7 +2876,7 @@ discard block |
||
| 2876 | 2876 | ?> |
| 2877 | 2877 | <option <?php if (isset($field_info->htmlvar_name) && $field_info->htmlvar_name == $gd_tax) {
|
| 2878 | 2878 | echo 'selected="selected"'; |
| 2879 | - }?> id="<?php echo $gd_tax;?>"><?php echo $gd_tax;?></option><?php |
|
| 2879 | + }?> id="<?php echo $gd_tax; ?>"><?php echo $gd_tax; ?></option><?php |
|
| 2880 | 2880 | } |
| 2881 | 2881 | ?> |
| 2882 | 2882 | </select> |
@@ -2887,7 +2887,7 @@ discard block |
||
| 2887 | 2887 | <label for="cat_display_type" class="gd-cf-tooltip-wrap"> |
| 2888 | 2888 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Category display type :', 'geodirectory'); ?>
|
| 2889 | 2889 | <div class="gdcf-tooltip"> |
| 2890 | - <?php _e('Show categories list as select, multiselect, checkbox or radio', 'geodirectory');?>
|
|
| 2890 | + <?php _e('Show categories list as select, multiselect, checkbox or radio', 'geodirectory'); ?>
|
|
| 2891 | 2891 | </div> |
| 2892 | 2892 | </label> |
| 2893 | 2893 | <div class="gd-cf-input-wrap"> |
@@ -2895,19 +2895,19 @@ discard block |
||
| 2895 | 2895 | <select name="cat_display_type" id="cat_display_type"> |
| 2896 | 2896 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'ajax_chained') {
|
| 2897 | 2897 | echo 'selected="selected"'; |
| 2898 | - }?> value="ajax_chained"><?php _e('Ajax Chained', 'geodirectory');?></option>
|
|
| 2898 | + }?> value="ajax_chained"><?php _e('Ajax Chained', 'geodirectory'); ?></option>
|
|
| 2899 | 2899 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'select') {
|
| 2900 | 2900 | echo 'selected="selected"'; |
| 2901 | - }?> value="select"><?php _e('Select', 'geodirectory');?></option>
|
|
| 2901 | + }?> value="select"><?php _e('Select', 'geodirectory'); ?></option>
|
|
| 2902 | 2902 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'multiselect') {
|
| 2903 | 2903 | echo 'selected="selected"'; |
| 2904 | - }?> value="multiselect"><?php _e('Multiselect', 'geodirectory');?></option>
|
|
| 2904 | + }?> value="multiselect"><?php _e('Multiselect', 'geodirectory'); ?></option>
|
|
| 2905 | 2905 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'checkbox') {
|
| 2906 | 2906 | echo 'selected="selected"'; |
| 2907 | - }?> value="checkbox"><?php _e('Checkbox', 'geodirectory');?></option>
|
|
| 2907 | + }?> value="checkbox"><?php _e('Checkbox', 'geodirectory'); ?></option>
|
|
| 2908 | 2908 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'radio') {
|
| 2909 | 2909 | echo 'selected="selected"'; |
| 2910 | - }?> value="radio"><?php _e('Radio', 'geodirectory');?></option>
|
|
| 2910 | + }?> value="radio"><?php _e('Radio', 'geodirectory'); ?></option>
|
|
| 2911 | 2911 | </select> |
| 2912 | 2912 | </div> |
| 2913 | 2913 | </li> |
@@ -2916,10 +2916,10 @@ discard block |
||
| 2916 | 2916 | $output = ob_get_clean(); |
| 2917 | 2917 | return $output; |
| 2918 | 2918 | } |
| 2919 | -add_filter('geodir_cfa_htmlvar_name_taxonomy','geodir_cfa_htmlvar_name_taxonomy',10,4);
|
|
| 2919 | +add_filter('geodir_cfa_htmlvar_name_taxonomy', 'geodir_cfa_htmlvar_name_taxonomy', 10, 4);
|
|
| 2920 | 2920 | |
| 2921 | 2921 | |
| 2922 | -function geodir_cfa_extra_fields_address($output,$result_str,$cf,$field_info){
|
|
| 2922 | +function geodir_cfa_extra_fields_address($output, $result_str, $cf, $field_info) {
|
|
| 2923 | 2923 | |
| 2924 | 2924 | ob_start(); |
| 2925 | 2925 | if (isset($field_info->extra_fields) && $field_info->extra_fields != '') {
|
@@ -2942,32 +2942,32 @@ discard block |
||
| 2942 | 2942 | <label for="show_zip" class="gd-cf-tooltip-wrap"> |
| 2943 | 2943 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Display zip/post code :', 'geodirectory'); ?>
|
| 2944 | 2944 | <div class="gdcf-tooltip"> |
| 2945 | - <?php _e('Select if you want to show zip/post code field in address section.', 'geodirectory');?>
|
|
| 2945 | + <?php _e('Select if you want to show zip/post code field in address section.', 'geodirectory'); ?>
|
|
| 2946 | 2946 | </div> |
| 2947 | 2947 | </label> |
| 2948 | 2948 | <div class="gd-cf-input-wrap gd-switch"> |
| 2949 | 2949 | |
| 2950 | - <input type="radio" id="show_zip_yes<?php echo $radio_id;?>" name="extra[show_zip]" class="gdri-enabled" value="1" |
|
| 2950 | + <input type="radio" id="show_zip_yes<?php echo $radio_id; ?>" name="extra[show_zip]" class="gdri-enabled" value="1" |
|
| 2951 | 2951 | <?php if (isset($address['show_zip']) && $address['show_zip'] == '1') {
|
| 2952 | 2952 | echo 'checked'; |
| 2953 | 2953 | } ?>/> |
| 2954 | - <label onclick="show_hide_radio(this,'show','cf-zip-lable');" for="show_zip_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 2954 | + <label onclick="show_hide_radio(this,'show','cf-zip-lable');" for="show_zip_yes<?php echo $radio_id; ?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 2955 | 2955 | |
| 2956 | - <input type="radio" id="show_zip_no<?php echo $radio_id;?>" name="extra[show_zip]" class="gdri-disabled" value="0" |
|
| 2956 | + <input type="radio" id="show_zip_no<?php echo $radio_id; ?>" name="extra[show_zip]" class="gdri-disabled" value="0" |
|
| 2957 | 2957 | <?php if ((isset($address['show_zip']) && !$address['show_zip']) || !isset($address['show_zip'])) {
|
| 2958 | 2958 | echo 'checked'; |
| 2959 | 2959 | } ?>/> |
| 2960 | - <label onclick="show_hide_radio(this,'hide','cf-zip-lable');" for="show_zip_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 2960 | + <label onclick="show_hide_radio(this,'hide','cf-zip-lable');" for="show_zip_no<?php echo $radio_id; ?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 2961 | 2961 | |
| 2962 | 2962 | |
| 2963 | 2963 | </div> |
| 2964 | 2964 | </li> |
| 2965 | 2965 | |
| 2966 | - <li class="cf-zip-lable" <?php if ((isset($address['show_zip']) && !$address['show_zip']) || !isset($address['show_zip'])) {echo "style='display:none;'";}?> >
|
|
| 2966 | + <li class="cf-zip-lable" <?php if ((isset($address['show_zip']) && !$address['show_zip']) || !isset($address['show_zip'])) {echo "style='display:none;'"; }?> >
|
|
| 2967 | 2967 | <label for="zip_lable" class="gd-cf-tooltip-wrap"> |
| 2968 | 2968 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Zip/Post code label :', 'geodirectory'); ?>
|
| 2969 | 2969 | <div class="gdcf-tooltip"> |
| 2970 | - <?php _e('Enter zip/post code field label in address section.', 'geodirectory');?>
|
|
| 2970 | + <?php _e('Enter zip/post code field label in address section.', 'geodirectory'); ?>
|
|
| 2971 | 2971 | </div> |
| 2972 | 2972 | </label> |
| 2973 | 2973 | <div class="gd-cf-input-wrap"> |
@@ -2985,7 +2985,7 @@ discard block |
||
| 2985 | 2985 | <label for="map_lable" class="gd-cf-tooltip-wrap"> |
| 2986 | 2986 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Map button label :', 'geodirectory'); ?>
|
| 2987 | 2987 | <div class="gdcf-tooltip"> |
| 2988 | - <?php _e('Enter text for `set address on map` button in address section.', 'geodirectory');?>
|
|
| 2988 | + <?php _e('Enter text for `set address on map` button in address section.', 'geodirectory'); ?>
|
|
| 2989 | 2989 | </div> |
| 2990 | 2990 | </label> |
| 2991 | 2991 | <div class="gd-cf-input-wrap"> |
@@ -3000,22 +3000,22 @@ discard block |
||
| 3000 | 3000 | <label for="show_mapzoom" class="gd-cf-tooltip-wrap"> |
| 3001 | 3001 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Use user zoom level:', 'geodirectory'); ?>
|
| 3002 | 3002 | <div class="gdcf-tooltip"> |
| 3003 | - <?php _e('Do you want to use the user defined map zoom level from the add listing page?', 'geodirectory');?>
|
|
| 3003 | + <?php _e('Do you want to use the user defined map zoom level from the add listing page?', 'geodirectory'); ?>
|
|
| 3004 | 3004 | </div> |
| 3005 | 3005 | </label> |
| 3006 | 3006 | <div class="gd-cf-input-wrap gd-switch"> |
| 3007 | 3007 | |
| 3008 | - <input type="radio" id="show_mapzoom_yes<?php echo $radio_id;?>" name="extra[show_mapzoom]" class="gdri-enabled" value="1" |
|
| 3008 | + <input type="radio" id="show_mapzoom_yes<?php echo $radio_id; ?>" name="extra[show_mapzoom]" class="gdri-enabled" value="1" |
|
| 3009 | 3009 | <?php if (isset($address['show_mapzoom']) && $address['show_mapzoom'] == '1') {
|
| 3010 | 3010 | echo 'checked'; |
| 3011 | 3011 | } ?>/> |
| 3012 | - <label for="show_mapzoom_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 3012 | + <label for="show_mapzoom_yes<?php echo $radio_id; ?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 3013 | 3013 | |
| 3014 | - <input type="radio" id="show_mapzoom_no<?php echo $radio_id;?>" name="extra[show_mapzoom]" class="gdri-disabled" value="0" |
|
| 3014 | + <input type="radio" id="show_mapzoom_no<?php echo $radio_id; ?>" name="extra[show_mapzoom]" class="gdri-disabled" value="0" |
|
| 3015 | 3015 | <?php if ((isset($address['show_mapzoom']) && !$address['show_mapzoom']) || !isset($address['show_mapzoom'])) {
|
| 3016 | 3016 | echo 'checked'; |
| 3017 | 3017 | } ?>/> |
| 3018 | - <label for="show_mapzoom_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 3018 | + <label for="show_mapzoom_no<?php echo $radio_id; ?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 3019 | 3019 | |
| 3020 | 3020 | </div> |
| 3021 | 3021 | </li> |
@@ -3024,22 +3024,22 @@ discard block |
||
| 3024 | 3024 | <label for="show_mapview" class="gd-cf-tooltip-wrap"> |
| 3025 | 3025 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Display map view:', 'geodirectory'); ?>
|
| 3026 | 3026 | <div class="gdcf-tooltip"> |
| 3027 | - <?php _e('Select if you want to `set default map` options in address section. ( Satellite Map, Hybrid Map, Terrain Map)', 'geodirectory');?>
|
|
| 3027 | + <?php _e('Select if you want to `set default map` options in address section. ( Satellite Map, Hybrid Map, Terrain Map)', 'geodirectory'); ?>
|
|
| 3028 | 3028 | </div> |
| 3029 | 3029 | </label> |
| 3030 | 3030 | <div class="gd-cf-input-wrap gd-switch"> |
| 3031 | 3031 | |
| 3032 | - <input type="radio" id="show_mapview_yes<?php echo $radio_id;?>" name="extra[show_mapview]" class="gdri-enabled" value="1" |
|
| 3032 | + <input type="radio" id="show_mapview_yes<?php echo $radio_id; ?>" name="extra[show_mapview]" class="gdri-enabled" value="1" |
|
| 3033 | 3033 | <?php if (isset($address['show_mapview']) && $address['show_mapview'] == '1') {
|
| 3034 | 3034 | echo 'checked'; |
| 3035 | 3035 | } ?>/> |
| 3036 | - <label for="show_mapview_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 3036 | + <label for="show_mapview_yes<?php echo $radio_id; ?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 3037 | 3037 | |
| 3038 | - <input type="radio" id="show_mapview_no<?php echo $radio_id;?>" name="extra[show_mapview]" class="gdri-disabled" value="0" |
|
| 3038 | + <input type="radio" id="show_mapview_no<?php echo $radio_id; ?>" name="extra[show_mapview]" class="gdri-disabled" value="0" |
|
| 3039 | 3039 | <?php if ((isset($address['show_mapview']) && !$address['show_mapview']) || !isset($address['show_mapview'])) {
|
| 3040 | 3040 | echo 'checked'; |
| 3041 | 3041 | } ?>/> |
| 3042 | - <label for="show_mapview_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 3042 | + <label for="show_mapview_no<?php echo $radio_id; ?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 3043 | 3043 | |
| 3044 | 3044 | </div> |
| 3045 | 3045 | </li> |
@@ -3049,7 +3049,7 @@ discard block |
||
| 3049 | 3049 | <label for="mapview_lable" class="gd-cf-tooltip-wrap"> |
| 3050 | 3050 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Map view label:', 'geodirectory'); ?>
|
| 3051 | 3051 | <div class="gdcf-tooltip"> |
| 3052 | - <?php _e('Enter mapview field label in address section.', 'geodirectory');?>
|
|
| 3052 | + <?php _e('Enter mapview field label in address section.', 'geodirectory'); ?>
|
|
| 3053 | 3053 | </div> |
| 3054 | 3054 | </label> |
| 3055 | 3055 | <div class="gd-cf-input-wrap"> |
@@ -3063,22 +3063,22 @@ discard block |
||
| 3063 | 3063 | <label for="show_latlng" class="gd-cf-tooltip-wrap"> |
| 3064 | 3064 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Show latitude and longitude', 'geodirectory'); ?>
|
| 3065 | 3065 | <div class="gdcf-tooltip"> |
| 3066 | - <?php _e('This will show/hide the longitude fields in the address section add listing form.', 'geodirectory');?>
|
|
| 3066 | + <?php _e('This will show/hide the longitude fields in the address section add listing form.', 'geodirectory'); ?>
|
|
| 3067 | 3067 | </div> |
| 3068 | 3068 | </label> |
| 3069 | 3069 | <div class="gd-cf-input-wrap gd-switch"> |
| 3070 | 3070 | |
| 3071 | - <input type="radio" id="show_latlng_yes<?php echo $radio_id;?>" name="extra[show_latlng]" class="gdri-enabled" value="1" |
|
| 3071 | + <input type="radio" id="show_latlng_yes<?php echo $radio_id; ?>" name="extra[show_latlng]" class="gdri-enabled" value="1" |
|
| 3072 | 3072 | <?php if (isset($address['show_latlng']) && $address['show_latlng'] == '1') {
|
| 3073 | 3073 | echo 'checked'; |
| 3074 | 3074 | } ?>/> |
| 3075 | - <label for="show_latlng_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 3075 | + <label for="show_latlng_yes<?php echo $radio_id; ?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 3076 | 3076 | |
| 3077 | - <input type="radio" id="show_latlng_no<?php echo $radio_id;?>" name="extra[show_latlng]" class="gdri-disabled" value="0" |
|
| 3077 | + <input type="radio" id="show_latlng_no<?php echo $radio_id; ?>" name="extra[show_latlng]" class="gdri-disabled" value="0" |
|
| 3078 | 3078 | <?php if ((isset($address['show_latlng']) && !$address['show_latlng']) || !isset($address['show_latlng'])) {
|
| 3079 | 3079 | echo 'checked'; |
| 3080 | 3080 | } ?>/> |
| 3081 | - <label for="show_latlng_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 3081 | + <label for="show_latlng_no<?php echo $radio_id; ?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 3082 | 3082 | |
| 3083 | 3083 | </div> |
| 3084 | 3084 | </li> |
@@ -3087,17 +3087,17 @@ discard block |
||
| 3087 | 3087 | $html = ob_get_clean(); |
| 3088 | 3088 | return $output.$html; |
| 3089 | 3089 | } |
| 3090 | -add_filter('geodir_cfa_extra_fields_address','geodir_cfa_extra_fields_address',10,4);
|
|
| 3090 | +add_filter('geodir_cfa_extra_fields_address', 'geodir_cfa_extra_fields_address', 10, 4);
|
|
| 3091 | 3091 | |
| 3092 | 3092 | |
| 3093 | -function geodir_cfa_extra_fields_multiselect($output,$result_str,$cf,$field_info){
|
|
| 3093 | +function geodir_cfa_extra_fields_multiselect($output, $result_str, $cf, $field_info) {
|
|
| 3094 | 3094 | ob_start(); |
| 3095 | 3095 | ?> |
| 3096 | 3096 | <li> |
| 3097 | 3097 | <label for="multi_display_type" class="gd-cf-tooltip-wrap"> |
| 3098 | 3098 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Multiselect display type :', 'geodirectory'); ?>
|
| 3099 | 3099 | <div class="gdcf-tooltip"> |
| 3100 | - <?php _e('Show multiselect list as multiselect,checkbox or radio.', 'geodirectory');?>
|
|
| 3100 | + <?php _e('Show multiselect list as multiselect,checkbox or radio.', 'geodirectory'); ?>
|
|
| 3101 | 3101 | </div> |
| 3102 | 3102 | </label> |
| 3103 | 3103 | <div class="gd-cf-input-wrap"> |
@@ -3105,13 +3105,13 @@ discard block |
||
| 3105 | 3105 | <select name="multi_display_type" id="multi_display_type"> |
| 3106 | 3106 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'select') {
|
| 3107 | 3107 | echo 'selected="selected"'; |
| 3108 | - }?> value="select"><?php _e('Select', 'geodirectory');?></option>
|
|
| 3108 | + }?> value="select"><?php _e('Select', 'geodirectory'); ?></option>
|
|
| 3109 | 3109 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'checkbox') {
|
| 3110 | 3110 | echo 'selected="selected"'; |
| 3111 | - }?> value="checkbox"><?php _e('Checkbox', 'geodirectory');?></option>
|
|
| 3111 | + }?> value="checkbox"><?php _e('Checkbox', 'geodirectory'); ?></option>
|
|
| 3112 | 3112 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'radio') {
|
| 3113 | 3113 | echo 'selected="selected"'; |
| 3114 | - }?> value="radio"><?php _e('Radio', 'geodirectory');?></option>
|
|
| 3114 | + }?> value="radio"><?php _e('Radio', 'geodirectory'); ?></option>
|
|
| 3115 | 3115 | </select> |
| 3116 | 3116 | |
| 3117 | 3117 | <br/> |
@@ -3122,17 +3122,17 @@ discard block |
||
| 3122 | 3122 | $html = ob_get_clean(); |
| 3123 | 3123 | return $output.$html; |
| 3124 | 3124 | } |
| 3125 | -add_filter('geodir_cfa_extra_fields_multiselect','geodir_cfa_extra_fields_multiselect',10,4);
|
|
| 3125 | +add_filter('geodir_cfa_extra_fields_multiselect', 'geodir_cfa_extra_fields_multiselect', 10, 4);
|
|
| 3126 | 3126 | |
| 3127 | 3127 | |
| 3128 | -function geodir_cfa_extra_fields_smr($output,$result_str,$cf,$field_info){
|
|
| 3128 | +function geodir_cfa_extra_fields_smr($output, $result_str, $cf, $field_info) {
|
|
| 3129 | 3129 | |
| 3130 | 3130 | ob_start(); |
| 3131 | 3131 | |
| 3132 | 3132 | $value = ''; |
| 3133 | 3133 | if (isset($field_info->option_values)) {
|
| 3134 | 3134 | $value = esc_attr($field_info->option_values); |
| 3135 | - }elseif(isset($cf['defaults']['option_values']) && $cf['defaults']['option_values']){
|
|
| 3135 | + }elseif (isset($cf['defaults']['option_values']) && $cf['defaults']['option_values']) {
|
|
| 3136 | 3136 | $value = esc_attr($cf['defaults']['option_values']); |
| 3137 | 3137 | } |
| 3138 | 3138 | |
@@ -3142,11 +3142,11 @@ discard block |
||
| 3142 | 3142 | <label for="option_values" class="gd-cf-tooltip-wrap"> |
| 3143 | 3143 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Option Values :', 'geodirectory'); ?>
|
| 3144 | 3144 | <div class="gdcf-tooltip"> |
| 3145 | - <span><?php _e('Option Values should be separated by comma.', 'geodirectory');?></span>
|
|
| 3145 | + <span><?php _e('Option Values should be separated by comma.', 'geodirectory'); ?></span>
|
|
| 3146 | 3146 | <br/> |
| 3147 | - <small><span><?php _e('If using for a "tick filter" place a / and then either a 1 for true or 0 for false', 'geodirectory');?></span>
|
|
| 3147 | + <small><span><?php _e('If using for a "tick filter" place a / and then either a 1 for true or 0 for false', 'geodirectory'); ?></span>
|
|
| 3148 | 3148 | <br/> |
| 3149 | - <span><?php _e('eg: "No Dogs Allowed/0,Dogs Allowed/1" (Select only, not multiselect)', 'geodirectory');?></span>
|
|
| 3149 | + <span><?php _e('eg: "No Dogs Allowed/0,Dogs Allowed/1" (Select only, not multiselect)', 'geodirectory'); ?></span>
|
|
| 3150 | 3150 | <?php if ($field_type == 'multiselect' || $field_type == 'select') { ?>
|
| 3151 | 3151 | <br/> |
| 3152 | 3152 | <span><?php _e('- If using OPTGROUP tag to grouping options, use "{optgroup}OPTGROUP-LABEL|OPTION-1,OPTION-2{/optgroup}"', 'geodirectory'); ?></span>
|
@@ -3157,7 +3157,7 @@ discard block |
||
| 3157 | 3157 | </label> |
| 3158 | 3158 | <div class="gd-cf-input-wrap"> |
| 3159 | 3159 | <input type="text" name="option_values" id="option_values" |
| 3160 | - value="<?php echo $value;?>"/> |
|
| 3160 | + value="<?php echo $value; ?>"/> |
|
| 3161 | 3161 | <br/> |
| 3162 | 3162 | |
| 3163 | 3163 | </div> |
@@ -3167,12 +3167,12 @@ discard block |
||
| 3167 | 3167 | $html = ob_get_clean(); |
| 3168 | 3168 | return $output.$html; |
| 3169 | 3169 | } |
| 3170 | -add_filter('geodir_cfa_extra_fields_multiselect','geodir_cfa_extra_fields_smr',10,4);
|
|
| 3171 | -add_filter('geodir_cfa_extra_fields_select','geodir_cfa_extra_fields_smr',10,4);
|
|
| 3172 | -add_filter('geodir_cfa_extra_fields_radio','geodir_cfa_extra_fields_smr',10,4);
|
|
| 3170 | +add_filter('geodir_cfa_extra_fields_multiselect', 'geodir_cfa_extra_fields_smr', 10, 4);
|
|
| 3171 | +add_filter('geodir_cfa_extra_fields_select', 'geodir_cfa_extra_fields_smr', 10, 4);
|
|
| 3172 | +add_filter('geodir_cfa_extra_fields_radio', 'geodir_cfa_extra_fields_smr', 10, 4);
|
|
| 3173 | 3173 | |
| 3174 | 3174 | |
| 3175 | -function geodir_cfa_extra_fields_datepicker($output,$result_str,$cf,$field_info){
|
|
| 3175 | +function geodir_cfa_extra_fields_datepicker($output, $result_str, $cf, $field_info) {
|
|
| 3176 | 3176 | ob_start(); |
| 3177 | 3177 | $extra = array(); |
| 3178 | 3178 | if (isset($field_info->extra_fields) && $field_info->extra_fields != '') {
|
@@ -3183,7 +3183,7 @@ discard block |
||
| 3183 | 3183 | <label for="date_format" class="gd-cf-tooltip-wrap"> |
| 3184 | 3184 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Date Format :', 'geodirectory'); ?>
|
| 3185 | 3185 | <div class="gdcf-tooltip"> |
| 3186 | - <?php _e('Select the date format.', 'geodirectory');?>
|
|
| 3186 | + <?php _e('Select the date format.', 'geodirectory'); ?>
|
|
| 3187 | 3187 | </div> |
| 3188 | 3188 | </label> |
| 3189 | 3189 | <div class="gd-cf-input-wrap" style="overflow:inherit;"> |
@@ -3203,16 +3203,16 @@ discard block |
||
| 3203 | 3203 | * @since 1.6.5 |
| 3204 | 3204 | * @param array $date_formats The PHP date format array. |
| 3205 | 3205 | */ |
| 3206 | - $date_formats = apply_filters('geodir_date_formats',$date_formats);
|
|
| 3206 | + $date_formats = apply_filters('geodir_date_formats', $date_formats);
|
|
| 3207 | 3207 | ?> |
| 3208 | 3208 | <select name="extra[date_format]" id="date_format"> |
| 3209 | 3209 | <?php |
| 3210 | - foreach($date_formats as $format){
|
|
| 3210 | + foreach ($date_formats as $format) {
|
|
| 3211 | 3211 | $selected = ''; |
| 3212 | - if(!empty($extra) && esc_attr($extra['date_format'])==$format){
|
|
| 3212 | + if (!empty($extra) && esc_attr($extra['date_format']) == $format) {
|
|
| 3213 | 3213 | $selected = "selected='selected'"; |
| 3214 | 3214 | } |
| 3215 | - echo "<option $selected value='$format'>$format (".date_i18n( $format, time()).")</option>";
|
|
| 3215 | + echo "<option $selected value='$format'>$format (".date_i18n($format, time()).")</option>";
|
|
| 3216 | 3216 | } |
| 3217 | 3217 | ?> |
| 3218 | 3218 | </select> |
@@ -3224,10 +3224,10 @@ discard block |
||
| 3224 | 3224 | $html = ob_get_clean(); |
| 3225 | 3225 | return $output.$html; |
| 3226 | 3226 | } |
| 3227 | -add_filter('geodir_cfa_extra_fields_datepicker','geodir_cfa_extra_fields_datepicker',10,4);
|
|
| 3227 | +add_filter('geodir_cfa_extra_fields_datepicker', 'geodir_cfa_extra_fields_datepicker', 10, 4);
|
|
| 3228 | 3228 | |
| 3229 | 3229 | |
| 3230 | -function geodir_cfa_extra_fields_file($output,$result_str,$cf,$field_info){
|
|
| 3230 | +function geodir_cfa_extra_fields_file($output, $result_str, $cf, $field_info) {
|
|
| 3231 | 3231 | ob_start(); |
| 3232 | 3232 | $allowed_file_types = geodir_allowed_mime_types(); |
| 3233 | 3233 | |
@@ -3238,16 +3238,16 @@ discard block |
||
| 3238 | 3238 | <label for="gd_file_types" class="gd-cf-tooltip-wrap"> |
| 3239 | 3239 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Allowed file types :', 'geodirectory'); ?>
|
| 3240 | 3240 | <div class="gdcf-tooltip"> |
| 3241 | - <?php _e('Select file types to allowed for file uploading. (Select multiple file types by holding down "Ctrl" key.)', 'geodirectory');?>
|
|
| 3241 | + <?php _e('Select file types to allowed for file uploading. (Select multiple file types by holding down "Ctrl" key.)', 'geodirectory'); ?>
|
|
| 3242 | 3242 | </div> |
| 3243 | 3243 | </label> |
| 3244 | 3244 | <div class="gd-cf-input-wrap"> |
| 3245 | 3245 | <select name="extra[gd_file_types][]" id="gd_file_types" multiple="multiple" style="height:100px;width:90%;"> |
| 3246 | - <option value="*" <?php selected(true, in_array('*', $gd_file_types));?>><?php _e('All types', 'geodirectory') ;?></option>
|
|
| 3247 | - <?php foreach ( $allowed_file_types as $format => $types ) { ?>
|
|
| 3248 | - <optgroup label="<?php echo esc_attr( wp_sprintf(__('%s formats', 'geodirectory'), __($format, 'geodirectory') ) ) ;?>">
|
|
| 3249 | - <?php foreach ( $types as $ext => $type ) { ?>
|
|
| 3250 | - <option value="<?php echo esc_attr($ext) ;?>" <?php selected(true, in_array($ext, $gd_file_types));?>><?php echo '.' . $ext ;?></option> |
|
| 3246 | + <option value="*" <?php selected(true, in_array('*', $gd_file_types)); ?>><?php _e('All types', 'geodirectory'); ?></option>
|
|
| 3247 | + <?php foreach ($allowed_file_types as $format => $types) { ?>
|
|
| 3248 | + <optgroup label="<?php echo esc_attr(wp_sprintf(__('%s formats', 'geodirectory'), __($format, 'geodirectory'))); ?>">
|
|
| 3249 | + <?php foreach ($types as $ext => $type) { ?>
|
|
| 3250 | + <option value="<?php echo esc_attr($ext); ?>" <?php selected(true, in_array($ext, $gd_file_types)); ?>><?php echo '.'.$ext; ?></option> |
|
| 3251 | 3251 | <?php } ?> |
| 3252 | 3252 | </optgroup> |
| 3253 | 3253 | <?php } ?> |
@@ -3259,9 +3259,9 @@ discard block |
||
| 3259 | 3259 | $html = ob_get_clean(); |
| 3260 | 3260 | return $output.$html; |
| 3261 | 3261 | } |
| 3262 | -add_filter('geodir_cfa_extra_fields_file','geodir_cfa_extra_fields_file',10,4);
|
|
| 3262 | +add_filter('geodir_cfa_extra_fields_file', 'geodir_cfa_extra_fields_file', 10, 4);
|
|
| 3263 | 3263 | |
| 3264 | -function geodir_cfa_extra_fields_text($output,$result_str,$cf,$field_info){
|
|
| 3264 | +function geodir_cfa_extra_fields_text($output, $result_str, $cf, $field_info) {
|
|
| 3265 | 3265 | ob_start(); |
| 3266 | 3266 | |
| 3267 | 3267 | $extra_fields = isset($field_info->extra_fields) && $field_info->extra_fields != '' ? maybe_unserialize($field_info->extra_fields) : ''; |
@@ -3275,15 +3275,15 @@ discard block |
||
| 3275 | 3275 | $value = ''; |
| 3276 | 3276 | if ($extra_fields && isset($extra_fields['is_price'])) {
|
| 3277 | 3277 | $value = esc_attr($extra_fields['is_price']); |
| 3278 | - }elseif(isset($cf['defaults']['extra_fields']['is_price']) && $cf['defaults']['extra_fields']['is_price']){
|
|
| 3278 | + }elseif (isset($cf['defaults']['extra_fields']['is_price']) && $cf['defaults']['extra_fields']['is_price']) {
|
|
| 3279 | 3279 | $value = esc_attr($cf['defaults']['extra_fields']['is_price']); |
| 3280 | 3280 | } |
| 3281 | 3281 | |
| 3282 | - $show_price_extra = ($value==1) ? 1 : 0; |
|
| 3282 | + $show_price_extra = ($value == 1) ? 1 : 0; |
|
| 3283 | 3283 | |
| 3284 | - $show_price = (isset($field_info->data_type) && ($field_info->data_type=='INT' && $field_info->data_type=='FLOAT')) ? 1 : 0; |
|
| 3284 | + $show_price = (isset($field_info->data_type) && ($field_info->data_type == 'INT' && $field_info->data_type == 'FLOAT')) ? 1 : 0; |
|
| 3285 | 3285 | ?> |
| 3286 | - <li class="gdcf-price-extra-set" <?php if(!$show_price){ echo "style='display:none;'";}?>>
|
|
| 3286 | + <li class="gdcf-price-extra-set" <?php if (!$show_price) { echo "style='display:none;'"; }?>>
|
|
| 3287 | 3287 | <label for="is_price" class="gd-cf-tooltip-wrap"> |
| 3288 | 3288 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Display as price? :', 'geodirectory'); ?>
|
| 3289 | 3289 | <div class="gdcf-tooltip"> |
@@ -3292,17 +3292,17 @@ discard block |
||
| 3292 | 3292 | </label> |
| 3293 | 3293 | <div class="gd-cf-input-wrap gd-switch"> |
| 3294 | 3294 | |
| 3295 | - <input type="radio" id="is_price_yes<?php echo $radio_id;?>" name="extra[is_price]" class="gdri-enabled" value="1" |
|
| 3295 | + <input type="radio" id="is_price_yes<?php echo $radio_id; ?>" name="extra[is_price]" class="gdri-enabled" value="1" |
|
| 3296 | 3296 | <?php if ($value == '1') {
|
| 3297 | 3297 | echo 'checked'; |
| 3298 | 3298 | } ?>/> |
| 3299 | - <label onclick="show_hide_radio(this,'show','gdcf-price-extra');" for="is_price_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 3299 | + <label onclick="show_hide_radio(this,'show','gdcf-price-extra');" for="is_price_yes<?php echo $radio_id; ?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 3300 | 3300 | |
| 3301 | - <input type="radio" id="is_price_no<?php echo $radio_id;?>" name="extra[is_price]" class="gdri-disabled" value="0" |
|
| 3301 | + <input type="radio" id="is_price_no<?php echo $radio_id; ?>" name="extra[is_price]" class="gdri-disabled" value="0" |
|
| 3302 | 3302 | <?php if ($value == '0' || !$value) {
|
| 3303 | 3303 | echo 'checked'; |
| 3304 | 3304 | } ?>/> |
| 3305 | - <label onclick="show_hide_radio(this,'hide','gdcf-price-extra');" for="is_price_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 3305 | + <label onclick="show_hide_radio(this,'hide','gdcf-price-extra');" for="is_price_no<?php echo $radio_id; ?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 3306 | 3306 | |
| 3307 | 3307 | </div> |
| 3308 | 3308 | </li> |
@@ -3312,23 +3312,23 @@ discard block |
||
| 3312 | 3312 | $value = ''; |
| 3313 | 3313 | if ($extra_fields && isset($extra_fields['thousand_separator'])) {
|
| 3314 | 3314 | $value = esc_attr($extra_fields['thousand_separator']); |
| 3315 | - }elseif(isset($cf['defaults']['extra_fields']['thousand_separator']) && $cf['defaults']['extra_fields']['thousand_separator']){
|
|
| 3315 | + }elseif (isset($cf['defaults']['extra_fields']['thousand_separator']) && $cf['defaults']['extra_fields']['thousand_separator']) {
|
|
| 3316 | 3316 | $value = esc_attr($cf['defaults']['extra_fields']['thousand_separator']); |
| 3317 | 3317 | } |
| 3318 | 3318 | ?> |
| 3319 | - <li class="gdcf-price-extra" <?php if(!$show_price_extra){ echo "style='display:none;'";}?>>
|
|
| 3320 | - <label for="thousand_separator" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Thousand separator :', 'geodirectory');?>
|
|
| 3319 | + <li class="gdcf-price-extra" <?php if (!$show_price_extra) { echo "style='display:none;'"; }?>>
|
|
| 3320 | + <label for="thousand_separator" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Thousand separator :', 'geodirectory'); ?>
|
|
| 3321 | 3321 | <div class="gdcf-tooltip"> |
| 3322 | 3322 | <?php _e('Select the thousand separator.', 'geodirectory'); ?>
|
| 3323 | 3323 | </div> |
| 3324 | 3324 | </label> |
| 3325 | 3325 | <div class="gd-cf-input-wrap"> |
| 3326 | 3326 | <select name="extra[thousand_separator]" id="thousand_separator"> |
| 3327 | - <option value="comma" <?php selected(true, $value == 'comma');?>><?php _e(', (comma)', 'geodirectory'); ?></option>
|
|
| 3328 | - <option value="slash" <?php selected(true, $value == "slash");?>><?php _e('\ (slash)', 'geodirectory'); ?></option>
|
|
| 3329 | - <option value="period" <?php selected(true, $value == 'period');?>><?php _e('. (period)', 'geodirectory'); ?></option>
|
|
| 3330 | - <option value="space" <?php selected(true, $value == 'space');?>><?php _e(' (space)', 'geodirectory'); ?></option>
|
|
| 3331 | - <option value="none" <?php selected(true, $value == 'none');?>><?php _e('(none)', 'geodirectory'); ?></option>
|
|
| 3327 | + <option value="comma" <?php selected(true, $value == 'comma'); ?>><?php _e(', (comma)', 'geodirectory'); ?></option>
|
|
| 3328 | + <option value="slash" <?php selected(true, $value == "slash"); ?>><?php _e('\ (slash)', 'geodirectory'); ?></option>
|
|
| 3329 | + <option value="period" <?php selected(true, $value == 'period'); ?>><?php _e('. (period)', 'geodirectory'); ?></option>
|
|
| 3330 | + <option value="space" <?php selected(true, $value == 'space'); ?>><?php _e(' (space)', 'geodirectory'); ?></option>
|
|
| 3331 | + <option value="none" <?php selected(true, $value == 'none'); ?>><?php _e('(none)', 'geodirectory'); ?></option>
|
|
| 3332 | 3332 | </select> |
| 3333 | 3333 | </div> |
| 3334 | 3334 | </li> |
@@ -3339,20 +3339,20 @@ discard block |
||
| 3339 | 3339 | $value = ''; |
| 3340 | 3340 | if ($extra_fields && isset($extra_fields['decimal_separator'])) {
|
| 3341 | 3341 | $value = esc_attr($extra_fields['decimal_separator']); |
| 3342 | - }elseif(isset($cf['defaults']['extra_fields']['decimal_separator']) && $cf['defaults']['extra_fields']['decimal_separator']){
|
|
| 3342 | + }elseif (isset($cf['defaults']['extra_fields']['decimal_separator']) && $cf['defaults']['extra_fields']['decimal_separator']) {
|
|
| 3343 | 3343 | $value = esc_attr($cf['defaults']['extra_fields']['decimal_separator']); |
| 3344 | 3344 | } |
| 3345 | 3345 | ?> |
| 3346 | - <li class="gdcf-price-extra" <?php if(!$show_price_extra){ echo "style='display:none;'";}?>>
|
|
| 3347 | - <label for="decimal_separator" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Decimal separator :', 'geodirectory');?>
|
|
| 3346 | + <li class="gdcf-price-extra" <?php if (!$show_price_extra) { echo "style='display:none;'"; }?>>
|
|
| 3347 | + <label for="decimal_separator" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Decimal separator :', 'geodirectory'); ?>
|
|
| 3348 | 3348 | <div class="gdcf-tooltip"> |
| 3349 | 3349 | <?php _e('Select the decimal separator.', 'geodirectory'); ?>
|
| 3350 | 3350 | </div> |
| 3351 | 3351 | </label> |
| 3352 | 3352 | <div class="gd-cf-input-wrap"> |
| 3353 | 3353 | <select name="extra[decimal_separator]" id="decimal_separator"> |
| 3354 | - <option value="period" <?php selected(true, $value == 'period');?>><?php _e('. (period)', 'geodirectory'); ?></option>
|
|
| 3355 | - <option value="comma" <?php selected(true, $value == "comma");?>><?php _e(', (comma)', 'geodirectory'); ?></option>
|
|
| 3354 | + <option value="period" <?php selected(true, $value == 'period'); ?>><?php _e('. (period)', 'geodirectory'); ?></option>
|
|
| 3355 | + <option value="comma" <?php selected(true, $value == "comma"); ?>><?php _e(', (comma)', 'geodirectory'); ?></option>
|
|
| 3356 | 3356 | </select> |
| 3357 | 3357 | </div> |
| 3358 | 3358 | </li> |
@@ -3362,20 +3362,20 @@ discard block |
||
| 3362 | 3362 | $value = ''; |
| 3363 | 3363 | if ($extra_fields && isset($extra_fields['decimal_display'])) {
|
| 3364 | 3364 | $value = esc_attr($extra_fields['decimal_display']); |
| 3365 | - }elseif(isset($cf['defaults']['extra_fields']['decimal_display']) && $cf['defaults']['extra_fields']['decimal_display']){
|
|
| 3365 | + }elseif (isset($cf['defaults']['extra_fields']['decimal_display']) && $cf['defaults']['extra_fields']['decimal_display']) {
|
|
| 3366 | 3366 | $value = esc_attr($cf['defaults']['extra_fields']['decimal_display']); |
| 3367 | 3367 | } |
| 3368 | 3368 | ?> |
| 3369 | - <li class="gdcf-price-extra" <?php if(!$show_price_extra){ echo "style='display:none;'";}?>>
|
|
| 3370 | - <label for="decimal_display" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Decimal display :', 'geodirectory');?>
|
|
| 3369 | + <li class="gdcf-price-extra" <?php if (!$show_price_extra) { echo "style='display:none;'"; }?>>
|
|
| 3370 | + <label for="decimal_display" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Decimal display :', 'geodirectory'); ?>
|
|
| 3371 | 3371 | <div class="gdcf-tooltip"> |
| 3372 | 3372 | <?php _e('Select how the decimal is displayed', 'geodirectory'); ?>
|
| 3373 | 3373 | </div> |
| 3374 | 3374 | </label> |
| 3375 | 3375 | <div class="gd-cf-input-wrap"> |
| 3376 | 3376 | <select name="extra[decimal_display]" id="decimal_display"> |
| 3377 | - <option value="if" <?php selected(true, $value == 'if');?>><?php _e('If used (not .00)', 'geodirectory'); ?></option>
|
|
| 3378 | - <option value="allways" <?php selected(true, $value == "allways");?>><?php _e('Always (.00)', 'geodirectory'); ?></option>
|
|
| 3377 | + <option value="if" <?php selected(true, $value == 'if'); ?>><?php _e('If used (not .00)', 'geodirectory'); ?></option>
|
|
| 3378 | + <option value="allways" <?php selected(true, $value == "allways"); ?>><?php _e('Always (.00)', 'geodirectory'); ?></option>
|
|
| 3379 | 3379 | </select> |
| 3380 | 3380 | </div> |
| 3381 | 3381 | </li> |
@@ -3385,12 +3385,12 @@ discard block |
||
| 3385 | 3385 | $value = ''; |
| 3386 | 3386 | if ($extra_fields && isset($extra_fields['currency_symbol'])) {
|
| 3387 | 3387 | $value = esc_attr($extra_fields['currency_symbol']); |
| 3388 | - }elseif(isset($cf['defaults']['extra_fields']['currency_symbol']) && $cf['defaults']['extra_fields']['currency_symbol']){
|
|
| 3388 | + }elseif (isset($cf['defaults']['extra_fields']['currency_symbol']) && $cf['defaults']['extra_fields']['currency_symbol']) {
|
|
| 3389 | 3389 | $value = esc_attr($cf['defaults']['extra_fields']['currency_symbol']); |
| 3390 | 3390 | } |
| 3391 | 3391 | ?> |
| 3392 | - <li class="gdcf-price-extra" <?php if(!$show_price_extra){ echo "style='display:none;'";}?>>
|
|
| 3393 | - <label for="currency_symbol" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Currency symbol :', 'geodirectory');?>
|
|
| 3392 | + <li class="gdcf-price-extra" <?php if (!$show_price_extra) { echo "style='display:none;'"; }?>>
|
|
| 3393 | + <label for="currency_symbol" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Currency symbol :', 'geodirectory'); ?>
|
|
| 3394 | 3394 | <div class="gdcf-tooltip"> |
| 3395 | 3395 | <?php _e('Select the currency symbol.', 'geodirectory'); ?>
|
| 3396 | 3396 | </div> |
@@ -3406,20 +3406,20 @@ discard block |
||
| 3406 | 3406 | $value = ''; |
| 3407 | 3407 | if ($extra_fields && isset($extra_fields['currency_symbol_placement'])) {
|
| 3408 | 3408 | $value = esc_attr($extra_fields['currency_symbol_placement']); |
| 3409 | - }elseif(isset($cf['defaults']['extra_fields']['currency_symbol_placement']) && $cf['defaults']['extra_fields']['currency_symbol_placement']){
|
|
| 3409 | + }elseif (isset($cf['defaults']['extra_fields']['currency_symbol_placement']) && $cf['defaults']['extra_fields']['currency_symbol_placement']) {
|
|
| 3410 | 3410 | $value = esc_attr($cf['defaults']['extra_fields']['currency_symbol_placement']); |
| 3411 | 3411 | } |
| 3412 | 3412 | ?> |
| 3413 | - <li class="gdcf-price-extra" <?php if(!$show_price_extra){ echo "style='display:none;'";}?>>
|
|
| 3414 | - <label for="currency_symbol_placement" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Currency symbol placement :', 'geodirectory');?>
|
|
| 3413 | + <li class="gdcf-price-extra" <?php if (!$show_price_extra) { echo "style='display:none;'"; }?>>
|
|
| 3414 | + <label for="currency_symbol_placement" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Currency symbol placement :', 'geodirectory'); ?>
|
|
| 3415 | 3415 | <div class="gdcf-tooltip"> |
| 3416 | 3416 | <?php _e('Select the currency symbol placement.', 'geodirectory'); ?>
|
| 3417 | 3417 | </div> |
| 3418 | 3418 | </label> |
| 3419 | 3419 | <div class="gd-cf-input-wrap"> |
| 3420 | 3420 | <select name="extra[currency_symbol_placement]" id="currency_symbol_placement"> |
| 3421 | - <option value="left" <?php selected(true, $value == 'left');?>><?php _e('Left', 'geodirectory'); ?></option>
|
|
| 3422 | - <option value="right" <?php selected(true, $value == "right");?>><?php _e('Right', 'geodirectory'); ?></option>
|
|
| 3421 | + <option value="left" <?php selected(true, $value == 'left'); ?>><?php _e('Left', 'geodirectory'); ?></option>
|
|
| 3422 | + <option value="right" <?php selected(true, $value == "right"); ?>><?php _e('Right', 'geodirectory'); ?></option>
|
|
| 3423 | 3423 | </select> |
| 3424 | 3424 | </div> |
| 3425 | 3425 | </li> |
@@ -3430,11 +3430,11 @@ discard block |
||
| 3430 | 3430 | $html = ob_get_clean(); |
| 3431 | 3431 | return $output.$html; |
| 3432 | 3432 | } |
| 3433 | -add_filter('geodir_cfa_extra_fields_text','geodir_cfa_extra_fields_text',10,4);
|
|
| 3433 | +add_filter('geodir_cfa_extra_fields_text', 'geodir_cfa_extra_fields_text', 10, 4);
|
|
| 3434 | 3434 | |
| 3435 | -function geodir_default_custom_fields($post_type='gd_place',$package_id=''){
|
|
| 3435 | +function geodir_default_custom_fields($post_type = 'gd_place', $package_id = '') {
|
|
| 3436 | 3436 | $fields = array(); |
| 3437 | - $package = ($package_id=='') ? '' : array($package_id); |
|
| 3437 | + $package = ($package_id == '') ? '' : array($package_id); |
|
| 3438 | 3438 | |
| 3439 | 3439 | $fields[] = array('listing_type' => $post_type,
|
| 3440 | 3440 | 'data_type' => 'VARCHAR', |
@@ -3607,7 +3607,7 @@ discard block |
||
| 3607 | 3607 | return $fields; |
| 3608 | 3608 | } |
| 3609 | 3609 | |
| 3610 | -function geodir_currency_format_number($number='',$cf=''){
|
|
| 3610 | +function geodir_currency_format_number($number = '', $cf = '') {
|
|
| 3611 | 3611 | |
| 3612 | 3612 | $cs = isset($cf['extra_fields']) ? maybe_unserialize($cf['extra_fields']) : ''; |
| 3613 | 3613 | |
@@ -3616,35 +3616,35 @@ discard block |
||
| 3616 | 3616 | $decimal_display = !empty($cf['decimal_display']) ? $cf['decimal_display'] : (!empty($cs['decimal_display']) ? $cs['decimal_display'] : 'if'); |
| 3617 | 3617 | $decimalpoint = '.'; |
| 3618 | 3618 | |
| 3619 | - if(isset($cs['decimal_separator']) && $cs['decimal_separator']=='comma'){
|
|
| 3619 | + if (isset($cs['decimal_separator']) && $cs['decimal_separator'] == 'comma') {
|
|
| 3620 | 3620 | $decimalpoint = ','; |
| 3621 | 3621 | } |
| 3622 | 3622 | |
| 3623 | 3623 | $separator = ','; |
| 3624 | 3624 | |
| 3625 | - if(isset($cs['thousand_separator'])){
|
|
| 3626 | - if($cs['thousand_separator']=='comma'){$separator = ',';}
|
|
| 3627 | - if($cs['thousand_separator']=='slash'){$separator = '\\';}
|
|
| 3628 | - if($cs['thousand_separator']=='period'){$separator = '.';}
|
|
| 3629 | - if($cs['thousand_separator']=='space'){$separator = ' ';}
|
|
| 3630 | - if($cs['thousand_separator']=='none'){$separator = '';}
|
|
| 3625 | + if (isset($cs['thousand_separator'])) {
|
|
| 3626 | + if ($cs['thousand_separator'] == 'comma') {$separator = ','; }
|
|
| 3627 | + if ($cs['thousand_separator'] == 'slash') {$separator = '\\'; }
|
|
| 3628 | + if ($cs['thousand_separator'] == 'period') {$separator = '.'; }
|
|
| 3629 | + if ($cs['thousand_separator'] == 'space') {$separator = ' '; }
|
|
| 3630 | + if ($cs['thousand_separator'] == 'none') {$separator = ''; }
|
|
| 3631 | 3631 | } |
| 3632 | 3632 | |
| 3633 | 3633 | $currency_symbol_placement = isset($cs['currency_symbol_placement']) ? $cs['currency_symbol_placement'] : 'left'; |
| 3634 | 3634 | |
| 3635 | - if($decimals>0 && $decimal_display=='if'){
|
|
| 3636 | - if(is_int($number) || floor( $number ) == $number) |
|
| 3635 | + if ($decimals > 0 && $decimal_display == 'if') {
|
|
| 3636 | + if (is_int($number) || floor($number) == $number) |
|
| 3637 | 3637 | $decimals = 0; |
| 3638 | 3638 | } |
| 3639 | 3639 | |
| 3640 | - $number = number_format($number,$decimals,$decimalpoint,$separator); |
|
| 3640 | + $number = number_format($number, $decimals, $decimalpoint, $separator); |
|
| 3641 | 3641 | |
| 3642 | 3642 | |
| 3643 | 3643 | |
| 3644 | - if($currency_symbol_placement=='left'){
|
|
| 3645 | - $number = $symbol . $number; |
|
| 3646 | - }else{
|
|
| 3647 | - $number = $number . $symbol; |
|
| 3644 | + if ($currency_symbol_placement == 'left') {
|
|
| 3645 | + $number = $symbol.$number; |
|
| 3646 | + } else {
|
|
| 3647 | + $number = $number.$symbol; |
|
| 3648 | 3648 | } |
| 3649 | 3649 | |
| 3650 | 3650 | |
@@ -51,8 +51,9 @@ discard block |
||
| 51 | 51 | global $wpdb; |
| 52 | 52 | $result = 0;// no rows affected |
| 53 | 53 | if (!geodir_column_exist($db, $column)) {
|
| 54 | - if (!empty($db) && !empty($column)) |
|
| 55 | - $result = $wpdb->query("ALTER TABLE `$db` ADD `$column` $column_attr");
|
|
| 54 | + if (!empty($db) && !empty($column)) { |
|
| 55 | + $result = $wpdb->query("ALTER TABLE `$db` ADD `$column` $column_attr"); |
|
| 56 | + } |
|
| 56 | 57 | } |
| 57 | 58 | return $result; |
| 58 | 59 | } |
@@ -82,10 +83,11 @@ discard block |
||
| 82 | 83 | |
| 83 | 84 | $default_query = ''; |
| 84 | 85 | |
| 85 | - if ($default == 'default') |
|
| 86 | - $default_query .= " and is_admin IN ('1') ";
|
|
| 87 | - elseif ($default == 'custom') |
|
| 88 | - $default_query .= " and is_admin = '0' "; |
|
| 86 | + if ($default == 'default') { |
|
| 87 | + $default_query .= " and is_admin IN ('1') "; |
|
| 88 | + } elseif ($default == 'custom') { |
|
| 89 | + $default_query .= " and is_admin = '0' "; |
|
| 90 | + } |
|
| 89 | 91 | |
| 90 | 92 | if ($fields_location == 'none') {
|
| 91 | 93 | } else{
|
@@ -239,10 +241,12 @@ discard block |
||
| 239 | 241 | } |
| 240 | 242 | |
| 241 | 243 | return $field_id; |
| 242 | - } else |
|
| 243 | - return 0; |
|
| 244 | - } else |
|
| 245 | - return 0; |
|
| 244 | + } else { |
|
| 245 | + return 0; |
|
| 246 | + } |
|
| 247 | + } else { |
|
| 248 | + return 0; |
|
| 249 | + } |
|
| 246 | 250 | } |
| 247 | 251 | } |
| 248 | 252 | |
@@ -350,7 +354,9 @@ discard block |
||
| 350 | 354 | |
| 351 | 355 | |
| 352 | 356 | |
| 353 | - if ($post_type == '') $post_type = 'gd_place'; |
|
| 357 | + if ($post_type == '') { |
|
| 358 | + $post_type = 'gd_place'; |
|
| 359 | + } |
|
| 354 | 360 | |
| 355 | 361 | |
| 356 | 362 | $detail_table = $plugin_prefix . $post_type . '_detail'; |
@@ -390,16 +396,17 @@ discard block |
||
| 390 | 396 | } |
| 391 | 397 | |
| 392 | 398 | $option_values = ''; |
| 393 | - if (isset($request_field['option_values'])) |
|
| 394 | - $option_values = $request_field['option_values']; |
|
| 399 | + if (isset($request_field['option_values'])) { |
|
| 400 | + $option_values = $request_field['option_values']; |
|
| 401 | + } |
|
| 395 | 402 | |
| 396 | 403 | $cat_sort = isset($request_field['cat_sort']) ? $request_field['cat_sort'] : '0'; |
| 397 | 404 | |
| 398 | 405 | $cat_filter = isset($request_field['cat_filter']) ? $request_field['cat_filter'] : '0'; |
| 399 | 406 | |
| 400 | - if (isset($request_field['show_on_pkg']) && !empty($request_field['show_on_pkg'])) |
|
| 401 | - $price_pkg = implode(",", $request_field['show_on_pkg']);
|
|
| 402 | - else {
|
|
| 407 | + if (isset($request_field['show_on_pkg']) && !empty($request_field['show_on_pkg'])) { |
|
| 408 | + $price_pkg = implode(",", $request_field['show_on_pkg']); |
|
| 409 | + } else {
|
|
| 403 | 410 | $package_info = array(); |
| 404 | 411 | |
| 405 | 412 | $package_info = geodir_post_package_info($package_info, '', $post_type); |
@@ -407,22 +414,29 @@ discard block |
||
| 407 | 414 | } |
| 408 | 415 | |
| 409 | 416 | |
| 410 | - if (isset($request_field['extra']) && !empty($request_field['extra'])) |
|
| 411 | - $extra_fields = $request_field['extra']; |
|
| 417 | + if (isset($request_field['extra']) && !empty($request_field['extra'])) { |
|
| 418 | + $extra_fields = $request_field['extra']; |
|
| 419 | + } |
|
| 412 | 420 | |
| 413 | - if (isset($request_field['is_default']) && $request_field['is_default'] != '') |
|
| 414 | - $is_default = $request_field['is_default']; |
|
| 415 | - else |
|
| 416 | - $is_default = '0'; |
|
| 421 | + if (isset($request_field['is_default']) && $request_field['is_default'] != '') { |
|
| 422 | + $is_default = $request_field['is_default']; |
|
| 423 | + } else { |
|
| 424 | + $is_default = '0'; |
|
| 425 | + } |
|
| 417 | 426 | |
| 418 | - if (isset($request_field['is_admin']) && $request_field['is_admin'] != '') |
|
| 419 | - $is_admin = $request_field['is_admin']; |
|
| 420 | - else |
|
| 421 | - $is_admin = '0'; |
|
| 427 | + if (isset($request_field['is_admin']) && $request_field['is_admin'] != '') { |
|
| 428 | + $is_admin = $request_field['is_admin']; |
|
| 429 | + } else { |
|
| 430 | + $is_admin = '0'; |
|
| 431 | + } |
|
| 422 | 432 | |
| 423 | 433 | |
| 424 | - if ($is_active == '') $is_active = 1; |
|
| 425 | - if ($is_required == '') $is_required = 0; |
|
| 434 | + if ($is_active == '') { |
|
| 435 | + $is_active = 1; |
|
| 436 | + } |
|
| 437 | + if ($is_required == '') { |
|
| 438 | + $is_required = 0; |
|
| 439 | + } |
|
| 426 | 440 | |
| 427 | 441 | |
| 428 | 442 | if ($sort_order == '') {
|
@@ -701,7 +715,7 @@ discard block |
||
| 701 | 715 | } |
| 702 | 716 | if($op_max){$op_size =$op_max; }
|
| 703 | 717 | } |
| 704 | - }elseif(isset($option_values) && $option_values && $field_type=='multiselect'){
|
|
| 718 | + } elseif(isset($option_values) && $option_values && $field_type=='multiselect'){
|
|
| 705 | 719 | if(strlen($option_values)){
|
| 706 | 720 | $op_size = strlen($option_values); |
| 707 | 721 | } |
@@ -718,11 +732,13 @@ discard block |
||
| 718 | 732 | return __('Column change failed, you may have too many columns.','geodirectory');
|
| 719 | 733 | } |
| 720 | 734 | |
| 721 | - if (isset($request_field['cat_display_type'])) |
|
| 722 | - $extra_fields = $request_field['cat_display_type']; |
|
| 735 | + if (isset($request_field['cat_display_type'])) { |
|
| 736 | + $extra_fields = $request_field['cat_display_type']; |
|
| 737 | + } |
|
| 723 | 738 | |
| 724 | - if (isset($request_field['multi_display_type'])) |
|
| 725 | - $extra_fields = $request_field['multi_display_type']; |
|
| 739 | + if (isset($request_field['multi_display_type'])) { |
|
| 740 | + $extra_fields = $request_field['multi_display_type']; |
|
| 741 | + } |
|
| 726 | 742 | |
| 727 | 743 | |
| 728 | 744 | break; |
@@ -736,8 +752,9 @@ discard block |
||
| 736 | 752 | if($alter_result===false){
|
| 737 | 753 | return __('Column change failed, you may have too many columns.','geodirectory');
|
| 738 | 754 | } |
| 739 | - if (isset($request_field['advanced_editor'])) |
|
| 740 | - $extra_fields = $request_field['advanced_editor']; |
|
| 755 | + if (isset($request_field['advanced_editor'])) { |
|
| 756 | + $extra_fields = $request_field['advanced_editor']; |
|
| 757 | + } |
|
| 741 | 758 | |
| 742 | 759 | break; |
| 743 | 760 | |
@@ -833,8 +850,9 @@ discard block |
||
| 833 | 850 | ); |
| 834 | 851 | |
| 835 | 852 | |
| 836 | - if ($cat_sort == '') |
|
| 837 | - $wpdb->query($wpdb->prepare("delete from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where post_type = %s and htmlvar_name = %s", array($post_type, $htmlvar_name)));
|
|
| 853 | + if ($cat_sort == '') { |
|
| 854 | + $wpdb->query($wpdb->prepare("delete from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where post_type = %s and htmlvar_name = %s", array($post_type, $htmlvar_name))); |
|
| 855 | + } |
|
| 838 | 856 | |
| 839 | 857 | |
| 840 | 858 | /** |
@@ -1204,8 +1222,10 @@ discard block |
||
| 1204 | 1222 | } |
| 1205 | 1223 | |
| 1206 | 1224 | return $post_meta_info; |
| 1207 | - else: |
|
| 1208 | - return false; |
|
| 1225 | + else { |
|
| 1226 | + : |
|
| 1227 | + return false; |
|
| 1228 | + } |
|
| 1209 | 1229 | endif; |
| 1210 | 1230 | } |
| 1211 | 1231 | |
@@ -1282,8 +1302,9 @@ discard block |
||
| 1282 | 1302 | if (is_admin()) {
|
| 1283 | 1303 | global $post; |
| 1284 | 1304 | |
| 1285 | - if (isset($_REQUEST['post'])) |
|
| 1286 | - $_REQUEST['pid'] = $_REQUEST['post']; |
|
| 1305 | + if (isset($_REQUEST['post'])) { |
|
| 1306 | + $_REQUEST['pid'] = $_REQUEST['post']; |
|
| 1307 | + } |
|
| 1287 | 1308 | } |
| 1288 | 1309 | |
| 1289 | 1310 | |
@@ -1375,7 +1396,7 @@ discard block |
||
| 1375 | 1396 | $field_icon = ' background: url(' . $cf['field_icon'] . ') no-repeat left center;background-size:18px 18px;padding-left: 21px;';
|
| 1376 | 1397 | } elseif (strpos($cf['field_icon'], 'fa fa-') !== false) {
|
| 1377 | 1398 | $field_icon = '<i class="' . $cf['field_icon'] . '"></i>'; |
| 1378 | - }else{
|
|
| 1399 | + } else{
|
|
| 1379 | 1400 | $field_icon = $cf['field_icon']; |
| 1380 | 1401 | } |
| 1381 | 1402 | |
@@ -1447,8 +1468,9 @@ discard block |
||
| 1447 | 1468 | $variables_array['post_id'] = !empty($post->ID) ? $post->ID : (!empty($post->pid) ? $post->pid : NULL); |
| 1448 | 1469 | $variables_array['label'] = __($type['site_title'], 'geodirectory'); |
| 1449 | 1470 | $variables_array['value'] = ''; |
| 1450 | - if (isset($post->{$type['htmlvar_name']}))
|
|
| 1451 | - $variables_array['value'] = $post->{$type['htmlvar_name']};
|
|
| 1471 | + if (isset($post->{$type['htmlvar_name']})) { |
|
| 1472 | + $variables_array['value'] = $post->{$type['htmlvar_name']}; |
|
| 1473 | + } |
|
| 1452 | 1474 | endif; |
| 1453 | 1475 | |
| 1454 | 1476 | |
@@ -1470,7 +1492,9 @@ discard block |
||
| 1470 | 1492 | * @param string $html Custom field unfiltered HTML. |
| 1471 | 1493 | * @param array $variables_array Custom field variables array. |
| 1472 | 1494 | */ |
| 1473 | - if ($html) echo apply_filters("geodir_show_{$html_var}", $html, $variables_array);
|
|
| 1495 | + if ($html) { |
|
| 1496 | + echo apply_filters("geodir_show_{$html_var}", $html, $variables_array); |
|
| 1497 | + } |
|
| 1474 | 1498 | |
| 1475 | 1499 | /** |
| 1476 | 1500 | * Called after a custom fields is output on the frontend. |
@@ -1513,10 +1537,11 @@ discard block |
||
| 1513 | 1537 | */ |
| 1514 | 1538 | function geodir_default_date_format() |
| 1515 | 1539 | {
|
| 1516 | - if ($format = get_option('date_format'))
|
|
| 1517 | - return $format; |
|
| 1518 | - else |
|
| 1519 | - return 'dd-mm-yy'; |
|
| 1540 | + if ($format = get_option('date_format')) { |
|
| 1541 | + return $format; |
|
| 1542 | + } else { |
|
| 1543 | + return 'dd-mm-yy'; |
|
| 1544 | + } |
|
| 1520 | 1545 | } |
| 1521 | 1546 | } |
| 1522 | 1547 | |
@@ -1623,11 +1648,13 @@ discard block |
||
| 1623 | 1648 | // Set an array containing a list of acceptable formats |
| 1624 | 1649 | //$allowed_file_types = array('image/jpg', 'image/jpeg', 'image/gif', 'image/png', 'application/pdf', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'application/octet-stream', 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', 'text/csv', 'text/plain');
|
| 1625 | 1650 | |
| 1626 | - if (!function_exists('wp_handle_upload'))
|
|
| 1627 | - require_once(ABSPATH . 'wp-admin/includes/file.php'); |
|
| 1651 | + if (!function_exists('wp_handle_upload')) { |
|
| 1652 | + require_once(ABSPATH . 'wp-admin/includes/file.php'); |
|
| 1653 | + } |
|
| 1628 | 1654 | |
| 1629 | - if (!is_dir($geodir_uploadpath)) |
|
| 1630 | - mkdir($geodir_uploadpath); |
|
| 1655 | + if (!is_dir($geodir_uploadpath)) { |
|
| 1656 | + mkdir($geodir_uploadpath); |
|
| 1657 | + } |
|
| 1631 | 1658 | |
| 1632 | 1659 | $new_name = $post_id . '_' . $field_id . '_' . $img_name_arr[0] . '.' . $img_name_arr[1]; |
| 1633 | 1660 | $explode_sub_dir = explode("/", $sub_dir);
|
@@ -1640,16 +1667,19 @@ discard block |
||
| 1640 | 1667 | } |
| 1641 | 1668 | |
| 1642 | 1669 | $uploaded_file = ''; |
| 1643 | - if (file_exists($img_path)) |
|
| 1644 | - $uploaded_file = copy($img_path, $geodir_uploadpath . '/' . $new_name); |
|
| 1670 | + if (file_exists($img_path)) { |
|
| 1671 | + $uploaded_file = copy($img_path, $geodir_uploadpath . '/' . $new_name); |
|
| 1672 | + } |
|
| 1645 | 1673 | |
| 1646 | 1674 | if ($curr_img_dir != $geodir_uploaddir) {
|
| 1647 | - if (file_exists($img_path)) |
|
| 1648 | - unlink($img_path); |
|
| 1675 | + if (file_exists($img_path)) { |
|
| 1676 | + unlink($img_path); |
|
| 1677 | + } |
|
| 1649 | 1678 | } |
| 1650 | 1679 | |
| 1651 | - if (!empty($uploaded_file)) |
|
| 1652 | - $file_urls = $geodir_uploadurl . '/' . $new_name; |
|
| 1680 | + if (!empty($uploaded_file)) { |
|
| 1681 | + $file_urls = $geodir_uploadurl . '/' . $new_name; |
|
| 1682 | + } |
|
| 1653 | 1683 | |
| 1654 | 1684 | } else {
|
| 1655 | 1685 | $file_urls = $post_image[$m]; |
@@ -1670,8 +1700,9 @@ discard block |
||
| 1670 | 1700 | |
| 1671 | 1701 | geodir_save_post_meta($post_id, $field_id, $file_urls); |
| 1672 | 1702 | |
| 1673 | - if (!empty($invalid_files)) |
|
| 1674 | - geodir_remove_attachments($invalid_files); |
|
| 1703 | + if (!empty($invalid_files)) { |
|
| 1704 | + geodir_remove_attachments($invalid_files); |
|
| 1705 | + } |
|
| 1675 | 1706 | |
| 1676 | 1707 | } |
| 1677 | 1708 | } |
@@ -1897,8 +1928,9 @@ discard block |
||
| 1897 | 1928 | |
| 1898 | 1929 | $all_postypes = geodir_get_posttypes(); |
| 1899 | 1930 | |
| 1900 | - if (!in_array($post_type, $all_postypes)) |
|
| 1901 | - return false; |
|
| 1931 | + if (!in_array($post_type, $all_postypes)) { |
|
| 1932 | + return false; |
|
| 1933 | + } |
|
| 1902 | 1934 | |
| 1903 | 1935 | $fields = array(); |
| 1904 | 1936 | |
@@ -1996,8 +2028,10 @@ discard block |
||
| 1996 | 2028 | } |
| 1997 | 2029 | |
| 1998 | 2030 | return $field_ids; |
| 1999 | - else: |
|
| 2000 | - return false; |
|
| 2031 | + else { |
|
| 2032 | + : |
|
| 2033 | + return false; |
|
| 2034 | + } |
|
| 2001 | 2035 | endif; |
| 2002 | 2036 | } |
| 2003 | 2037 | |
@@ -2170,8 +2204,9 @@ discard block |
||
| 2170 | 2204 | |
| 2171 | 2205 | return $field_id; |
| 2172 | 2206 | |
| 2173 | - } else |
|
| 2174 | - return 0; |
|
| 2207 | + } else { |
|
| 2208 | + return 0; |
|
| 2209 | + } |
|
| 2175 | 2210 | |
| 2176 | 2211 | } |
| 2177 | 2212 | } |
@@ -2212,8 +2247,9 @@ discard block |
||
| 2212 | 2247 | $htmlvar_name = isset($field_type_key) ? $field_type_key : ''; |
| 2213 | 2248 | |
| 2214 | 2249 | $site_title = ''; |
| 2215 | - if ($site_title == '') |
|
| 2216 | - $site_title = isset($field_info->site_title) ? $field_info->site_title : ''; |
|
| 2250 | + if ($site_title == '') { |
|
| 2251 | + $site_title = isset($field_info->site_title) ? $field_info->site_title : ''; |
|
| 2252 | + } |
|
| 2217 | 2253 | |
| 2218 | 2254 | if ($site_title == '') {
|
| 2219 | 2255 | $fields = geodir_get_custom_sort_options($post_type); |
@@ -2227,8 +2263,9 @@ discard block |
||
| 2227 | 2263 | } |
| 2228 | 2264 | } |
| 2229 | 2265 | |
| 2230 | - if ($htmlvar_name == '') |
|
| 2231 | - $htmlvar_name = isset($field_info->htmlvar_name) ? $field_info->htmlvar_name : ''; |
|
| 2266 | + if ($htmlvar_name == '') { |
|
| 2267 | + $htmlvar_name = isset($field_info->htmlvar_name) ? $field_info->htmlvar_name : ''; |
|
| 2268 | + } |
|
| 2232 | 2269 | |
| 2233 | 2270 | $nonce = wp_create_nonce('custom_fields_' . $result_str);
|
| 2234 | 2271 | |
@@ -2241,7 +2278,7 @@ discard block |
||
| 2241 | 2278 | |
| 2242 | 2279 | if (isset($cso['field_icon']) && strpos($cso['field_icon'], 'fa fa-') !== false) {
|
| 2243 | 2280 | $field_icon = '<i class="'.$cso['field_icon'].'" aria-hidden="true"></i>'; |
| 2244 | - }elseif(isset($cso['field_icon']) && $cso['field_icon']){
|
|
| 2281 | + } elseif(isset($cso['field_icon']) && $cso['field_icon']){
|
|
| 2245 | 2282 | $field_icon = '<b class="gd-cf-icon" style="background-image: url(\''.$cso['field_icon'].'\')"></b>'; |
| 2246 | 2283 | } |
| 2247 | 2284 | |
@@ -2677,7 +2714,7 @@ discard block |
||
| 2677 | 2714 | $dt_value = ''; |
| 2678 | 2715 | if (isset($field_info->data_type)) {
|
| 2679 | 2716 | $dt_value = esc_attr($field_info->data_type); |
| 2680 | - }elseif(isset($cf['defaults']['data_type']) && $cf['defaults']['data_type']){
|
|
| 2717 | + } elseif(isset($cf['defaults']['data_type']) && $cf['defaults']['data_type']){
|
|
| 2681 | 2718 | $dt_value = $cf['defaults']['data_type']; |
| 2682 | 2719 | } |
| 2683 | 2720 | ?> |
@@ -2709,7 +2746,7 @@ discard block |
||
| 2709 | 2746 | $value = ''; |
| 2710 | 2747 | if (isset($field_info->decimal_point)) {
|
| 2711 | 2748 | $value = esc_attr($field_info->decimal_point); |
| 2712 | - }elseif(isset($cf['defaults']['decimal_point']) && $cf['defaults']['decimal_point']){
|
|
| 2749 | + } elseif(isset($cf['defaults']['decimal_point']) && $cf['defaults']['decimal_point']){
|
|
| 2713 | 2750 | $value = $cf['defaults']['decimal_point']; |
| 2714 | 2751 | } |
| 2715 | 2752 | ?> |
@@ -2781,11 +2818,13 @@ discard block |
||
| 2781 | 2818 | |
| 2782 | 2819 | <?php |
| 2783 | 2820 | $selected = ''; |
| 2784 | - if (isset($field_info->extra_fields)) |
|
| 2785 | - $advanced_editor = unserialize($field_info->extra_fields); |
|
| 2821 | + if (isset($field_info->extra_fields)) { |
|
| 2822 | + $advanced_editor = unserialize($field_info->extra_fields); |
|
| 2823 | + } |
|
| 2786 | 2824 | |
| 2787 | - if (!empty($advanced_editor) && is_array($advanced_editor) && in_array('1', $advanced_editor))
|
|
| 2788 | - $selected = 'checked="checked"'; |
|
| 2825 | + if (!empty($advanced_editor) && is_array($advanced_editor) && in_array('1', $advanced_editor)) { |
|
| 2826 | + $selected = 'checked="checked"'; |
|
| 2827 | + } |
|
| 2789 | 2828 | ?> |
| 2790 | 2829 | |
| 2791 | 2830 | <input type="checkbox" name="advanced_editor[]" id="advanced_editor" |
@@ -2807,7 +2846,7 @@ discard block |
||
| 2807 | 2846 | $value = ''; |
| 2808 | 2847 | if (isset($field_info->validation_pattern)) {
|
| 2809 | 2848 | $value = esc_attr($field_info->validation_pattern); |
| 2810 | - }elseif(isset($cf['defaults']['validation_pattern']) && $cf['defaults']['validation_pattern']){
|
|
| 2849 | + } elseif(isset($cf['defaults']['validation_pattern']) && $cf['defaults']['validation_pattern']){
|
|
| 2811 | 2850 | $value = esc_attr($cf['defaults']['validation_pattern']); |
| 2812 | 2851 | } |
| 2813 | 2852 | ?> |
@@ -2827,7 +2866,7 @@ discard block |
||
| 2827 | 2866 | $value = ''; |
| 2828 | 2867 | if (isset($field_info->validation_msg)) {
|
| 2829 | 2868 | $value = esc_attr($field_info->validation_msg); |
| 2830 | - }elseif(isset($cf['defaults']['validation_msg']) && $cf['defaults']['validation_msg']){
|
|
| 2869 | + } elseif(isset($cf['defaults']['validation_msg']) && $cf['defaults']['validation_msg']){
|
|
| 2831 | 2870 | $value = esc_attr($cf['defaults']['validation_msg']); |
| 2832 | 2871 | } |
| 2833 | 2872 | ?> |
@@ -2857,8 +2896,9 @@ discard block |
||
| 2857 | 2896 | |
| 2858 | 2897 | if (!isset($field_info->post_type)) {
|
| 2859 | 2898 | $post_type = sanitize_text_field($_REQUEST['listing_type']); |
| 2860 | - } else |
|
| 2861 | - $post_type = $field_info->post_type; |
|
| 2899 | + } else { |
|
| 2900 | + $post_type = $field_info->post_type; |
|
| 2901 | + } |
|
| 2862 | 2902 | ?> |
| 2863 | 2903 | <li style="display: none;"> |
| 2864 | 2904 | <label for="htmlvar_name" class="gd-cf-tooltip-wrap"> |
@@ -3132,7 +3172,7 @@ discard block |
||
| 3132 | 3172 | $value = ''; |
| 3133 | 3173 | if (isset($field_info->option_values)) {
|
| 3134 | 3174 | $value = esc_attr($field_info->option_values); |
| 3135 | - }elseif(isset($cf['defaults']['option_values']) && $cf['defaults']['option_values']){
|
|
| 3175 | + } elseif(isset($cf['defaults']['option_values']) && $cf['defaults']['option_values']){
|
|
| 3136 | 3176 | $value = esc_attr($cf['defaults']['option_values']); |
| 3137 | 3177 | } |
| 3138 | 3178 | |
@@ -3275,7 +3315,7 @@ discard block |
||
| 3275 | 3315 | $value = ''; |
| 3276 | 3316 | if ($extra_fields && isset($extra_fields['is_price'])) {
|
| 3277 | 3317 | $value = esc_attr($extra_fields['is_price']); |
| 3278 | - }elseif(isset($cf['defaults']['extra_fields']['is_price']) && $cf['defaults']['extra_fields']['is_price']){
|
|
| 3318 | + } elseif(isset($cf['defaults']['extra_fields']['is_price']) && $cf['defaults']['extra_fields']['is_price']){
|
|
| 3279 | 3319 | $value = esc_attr($cf['defaults']['extra_fields']['is_price']); |
| 3280 | 3320 | } |
| 3281 | 3321 | |
@@ -3312,7 +3352,7 @@ discard block |
||
| 3312 | 3352 | $value = ''; |
| 3313 | 3353 | if ($extra_fields && isset($extra_fields['thousand_separator'])) {
|
| 3314 | 3354 | $value = esc_attr($extra_fields['thousand_separator']); |
| 3315 | - }elseif(isset($cf['defaults']['extra_fields']['thousand_separator']) && $cf['defaults']['extra_fields']['thousand_separator']){
|
|
| 3355 | + } elseif(isset($cf['defaults']['extra_fields']['thousand_separator']) && $cf['defaults']['extra_fields']['thousand_separator']){
|
|
| 3316 | 3356 | $value = esc_attr($cf['defaults']['extra_fields']['thousand_separator']); |
| 3317 | 3357 | } |
| 3318 | 3358 | ?> |
@@ -3339,7 +3379,7 @@ discard block |
||
| 3339 | 3379 | $value = ''; |
| 3340 | 3380 | if ($extra_fields && isset($extra_fields['decimal_separator'])) {
|
| 3341 | 3381 | $value = esc_attr($extra_fields['decimal_separator']); |
| 3342 | - }elseif(isset($cf['defaults']['extra_fields']['decimal_separator']) && $cf['defaults']['extra_fields']['decimal_separator']){
|
|
| 3382 | + } elseif(isset($cf['defaults']['extra_fields']['decimal_separator']) && $cf['defaults']['extra_fields']['decimal_separator']){
|
|
| 3343 | 3383 | $value = esc_attr($cf['defaults']['extra_fields']['decimal_separator']); |
| 3344 | 3384 | } |
| 3345 | 3385 | ?> |
@@ -3362,7 +3402,7 @@ discard block |
||
| 3362 | 3402 | $value = ''; |
| 3363 | 3403 | if ($extra_fields && isset($extra_fields['decimal_display'])) {
|
| 3364 | 3404 | $value = esc_attr($extra_fields['decimal_display']); |
| 3365 | - }elseif(isset($cf['defaults']['extra_fields']['decimal_display']) && $cf['defaults']['extra_fields']['decimal_display']){
|
|
| 3405 | + } elseif(isset($cf['defaults']['extra_fields']['decimal_display']) && $cf['defaults']['extra_fields']['decimal_display']){
|
|
| 3366 | 3406 | $value = esc_attr($cf['defaults']['extra_fields']['decimal_display']); |
| 3367 | 3407 | } |
| 3368 | 3408 | ?> |
@@ -3385,7 +3425,7 @@ discard block |
||
| 3385 | 3425 | $value = ''; |
| 3386 | 3426 | if ($extra_fields && isset($extra_fields['currency_symbol'])) {
|
| 3387 | 3427 | $value = esc_attr($extra_fields['currency_symbol']); |
| 3388 | - }elseif(isset($cf['defaults']['extra_fields']['currency_symbol']) && $cf['defaults']['extra_fields']['currency_symbol']){
|
|
| 3428 | + } elseif(isset($cf['defaults']['extra_fields']['currency_symbol']) && $cf['defaults']['extra_fields']['currency_symbol']){
|
|
| 3389 | 3429 | $value = esc_attr($cf['defaults']['extra_fields']['currency_symbol']); |
| 3390 | 3430 | } |
| 3391 | 3431 | ?> |
@@ -3406,7 +3446,7 @@ discard block |
||
| 3406 | 3446 | $value = ''; |
| 3407 | 3447 | if ($extra_fields && isset($extra_fields['currency_symbol_placement'])) {
|
| 3408 | 3448 | $value = esc_attr($extra_fields['currency_symbol_placement']); |
| 3409 | - }elseif(isset($cf['defaults']['extra_fields']['currency_symbol_placement']) && $cf['defaults']['extra_fields']['currency_symbol_placement']){
|
|
| 3449 | + } elseif(isset($cf['defaults']['extra_fields']['currency_symbol_placement']) && $cf['defaults']['extra_fields']['currency_symbol_placement']){
|
|
| 3410 | 3450 | $value = esc_attr($cf['defaults']['extra_fields']['currency_symbol_placement']); |
| 3411 | 3451 | } |
| 3412 | 3452 | ?> |
@@ -3633,8 +3673,9 @@ discard block |
||
| 3633 | 3673 | $currency_symbol_placement = isset($cs['currency_symbol_placement']) ? $cs['currency_symbol_placement'] : 'left'; |
| 3634 | 3674 | |
| 3635 | 3675 | if($decimals>0 && $decimal_display=='if'){
|
| 3636 | - if(is_int($number) || floor( $number ) == $number) |
|
| 3637 | - $decimals = 0; |
|
| 3676 | + if(is_int($number) || floor( $number ) == $number) { |
|
| 3677 | + $decimals = 0; |
|
| 3678 | + } |
|
| 3638 | 3679 | } |
| 3639 | 3680 | |
| 3640 | 3681 | $number = number_format($number,$decimals,$decimalpoint,$separator); |
@@ -3643,7 +3684,7 @@ discard block |
||
| 3643 | 3684 | |
| 3644 | 3685 | if($currency_symbol_placement=='left'){
|
| 3645 | 3686 | $number = $symbol . $number; |
| 3646 | - }else{
|
|
| 3687 | + } else{
|
|
| 3647 | 3688 | $number = $number . $symbol; |
| 3648 | 3689 | } |
| 3649 | 3690 | |
@@ -94,7 +94,7 @@ discard block |
||
| 94 | 94 | {
|
| 95 | 95 | |
| 96 | 96 | //widgetform in backend |
| 97 | - $instance = wp_parse_args((array)$instance, |
|
| 97 | + $instance = wp_parse_args((array) $instance, |
|
| 98 | 98 | array('title' => '',
|
| 99 | 99 | 'post_type' => '', |
| 100 | 100 | 'category' => '', |
@@ -153,7 +153,7 @@ discard block |
||
| 153 | 153 | ?> |
| 154 | 154 | |
| 155 | 155 | <p> |
| 156 | - <label for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title:', 'geodirectory');?>
|
|
| 156 | + <label for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title:', 'geodirectory'); ?>
|
|
| 157 | 157 | |
| 158 | 158 | <input class="widefat" id="<?php echo $this->get_field_id('title'); ?>"
|
| 159 | 159 | name="<?php echo $this->get_field_name('title'); ?>" type="text"
|
@@ -163,7 +163,7 @@ discard block |
||
| 163 | 163 | |
| 164 | 164 | <p> |
| 165 | 165 | <label |
| 166 | - for="<?php echo $this->get_field_id('post_type'); ?>"><?php _e('Post Type:', 'geodirectory');?>
|
|
| 166 | + for="<?php echo $this->get_field_id('post_type'); ?>"><?php _e('Post Type:', 'geodirectory'); ?>
|
|
| 167 | 167 | |
| 168 | 168 | <?php $postypes = geodir_get_posttypes(); ?> |
| 169 | 169 | |
@@ -187,7 +187,7 @@ discard block |
||
| 187 | 187 | |
| 188 | 188 | <p> |
| 189 | 189 | <label |
| 190 | - for="<?php echo $this->get_field_id('category'); ?>"><?php _e('Post Category:', 'geodirectory');?>
|
|
| 190 | + for="<?php echo $this->get_field_id('category'); ?>"><?php _e('Post Category:', 'geodirectory'); ?>
|
|
| 191 | 191 | |
| 192 | 192 | <?php |
| 193 | 193 | $category_taxonomy = geodir_get_taxonomies('gd_place');
|
@@ -224,7 +224,7 @@ discard block |
||
| 224 | 224 | </p> |
| 225 | 225 | <p> |
| 226 | 226 | <label |
| 227 | - for="<?php echo $this->get_field_id('post_number'); ?>"><?php _e('Number of posts(total):', 'geodirectory');?>
|
|
| 227 | + for="<?php echo $this->get_field_id('post_number'); ?>"><?php _e('Number of posts(total):', 'geodirectory'); ?>
|
|
| 228 | 228 | <input class="widefat" id="<?php echo $this->get_field_id('post_number'); ?>"
|
| 229 | 229 | name="<?php echo $this->get_field_name('post_number'); ?>" type="text"
|
| 230 | 230 | value="<?php echo esc_attr($post_number); ?>"/> |
@@ -233,7 +233,7 @@ discard block |
||
| 233 | 233 | |
| 234 | 234 | <p> |
| 235 | 235 | <label |
| 236 | - for="<?php echo $this->get_field_id('max_show'); ?>"><?php _e('Number of posts(shown at one time, requires a slide width to be set):', 'geodirectory');?>
|
|
| 236 | + for="<?php echo $this->get_field_id('max_show'); ?>"><?php _e('Number of posts(shown at one time, requires a slide width to be set):', 'geodirectory'); ?>
|
|
| 237 | 237 | <input class="widefat" id="<?php echo $this->get_field_id('max_show'); ?>"
|
| 238 | 238 | name="<?php echo $this->get_field_name('max_show'); ?>" type="text"
|
| 239 | 239 | value="<?php echo esc_attr($max_show); ?>"/> |
@@ -242,7 +242,7 @@ discard block |
||
| 242 | 242 | |
| 243 | 243 | <p> |
| 244 | 244 | <label |
| 245 | - for="<?php echo $this->get_field_id('slide_width'); ?>"><?php _e('Slide width(leave blank unless showing more than one slide at a time, ex: 210):', 'geodirectory');?>
|
|
| 245 | + for="<?php echo $this->get_field_id('slide_width'); ?>"><?php _e('Slide width(leave blank unless showing more than one slide at a time, ex: 210):', 'geodirectory'); ?>
|
|
| 246 | 246 | <input class="widefat" id="<?php echo $this->get_field_id('slide_width'); ?>"
|
| 247 | 247 | name="<?php echo $this->get_field_name('slide_width'); ?>" type="text"
|
| 248 | 248 | value="<?php echo esc_attr($slide_width); ?>"/> |
@@ -251,7 +251,7 @@ discard block |
||
| 251 | 251 | |
| 252 | 252 | <p> |
| 253 | 253 | <label |
| 254 | - for="<?php echo $this->get_field_id('animation'); ?>"><?php _e('Animation:', 'geodirectory');?>
|
|
| 254 | + for="<?php echo $this->get_field_id('animation'); ?>"><?php _e('Animation:', 'geodirectory'); ?>
|
|
| 255 | 255 | |
| 256 | 256 | <select class="widefat" id="<?php echo $this->get_field_id('animation'); ?>"
|
| 257 | 257 | name="<?php echo $this->get_field_name('animation'); ?>">
|
@@ -269,7 +269,7 @@ discard block |
||
| 269 | 269 | |
| 270 | 270 | <p> |
| 271 | 271 | <label |
| 272 | - for="<?php echo $this->get_field_id('slideshowSpeed'); ?>"><?php _e('Slide Show Speed: (milliseconds)', 'geodirectory');?>
|
|
| 272 | + for="<?php echo $this->get_field_id('slideshowSpeed'); ?>"><?php _e('Slide Show Speed: (milliseconds)', 'geodirectory'); ?>
|
|
| 273 | 273 | |
| 274 | 274 | <input class="widefat" id="<?php echo $this->get_field_id('slideshowSpeed'); ?>"
|
| 275 | 275 | name="<?php echo $this->get_field_name('slideshowSpeed'); ?>" type="text"
|
@@ -279,7 +279,7 @@ discard block |
||
| 279 | 279 | |
| 280 | 280 | <p> |
| 281 | 281 | <label |
| 282 | - for="<?php echo $this->get_field_id('animationSpeed'); ?>"><?php _e('Animation Speed: (milliseconds)', 'geodirectory');?>
|
|
| 282 | + for="<?php echo $this->get_field_id('animationSpeed'); ?>"><?php _e('Animation Speed: (milliseconds)', 'geodirectory'); ?>
|
|
| 283 | 283 | |
| 284 | 284 | <input class="widefat" id="<?php echo $this->get_field_id('animationSpeed'); ?>"
|
| 285 | 285 | name="<?php echo $this->get_field_name('animationSpeed'); ?>" type="text"
|
@@ -289,7 +289,7 @@ discard block |
||
| 289 | 289 | |
| 290 | 290 | <p> |
| 291 | 291 | <label |
| 292 | - for="<?php echo $this->get_field_id('slideshow'); ?>"><?php _e('SlideShow:', 'geodirectory');?>
|
|
| 292 | + for="<?php echo $this->get_field_id('slideshow'); ?>"><?php _e('SlideShow:', 'geodirectory'); ?>
|
|
| 293 | 293 | |
| 294 | 294 | <input type="checkbox" <?php if ($slideshow) {
|
| 295 | 295 | echo 'checked="checked"'; |
@@ -301,7 +301,7 @@ discard block |
||
| 301 | 301 | |
| 302 | 302 | <p> |
| 303 | 303 | <label |
| 304 | - for="<?php echo $this->get_field_id('animationLoop'); ?>"><?php _e('AnimationLoop:', 'geodirectory');?>
|
|
| 304 | + for="<?php echo $this->get_field_id('animationLoop'); ?>"><?php _e('AnimationLoop:', 'geodirectory'); ?>
|
|
| 305 | 305 | |
| 306 | 306 | <input type="checkbox" <?php if ($animationLoop) {
|
| 307 | 307 | echo 'checked="checked"'; |
@@ -313,7 +313,7 @@ discard block |
||
| 313 | 313 | |
| 314 | 314 | <p> |
| 315 | 315 | <label |
| 316 | - for="<?php echo $this->get_field_id('directionNav'); ?>"><?php _e('DirectionNav:', 'geodirectory');?>
|
|
| 316 | + for="<?php echo $this->get_field_id('directionNav'); ?>"><?php _e('DirectionNav:', 'geodirectory'); ?>
|
|
| 317 | 317 | |
| 318 | 318 | <input type="checkbox" <?php if ($directionNav) {
|
| 319 | 319 | echo 'checked="checked"'; |
@@ -326,7 +326,7 @@ discard block |
||
| 326 | 326 | |
| 327 | 327 | <p> |
| 328 | 328 | <label |
| 329 | - for="<?php echo $this->get_field_id('show_title'); ?>"><?php _e('Show Title:', 'geodirectory');?>
|
|
| 329 | + for="<?php echo $this->get_field_id('show_title'); ?>"><?php _e('Show Title:', 'geodirectory'); ?>
|
|
| 330 | 330 | |
| 331 | 331 | <input type="checkbox" <?php if ($show_title) {
|
| 332 | 332 | echo 'checked="checked"'; |
@@ -345,9 +345,9 @@ discard block |
||
| 345 | 345 | </p> |
| 346 | 346 | <p> |
| 347 | 347 | <label for="<?php echo $this->get_field_id('add_location_filter'); ?>">
|
| 348 | - <?php _e('Enable Location Filter:', 'geodirectory');?>
|
|
| 348 | + <?php _e('Enable Location Filter:', 'geodirectory'); ?>
|
|
| 349 | 349 | <input type="checkbox" id="<?php echo $this->get_field_id('add_location_filter'); ?>"
|
| 350 | - name="<?php echo $this->get_field_name('add_location_filter'); ?>" <?php if ($add_location_filter) echo 'checked="checked"';?>
|
|
| 350 | + name="<?php echo $this->get_field_name('add_location_filter'); ?>" <?php if ($add_location_filter) echo 'checked="checked"'; ?>
|
|
| 351 | 351 | value="1"/> |
| 352 | 352 | </label> |
| 353 | 353 | </p> |
@@ -368,10 +368,10 @@ discard block |
||
| 368 | 368 | |
| 369 | 369 | } |
| 370 | 370 | |
| 371 | - <?php if(is_active_widget( false, false, $this->id_base, true )){ ?>
|
|
| 371 | + <?php if (is_active_widget(false, false, $this->id_base, true)) { ?>
|
|
| 372 | 372 | var post_type = jQuery('#<?php echo $this->get_field_id('post_type'); ?>').val();
|
| 373 | 373 | |
| 374 | - geodir_change_category_list(post_type, '<?php echo $category;?>'); |
|
| 374 | + geodir_change_category_list(post_type, '<?php echo $category; ?>'); |
|
| 375 | 375 | <?php } ?> |
| 376 | 376 | |
| 377 | 377 | </script> |
@@ -74,10 +74,11 @@ discard block |
||
| 74 | 74 | $instance['animation'] = $new_instance['animation']; |
| 75 | 75 | $instance['list_sort'] = isset($new_instance['list_sort']) ? $new_instance['list_sort'] : ''; |
| 76 | 76 | $instance['show_featured_only'] = isset($new_instance['show_featured_only']) && $new_instance['show_featured_only'] ? 1 : 0; |
| 77 | - if (isset($new_instance['add_location_filter']) && $new_instance['add_location_filter'] != '') |
|
| 78 | - $instance['add_location_filter'] = strip_tags($new_instance['add_location_filter']); |
|
| 79 | - else |
|
| 80 | - $instance['add_location_filter'] = '0'; |
|
| 77 | + if (isset($new_instance['add_location_filter']) && $new_instance['add_location_filter'] != '') { |
|
| 78 | + $instance['add_location_filter'] = strip_tags($new_instance['add_location_filter']); |
|
| 79 | + } else { |
|
| 80 | + $instance['add_location_filter'] = '0'; |
|
| 81 | + } |
|
| 81 | 82 | |
| 82 | 83 | return $instance; |
| 83 | 84 | } |
@@ -339,7 +340,10 @@ discard block |
||
| 339 | 340 | <label |
| 340 | 341 | for="<?php echo $this->get_field_id('show_featured_only'); ?>"><?php _e('Show only featured listings:', 'geodirectory'); ?>
|
| 341 | 342 | <input type="checkbox" id="<?php echo $this->get_field_id('show_featured_only'); ?>"
|
| 342 | - name="<?php echo $this->get_field_name('show_featured_only'); ?>" <?php if ($show_featured_only) echo 'checked="checked"'; ?>
|
|
| 343 | + name="<?php echo $this->get_field_name('show_featured_only'); ?>" <?php if ($show_featured_only) { |
|
| 344 | + echo 'checked="checked"'; |
|
| 345 | +} |
|
| 346 | +?> |
|
| 343 | 347 | value="1"/> |
| 344 | 348 | </label> |
| 345 | 349 | </p> |
@@ -347,7 +351,10 @@ discard block |
||
| 347 | 351 | <label for="<?php echo $this->get_field_id('add_location_filter'); ?>">
|
| 348 | 352 | <?php _e('Enable Location Filter:', 'geodirectory');?>
|
| 349 | 353 | <input type="checkbox" id="<?php echo $this->get_field_id('add_location_filter'); ?>"
|
| 350 | - name="<?php echo $this->get_field_name('add_location_filter'); ?>" <?php if ($add_location_filter) echo 'checked="checked"';?>
|
|
| 354 | + name="<?php echo $this->get_field_name('add_location_filter'); ?>" <?php if ($add_location_filter) { |
|
| 355 | + echo 'checked="checked"'; |
|
| 356 | +} |
|
| 357 | +?> |
|
| 351 | 358 | value="1"/> |
| 352 | 359 | </label> |
| 353 | 360 | </p> |
@@ -15,40 +15,40 @@ discard block |
||
| 15 | 15 | class geodir_listing_slider_widget extends WP_Widget |
| 16 | 16 | {
|
| 17 | 17 | |
| 18 | - /** |
|
| 18 | + /** |
|
| 19 | 19 | * Register the listing slider widget. |
| 20 | 20 | * |
| 21 | 21 | * @since 1.0.0 |
| 22 | - * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
|
| 22 | + * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
|
| 23 | 23 | */ |
| 24 | - public function __construct() {
|
|
| 25 | - $widget_ops = array('classname' => 'geodir_listing_slider_view', 'description' => __('GD > Listing Slider', 'geodirectory'));
|
|
| 26 | - parent::__construct( |
|
| 27 | - 'listing_slider_view', // Base ID |
|
| 28 | - __('GD > Listing Slider', 'geodirectory'), // Name
|
|
| 29 | - $widget_ops// Args |
|
| 30 | - ); |
|
| 31 | - } |
|
| 24 | + public function __construct() {
|
|
| 25 | + $widget_ops = array('classname' => 'geodir_listing_slider_view', 'description' => __('GD > Listing Slider', 'geodirectory'));
|
|
| 26 | + parent::__construct( |
|
| 27 | + 'listing_slider_view', // Base ID |
|
| 28 | + __('GD > Listing Slider', 'geodirectory'), // Name
|
|
| 29 | + $widget_ops// Args |
|
| 30 | + ); |
|
| 31 | + } |
|
| 32 | 32 | |
| 33 | 33 | /** |
| 34 | 34 | * Front-end display content for listing slider widget. |
| 35 | 35 | * |
| 36 | 36 | * @since 1.0.0 |
| 37 | - * @since 1.5.1 Declare function public. |
|
| 37 | + * @since 1.5.1 Declare function public. |
|
| 38 | 38 | * |
| 39 | 39 | * @param array $args Widget arguments. |
| 40 | 40 | * @param array $instance Saved values from database. |
| 41 | 41 | */ |
| 42 | - public function widget($args, $instance) |
|
| 43 | - {
|
|
| 44 | - geodir_listing_slider_widget_output($args, $instance); |
|
| 45 | - } |
|
| 42 | + public function widget($args, $instance) |
|
| 43 | + {
|
|
| 44 | + geodir_listing_slider_widget_output($args, $instance); |
|
| 45 | + } |
|
| 46 | 46 | |
| 47 | 47 | /** |
| 48 | 48 | * Sanitize listing slider widget form values as they are saved. |
| 49 | 49 | * |
| 50 | 50 | * @since 1.0.0 |
| 51 | - * @since 1.5.1 Declare function public. |
|
| 51 | + * @since 1.5.1 Declare function public. |
|
| 52 | 52 | * |
| 53 | 53 | * @param array $new_instance Values just sent to be saved. |
| 54 | 54 | * @param array $old_instance Previously saved values from database. |
@@ -56,101 +56,101 @@ discard block |
||
| 56 | 56 | * @return array Updated safe values to be saved. |
| 57 | 57 | */ |
| 58 | 58 | public function update($new_instance, $old_instance) |
| 59 | - {
|
|
| 60 | - //save the widget |
|
| 61 | - $instance = $old_instance; |
|
| 62 | - $instance['title'] = strip_tags($new_instance['title']); |
|
| 63 | - $instance['post_type'] = strip_tags($new_instance['post_type']); |
|
| 64 | - $instance['category'] = strip_tags($new_instance['category']); |
|
| 65 | - $instance['post_number'] = strip_tags($new_instance['post_number']); |
|
| 66 | - $instance['max_show'] = strip_tags($new_instance['max_show']); |
|
| 67 | - $instance['slide_width'] = strip_tags($new_instance['slide_width']); |
|
| 68 | - $instance['show_title'] = isset($new_instance['show_title']) ? $new_instance['show_title'] : ''; |
|
| 69 | - $instance['slideshow'] = isset($new_instance['slideshow']) ? $new_instance['slideshow'] : ''; |
|
| 70 | - $instance['animationLoop'] = isset($new_instance['animationLoop']) ? $new_instance['animationLoop'] : ''; |
|
| 71 | - $instance['directionNav'] = isset($new_instance['directionNav']) ? $new_instance['directionNav'] : ''; |
|
| 72 | - $instance['slideshowSpeed'] = $new_instance['slideshowSpeed']; |
|
| 73 | - $instance['animationSpeed'] = $new_instance['animationSpeed']; |
|
| 74 | - $instance['animation'] = $new_instance['animation']; |
|
| 75 | - $instance['list_sort'] = isset($new_instance['list_sort']) ? $new_instance['list_sort'] : ''; |
|
| 76 | - $instance['show_featured_only'] = isset($new_instance['show_featured_only']) && $new_instance['show_featured_only'] ? 1 : 0; |
|
| 77 | - if (isset($new_instance['add_location_filter']) && $new_instance['add_location_filter'] != '') |
|
| 78 | - $instance['add_location_filter'] = strip_tags($new_instance['add_location_filter']); |
|
| 79 | - else |
|
| 80 | - $instance['add_location_filter'] = '0'; |
|
| 81 | - |
|
| 82 | - return $instance; |
|
| 83 | - } |
|
| 59 | + {
|
|
| 60 | + //save the widget |
|
| 61 | + $instance = $old_instance; |
|
| 62 | + $instance['title'] = strip_tags($new_instance['title']); |
|
| 63 | + $instance['post_type'] = strip_tags($new_instance['post_type']); |
|
| 64 | + $instance['category'] = strip_tags($new_instance['category']); |
|
| 65 | + $instance['post_number'] = strip_tags($new_instance['post_number']); |
|
| 66 | + $instance['max_show'] = strip_tags($new_instance['max_show']); |
|
| 67 | + $instance['slide_width'] = strip_tags($new_instance['slide_width']); |
|
| 68 | + $instance['show_title'] = isset($new_instance['show_title']) ? $new_instance['show_title'] : ''; |
|
| 69 | + $instance['slideshow'] = isset($new_instance['slideshow']) ? $new_instance['slideshow'] : ''; |
|
| 70 | + $instance['animationLoop'] = isset($new_instance['animationLoop']) ? $new_instance['animationLoop'] : ''; |
|
| 71 | + $instance['directionNav'] = isset($new_instance['directionNav']) ? $new_instance['directionNav'] : ''; |
|
| 72 | + $instance['slideshowSpeed'] = $new_instance['slideshowSpeed']; |
|
| 73 | + $instance['animationSpeed'] = $new_instance['animationSpeed']; |
|
| 74 | + $instance['animation'] = $new_instance['animation']; |
|
| 75 | + $instance['list_sort'] = isset($new_instance['list_sort']) ? $new_instance['list_sort'] : ''; |
|
| 76 | + $instance['show_featured_only'] = isset($new_instance['show_featured_only']) && $new_instance['show_featured_only'] ? 1 : 0; |
|
| 77 | + if (isset($new_instance['add_location_filter']) && $new_instance['add_location_filter'] != '') |
|
| 78 | + $instance['add_location_filter'] = strip_tags($new_instance['add_location_filter']); |
|
| 79 | + else |
|
| 80 | + $instance['add_location_filter'] = '0'; |
|
| 81 | + |
|
| 82 | + return $instance; |
|
| 83 | + } |
|
| 84 | 84 | |
| 85 | 85 | /** |
| 86 | 86 | * Back-end listing slider widget settings form. |
| 87 | 87 | * |
| 88 | 88 | * @since 1.0.0 |
| 89 | - * @since 1.5.1 Declare function public. |
|
| 89 | + * @since 1.5.1 Declare function public. |
|
| 90 | 90 | * |
| 91 | 91 | * @param array $instance Previously saved values from database. |
| 92 | 92 | */ |
| 93 | 93 | public function form($instance) |
| 94 | - {
|
|
| 94 | + {
|
|
| 95 | 95 | |
| 96 | - //widgetform in backend |
|
| 97 | - $instance = wp_parse_args((array)$instance, |
|
| 98 | - array('title' => '',
|
|
| 99 | - 'post_type' => '', |
|
| 100 | - 'category' => '', |
|
| 101 | - 'post_number' => '5', |
|
| 102 | - 'max_show' => '1', |
|
| 103 | - 'slide_width' => '', |
|
| 104 | - 'show_title' => '', |
|
| 105 | - 'slideshow' => '', |
|
| 106 | - 'animationLoop' => '', |
|
| 107 | - 'directionNav' => '', |
|
| 108 | - 'slideshowSpeed' => 5000, |
|
| 109 | - 'animationSpeed' => 600, |
|
| 110 | - 'animation' => '', |
|
| 111 | - 'list_sort' => 'latest', |
|
| 112 | - 'show_featured_only' => '', |
|
| 113 | - 'add_location_filter' => '0', |
|
| 114 | - ) |
|
| 115 | - ); |
|
| 96 | + //widgetform in backend |
|
| 97 | + $instance = wp_parse_args((array)$instance, |
|
| 98 | + array('title' => '',
|
|
| 99 | + 'post_type' => '', |
|
| 100 | + 'category' => '', |
|
| 101 | + 'post_number' => '5', |
|
| 102 | + 'max_show' => '1', |
|
| 103 | + 'slide_width' => '', |
|
| 104 | + 'show_title' => '', |
|
| 105 | + 'slideshow' => '', |
|
| 106 | + 'animationLoop' => '', |
|
| 107 | + 'directionNav' => '', |
|
| 108 | + 'slideshowSpeed' => 5000, |
|
| 109 | + 'animationSpeed' => 600, |
|
| 110 | + 'animation' => '', |
|
| 111 | + 'list_sort' => 'latest', |
|
| 112 | + 'show_featured_only' => '', |
|
| 113 | + 'add_location_filter' => '0', |
|
| 114 | + ) |
|
| 115 | + ); |
|
| 116 | 116 | |
| 117 | - $title = strip_tags($instance['title']); |
|
| 117 | + $title = strip_tags($instance['title']); |
|
| 118 | 118 | |
| 119 | - $post_type = strip_tags($instance['post_type']); |
|
| 119 | + $post_type = strip_tags($instance['post_type']); |
|
| 120 | 120 | |
| 121 | - $category = strip_tags($instance['category']); |
|
| 121 | + $category = strip_tags($instance['category']); |
|
| 122 | 122 | |
| 123 | - $post_number = strip_tags($instance['post_number']); |
|
| 123 | + $post_number = strip_tags($instance['post_number']); |
|
| 124 | 124 | |
| 125 | - $max_show = strip_tags($instance['max_show']); |
|
| 125 | + $max_show = strip_tags($instance['max_show']); |
|
| 126 | 126 | |
| 127 | - $slide_width = strip_tags($instance['slide_width']); |
|
| 127 | + $slide_width = strip_tags($instance['slide_width']); |
|
| 128 | 128 | |
| 129 | - $show_title = $instance['show_title']; |
|
| 129 | + $show_title = $instance['show_title']; |
|
| 130 | 130 | |
| 131 | - $slideshow = $instance['slideshow']; |
|
| 131 | + $slideshow = $instance['slideshow']; |
|
| 132 | 132 | |
| 133 | - $animationLoop = $instance['animationLoop']; |
|
| 133 | + $animationLoop = $instance['animationLoop']; |
|
| 134 | 134 | |
| 135 | - $directionNav = $instance['directionNav']; |
|
| 135 | + $directionNav = $instance['directionNav']; |
|
| 136 | 136 | |
| 137 | - $slideshowSpeed = $instance['slideshowSpeed']; |
|
| 137 | + $slideshowSpeed = $instance['slideshowSpeed']; |
|
| 138 | 138 | |
| 139 | - $animationSpeed = $instance['animationSpeed']; |
|
| 139 | + $animationSpeed = $instance['animationSpeed']; |
|
| 140 | 140 | |
| 141 | - $add_location_filter = strip_tags($instance['add_location_filter']); |
|
| 141 | + $add_location_filter = strip_tags($instance['add_location_filter']); |
|
| 142 | 142 | |
| 143 | - $animation = $instance['animation']; |
|
| 144 | - $list_sort = $instance['list_sort']; |
|
| 145 | - $show_featured_only = isset($instance['show_featured_only']) && $instance['show_featured_only'] ? true : false; |
|
| 143 | + $animation = $instance['animation']; |
|
| 144 | + $list_sort = $instance['list_sort']; |
|
| 145 | + $show_featured_only = isset($instance['show_featured_only']) && $instance['show_featured_only'] ? true : false; |
|
| 146 | 146 | |
| 147 | - $sort_fields = array(); |
|
| 148 | - $sort_fields[] = array('field' => 'latest', 'label' => __('Latest', 'geodirectory'));
|
|
| 149 | - $sort_fields[] = array('field' => 'featured', 'label' => __('Featured', 'geodirectory'));
|
|
| 150 | - $sort_fields[] = array('field' => 'high_review', 'label' => __('Review', 'geodirectory'));
|
|
| 151 | - $sort_fields[] = array('field' => 'high_rating', 'label' => __('Rating', 'geodirectory'));
|
|
| 152 | - $sort_fields[] = array('field' => 'random', 'label' => __('Random', 'geodirectory'));
|
|
| 153 | - ?> |
|
| 147 | + $sort_fields = array(); |
|
| 148 | + $sort_fields[] = array('field' => 'latest', 'label' => __('Latest', 'geodirectory'));
|
|
| 149 | + $sort_fields[] = array('field' => 'featured', 'label' => __('Featured', 'geodirectory'));
|
|
| 150 | + $sort_fields[] = array('field' => 'high_review', 'label' => __('Review', 'geodirectory'));
|
|
| 151 | + $sort_fields[] = array('field' => 'high_rating', 'label' => __('Rating', 'geodirectory'));
|
|
| 152 | + $sort_fields[] = array('field' => 'random', 'label' => __('Random', 'geodirectory'));
|
|
| 153 | + ?> |
|
| 154 | 154 | |
| 155 | 155 | <p> |
| 156 | 156 | <label for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title:', 'geodirectory');?>
|
@@ -174,9 +174,9 @@ discard block |
||
| 174 | 174 | <?php foreach ($postypes as $postypes_obj) { ?>
|
| 175 | 175 | |
| 176 | 176 | <option <?php if ($post_type == $postypes_obj) {
|
| 177 | - echo 'selected="selected"'; |
|
| 178 | - } ?> value="<?php echo $postypes_obj; ?>"><?php $extvalue = explode('_', $postypes_obj);
|
|
| 179 | - echo geodir_utf8_ucfirst($extvalue[1]); ?></option> |
|
| 177 | + echo 'selected="selected"'; |
|
| 178 | + } ?> value="<?php echo $postypes_obj; ?>"><?php $extvalue = explode('_', $postypes_obj);
|
|
| 179 | + echo geodir_utf8_ucfirst($extvalue[1]); ?></option> |
|
| 180 | 180 | |
| 181 | 181 | <?php } ?> |
| 182 | 182 | |
@@ -190,20 +190,20 @@ discard block |
||
| 190 | 190 | for="<?php echo $this->get_field_id('category'); ?>"><?php _e('Post Category:', 'geodirectory');?>
|
| 191 | 191 | |
| 192 | 192 | <?php |
| 193 | - $category_taxonomy = geodir_get_taxonomies('gd_place');
|
|
| 194 | - $categories = get_terms($category_taxonomy, array('orderby' => 'count', 'order' => 'DESC'));
|
|
| 195 | - ?> |
|
| 193 | + $category_taxonomy = geodir_get_taxonomies('gd_place');
|
|
| 194 | + $categories = get_terms($category_taxonomy, array('orderby' => 'count', 'order' => 'DESC'));
|
|
| 195 | + ?> |
|
| 196 | 196 | |
| 197 | 197 | <select class="widefat" id="<?php echo $this->get_field_id('category'); ?>"
|
| 198 | 198 | name="<?php echo $this->get_field_name('category'); ?>">
|
| 199 | 199 | <option <?php if ($category == '0') {
|
| 200 | - echo 'selected="selected"'; |
|
| 201 | - } ?> value="0"><?php _e('All', 'geodirectory'); ?></option>
|
|
| 200 | + echo 'selected="selected"'; |
|
| 201 | + } ?> value="0"><?php _e('All', 'geodirectory'); ?></option>
|
|
| 202 | 202 | <?php foreach ($categories as $category_obj) { ?>
|
| 203 | 203 | |
| 204 | 204 | <option <?php if ($category == $category_obj->term_id) {
|
| 205 | - echo 'selected="selected"'; |
|
| 206 | - } ?> |
|
| 205 | + echo 'selected="selected"'; |
|
| 206 | + } ?> |
|
| 207 | 207 | value="<?php echo $category_obj->term_id; ?>"><?php echo geodir_utf8_ucfirst($category_obj->name); ?></option> |
| 208 | 208 | |
| 209 | 209 | <?php } ?> |
@@ -256,12 +256,12 @@ discard block |
||
| 256 | 256 | <select class="widefat" id="<?php echo $this->get_field_id('animation'); ?>"
|
| 257 | 257 | name="<?php echo $this->get_field_name('animation'); ?>">
|
| 258 | 258 | <option <?php if ($animation == 'slide') {
|
| 259 | - echo 'selected="selected"'; |
|
| 260 | - } ?> value="slide">Slide |
|
| 259 | + echo 'selected="selected"'; |
|
| 260 | + } ?> value="slide">Slide |
|
| 261 | 261 | </option> |
| 262 | 262 | <option <?php if ($animation == 'fade') {
|
| 263 | - echo 'selected="selected"'; |
|
| 264 | - } ?> value="fade">Fade |
|
| 263 | + echo 'selected="selected"'; |
|
| 264 | + } ?> value="fade">Fade |
|
| 265 | 265 | </option> |
| 266 | 266 | </select> |
| 267 | 267 | </label> |
@@ -292,8 +292,8 @@ discard block |
||
| 292 | 292 | for="<?php echo $this->get_field_id('slideshow'); ?>"><?php _e('SlideShow:', 'geodirectory');?>
|
| 293 | 293 | |
| 294 | 294 | <input type="checkbox" <?php if ($slideshow) {
|
| 295 | - echo 'checked="checked"'; |
|
| 296 | - } ?> id="<?php echo $this->get_field_id('slideshow'); ?>" value="1"
|
|
| 295 | + echo 'checked="checked"'; |
|
| 296 | + } ?> id="<?php echo $this->get_field_id('slideshow'); ?>" value="1"
|
|
| 297 | 297 | name="<?php echo $this->get_field_name('slideshow'); ?>"/>
|
| 298 | 298 | |
| 299 | 299 | </label> |
@@ -304,8 +304,8 @@ discard block |
||
| 304 | 304 | for="<?php echo $this->get_field_id('animationLoop'); ?>"><?php _e('AnimationLoop:', 'geodirectory');?>
|
| 305 | 305 | |
| 306 | 306 | <input type="checkbox" <?php if ($animationLoop) {
|
| 307 | - echo 'checked="checked"'; |
|
| 308 | - } ?> id="<?php echo $this->get_field_id('animationLoop'); ?>" value="1"
|
|
| 307 | + echo 'checked="checked"'; |
|
| 308 | + } ?> id="<?php echo $this->get_field_id('animationLoop'); ?>" value="1"
|
|
| 309 | 309 | name="<?php echo $this->get_field_name('animationLoop'); ?>"/>
|
| 310 | 310 | |
| 311 | 311 | </label> |
@@ -316,8 +316,8 @@ discard block |
||
| 316 | 316 | for="<?php echo $this->get_field_id('directionNav'); ?>"><?php _e('DirectionNav:', 'geodirectory');?>
|
| 317 | 317 | |
| 318 | 318 | <input type="checkbox" <?php if ($directionNav) {
|
| 319 | - echo 'checked="checked"'; |
|
| 320 | - } ?> id="<?php echo $this->get_field_id('directionNav'); ?>" value="1"
|
|
| 319 | + echo 'checked="checked"'; |
|
| 320 | + } ?> id="<?php echo $this->get_field_id('directionNav'); ?>" value="1"
|
|
| 321 | 321 | name="<?php echo $this->get_field_name('directionNav'); ?>"/>
|
| 322 | 322 | |
| 323 | 323 | </label> |
@@ -329,8 +329,8 @@ discard block |
||
| 329 | 329 | for="<?php echo $this->get_field_id('show_title'); ?>"><?php _e('Show Title:', 'geodirectory');?>
|
| 330 | 330 | |
| 331 | 331 | <input type="checkbox" <?php if ($show_title) {
|
| 332 | - echo 'checked="checked"'; |
|
| 333 | - } ?> id="<?php echo $this->get_field_id('show_title'); ?>" value="1"
|
|
| 332 | + echo 'checked="checked"'; |
|
| 333 | + } ?> id="<?php echo $this->get_field_id('show_title'); ?>" value="1"
|
|
| 334 | 334 | name="<?php echo $this->get_field_name('show_title'); ?>"/>
|
| 335 | 335 | |
| 336 | 336 | </label> |
@@ -378,7 +378,7 @@ discard block |
||
| 378 | 378 | |
| 379 | 379 | |
| 380 | 380 | <?php |
| 381 | - } |
|
| 381 | + } |
|
| 382 | 382 | } // class geodir_listing_slider_widget |
| 383 | 383 | |
| 384 | 384 | register_widget('geodir_listing_slider_widget'); |
| 385 | 385 | \ No newline at end of file |
@@ -2348,10 +2348,10 @@ |
||
| 2348 | 2348 | ?> |
| 2349 | 2349 | <input class="search_text" name="s" |
| 2350 | 2350 | value="<?php if ( isset( $_REQUEST['s'] ) && trim( $_REQUEST['s'] ) != '' ) {
|
| 2351 | - echo esc_attr( stripslashes_deep( $_REQUEST['s'] ) ); |
|
| 2352 | - } else {
|
|
| 2353 | - echo $default_search_for_text; |
|
| 2354 | - } ?>" type="text" |
|
| 2351 | + echo esc_attr( stripslashes_deep( $_REQUEST['s'] ) ); |
|
| 2352 | + } else {
|
|
| 2353 | + echo $default_search_for_text; |
|
| 2354 | + } ?>" type="text" |
|
| 2355 | 2355 | onblur="if (this.value.trim() == '') {this.value = '<?php echo esc_sql( $default_search_for_text ); ?>';}"
|
| 2356 | 2356 | onfocus="if (this.value == '<?php echo esc_sql( $default_search_for_text ); ?>') {this.value = '';}"
|
| 2357 | 2357 | onkeydown="javascript: if(event.keyCode == 13) geodir_click_search(this);"> |
@@ -242,7 +242,7 @@ discard block |
||
| 242 | 242 | |
| 243 | 243 | $author_id = $p_post->post_author; |
| 244 | 244 | |
| 245 | - }else{
|
|
| 245 | + } else{
|
|
| 246 | 246 | gd_die(); |
| 247 | 247 | } |
| 248 | 248 | |
@@ -387,7 +387,7 @@ discard block |
||
| 387 | 387 | |
| 388 | 388 | check_ajax_referer( 'send_to_frnd_'.$pid ); |
| 389 | 389 | |
| 390 | - }else{
|
|
| 390 | + } else{
|
|
| 391 | 391 | gd_die(); |
| 392 | 392 | } |
| 393 | 393 | |
@@ -2274,7 +2274,7 @@ discard block |
||
| 2274 | 2274 | |
| 2275 | 2275 | if ( $new_style ) {
|
| 2276 | 2276 | $default_search_button_label = '<i class="fa fa-search" aria-hidden="true"></i>'; |
| 2277 | - }else{
|
|
| 2277 | + } else{
|
|
| 2278 | 2278 | $default_search_button_label = 'Search'; |
| 2279 | 2279 | } |
| 2280 | 2280 | if ( get_option( 'geodir_search_button_label' ) && get_option( 'geodir_search_button_label' ) != 'Search' ) {
|
@@ -2301,7 +2301,7 @@ discard block |
||
| 2301 | 2301 | if ( $new_style ) {
|
| 2302 | 2302 | ?> |
| 2303 | 2303 | <button class="geodir_submit_search <?php echo $fa_class; ?>"><?php _e( $default_search_button_label ,'geodirectory'); ?></button> |
| 2304 | - <?php }else{?>
|
|
| 2304 | + <?php } else{?>
|
|
| 2305 | 2305 | <input type="button" value="<?php esc_attr_e( $default_search_button_label ); ?>" |
| 2306 | 2306 | class="geodir_submit_search <?php echo $fa_class; ?>"/> |
| 2307 | 2307 | <?php } |
@@ -2351,17 +2351,17 @@ discard block |
||
| 2351 | 2351 | if ( $new_style ) {
|
| 2352 | 2352 | echo "</div>"; |
| 2353 | 2353 | } |
| 2354 | - }else{
|
|
| 2354 | + } else{
|
|
| 2355 | 2355 | if(! empty( $post_types )){
|
| 2356 | 2356 | $pt_arr = (array)$post_types; |
| 2357 | 2357 | echo '<input type="hidden" name="stype" value="' . key( $pt_arr ) . '" />'; |
| 2358 | - }else{
|
|
| 2358 | + } else{
|
|
| 2359 | 2359 | echo '<input type="hidden" name="stype" value="gd_place" />'; |
| 2360 | 2360 | } |
| 2361 | 2361 | |
| 2362 | 2362 | } |
| 2363 | 2363 | |
| 2364 | - }elseif ( ! empty( $post_types ) ) {
|
|
| 2364 | + } elseif ( ! empty( $post_types ) ) {
|
|
| 2365 | 2365 | echo '<input type="hidden" name="stype" value="gd_place" />'; |
| 2366 | 2366 | } |
| 2367 | 2367 | } |
@@ -161,7 +161,7 @@ discard block |
||
| 161 | 161 | * @param object|string $post The post object. |
| 162 | 162 | * @param string $post_type The post type. |
| 163 | 163 | * |
| 164 | - * @return object Returns filtered package info as an object. |
|
| 164 | + * @return string Returns filtered package info as an object. |
|
| 165 | 165 | */ |
| 166 | 166 | function geodir_post_package_info( $package_info, $post = '', $post_type = '' ) {
|
| 167 | 167 | $package_info['pid'] = 0; |
@@ -2507,7 +2507,7 @@ discard block |
||
| 2507 | 2507 | * |
| 2508 | 2508 | * @since 1.5.0 |
| 2509 | 2509 | * |
| 2510 | - * @return True if WPML is active else False. |
|
| 2510 | + * @return boolean if WPML is active else False. |
|
| 2511 | 2511 | */ |
| 2512 | 2512 | function geodir_is_wpml() {
|
| 2513 | 2513 | if (class_exists('SitePress') && function_exists('icl_object_id')) {
|
@@ -2583,7 +2583,6 @@ discard block |
||
| 2583 | 2583 | * @since 1.6.25 "geodir_wpml_listing_duplicated" action added. |
| 2584 | 2584 | * |
| 2585 | 2585 | * @param int $post_id The Post ID. |
| 2586 | - * @param string $lang Language code for translating post. |
|
| 2587 | 2586 | * @param array $request_info The post details in an array. |
| 2588 | 2587 | */ |
| 2589 | 2588 | function geodir_wpml_duplicate_listing($post_id, $request_info) {
|
@@ -2673,7 +2672,7 @@ discard block |
||
| 2673 | 2672 | * @param int $master_post_id Original Post ID. |
| 2674 | 2673 | * @param int $tr_post_id Translation Post ID. |
| 2675 | 2674 | * @param string $lang Language code for translating post. |
| 2676 | - * @return bool True for success, False for fail. |
|
| 2675 | + * @return boolean|null True for success, False for fail. |
|
| 2677 | 2676 | */ |
| 2678 | 2677 | function geodir_icl_duplicate_taxonomies($master_post_id, $tr_post_id, $lang) {
|
| 2679 | 2678 | global $sitepress, $wpdb; |
@@ -2916,8 +2915,6 @@ discard block |
||
| 2916 | 2915 | * |
| 2917 | 2916 | * @since 1.6.16 |
| 2918 | 2917 | * |
| 2919 | - * @param string $post_type WP post type or WP texonomy. Ex: gd_place. |
|
| 2920 | - * @param bool $taxonomy Whether $post_type is taxonomy or not. |
|
| 2921 | 2918 | * @return bool True if review star disabled, otherwise false. |
| 2922 | 2919 | */ |
| 2923 | 2920 | function geodir_rating_disabled_post_types() {
|
@@ -3189,7 +3186,7 @@ discard block |
||
| 3189 | 3186 | * @param string $element_type Use post, page, {custom post type name}, nav_menu, nav_menu_item, category, tag, etc.
|
| 3190 | 3187 | * You can also pass 'any', to let WPML guess the type, but this will only work for posts. |
| 3191 | 3188 | * @param bool $return_original_if_missing Optional, default is FALSE. If set to true it will always return a value (the original value, if translation is missing). |
| 3192 | - * @param string|NULL $language_code Optional, default is NULL. If missing, it will use the current language. |
|
| 3189 | + * @param string|NULL $ulanguage_code Optional, default is NULL. If missing, it will use the current language. |
|
| 3193 | 3190 | * If set to a language code, it will return a translation for that language code or |
| 3194 | 3191 | * the original if the translation is missing and $return_original_if_missing is set to TRUE. |
| 3195 | 3192 | * |
@@ -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 = sanitize_text_field($request['inq_name']); |
| 230 | 230 | $youremail = sanitize_email($request['inq_email']); |
@@ -232,25 +232,25 @@ discard block |
||
| 232 | 232 | $frnd_comments = sanitize_text_field($request['inq_msg']); |
| 233 | 233 | $pid = absint($request['pid']); |
| 234 | 234 | |
| 235 | - $author_id = ''; |
|
| 235 | + $author_id = ''; |
|
| 236 | 236 | |
| 237 | - if ( $pid && 'publish' == get_post_status ( $pid ) ) {
|
|
| 237 | + if ($pid && 'publish' == get_post_status($pid)) {
|
|
| 238 | 238 | |
| 239 | - check_ajax_referer( 'send_inquiry_'.$pid ); |
|
| 239 | + check_ajax_referer('send_inquiry_'.$pid);
|
|
| 240 | 240 | |
| 241 | 241 | $p_post = get_post($pid); |
| 242 | 242 | |
| 243 | - $author_id = $p_post->post_author; |
|
| 243 | + $author_id = $p_post->post_author; |
|
| 244 | 244 | |
| 245 | - }else{
|
|
| 245 | + } else {
|
|
| 246 | 246 | gd_die(); |
| 247 | 247 | } |
| 248 | 248 | |
| 249 | - $to_email = geodir_get_post_meta( $pid, 'geodir_email', true ); |
|
| 250 | - $to_name = geodir_get_client_name( $author_id ); |
|
| 249 | + $to_email = geodir_get_post_meta($pid, 'geodir_email', true); |
|
| 250 | + $to_name = geodir_get_client_name($author_id); |
|
| 251 | 251 | |
| 252 | - if ( $to_email == '' ) {
|
|
| 253 | - $to_email = get_option( 'admin_email' ); |
|
| 252 | + if ($to_email == '') {
|
|
| 253 | + $to_email = get_option('admin_email');
|
|
| 254 | 254 | } |
| 255 | 255 | |
| 256 | 256 | /** |
@@ -271,10 +271,10 @@ discard block |
||
| 271 | 271 | * } |
| 272 | 272 | * @param string $type The form type, default: `Enquiry`. |
| 273 | 273 | */ |
| 274 | - do_action( 'geodir_after_send_enquiry', $request, 'Enquiry' ); |
|
| 274 | + do_action('geodir_after_send_enquiry', $request, 'Enquiry');
|
|
| 275 | 275 | |
| 276 | 276 | $client_message = $frnd_comments; |
| 277 | - $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>.'; |
|
| 277 | + $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>.';
|
|
| 278 | 278 | /** |
| 279 | 279 | * Filter client message text. |
| 280 | 280 | * |
@@ -282,7 +282,7 @@ discard block |
||
| 282 | 282 | * |
| 283 | 283 | * @param string $client_message Client message text. |
| 284 | 284 | */ |
| 285 | - $client_message = apply_filters( 'geodir_inquiry_email_msg', $client_message ); |
|
| 285 | + $client_message = apply_filters('geodir_inquiry_email_msg', $client_message);
|
|
| 286 | 286 | |
| 287 | 287 | /** |
| 288 | 288 | * Called before the send enquiry email is sent. |
@@ -301,12 +301,12 @@ discard block |
||
| 301 | 301 | * |
| 302 | 302 | * } |
| 303 | 303 | */ |
| 304 | - do_action( 'geodir_before_send_enquiry_email', $request ); |
|
| 305 | - if ( $to_email ) {
|
|
| 304 | + do_action('geodir_before_send_enquiry_email', $request);
|
|
| 305 | + if ($to_email) {
|
|
| 306 | 306 | // strip slashes message |
| 307 | - $client_message = stripslashes_deep( $client_message ); |
|
| 307 | + $client_message = stripslashes_deep($client_message); |
|
| 308 | 308 | |
| 309 | - geodir_sendEmail( $youremail, $yourname, $to_email, $to_name, '', $client_message, $extra = '', 'send_enquiry', $request['pid'] );//To client email |
|
| 309 | + geodir_sendEmail($youremail, $yourname, $to_email, $to_name, '', $client_message, $extra = '', 'send_enquiry', $request['pid']); //To client email |
|
| 310 | 310 | } |
| 311 | 311 | |
| 312 | 312 | /** |
@@ -326,12 +326,12 @@ discard block |
||
| 326 | 326 | * |
| 327 | 327 | * } |
| 328 | 328 | */ |
| 329 | - do_action( 'geodir_after_send_enquiry_email', $request ); |
|
| 330 | - $url = get_permalink( $pid ); |
|
| 331 | - if ( strstr( $url, '?' ) ) {
|
|
| 332 | - $url = $url . "&send_inquiry=success"; |
|
| 329 | + do_action('geodir_after_send_enquiry_email', $request);
|
|
| 330 | + $url = get_permalink($pid); |
|
| 331 | + if (strstr($url, '?')) {
|
|
| 332 | + $url = $url."&send_inquiry=success"; |
|
| 333 | 333 | } else {
|
| 334 | - $url = $url . "?send_inquiry=success"; |
|
| 334 | + $url = $url."?send_inquiry=success"; |
|
| 335 | 335 | } |
| 336 | 336 | /** |
| 337 | 337 | * Filter redirect url after the send enquiry email is sent. |
@@ -340,8 +340,8 @@ discard block |
||
| 340 | 340 | * |
| 341 | 341 | * @param string $url Redirect url. |
| 342 | 342 | */ |
| 343 | - $url = apply_filters( 'geodir_send_enquiry_after_submit_redirect', $url ); |
|
| 344 | - wp_redirect( $url ); |
|
| 343 | + $url = apply_filters('geodir_send_enquiry_after_submit_redirect', $url);
|
|
| 344 | + wp_redirect($url); |
|
| 345 | 345 | gd_die(); |
| 346 | 346 | |
| 347 | 347 | } |
@@ -370,11 +370,11 @@ discard block |
||
| 370 | 370 | * } |
| 371 | 371 | * @global object $wpdb WordPress Database object. |
| 372 | 372 | */ |
| 373 | -function geodir_send_friend( $request ) {
|
|
| 373 | +function geodir_send_friend($request) {
|
|
| 374 | 374 | global $wpdb; |
| 375 | 375 | |
| 376 | 376 | // strip slashes from text |
| 377 | - $request = ! empty( $request ) ? stripslashes_deep( $request ) : $request; |
|
| 377 | + $request = !empty($request) ? stripslashes_deep($request) : $request; |
|
| 378 | 378 | |
| 379 | 379 | $yourname = sanitize_text_field($request['yourname']); |
| 380 | 380 | $youremail = sanitize_email($request['youremail']); |
@@ -383,11 +383,11 @@ discard block |
||
| 383 | 383 | $pid = absint($request['pid']); |
| 384 | 384 | $to_email = sanitize_email($request['to_email']); |
| 385 | 385 | $to_name = sanitize_text_field($request['to_name']); |
| 386 | - if ( $pid && 'publish' == get_post_status ( $pid ) ) {
|
|
| 386 | + if ($pid && 'publish' == get_post_status($pid)) {
|
|
| 387 | 387 | |
| 388 | - check_ajax_referer( 'send_to_frnd_'.$pid ); |
|
| 388 | + check_ajax_referer('send_to_frnd_'.$pid);
|
|
| 389 | 389 | |
| 390 | - }else{
|
|
| 390 | + } else {
|
|
| 391 | 391 | gd_die(); |
| 392 | 392 | } |
| 393 | 393 | |
@@ -410,8 +410,8 @@ discard block |
||
| 410 | 410 | * |
| 411 | 411 | * } |
| 412 | 412 | */ |
| 413 | - do_action( 'geodir_before_send_to_friend_email', $request ); |
|
| 414 | - geodir_sendEmail( $youremail, $yourname, $to_email, $to_name, $frnd_subject, $frnd_comments, $extra = '', 'send_friend', $request['pid'] );//To client email |
|
| 413 | + do_action('geodir_before_send_to_friend_email', $request);
|
|
| 414 | + geodir_sendEmail($youremail, $yourname, $to_email, $to_name, $frnd_subject, $frnd_comments, $extra = '', 'send_friend', $request['pid']); //To client email |
|
| 415 | 415 | |
| 416 | 416 | /** |
| 417 | 417 | * Called after the send to friend email is sent. |
@@ -432,13 +432,13 @@ discard block |
||
| 432 | 432 | * |
| 433 | 433 | * } |
| 434 | 434 | */ |
| 435 | - do_action( 'geodir_after_send_to_friend_email', $request ); |
|
| 435 | + do_action('geodir_after_send_to_friend_email', $request);
|
|
| 436 | 436 | |
| 437 | - $url = get_permalink( $pid ); |
|
| 438 | - if ( strstr( $url, '?' ) ) {
|
|
| 439 | - $url = $url . "&sendtofrnd=success"; |
|
| 437 | + $url = get_permalink($pid); |
|
| 438 | + if (strstr($url, '?')) {
|
|
| 439 | + $url = $url."&sendtofrnd=success"; |
|
| 440 | 440 | } else {
|
| 441 | - $url = $url . "?sendtofrnd=success"; |
|
| 441 | + $url = $url."?sendtofrnd=success"; |
|
| 442 | 442 | } |
| 443 | 443 | /** |
| 444 | 444 | * Filter redirect url after the send to friend email is sent. |
@@ -447,8 +447,8 @@ discard block |
||
| 447 | 447 | * |
| 448 | 448 | * @param string $url Redirect url. |
| 449 | 449 | */ |
| 450 | - $url = apply_filters( 'geodir_send_to_friend_after_submit_redirect', $url ); |
|
| 451 | - wp_redirect( $url ); |
|
| 450 | + $url = apply_filters('geodir_send_to_friend_after_submit_redirect', $url);
|
|
| 451 | + wp_redirect($url); |
|
| 452 | 452 | gd_die(); |
| 453 | 453 | } |
| 454 | 454 | |
@@ -462,8 +462,8 @@ discard block |
||
| 462 | 462 | * |
| 463 | 463 | * @param string $hash_key |
| 464 | 464 | */ |
| 465 | -function geodir_before_tab_content( $hash_key ) {
|
|
| 466 | - switch ( $hash_key ) {
|
|
| 465 | +function geodir_before_tab_content($hash_key) {
|
|
| 466 | + switch ($hash_key) {
|
|
| 467 | 467 | case 'post_info' : |
| 468 | 468 | echo '<div class="geodir-company_info field-group">'; |
| 469 | 469 | break; |
@@ -473,7 +473,7 @@ discard block |
||
| 473 | 473 | * |
| 474 | 474 | * @since 1.0.0 |
| 475 | 475 | */ |
| 476 | - echo ' <div id="' . apply_filters( 'geodir_post_gallery_id', 'geodir-post-gallery' ) . '" class="clearfix" >'; |
|
| 476 | + echo ' <div id="'.apply_filters('geodir_post_gallery_id', 'geodir-post-gallery').'" class="clearfix" >';
|
|
| 477 | 477 | break; |
| 478 | 478 | case 'reviews' : |
| 479 | 479 | echo '<div id="reviews-wrap" class="clearfix"> '; |
@@ -497,8 +497,8 @@ discard block |
||
| 497 | 497 | * |
| 498 | 498 | * @param string $hash_key |
| 499 | 499 | */ |
| 500 | -function geodir_after_tab_content( $hash_key ) {
|
|
| 501 | - switch ( $hash_key ) {
|
|
| 500 | +function geodir_after_tab_content($hash_key) {
|
|
| 501 | + switch ($hash_key) {
|
|
| 502 | 502 | case 'post_info' : |
| 503 | 503 | echo '</div>'; |
| 504 | 504 | break; |
@@ -529,25 +529,25 @@ discard block |
||
| 529 | 529 | * @global object $wpdb WordPress Database object. |
| 530 | 530 | * @return bool|null|string Returns default sort results, when the post type is valid. Otherwise returns false. |
| 531 | 531 | */ |
| 532 | -function geodir_get_posts_default_sort( $post_type ) {
|
|
| 532 | +function geodir_get_posts_default_sort($post_type) {
|
|
| 533 | 533 | |
| 534 | 534 | global $wpdb; |
| 535 | 535 | |
| 536 | - if ( $post_type != '' ) {
|
|
| 536 | + if ($post_type != '') {
|
|
| 537 | 537 | |
| 538 | 538 | $all_postypes = geodir_get_posttypes(); |
| 539 | 539 | |
| 540 | - if ( ! in_array( $post_type, $all_postypes ) ) {
|
|
| 540 | + if (!in_array($post_type, $all_postypes)) {
|
|
| 541 | 541 | return false; |
| 542 | 542 | } |
| 543 | 543 | |
| 544 | - $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( |
|
| 544 | + $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(
|
|
| 545 | 545 | $post_type, |
| 546 | 546 | 1, |
| 547 | 547 | 1 |
| 548 | - ) ) ); |
|
| 548 | + ))); |
|
| 549 | 549 | |
| 550 | - if ( ! empty( $sort_field_info ) ) {
|
|
| 550 | + if (!empty($sort_field_info)) {
|
|
| 551 | 551 | return $sort_field_info; |
| 552 | 552 | } |
| 553 | 553 | |
@@ -567,20 +567,20 @@ discard block |
||
| 567 | 567 | * @global object $wpdb WordPress Database object. |
| 568 | 568 | * @return bool|mixed|void Returns sort results, when the post type is valid. Otherwise returns false. |
| 569 | 569 | */ |
| 570 | -function geodir_get_sort_options( $post_type ) {
|
|
| 570 | +function geodir_get_sort_options($post_type) {
|
|
| 571 | 571 | global $wpdb; |
| 572 | 572 | |
| 573 | - if ( $post_type != '' ) {
|
|
| 573 | + if ($post_type != '') {
|
|
| 574 | 574 | $all_postypes = geodir_get_posttypes(); |
| 575 | 575 | |
| 576 | - if ( ! in_array( $post_type, $all_postypes ) ) {
|
|
| 576 | + if (!in_array($post_type, $all_postypes)) {
|
|
| 577 | 577 | return false; |
| 578 | 578 | } |
| 579 | 579 | |
| 580 | - $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( |
|
| 580 | + $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(
|
|
| 581 | 581 | $post_type, |
| 582 | 582 | 1 |
| 583 | - ) ) ); |
|
| 583 | + ))); |
|
| 584 | 584 | |
| 585 | 585 | /** |
| 586 | 586 | * Filter post sort options. |
@@ -590,7 +590,7 @@ discard block |
||
| 590 | 590 | * @param array $sort_field_info Unfiltered sort field array. |
| 591 | 591 | * @param string $post_type Post type. |
| 592 | 592 | */ |
| 593 | - return apply_filters( 'geodir_get_sort_options', $sort_field_info, $post_type ); |
|
| 593 | + return apply_filters('geodir_get_sort_options', $sort_field_info, $post_type);
|
|
| 594 | 594 | } |
| 595 | 595 | |
| 596 | 596 | } |
@@ -611,63 +611,63 @@ discard block |
||
| 611 | 611 | * |
| 612 | 612 | * @since 1.4.4 |
| 613 | 613 | */ |
| 614 | - if ( is_search() ) {
|
|
| 614 | + if (is_search()) {
|
|
| 615 | 615 | return; |
| 616 | 616 | } |
| 617 | 617 | |
| 618 | 618 | $sort_by = ''; |
| 619 | 619 | |
| 620 | - if ( isset( $_REQUEST['sort_by'] ) ) {
|
|
| 620 | + if (isset($_REQUEST['sort_by'])) {
|
|
| 621 | 621 | $sort_by = $_REQUEST['sort_by']; |
| 622 | 622 | } |
| 623 | 623 | |
| 624 | 624 | $gd_post_type = geodir_get_current_posttype(); |
| 625 | 625 | |
| 626 | - $sort_options = geodir_get_sort_options( $gd_post_type ); |
|
| 626 | + $sort_options = geodir_get_sort_options($gd_post_type); |
|
| 627 | 627 | |
| 628 | 628 | |
| 629 | 629 | $sort_field_options = ''; |
| 630 | 630 | |
| 631 | - if ( ! empty( $sort_options ) ) {
|
|
| 632 | - foreach ( $sort_options as $sort ) {
|
|
| 633 | - $sort = stripslashes_deep( $sort ); // strip slashes |
|
| 631 | + if (!empty($sort_options)) {
|
|
| 632 | + foreach ($sort_options as $sort) {
|
|
| 633 | + $sort = stripslashes_deep($sort); // strip slashes |
|
| 634 | 634 | |
| 635 | - $label = __( $sort->site_title, 'geodirectory' ); |
|
| 635 | + $label = __($sort->site_title, 'geodirectory'); |
|
| 636 | 636 | |
| 637 | - if ( $sort->field_type == 'random' ) {
|
|
| 637 | + if ($sort->field_type == 'random') {
|
|
| 638 | 638 | $key = $sort->field_type; |
| 639 | - ( $sort_by == $key || ( $sort->is_default == '1' && ! isset( $_REQUEST['sort_by'] ) ) ) ? $selected = 'selected="selected"' : $selected = ''; |
|
| 640 | - $sort_field_options .= '<option ' . $selected . ' value="' . esc_url( add_query_arg( 'sort_by', $key ) ) . '">' . __( $label, 'geodirectory' ) . '</option>'; |
|
| 639 | + ($sort_by == $key || ($sort->is_default == '1' && !isset($_REQUEST['sort_by']))) ? $selected = 'selected="selected"' : $selected = ''; |
|
| 640 | + $sort_field_options .= '<option '.$selected.' value="'.esc_url(add_query_arg('sort_by', $key)).'">'.__($label, 'geodirectory').'</option>';
|
|
| 641 | 641 | } |
| 642 | 642 | |
| 643 | - if ( $sort->htmlvar_name == 'comment_count' ) {
|
|
| 643 | + if ($sort->htmlvar_name == 'comment_count') {
|
|
| 644 | 644 | $sort->htmlvar_name = 'rating_count'; |
| 645 | 645 | } |
| 646 | 646 | |
| 647 | - if ( $sort->sort_asc ) {
|
|
| 648 | - $key = $sort->htmlvar_name . '_asc'; |
|
| 647 | + if ($sort->sort_asc) {
|
|
| 648 | + $key = $sort->htmlvar_name.'_asc'; |
|
| 649 | 649 | $label = $sort->site_title; |
| 650 | - if ( $sort->asc_title ) {
|
|
| 650 | + if ($sort->asc_title) {
|
|
| 651 | 651 | $label = $sort->asc_title; |
| 652 | 652 | } |
| 653 | - ( $sort_by == $key || ( $sort->is_default == '1' && $sort->default_order == $key && ! isset( $_REQUEST['sort_by'] ) ) ) ? $selected = 'selected="selected"' : $selected = ''; |
|
| 654 | - $sort_field_options .= '<option ' . $selected . ' value="' . esc_url( add_query_arg( 'sort_by', $key ) ) . '">' . __( $label, 'geodirectory' ) . '</option>'; |
|
| 653 | + ($sort_by == $key || ($sort->is_default == '1' && $sort->default_order == $key && !isset($_REQUEST['sort_by']))) ? $selected = 'selected="selected"' : $selected = ''; |
|
| 654 | + $sort_field_options .= '<option '.$selected.' value="'.esc_url(add_query_arg('sort_by', $key)).'">'.__($label, 'geodirectory').'</option>';
|
|
| 655 | 655 | } |
| 656 | 656 | |
| 657 | - if ( $sort->sort_desc ) {
|
|
| 658 | - $key = $sort->htmlvar_name . '_desc'; |
|
| 657 | + if ($sort->sort_desc) {
|
|
| 658 | + $key = $sort->htmlvar_name.'_desc'; |
|
| 659 | 659 | $label = $sort->site_title; |
| 660 | - if ( $sort->desc_title ) {
|
|
| 660 | + if ($sort->desc_title) {
|
|
| 661 | 661 | $label = $sort->desc_title; |
| 662 | 662 | } |
| 663 | - ( $sort_by == $key || ( $sort->is_default == '1' && $sort->default_order == $key && ! isset( $_REQUEST['sort_by'] ) ) ) ? $selected = 'selected="selected"' : $selected = ''; |
|
| 664 | - $sort_field_options .= '<option ' . $selected . ' value="' . esc_url( add_query_arg( 'sort_by', $key ) ) . '">' . __( $label, 'geodirectory' ) . '</option>'; |
|
| 663 | + ($sort_by == $key || ($sort->is_default == '1' && $sort->default_order == $key && !isset($_REQUEST['sort_by']))) ? $selected = 'selected="selected"' : $selected = ''; |
|
| 664 | + $sort_field_options .= '<option '.$selected.' value="'.esc_url(add_query_arg('sort_by', $key)).'">'.__($label, 'geodirectory').'</option>';
|
|
| 665 | 665 | } |
| 666 | 666 | |
| 667 | 667 | } |
| 668 | 668 | } |
| 669 | 669 | |
| 670 | - if ( $sort_field_options != '' ) {
|
|
| 670 | + if ($sort_field_options != '') {
|
|
| 671 | 671 | |
| 672 | 672 | ?> |
| 673 | 673 | |
@@ -676,9 +676,9 @@ discard block |
||
| 676 | 676 | <select name="sort_by" id="sort_by" onchange="javascript:window.location=this.value;"> |
| 677 | 677 | |
| 678 | 678 | <option |
| 679 | - value="<?php echo esc_url( add_query_arg( 'sort_by', '' ) ); ?>" <?php if ( $sort_by == '' ) {
|
|
| 679 | + value="<?php echo esc_url(add_query_arg('sort_by', '')); ?>" <?php if ($sort_by == '') {
|
|
| 680 | 680 | echo 'selected="selected"'; |
| 681 | - } ?>><?php _e( 'Sort By', 'geodirectory' ); ?></option><?php |
|
| 681 | + } ?>><?php _e('Sort By', 'geodirectory'); ?></option><?php
|
|
| 682 | 682 | |
| 683 | 683 | echo $sort_field_options; ?> |
| 684 | 684 | |
@@ -706,9 +706,9 @@ discard block |
||
| 706 | 706 | * |
| 707 | 707 | * @return string Returns the section title. |
| 708 | 708 | */ |
| 709 | -function geodir_advance_customfields_heading( $title, $field_type ) {
|
|
| 709 | +function geodir_advance_customfields_heading($title, $field_type) {
|
|
| 710 | 710 | |
| 711 | - if ( in_array( $field_type, array( 'multiselect', 'textarea', 'taxonomy' ) ) ) {
|
|
| 711 | + if (in_array($field_type, array('multiselect', 'textarea', 'taxonomy'))) {
|
|
| 712 | 712 | $title = ''; |
| 713 | 713 | } |
| 714 | 714 | |
@@ -730,19 +730,19 @@ discard block |
||
| 730 | 730 | * @global object $gd_session GeoDirectory Session object. |
| 731 | 731 | * @return string Returns related posts html. |
| 732 | 732 | */ |
| 733 | -function geodir_related_posts_display( $request ) {
|
|
| 734 | - if ( ! empty( $request ) ) {
|
|
| 735 | - $before_title = ( isset( $request['before_title'] ) && ! empty( $request['before_title'] ) ) ? $request['before_title'] : ''; |
|
| 736 | - $after_title = ( isset( $request['after_title'] ) && ! empty( $request['after_title'] ) ) ? $request['after_title'] : ''; |
|
| 737 | - |
|
| 738 | - $title = ( isset( $request['title'] ) && ! empty( $request['title'] ) ) ? $request['title'] : __( 'Related Listings', 'geodirectory' ); |
|
| 739 | - $post_number = ( isset( $request['post_number'] ) && ! empty( $request['post_number'] ) ) ? $request['post_number'] : '5'; |
|
| 740 | - $relate_to = ( isset( $request['relate_to'] ) && ! empty( $request['relate_to'] ) ) ? $request['relate_to'] : 'category'; |
|
| 741 | - $layout = ( isset( $request['layout'] ) && ! empty( $request['layout'] ) ) ? $request['layout'] : 'gridview_onehalf'; |
|
| 742 | - $add_location_filter = ( isset( $request['add_location_filter'] ) && ! empty( $request['add_location_filter'] ) ) ? $request['add_location_filter'] : '0'; |
|
| 743 | - $listing_width = ( isset( $request['listing_width'] ) && ! empty( $request['listing_width'] ) ) ? $request['listing_width'] : ''; |
|
| 744 | - $list_sort = ( isset( $request['list_sort'] ) && ! empty( $request['list_sort'] ) ) ? $request['list_sort'] : 'latest'; |
|
| 745 | - $character_count = ( isset( $request['character_count'] ) && ! empty( $request['character_count'] ) ) ? $request['character_count'] : ''; |
|
| 733 | +function geodir_related_posts_display($request) {
|
|
| 734 | + if (!empty($request)) {
|
|
| 735 | + $before_title = (isset($request['before_title']) && !empty($request['before_title'])) ? $request['before_title'] : ''; |
|
| 736 | + $after_title = (isset($request['after_title']) && !empty($request['after_title'])) ? $request['after_title'] : ''; |
|
| 737 | + |
|
| 738 | + $title = (isset($request['title']) && !empty($request['title'])) ? $request['title'] : __('Related Listings', 'geodirectory');
|
|
| 739 | + $post_number = (isset($request['post_number']) && !empty($request['post_number'])) ? $request['post_number'] : '5'; |
|
| 740 | + $relate_to = (isset($request['relate_to']) && !empty($request['relate_to'])) ? $request['relate_to'] : 'category'; |
|
| 741 | + $layout = (isset($request['layout']) && !empty($request['layout'])) ? $request['layout'] : 'gridview_onehalf'; |
|
| 742 | + $add_location_filter = (isset($request['add_location_filter']) && !empty($request['add_location_filter'])) ? $request['add_location_filter'] : '0'; |
|
| 743 | + $listing_width = (isset($request['listing_width']) && !empty($request['listing_width'])) ? $request['listing_width'] : ''; |
|
| 744 | + $list_sort = (isset($request['list_sort']) && !empty($request['list_sort'])) ? $request['list_sort'] : 'latest'; |
|
| 745 | + $character_count = (isset($request['character_count']) && !empty($request['character_count'])) ? $request['character_count'] : ''; |
|
| 746 | 746 | |
| 747 | 747 | global $wpdb, $post, $gd_session, $related_nearest, $related_parent_lat, $related_parent_lon; |
| 748 | 748 | $related_parent_lat = !empty($post->post_latitude) ? $post->post_latitude : ''; |
@@ -750,10 +750,10 @@ discard block |
||
| 750 | 750 | $arr_detail_page_tabs = geodir_detail_page_tabs_list(); |
| 751 | 751 | |
| 752 | 752 | $related_listing_array = array(); |
| 753 | - if ( get_option( 'geodir_add_related_listing_posttypes' ) ) {
|
|
| 754 | - $related_listing_array = get_option( 'geodir_add_related_listing_posttypes' ); |
|
| 753 | + if (get_option('geodir_add_related_listing_posttypes')) {
|
|
| 754 | + $related_listing_array = get_option('geodir_add_related_listing_posttypes');
|
|
| 755 | 755 | } |
| 756 | - if ( isset($post->post_type) && in_array( $post->post_type, $related_listing_array ) ) {
|
|
| 756 | + if (isset($post->post_type) && in_array($post->post_type, $related_listing_array)) {
|
|
| 757 | 757 | $arr_detail_page_tabs['related_listing']['is_display'] = true; |
| 758 | 758 | } |
| 759 | 759 | |
@@ -765,90 +765,90 @@ discard block |
||
| 765 | 765 | $tax_field = 'id'; |
| 766 | 766 | $category = array(); |
| 767 | 767 | |
| 768 | - if ( isset( $_REQUEST['backandedit'] ) ) {
|
|
| 769 | - $post = (object) $gd_session->get( 'listing' ); |
|
| 768 | + if (isset($_REQUEST['backandedit'])) {
|
|
| 769 | + $post = (object) $gd_session->get('listing');
|
|
| 770 | 770 | $post_type = $post->listing_type; |
| 771 | - if ( isset( $_REQUEST['pid'] ) && $_REQUEST['pid'] != '' ) {
|
|
| 771 | + if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
|
|
| 772 | 772 | $post_id = $_REQUEST['pid']; |
| 773 | 773 | } |
| 774 | - } elseif ( isset( $_REQUEST['pid'] ) && $_REQUEST['pid'] != '' ) {
|
|
| 775 | - $post = geodir_get_post_info( $_REQUEST['pid'] ); |
|
| 774 | + } elseif (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
|
|
| 775 | + $post = geodir_get_post_info($_REQUEST['pid']); |
|
| 776 | 776 | $post_type = $post->post_type; |
| 777 | 777 | $post_id = $_REQUEST['pid']; |
| 778 | - } elseif ( isset( $post->post_type ) && $post->post_type != '' ) {
|
|
| 778 | + } elseif (isset($post->post_type) && $post->post_type != '') {
|
|
| 779 | 779 | $post_type = $post->post_type; |
| 780 | 780 | $post_id = $post->ID; |
| 781 | 781 | } |
| 782 | 782 | |
| 783 | - if ( $relate_to == 'category' ) {
|
|
| 783 | + if ($relate_to == 'category') {
|
|
| 784 | 784 | |
| 785 | - $category_taxonomy = $post_type . $relate_to; |
|
| 786 | - if ( isset( $post->{$category_taxonomy} ) && $post->{$category_taxonomy} != '' ) {
|
|
| 787 | - $category = explode( ',', trim( $post->{$category_taxonomy}, ',' ) );
|
|
| 785 | + $category_taxonomy = $post_type.$relate_to; |
|
| 786 | + if (isset($post->{$category_taxonomy} ) && $post->{$category_taxonomy} != '') {
|
|
| 787 | + $category = explode(',', trim($post->{$category_taxonomy}, ','));
|
|
| 788 | 788 | } |
| 789 | 789 | |
| 790 | - } elseif ( $relate_to == 'tags' ) {
|
|
| 790 | + } elseif ($relate_to == 'tags') {
|
|
| 791 | 791 | |
| 792 | - $category_taxonomy = $post_type . '_' . $relate_to; |
|
| 793 | - if ( $post->post_tags != '' ) {
|
|
| 794 | - $category = explode( ',', trim( $post->post_tags, ',' ) ); |
|
| 792 | + $category_taxonomy = $post_type.'_'.$relate_to; |
|
| 793 | + if ($post->post_tags != '') {
|
|
| 794 | + $category = explode(',', trim($post->post_tags, ','));
|
|
| 795 | 795 | } |
| 796 | 796 | $tax_field = 'name'; |
| 797 | 797 | } |
| 798 | 798 | |
| 799 | 799 | /* --- return false in invalid request --- */ |
| 800 | - if ( empty( $category ) ) {
|
|
| 800 | + if (empty($category)) {
|
|
| 801 | 801 | return false; |
| 802 | 802 | } |
| 803 | 803 | |
| 804 | 804 | $all_postypes = geodir_get_posttypes(); |
| 805 | 805 | |
| 806 | - if ( ! in_array( $post_type, $all_postypes ) ) {
|
|
| 806 | + if (!in_array($post_type, $all_postypes)) {
|
|
| 807 | 807 | return false; |
| 808 | 808 | } |
| 809 | 809 | |
| 810 | 810 | /* --- return false in invalid request --- */ |
| 811 | 811 | |
| 812 | 812 | $location_url = ''; |
| 813 | - if ( $add_location_filter != '0' ) {
|
|
| 813 | + if ($add_location_filter != '0') {
|
|
| 814 | 814 | $location_url = array(); |
| 815 | - $geodir_show_location_url = get_option( 'geodir_show_location_url' ); |
|
| 815 | + $geodir_show_location_url = get_option('geodir_show_location_url');
|
|
| 816 | 816 | |
| 817 | - $gd_city = get_query_var( 'gd_city' ); |
|
| 817 | + $gd_city = get_query_var('gd_city');
|
|
| 818 | 818 | |
| 819 | - if ( $gd_city ) {
|
|
| 820 | - $gd_country = get_query_var( 'gd_country' ); |
|
| 821 | - $gd_region = get_query_var( 'gd_region' ); |
|
| 819 | + if ($gd_city) {
|
|
| 820 | + $gd_country = get_query_var('gd_country');
|
|
| 821 | + $gd_region = get_query_var('gd_region');
|
|
| 822 | 822 | } else {
|
| 823 | 823 | $location = geodir_get_default_location(); |
| 824 | 824 | |
| 825 | - $gd_country = isset( $location->country_slug ) ? $location->country_slug : ''; |
|
| 826 | - $gd_region = isset( $location->region_slug ) ? $location->region_slug : ''; |
|
| 827 | - $gd_city = isset( $location->city_slug ) ? $location->city_slug : ''; |
|
| 825 | + $gd_country = isset($location->country_slug) ? $location->country_slug : ''; |
|
| 826 | + $gd_region = isset($location->region_slug) ? $location->region_slug : ''; |
|
| 827 | + $gd_city = isset($location->city_slug) ? $location->city_slug : ''; |
|
| 828 | 828 | } |
| 829 | 829 | |
| 830 | - if ( $geodir_show_location_url == 'all' ) {
|
|
| 830 | + if ($geodir_show_location_url == 'all') {
|
|
| 831 | 831 | $location_url[] = $gd_country; |
| 832 | 832 | $location_url[] = $gd_region; |
| 833 | - } else if ( $geodir_show_location_url == 'country_city' ) {
|
|
| 833 | + } else if ($geodir_show_location_url == 'country_city') {
|
|
| 834 | 834 | $location_url[] = $gd_country; |
| 835 | - } else if ( $geodir_show_location_url == 'region_city' ) {
|
|
| 835 | + } else if ($geodir_show_location_url == 'region_city') {
|
|
| 836 | 836 | $location_url[] = $gd_region; |
| 837 | 837 | } |
| 838 | 838 | |
| 839 | 839 | $location_url[] = $gd_city; |
| 840 | 840 | |
| 841 | - $location_url = implode( '/', $location_url ); |
|
| 841 | + $location_url = implode('/', $location_url);
|
|
| 842 | 842 | } |
| 843 | 843 | |
| 844 | 844 | |
| 845 | - if ( ! empty( $category ) ) {
|
|
| 845 | + if (!empty($category)) {
|
|
| 846 | 846 | global $geodir_add_location_url; |
| 847 | 847 | $geodir_add_location_url = '0'; |
| 848 | - if ( $add_location_filter != '0' ) {
|
|
| 848 | + if ($add_location_filter != '0') {
|
|
| 849 | 849 | $geodir_add_location_url = '1'; |
| 850 | 850 | } |
| 851 | - $viewall_url = get_term_link( (int) $category[0], $post_type . $category_taxonomy ); |
|
| 851 | + $viewall_url = get_term_link((int) $category[0], $post_type.$category_taxonomy); |
|
| 852 | 852 | $geodir_add_location_url = null; |
| 853 | 853 | } |
| 854 | 854 | ob_start(); |
@@ -858,24 +858,24 @@ discard block |
||
| 858 | 858 | <div class="geodir_locations geodir_location_listing"> |
| 859 | 859 | |
| 860 | 860 | <?php |
| 861 | - if ( isset( $request['is_widget'] ) && $request['is_widget'] == '1' ) {
|
|
| 861 | + if (isset($request['is_widget']) && $request['is_widget'] == '1') {
|
|
| 862 | 862 | /** geodir_before_title filter Documented in geodirectory_widgets.php */ |
| 863 | - $before_title = isset( $before_title ) ? $before_title : apply_filters( 'geodir_before_title', '<h3 class="widget-title">' ); |
|
| 863 | + $before_title = isset($before_title) ? $before_title : apply_filters('geodir_before_title', '<h3 class="widget-title">');
|
|
| 864 | 864 | /** geodir_after_title filter Documented in geodirectory_widgets.php */ |
| 865 | - $after_title = isset( $after_title ) ? $after_title : apply_filters( 'geodir_after_title', '</h3>' ); |
|
| 865 | + $after_title = isset($after_title) ? $after_title : apply_filters('geodir_after_title', '</h3>');
|
|
| 866 | 866 | ?> |
| 867 | 867 | <div class="location_list_heading clearfix"> |
| 868 | - <?php echo $before_title . $title . $after_title; ?> |
|
| 868 | + <?php echo $before_title.$title.$after_title; ?> |
|
| 869 | 869 | </div> |
| 870 | 870 | <?php |
| 871 | 871 | } |
| 872 | 872 | $query_args = array( |
| 873 | 873 | 'posts_per_page' => $post_number, |
| 874 | 874 | 'is_geodir_loop' => true, |
| 875 | - 'gd_location' => ( $add_location_filter ) ? true : false, |
|
| 875 | + 'gd_location' => ($add_location_filter) ? true : false, |
|
| 876 | 876 | 'post_type' => $post_type, |
| 877 | 877 | 'order_by' => $list_sort, |
| 878 | - 'post__not_in' => array( $post_id ), |
|
| 878 | + 'post__not_in' => array($post_id), |
|
| 879 | 879 | 'excerpt_length' => $character_count, |
| 880 | 880 | 'related_listings' => $is_display |
| 881 | 881 | ); |
@@ -886,7 +886,7 @@ discard block |
||
| 886 | 886 | 'terms' => $category |
| 887 | 887 | ); |
| 888 | 888 | |
| 889 | - $query_args['tax_query'] = array( $tax_query ); |
|
| 889 | + $query_args['tax_query'] = array($tax_query); |
|
| 890 | 890 | |
| 891 | 891 | global $gridview_columns, $post; |
| 892 | 892 | |
@@ -898,21 +898,21 @@ discard block |
||
| 898 | 898 | * @param array $query_args The query array. |
| 899 | 899 | * @param array $request Related posts request array. |
| 900 | 900 | */ |
| 901 | - $query_args = apply_filters( 'geodir_related_posts_widget_query_args', $query_args, $request ); |
|
| 901 | + $query_args = apply_filters('geodir_related_posts_widget_query_args', $query_args, $request);
|
|
| 902 | 902 | |
| 903 | - query_posts( $query_args ); |
|
| 903 | + query_posts($query_args); |
|
| 904 | 904 | |
| 905 | - if ( strstr( $layout, 'gridview' ) ) {
|
|
| 906 | - $listing_view_exp = explode( '_', $layout ); |
|
| 905 | + if (strstr($layout, 'gridview')) {
|
|
| 906 | + $listing_view_exp = explode('_', $layout);
|
|
| 907 | 907 | $gridview_columns = $layout; |
| 908 | 908 | $layout = $listing_view_exp[0]; |
| 909 | - } else if ( $layout == 'list' ) {
|
|
| 909 | + } else if ($layout == 'list') {
|
|
| 910 | 910 | $gridview_columns = ''; |
| 911 | 911 | } |
| 912 | 912 | $related_posts = true; |
| 913 | 913 | |
| 914 | 914 | $related_nearest = false; |
| 915 | - if ( $list_sort == 'nearest' ) {
|
|
| 915 | + if ($list_sort == 'nearest') {
|
|
| 916 | 916 | $related_nearest = true; |
| 917 | 917 | } |
| 918 | 918 | |
@@ -922,14 +922,14 @@ discard block |
||
| 922 | 922 | * |
| 923 | 923 | * @since 1.0.0 |
| 924 | 924 | */ |
| 925 | - $template = apply_filters( "geodir_template_part-related-listing-listview", geodir_locate_template( 'listing-listview' ) ); |
|
| 925 | + $template = apply_filters("geodir_template_part-related-listing-listview", geodir_locate_template('listing-listview'));
|
|
| 926 | 926 | |
| 927 | 927 | /** |
| 928 | 928 | * Includes related listing listview template. |
| 929 | 929 | * |
| 930 | 930 | * @since 1.0.0 |
| 931 | 931 | */ |
| 932 | - include( $template ); |
|
| 932 | + include($template); |
|
| 933 | 933 | |
| 934 | 934 | wp_reset_query(); |
| 935 | 935 | $post = $origi_post; |
@@ -957,12 +957,12 @@ discard block |
||
| 957 | 957 | function geodir_category_count_script() {
|
| 958 | 958 | global $geodir_post_category_str; |
| 959 | 959 | |
| 960 | - if ( ! empty( $geodir_post_category_str ) ) {
|
|
| 961 | - $geodir_post_category_str = serialize( $geodir_post_category_str ); |
|
| 960 | + if (!empty($geodir_post_category_str)) {
|
|
| 961 | + $geodir_post_category_str = serialize($geodir_post_category_str); |
|
| 962 | 962 | } |
| 963 | 963 | |
| 964 | - $all_var['post_category_array'] = html_entity_decode( (string) $geodir_post_category_str, ENT_QUOTES, 'UTF-8' ); |
|
| 965 | - $script = "var post_category_array = " . json_encode( $all_var ) . ';'; |
|
| 964 | + $all_var['post_category_array'] = html_entity_decode((string) $geodir_post_category_str, ENT_QUOTES, 'UTF-8'); |
|
| 965 | + $script = "var post_category_array = ".json_encode($all_var).';'; |
|
| 966 | 966 | echo '<script>'; |
| 967 | 967 | echo $script; |
| 968 | 968 | echo '</script>'; |
@@ -977,8 +977,8 @@ discard block |
||
| 977 | 977 | * @return string Returns the default language. |
| 978 | 978 | */ |
| 979 | 979 | function geodir_get_map_default_language() {
|
| 980 | - $geodir_default_map_language = get_option( 'geodir_default_map_language' ); |
|
| 981 | - if ( empty( $geodir_default_map_language ) ) {
|
|
| 980 | + $geodir_default_map_language = get_option('geodir_default_map_language');
|
|
| 981 | + if (empty($geodir_default_map_language)) {
|
|
| 982 | 982 | $geodir_default_map_language = 'en'; |
| 983 | 983 | } |
| 984 | 984 | |
@@ -989,7 +989,7 @@ discard block |
||
| 989 | 989 | * |
| 990 | 990 | * @param string $geodir_default_map_language Default map language. |
| 991 | 991 | */ |
| 992 | - return apply_filters( 'geodir_default_map_language', $geodir_default_map_language ); |
|
| 992 | + return apply_filters('geodir_default_map_language', $geodir_default_map_language);
|
|
| 993 | 993 | } |
| 994 | 994 | |
| 995 | 995 | /** |
@@ -1000,7 +1000,7 @@ discard block |
||
| 1000 | 1000 | * @return string Returns the api key. |
| 1001 | 1001 | */ |
| 1002 | 1002 | function geodir_get_map_api_key() {
|
| 1003 | - $key = get_option( 'geodir_google_api_key' ); |
|
| 1003 | + $key = get_option('geodir_google_api_key');
|
|
| 1004 | 1004 | |
| 1005 | 1005 | /** |
| 1006 | 1006 | * Filter Google maps api key. |
@@ -1009,7 +1009,7 @@ discard block |
||
| 1009 | 1009 | * |
| 1010 | 1010 | * @param string $key Google maps api key. |
| 1011 | 1011 | */ |
| 1012 | - return apply_filters( 'geodir_google_api_key', $key ); |
|
| 1012 | + return apply_filters('geodir_google_api_key', $key);
|
|
| 1013 | 1013 | } |
| 1014 | 1014 | |
| 1015 | 1015 | |
@@ -1029,20 +1029,20 @@ discard block |
||
| 1029 | 1029 | global $wp, $post, $wp_query, $wpdb, $geodir_addon_list; |
| 1030 | 1030 | |
| 1031 | 1031 | $is_geodir_page = geodir_is_geodir_page(); |
| 1032 | - if ( ! $is_geodir_page ) {
|
|
| 1032 | + if (!$is_geodir_page) {
|
|
| 1033 | 1033 | return; |
| 1034 | 1034 | }// if non GD page, bail |
| 1035 | 1035 | |
| 1036 | 1036 | $use_gd_meta = true; |
| 1037 | - if ( ( class_exists( 'WPSEO_Frontend' ) || class_exists( 'All_in_One_SEO_Pack' ) ) && !geodir_disable_yoast_seo_metas() ) {
|
|
| 1037 | + if ((class_exists('WPSEO_Frontend') || class_exists('All_in_One_SEO_Pack')) && !geodir_disable_yoast_seo_metas()) {
|
|
| 1038 | 1038 | $use_gd_meta = false; |
| 1039 | 1039 | |
| 1040 | - if ( geodir_is_page( 'search' ) ) {
|
|
| 1040 | + if (geodir_is_page('search')) {
|
|
| 1041 | 1041 | $use_gd_meta = true; |
| 1042 | 1042 | } |
| 1043 | 1043 | } |
| 1044 | 1044 | |
| 1045 | - if ( ! $use_gd_meta ) {
|
|
| 1045 | + if (!$use_gd_meta) {
|
|
| 1046 | 1046 | return; |
| 1047 | 1047 | }// bail if Yoast Wordpress SEO or All_in_One_SEO_Pack active. |
| 1048 | 1048 | |
@@ -1050,68 +1050,68 @@ discard block |
||
| 1050 | 1050 | |
| 1051 | 1051 | $all_postypes = geodir_get_posttypes(); |
| 1052 | 1052 | |
| 1053 | - $geodir_taxonomies = geodir_get_taxonomies( '', true ); |
|
| 1053 | + $geodir_taxonomies = geodir_get_taxonomies('', true);
|
|
| 1054 | 1054 | |
| 1055 | 1055 | $meta_desc = ''; |
| 1056 | 1056 | $meta_key = ''; |
| 1057 | - if ( isset( $current_term->ID ) && $current_term->ID == geodir_location_page_id() ) {
|
|
| 1057 | + if (isset($current_term->ID) && $current_term->ID == geodir_location_page_id()) {
|
|
| 1058 | 1058 | /** |
| 1059 | 1059 | * Filter SEO meta location description. |
| 1060 | 1060 | * |
| 1061 | 1061 | * @since 1.0.0 |
| 1062 | 1062 | */ |
| 1063 | - $meta_desc = apply_filters( 'geodir_seo_meta_location_description', '' ); |
|
| 1063 | + $meta_desc = apply_filters('geodir_seo_meta_location_description', '');
|
|
| 1064 | 1064 | $meta_desc .= ''; |
| 1065 | 1065 | } |
| 1066 | - if ( have_posts() && is_single() OR is_page() ) {
|
|
| 1067 | - while ( have_posts() ) {
|
|
| 1066 | + if (have_posts() && is_single() OR is_page()) {
|
|
| 1067 | + while (have_posts()) {
|
|
| 1068 | 1068 | the_post(); |
| 1069 | 1069 | |
| 1070 | - if ( has_excerpt() ) {
|
|
| 1071 | - $out_excerpt = strip_tags( strip_shortcodes( get_the_excerpt() ) ); |
|
| 1072 | - if ( empty( $out_excerpt ) ) {
|
|
| 1073 | - $out_excerpt = strip_tags( do_shortcode( get_the_excerpt() ) ); |
|
| 1070 | + if (has_excerpt()) {
|
|
| 1071 | + $out_excerpt = strip_tags(strip_shortcodes(get_the_excerpt())); |
|
| 1072 | + if (empty($out_excerpt)) {
|
|
| 1073 | + $out_excerpt = strip_tags(do_shortcode(get_the_excerpt())); |
|
| 1074 | 1074 | } |
| 1075 | - $out_excerpt = str_replace( array( "\r\n", "\r", "\n" ), "", $out_excerpt ); |
|
| 1075 | + $out_excerpt = str_replace(array("\r\n", "\r", "\n"), "", $out_excerpt);
|
|
| 1076 | 1076 | } else {
|
| 1077 | - $out_excerpt = str_replace( array( "\r\n", "\r", "\n" ), "", $post->post_content ); |
|
| 1078 | - $out_excerpt = strip_tags( strip_shortcodes( $out_excerpt ) ); |
|
| 1079 | - if ( empty( $out_excerpt ) ) {
|
|
| 1080 | - $out_excerpt = strip_tags( do_shortcode( $out_excerpt ) ); // parse short code from content |
|
| 1077 | + $out_excerpt = str_replace(array("\r\n", "\r", "\n"), "", $post->post_content);
|
|
| 1078 | + $out_excerpt = strip_tags(strip_shortcodes($out_excerpt)); |
|
| 1079 | + if (empty($out_excerpt)) {
|
|
| 1080 | + $out_excerpt = strip_tags(do_shortcode($out_excerpt)); // parse short code from content |
|
| 1081 | 1081 | } |
| 1082 | - $out_excerpt = trim( wp_trim_words( $out_excerpt, 35, '' ), '.!?,;:-' ); |
|
| 1082 | + $out_excerpt = trim(wp_trim_words($out_excerpt, 35, ''), '.!?,;:-'); |
|
| 1083 | 1083 | } |
| 1084 | 1084 | |
| 1085 | 1085 | $meta_desc .= $out_excerpt; |
| 1086 | 1086 | } |
| 1087 | - } elseif ( ( is_category() || is_tag() ) && isset( $current_term->taxonomy ) && in_array( $current_term->taxonomy, $geodir_taxonomies ) ) {
|
|
| 1088 | - if ( is_category() ) {
|
|
| 1089 | - $meta_desc .= __( "Posts related to Category:", 'geodirectory' ) . " " . geodir_utf8_ucfirst( single_cat_title( "", false ) ); |
|
| 1090 | - } elseif ( is_tag() ) {
|
|
| 1091 | - $meta_desc .= __( "Posts related to Tag:", 'geodirectory' ) . " " . geodir_utf8_ucfirst( single_tag_title( "", false ) ); |
|
| 1087 | + } elseif ((is_category() || is_tag()) && isset($current_term->taxonomy) && in_array($current_term->taxonomy, $geodir_taxonomies)) {
|
|
| 1088 | + if (is_category()) {
|
|
| 1089 | + $meta_desc .= __("Posts related to Category:", 'geodirectory')." ".geodir_utf8_ucfirst(single_cat_title("", false));
|
|
| 1090 | + } elseif (is_tag()) {
|
|
| 1091 | + $meta_desc .= __("Posts related to Tag:", 'geodirectory')." ".geodir_utf8_ucfirst(single_tag_title("", false));
|
|
| 1092 | 1092 | } |
| 1093 | - } elseif ( isset( $current_term->taxonomy ) && in_array( $current_term->taxonomy, $geodir_taxonomies ) ) {
|
|
| 1094 | - $meta_desc .= isset( $current_term->description ) ? $current_term->description : ''; |
|
| 1093 | + } elseif (isset($current_term->taxonomy) && in_array($current_term->taxonomy, $geodir_taxonomies)) {
|
|
| 1094 | + $meta_desc .= isset($current_term->description) ? $current_term->description : ''; |
|
| 1095 | 1095 | } |
| 1096 | 1096 | |
| 1097 | 1097 | |
| 1098 | 1098 | $geodir_post_type = geodir_get_current_posttype(); |
| 1099 | - $geodir_post_type_info = get_post_type_object( $geodir_post_type ); |
|
| 1100 | - $geodir_is_page_listing = geodir_is_page( 'listing' ) ? true : false; |
|
| 1101 | - |
|
| 1102 | - $category_taxonomy = geodir_get_taxonomies( $geodir_post_type ); |
|
| 1103 | - $tag_taxonomy = geodir_get_taxonomies( $geodir_post_type, true ); |
|
| 1104 | - |
|
| 1105 | - $geodir_is_category = isset( $category_taxonomy[0] ) && get_query_var( $category_taxonomy[0] ) ? get_query_var( $category_taxonomy[0] ) : false; |
|
| 1106 | - $geodir_is_tag = isset( $tag_taxonomy[0] ) && get_query_var( $tag_taxonomy[0] ) ? true : false; |
|
| 1107 | - |
|
| 1108 | - $geodir_is_search = geodir_is_page( 'search' ) ? true : false; |
|
| 1109 | - $geodir_is_location = geodir_is_page( 'location' ) ? true : false; |
|
| 1110 | - $geodir_location_manager = isset( $geodir_addon_list['geodir_location_manager'] ) && $geodir_addon_list['geodir_location_manager'] = 'yes' ? true : false; |
|
| 1111 | - $godir_location_terms = geodir_get_current_location_terms( 'query_vars' ); |
|
| 1112 | - $gd_city = $geodir_location_manager && isset( $godir_location_terms['gd_city'] ) ? $godir_location_terms['gd_city'] : null; |
|
| 1113 | - $gd_region = $geodir_location_manager && isset( $godir_location_terms['gd_region'] ) ? $godir_location_terms['gd_region'] : null; |
|
| 1114 | - $gd_country = $geodir_location_manager && isset( $godir_location_terms['gd_country'] ) ? $godir_location_terms['gd_country'] : null; |
|
| 1099 | + $geodir_post_type_info = get_post_type_object($geodir_post_type); |
|
| 1100 | + $geodir_is_page_listing = geodir_is_page('listing') ? true : false;
|
|
| 1101 | + |
|
| 1102 | + $category_taxonomy = geodir_get_taxonomies($geodir_post_type); |
|
| 1103 | + $tag_taxonomy = geodir_get_taxonomies($geodir_post_type, true); |
|
| 1104 | + |
|
| 1105 | + $geodir_is_category = isset($category_taxonomy[0]) && get_query_var($category_taxonomy[0]) ? get_query_var($category_taxonomy[0]) : false; |
|
| 1106 | + $geodir_is_tag = isset($tag_taxonomy[0]) && get_query_var($tag_taxonomy[0]) ? true : false; |
|
| 1107 | + |
|
| 1108 | + $geodir_is_search = geodir_is_page('search') ? true : false;
|
|
| 1109 | + $geodir_is_location = geodir_is_page('location') ? true : false;
|
|
| 1110 | + $geodir_location_manager = isset($geodir_addon_list['geodir_location_manager']) && $geodir_addon_list['geodir_location_manager'] = 'yes' ? true : false; |
|
| 1111 | + $godir_location_terms = geodir_get_current_location_terms('query_vars');
|
|
| 1112 | + $gd_city = $geodir_location_manager && isset($godir_location_terms['gd_city']) ? $godir_location_terms['gd_city'] : null; |
|
| 1113 | + $gd_region = $geodir_location_manager && isset($godir_location_terms['gd_region']) ? $godir_location_terms['gd_region'] : null; |
|
| 1114 | + $gd_country = $geodir_location_manager && isset($godir_location_terms['gd_country']) ? $godir_location_terms['gd_country'] : null; |
|
| 1115 | 1115 | /** |
| 1116 | 1116 | * Filter the Everywhere text in location description. |
| 1117 | 1117 | * |
@@ -1119,108 +1119,108 @@ discard block |
||
| 1119 | 1119 | * |
| 1120 | 1120 | * @param string $replace_location Everywhere text. |
| 1121 | 1121 | */ |
| 1122 | - $replace_location = apply_filters( 'geodir_location_description_everywhere_text', __( 'Everywhere', 'geodirectory' ) ); |
|
| 1122 | + $replace_location = apply_filters('geodir_location_description_everywhere_text', __('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' ); |
|
| 1135 | - } |
|
| 1136 | - $country = get_query_var( 'gd_country' ); |
|
| 1137 | - $region = get_query_var( 'gd_region' ); |
|
| 1138 | - $city = get_query_var( 'gd_city' ); |
|
| 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 | + } |
|
| 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 ) : geodir_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) : geodir_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,66 +1434,66 @@ 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 | $package_info = geodir_post_package_info(array(), $post, (!empty($post->post_type) ? $post->post_type : '')); |
| 1449 | 1449 | $image_limit = ''; |
| 1450 | 1450 | if (defined('GEODIRPAYMENT_VERSION') && !empty($package_info) && isset($package_info->image_limit) && $package_info->image_limit !== '') {
|
| 1451 | - $image_limit = (int)$package_info->image_limit; |
|
| 1451 | + $image_limit = (int) $package_info->image_limit; |
|
| 1452 | 1452 | } |
| 1453 | 1453 | |
| 1454 | - if ( geodir_is_page( 'detail' ) ) {
|
|
| 1455 | - $video = geodir_get_video( $post->ID ); |
|
| 1456 | - $special_offers = geodir_get_special_offers( $post->ID ); |
|
| 1454 | + if (geodir_is_page('detail')) {
|
|
| 1455 | + $video = geodir_get_video($post->ID); |
|
| 1456 | + $special_offers = geodir_get_special_offers($post->ID); |
|
| 1457 | 1457 | $related_listing_array = array(); |
| 1458 | - if ( get_option( 'geodir_add_related_listing_posttypes' ) ) {
|
|
| 1459 | - $related_listing_array = get_option( 'geodir_add_related_listing_posttypes' ); |
|
| 1458 | + if (get_option('geodir_add_related_listing_posttypes')) {
|
|
| 1459 | + $related_listing_array = get_option('geodir_add_related_listing_posttypes');
|
|
| 1460 | 1460 | } |
| 1461 | 1461 | |
| 1462 | - $excluded_tabs = get_option( 'geodir_detail_page_tabs_excluded' ); |
|
| 1463 | - if ( ! $excluded_tabs ) {
|
|
| 1462 | + $excluded_tabs = get_option('geodir_detail_page_tabs_excluded');
|
|
| 1463 | + if (!$excluded_tabs) {
|
|
| 1464 | 1464 | $excluded_tabs = array(); |
| 1465 | 1465 | } |
| 1466 | 1466 | |
| 1467 | 1467 | $related_listing = ''; |
| 1468 | - if ( in_array( $post->post_type, $related_listing_array ) && ! in_array( 'related_listing', $excluded_tabs ) ) {
|
|
| 1468 | + if (in_array($post->post_type, $related_listing_array) && !in_array('related_listing', $excluded_tabs)) {
|
|
| 1469 | 1469 | $request = array( |
| 1470 | - 'post_number' => get_option( 'geodir_related_post_count' ), |
|
| 1471 | - 'relate_to' => get_option( 'geodir_related_post_relate_to' ), |
|
| 1472 | - 'layout' => get_option( 'geodir_related_post_listing_view' ), |
|
| 1473 | - 'add_location_filter' => get_option( 'geodir_related_post_location_filter' ), |
|
| 1474 | - 'list_sort' => get_option( 'geodir_related_post_sortby' ), |
|
| 1475 | - 'character_count' => get_option( 'geodir_related_post_excerpt' ) |
|
| 1470 | + 'post_number' => get_option('geodir_related_post_count'),
|
|
| 1471 | + 'relate_to' => get_option('geodir_related_post_relate_to'),
|
|
| 1472 | + 'layout' => get_option('geodir_related_post_listing_view'),
|
|
| 1473 | + 'add_location_filter' => get_option('geodir_related_post_location_filter'),
|
|
| 1474 | + 'list_sort' => get_option('geodir_related_post_sortby'),
|
|
| 1475 | + 'character_count' => get_option('geodir_related_post_excerpt')
|
|
| 1476 | 1476 | ); |
| 1477 | 1477 | |
| 1478 | - if ( $post->post_type == 'gd_event' && defined( 'GDEVENTS_VERSION' ) ) {
|
|
| 1479 | - $related_listing = geodir_get_detail_page_related_events( $request ); |
|
| 1478 | + if ($post->post_type == 'gd_event' && defined('GDEVENTS_VERSION')) {
|
|
| 1479 | + $related_listing = geodir_get_detail_page_related_events($request); |
|
| 1480 | 1480 | } else {
|
| 1481 | - $related_listing = geodir_related_posts_display( $request ); |
|
| 1481 | + $related_listing = geodir_related_posts_display($request); |
|
| 1482 | 1482 | } |
| 1483 | 1483 | |
| 1484 | 1484 | } |
| 1485 | 1485 | |
| 1486 | - $post_images = geodir_get_images( $post->ID, 'thumbnail' ); |
|
| 1486 | + $post_images = geodir_get_images($post->ID, 'thumbnail'); |
|
| 1487 | 1487 | $thumb_image = ''; |
| 1488 | - if ( ! empty( $post_images ) ) {
|
|
| 1488 | + if (!empty($post_images)) {
|
|
| 1489 | 1489 | $count = 1; |
| 1490 | - foreach ( $post_images as $image ) {
|
|
| 1490 | + foreach ($post_images as $image) {
|
|
| 1491 | 1491 | if ($image_limit !== '' && $count > $image_limit) {
|
| 1492 | 1492 | break; |
| 1493 | 1493 | } |
| 1494 | - $caption = ( ! empty( $image->caption ) ) ? $image->caption : ''; |
|
| 1495 | - $thumb_image .= '<a href="' . $image->src . '" title="' . $caption . '">'; |
|
| 1496 | - $thumb_image .= geodir_show_image( $image, 'thumbnail', true, false ); |
|
| 1494 | + $caption = (!empty($image->caption)) ? $image->caption : ''; |
|
| 1495 | + $thumb_image .= '<a href="'.$image->src.'" title="'.$caption.'">'; |
|
| 1496 | + $thumb_image .= geodir_show_image($image, 'thumbnail', true, false); |
|
| 1497 | 1497 | $thumb_image .= '</a>'; |
| 1498 | 1498 | $count++; |
| 1499 | 1499 | } |
@@ -1503,11 +1503,11 @@ discard block |
||
| 1503 | 1503 | $map_args['map_canvas_name'] = 'detail_page_map_canvas'; |
| 1504 | 1504 | $map_args['width'] = '600'; |
| 1505 | 1505 | $map_args['height'] = '300'; |
| 1506 | - if ( $post->post_mapzoom ) {
|
|
| 1507 | - $map_args['zoom'] = '' . $post->post_mapzoom . ''; |
|
| 1506 | + if ($post->post_mapzoom) {
|
|
| 1507 | + $map_args['zoom'] = ''.$post->post_mapzoom.''; |
|
| 1508 | 1508 | } |
| 1509 | 1509 | $map_args['autozoom'] = false; |
| 1510 | - $map_args['scrollwheel'] = ( get_option( 'geodir_add_listing_mouse_scroll' ) ) ? 0 : 1; |
|
| 1510 | + $map_args['scrollwheel'] = (get_option('geodir_add_listing_mouse_scroll')) ? 0 : 1;
|
|
| 1511 | 1511 | $map_args['child_collapse'] = '0'; |
| 1512 | 1512 | $map_args['enable_cat_filters'] = false; |
| 1513 | 1513 | $map_args['enable_text_search'] = false; |
@@ -1516,29 +1516,29 @@ discard block |
||
| 1516 | 1516 | $map_args['enable_jason_on_load'] = true; |
| 1517 | 1517 | $map_args['enable_map_direction'] = true; |
| 1518 | 1518 | $map_args['map_class_name'] = 'geodir-map-detail-page'; |
| 1519 | - $map_args['maptype'] = ( ! empty( $post->post_mapview ) ) ? $post->post_mapview : 'ROADMAP'; |
|
| 1520 | - } else if ( geodir_is_page( 'preview' ) ) {
|
|
| 1521 | - $video = isset( $post->geodir_video ) ? $post->geodir_video : ''; |
|
| 1522 | - $special_offers = isset( $post->geodir_special_offers ) ? $post->geodir_special_offers : ''; |
|
| 1519 | + $map_args['maptype'] = (!empty($post->post_mapview)) ? $post->post_mapview : 'ROADMAP'; |
|
| 1520 | + } else if (geodir_is_page('preview')) {
|
|
| 1521 | + $video = isset($post->geodir_video) ? $post->geodir_video : ''; |
|
| 1522 | + $special_offers = isset($post->geodir_special_offers) ? $post->geodir_special_offers : ''; |
|
| 1523 | 1523 | |
| 1524 | - if ( isset( $post->post_images ) ) {
|
|
| 1525 | - $post->post_images = trim( $post->post_images, "," ); |
|
| 1524 | + if (isset($post->post_images)) {
|
|
| 1525 | + $post->post_images = trim($post->post_images, ","); |
|
| 1526 | 1526 | } |
| 1527 | 1527 | |
| 1528 | - if ( isset( $post->post_images ) && ! empty( $post->post_images ) ) {
|
|
| 1529 | - $post_images = explode( ",", $post->post_images ); |
|
| 1528 | + if (isset($post->post_images) && !empty($post->post_images)) {
|
|
| 1529 | + $post_images = explode(",", $post->post_images);
|
|
| 1530 | 1530 | } |
| 1531 | 1531 | |
| 1532 | 1532 | $thumb_image = ''; |
| 1533 | - if ( ! empty( $post_images ) ) {
|
|
| 1533 | + if (!empty($post_images)) {
|
|
| 1534 | 1534 | $count = 1; |
| 1535 | - foreach ( $post_images as $image ) {
|
|
| 1536 | - if ( $image != '' ) {
|
|
| 1535 | + foreach ($post_images as $image) {
|
|
| 1536 | + if ($image != '') {
|
|
| 1537 | 1537 | if ($image_limit !== '' && $count > $image_limit) {
|
| 1538 | 1538 | break; |
| 1539 | 1539 | } |
| 1540 | - $thumb_image .= '<a href="' . $image . '">'; |
|
| 1541 | - $thumb_image .= geodir_show_image( array( 'src' => $image ), 'thumbnail', true, false ); |
|
| 1540 | + $thumb_image .= '<a href="'.$image.'">'; |
|
| 1541 | + $thumb_image .= geodir_show_image(array('src' => $image), 'thumbnail', true, false);
|
|
| 1542 | 1542 | $thumb_image .= '</a>'; |
| 1543 | 1543 | $count++; |
| 1544 | 1544 | } |
@@ -1546,18 +1546,18 @@ discard block |
||
| 1546 | 1546 | } |
| 1547 | 1547 | |
| 1548 | 1548 | global $map_jason; |
| 1549 | - $marker_json = $post->marker_json != '' ? json_decode( $post->marker_json, true ) : array(); |
|
| 1550 | - $marker_icon = ( ! empty( $marker_json ) && ! empty( $marker_json['i'] ) ) ? $marker_json['i'] : ''; |
|
| 1551 | - $icon_size = geodir_get_marker_size( $marker_icon ); |
|
| 1549 | + $marker_json = $post->marker_json != '' ? json_decode($post->marker_json, true) : array(); |
|
| 1550 | + $marker_icon = (!empty($marker_json) && !empty($marker_json['i'])) ? $marker_json['i'] : ''; |
|
| 1551 | + $icon_size = geodir_get_marker_size($marker_icon); |
|
| 1552 | 1552 | $marker_json['w'] = $icon_size['w']; |
| 1553 | 1553 | $marker_json['h'] = $icon_size['h']; |
| 1554 | - $map_jason[] = json_encode( $marker_json ); |
|
| 1554 | + $map_jason[] = json_encode($marker_json); |
|
| 1555 | 1555 | |
| 1556 | - $address_latitude = isset( $post->post_latitude ) ? $post->post_latitude : ''; |
|
| 1557 | - $address_longitude = isset( $post->post_longitude ) ? $post->post_longitude : ''; |
|
| 1558 | - $mapview = isset( $post->post_mapview ) ? $post->post_mapview : ''; |
|
| 1559 | - $mapzoom = isset( $post->post_mapzoom ) ? $post->post_mapzoom : ''; |
|
| 1560 | - if ( ! $mapzoom ) {
|
|
| 1556 | + $address_latitude = isset($post->post_latitude) ? $post->post_latitude : ''; |
|
| 1557 | + $address_longitude = isset($post->post_longitude) ? $post->post_longitude : ''; |
|
| 1558 | + $mapview = isset($post->post_mapview) ? $post->post_mapview : ''; |
|
| 1559 | + $mapzoom = isset($post->post_mapzoom) ? $post->post_mapzoom : ''; |
|
| 1560 | + if (!$mapzoom) {
|
|
| 1561 | 1561 | $mapzoom = 12; |
| 1562 | 1562 | } |
| 1563 | 1563 | |
@@ -1580,37 +1580,37 @@ discard block |
||
| 1580 | 1580 | $map_args['map_class_name'] = 'geodir-map-preview-page'; |
| 1581 | 1581 | } |
| 1582 | 1582 | |
| 1583 | - $arr_detail_page_tabs = geodir_detail_page_tabs_list();// get this sooner so we can get the active tab for the user |
|
| 1583 | + $arr_detail_page_tabs = geodir_detail_page_tabs_list(); // get this sooner so we can get the active tab for the user |
|
| 1584 | 1584 | |
| 1585 | 1585 | $active_tab = ''; |
| 1586 | 1586 | $active_tab_name = ''; |
| 1587 | 1587 | $default_tab = ''; |
| 1588 | 1588 | $default_tab_name = ''; |
| 1589 | - foreach ( $arr_detail_page_tabs as $tab_index => $tabs ) {
|
|
| 1590 | - if ( isset( $tabs['is_active_tab'] ) && $tabs['is_active_tab'] && ! empty( $tabs['is_display'] ) && isset( $tabs['heading_text'] ) && $tabs['heading_text'] ) {
|
|
| 1589 | + foreach ($arr_detail_page_tabs as $tab_index => $tabs) {
|
|
| 1590 | + if (isset($tabs['is_active_tab']) && $tabs['is_active_tab'] && !empty($tabs['is_display']) && isset($tabs['heading_text']) && $tabs['heading_text']) {
|
|
| 1591 | 1591 | $active_tab = $tab_index; |
| 1592 | - $active_tab_name = __( $tabs['heading_text'], 'geodirectory' ); |
|
| 1592 | + $active_tab_name = __($tabs['heading_text'], 'geodirectory'); |
|
| 1593 | 1593 | } |
| 1594 | 1594 | |
| 1595 | - if ( $default_tab === '' && ! empty( $tabs['is_display'] ) && ! empty( $tabs['heading_text'] ) ) {
|
|
| 1595 | + if ($default_tab === '' && !empty($tabs['is_display']) && !empty($tabs['heading_text'])) {
|
|
| 1596 | 1596 | $default_tab = $tab_index; |
| 1597 | - $default_tab_name = __( $tabs['heading_text'], 'geodirectory' ); |
|
| 1597 | + $default_tab_name = __($tabs['heading_text'], 'geodirectory'); |
|
| 1598 | 1598 | } |
| 1599 | 1599 | } |
| 1600 | 1600 | |
| 1601 | - if ( $active_tab === '' && $default_tab !== '' ) { // Make first tab as a active tab if not any tab is active.
|
|
| 1602 | - if ( isset( $arr_detail_page_tabs[ $active_tab ] ) && isset( $arr_detail_page_tabs[ $active_tab ]['is_active_tab'] ) ) {
|
|
| 1603 | - $arr_detail_page_tabs[ $active_tab ]['is_active_tab'] = false; |
|
| 1601 | + if ($active_tab === '' && $default_tab !== '') { // Make first tab as a active tab if not any tab is active.
|
|
| 1602 | + if (isset($arr_detail_page_tabs[$active_tab]) && isset($arr_detail_page_tabs[$active_tab]['is_active_tab'])) {
|
|
| 1603 | + $arr_detail_page_tabs[$active_tab]['is_active_tab'] = false; |
|
| 1604 | 1604 | } |
| 1605 | 1605 | |
| 1606 | - $arr_detail_page_tabs[ $default_tab ]['is_active_tab'] = true; |
|
| 1606 | + $arr_detail_page_tabs[$default_tab]['is_active_tab'] = true; |
|
| 1607 | 1607 | $active_tab = $default_tab; |
| 1608 | 1608 | $active_tab_name = $default_tab_name; |
| 1609 | 1609 | } |
| 1610 | - $tab_list = ( get_option( 'geodir_disable_tabs', false ) ) ? true : false; |
|
| 1610 | + $tab_list = (get_option('geodir_disable_tabs', false)) ? true : false;
|
|
| 1611 | 1611 | ?> |
| 1612 | 1612 | <div class="geodir-tabs" id="gd-tabs" style="position:relative;"> |
| 1613 | - <?php if ( ! $tab_list ){ ?>
|
|
| 1613 | + <?php if (!$tab_list) { ?>
|
|
| 1614 | 1614 | <div id="geodir-tab-mobile-menu"> |
| 1615 | 1615 | <i class="fa fa-bars"></i> |
| 1616 | 1616 | <span class="geodir-mobile-active-tab"><?php echo $active_tab_name; ?></span> |
@@ -1625,26 +1625,26 @@ discard block |
||
| 1625 | 1625 | * @since 1.0.0 |
| 1626 | 1626 | * @see 'geodir_after_tab_list' |
| 1627 | 1627 | */ |
| 1628 | - do_action( 'geodir_before_tab_list' ); ?> |
|
| 1628 | + do_action('geodir_before_tab_list'); ?>
|
|
| 1629 | 1629 | <?php |
| 1630 | 1630 | |
| 1631 | - foreach ( $arr_detail_page_tabs as $tab_index => $detail_page_tab ) {
|
|
| 1632 | - if ( $detail_page_tab['is_display'] ) {
|
|
| 1631 | + foreach ($arr_detail_page_tabs as $tab_index => $detail_page_tab) {
|
|
| 1632 | + if ($detail_page_tab['is_display']) {
|
|
| 1633 | 1633 | |
| 1634 | - if ( ! $tab_list ) {
|
|
| 1634 | + if (!$tab_list) {
|
|
| 1635 | 1635 | ?> |
| 1636 | 1636 | <dt></dt> <!-- added to comply with validation --> |
| 1637 | - <dd <?php if ( $detail_page_tab['is_active_tab'] ){ ?>class="geodir-tab-active"<?php } ?> ><a
|
|
| 1637 | + <dd <?php if ($detail_page_tab['is_active_tab']) { ?>class="geodir-tab-active"<?php } ?> ><a
|
|
| 1638 | 1638 | data-tab="#<?php echo $tab_index; ?>" |
| 1639 | - data-status="enable"><?php _e( $detail_page_tab['heading_text'], 'geodirectory' ); ?></a> |
|
| 1639 | + data-status="enable"><?php _e($detail_page_tab['heading_text'], 'geodirectory'); ?></a> |
|
| 1640 | 1640 | </dd> |
| 1641 | 1641 | <?php |
| 1642 | 1642 | } |
| 1643 | 1643 | ob_start() // start tab content buffering |
| 1644 | 1644 | ?> |
| 1645 | 1645 | <li id="<?php echo $tab_index; ?>Tab"> |
| 1646 | - <?php if ( $tab_list ) {
|
|
| 1647 | - $tab_title = '<span class="gd-tab-list-title" ><a href="#' . $tab_index . '">' . __( $detail_page_tab['heading_text'], 'geodirectory' ) . '</a></span><hr />'; |
|
| 1646 | + <?php if ($tab_list) {
|
|
| 1647 | + $tab_title = '<span class="gd-tab-list-title" ><a href="#'.$tab_index.'">'.__($detail_page_tab['heading_text'], 'geodirectory').'</a></span><hr />'; |
|
| 1648 | 1648 | /** |
| 1649 | 1649 | * Filter the tab list title html. |
| 1650 | 1650 | * |
@@ -1654,7 +1654,7 @@ discard block |
||
| 1654 | 1654 | * @param string $tab_index The tab index type. |
| 1655 | 1655 | * @param array $detail_page_tab The array of values including title text. |
| 1656 | 1656 | */ |
| 1657 | - echo apply_filters( 'geodir_tab_list_title', $tab_title, $tab_index, $detail_page_tab ); |
|
| 1657 | + echo apply_filters('geodir_tab_list_title', $tab_title, $tab_index, $detail_page_tab);
|
|
| 1658 | 1658 | } ?> |
| 1659 | 1659 | <div id="<?php echo $tab_index; ?>" class="hash-offset"></div> |
| 1660 | 1660 | <?php |
@@ -1665,7 +1665,7 @@ discard block |
||
| 1665 | 1665 | * |
| 1666 | 1666 | * @param string $tab_index The tab name ID. |
| 1667 | 1667 | */ |
| 1668 | - do_action( 'geodir_before_tab_content', $tab_index ); |
|
| 1668 | + do_action('geodir_before_tab_content', $tab_index);
|
|
| 1669 | 1669 | |
| 1670 | 1670 | /** |
| 1671 | 1671 | * Called before the details tab content is output per tab. |
@@ -1675,21 +1675,21 @@ discard block |
||
| 1675 | 1675 | * @since 1.0.0 |
| 1676 | 1676 | * @todo do we need this if we have the hook above? 'geodir_before_tab_content' |
| 1677 | 1677 | */ |
| 1678 | - do_action( 'geodir_before_' . $tab_index . '_tab_content' ); |
|
| 1678 | + do_action('geodir_before_'.$tab_index.'_tab_content');
|
|
| 1679 | 1679 | /// write a code to generate content of each tab |
| 1680 | - switch ( $tab_index ) {
|
|
| 1680 | + switch ($tab_index) {
|
|
| 1681 | 1681 | case 'post_profile': |
| 1682 | 1682 | /** |
| 1683 | 1683 | * Called before the listing description content on the details page tab. |
| 1684 | 1684 | * |
| 1685 | 1685 | * @since 1.0.0 |
| 1686 | 1686 | */ |
| 1687 | - do_action( 'geodir_before_description_on_listing_detail' ); |
|
| 1688 | - if ( geodir_is_page( 'detail' ) ) {
|
|
| 1687 | + do_action('geodir_before_description_on_listing_detail');
|
|
| 1688 | + if (geodir_is_page('detail')) {
|
|
| 1689 | 1689 | the_content(); |
| 1690 | 1690 | } else {
|
| 1691 | 1691 | /** This action is documented in geodirectory_template_actions.php */ |
| 1692 | - echo apply_filters( 'the_content', stripslashes( $post->post_desc ) ); |
|
| 1692 | + echo apply_filters('the_content', stripslashes($post->post_desc));
|
|
| 1693 | 1693 | } |
| 1694 | 1694 | |
| 1695 | 1695 | /** |
@@ -1697,7 +1697,7 @@ discard block |
||
| 1697 | 1697 | * |
| 1698 | 1698 | * @since 1.0.0 |
| 1699 | 1699 | */ |
| 1700 | - do_action( 'geodir_after_description_on_listing_detail' ); |
|
| 1700 | + do_action('geodir_after_description_on_listing_detail');
|
|
| 1701 | 1701 | break; |
| 1702 | 1702 | case 'post_info': |
| 1703 | 1703 | echo $geodir_post_detail_fields; |
@@ -1707,32 +1707,32 @@ discard block |
||
| 1707 | 1707 | break; |
| 1708 | 1708 | case 'post_video': |
| 1709 | 1709 | // some browsers hide $_POST data if used for embeds so we replace with a placeholder |
| 1710 | - if ( $preview ) {
|
|
| 1711 | - if ( $video ) {
|
|
| 1712 | - 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>"; |
|
| 1710 | + if ($preview) {
|
|
| 1711 | + if ($video) {
|
|
| 1712 | + 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>";
|
|
| 1713 | 1713 | } |
| 1714 | 1714 | } else {
|
| 1715 | 1715 | |
| 1716 | 1716 | // stop payment manager filtering content length |
| 1717 | - $filter_priority = has_filter( 'the_content', 'geodir_payments_the_content' ); |
|
| 1718 | - if ( false !== $filter_priority ) {
|
|
| 1719 | - remove_filter( 'the_content', 'geodir_payments_the_content', $filter_priority ); |
|
| 1717 | + $filter_priority = has_filter('the_content', 'geodir_payments_the_content');
|
|
| 1718 | + if (false !== $filter_priority) {
|
|
| 1719 | + remove_filter('the_content', 'geodir_payments_the_content', $filter_priority);
|
|
| 1720 | 1720 | } |
| 1721 | 1721 | |
| 1722 | 1722 | /** This action is documented in geodirectory_template_actions.php */ |
| 1723 | - echo apply_filters( 'the_content', stripslashes( $video ) );// we apply the_content filter so oembed works also; |
|
| 1723 | + echo apply_filters('the_content', stripslashes($video)); // we apply the_content filter so oembed works also;
|
|
| 1724 | 1724 | |
| 1725 | - if ( false !== $filter_priority ) {
|
|
| 1726 | - add_filter( 'the_content', 'geodir_payments_the_content', $filter_priority ); |
|
| 1725 | + if (false !== $filter_priority) {
|
|
| 1726 | + add_filter('the_content', 'geodir_payments_the_content', $filter_priority);
|
|
| 1727 | 1727 | } |
| 1728 | 1728 | } |
| 1729 | 1729 | break; |
| 1730 | 1730 | case 'special_offers': |
| 1731 | - echo apply_filters( 'gd_special_offers_content', wpautop( stripslashes( $special_offers ) ) ); |
|
| 1731 | + echo apply_filters('gd_special_offers_content', wpautop(stripslashes($special_offers)));
|
|
| 1732 | 1732 | |
| 1733 | 1733 | break; |
| 1734 | 1734 | case 'post_map': |
| 1735 | - geodir_draw_map( $map_args ); |
|
| 1735 | + geodir_draw_map($map_args); |
|
| 1736 | 1736 | break; |
| 1737 | 1737 | case 'reviews': |
| 1738 | 1738 | comments_template(); |
@@ -1741,7 +1741,7 @@ discard block |
||
| 1741 | 1741 | echo $related_listing; |
| 1742 | 1742 | break; |
| 1743 | 1743 | default: {
|
| 1744 | - 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'] ) ) {
|
|
| 1744 | + 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'])) {
|
|
| 1745 | 1745 | echo $detail_page_tab['tab_content']; |
| 1746 | 1746 | } |
| 1747 | 1747 | } |
@@ -1753,7 +1753,7 @@ discard block |
||
| 1753 | 1753 | * |
| 1754 | 1754 | * @since 1.0.0 |
| 1755 | 1755 | */ |
| 1756 | - do_action( 'geodir_after_tab_content', $tab_index ); |
|
| 1756 | + do_action('geodir_after_tab_content', $tab_index);
|
|
| 1757 | 1757 | |
| 1758 | 1758 | /** |
| 1759 | 1759 | * Called after the details tab content is output per tab. |
@@ -1763,7 +1763,7 @@ discard block |
||
| 1763 | 1763 | * @since 1.0.0 |
| 1764 | 1764 | * @todo do we need this if we have the hook above? 'geodir_after_tab_content' |
| 1765 | 1765 | */ |
| 1766 | - do_action( 'geodir_after_' . $tab_index . '_tab_content' ); |
|
| 1766 | + do_action('geodir_after_'.$tab_index.'_tab_content');
|
|
| 1767 | 1767 | ?> </li> |
| 1768 | 1768 | <?php |
| 1769 | 1769 | /** |
@@ -1771,7 +1771,7 @@ discard block |
||
| 1771 | 1771 | * |
| 1772 | 1772 | * @since 1.0.0 |
| 1773 | 1773 | */ |
| 1774 | - $arr_detail_page_tabs[ $tab_index ]['tab_content'] = apply_filters( "geodir_modify_" . $detail_page_tab['tab_content'] . "_tab_content", ob_get_clean() ); |
|
| 1774 | + $arr_detail_page_tabs[$tab_index]['tab_content'] = apply_filters("geodir_modify_".$detail_page_tab['tab_content']."_tab_content", ob_get_clean());
|
|
| 1775 | 1775 | } // end of if for is_display |
| 1776 | 1776 | }// end of foreach |
| 1777 | 1777 | |
@@ -1781,14 +1781,14 @@ discard block |
||
| 1781 | 1781 | * @since 1.0.0 |
| 1782 | 1782 | * @see 'geodir_before_tab_list' |
| 1783 | 1783 | */ |
| 1784 | - do_action( 'geodir_after_tab_list' ); |
|
| 1784 | + do_action('geodir_after_tab_list');
|
|
| 1785 | 1785 | ?> |
| 1786 | - <?php if ( ! $tab_list ){ ?></dl><?php } ?>
|
|
| 1787 | - <ul class="geodir-tabs-content entry-content <?php if ( $tab_list ) { ?>geodir-tabs-list<?php } ?>"
|
|
| 1786 | + <?php if (!$tab_list) { ?></dl><?php } ?>
|
|
| 1787 | + <ul class="geodir-tabs-content entry-content <?php if ($tab_list) { ?>geodir-tabs-list<?php } ?>"
|
|
| 1788 | 1788 | style="position:relative;"> |
| 1789 | 1789 | <?php |
| 1790 | - foreach ( $arr_detail_page_tabs as $detail_page_tab ) {
|
|
| 1791 | - if ( $detail_page_tab['is_display'] && ! empty( $detail_page_tab['tab_content'] ) ) {
|
|
| 1790 | + foreach ($arr_detail_page_tabs as $detail_page_tab) {
|
|
| 1791 | + if ($detail_page_tab['is_display'] && !empty($detail_page_tab['tab_content'])) {
|
|
| 1792 | 1792 | echo $detail_page_tab['tab_content']; |
| 1793 | 1793 | }// end of if |
| 1794 | 1794 | }// end of foreach |
@@ -1798,11 +1798,11 @@ discard block |
||
| 1798 | 1798 | * |
| 1799 | 1799 | * @since 1.0.0 |
| 1800 | 1800 | */ |
| 1801 | - do_action( 'geodir_add_tab_content' ); ?> |
|
| 1801 | + do_action('geodir_add_tab_content'); ?>
|
|
| 1802 | 1802 | </ul> |
| 1803 | 1803 | <!--gd-tabs-content ul end--> |
| 1804 | 1804 | </div> |
| 1805 | - <?php if ( ! $tab_list ) { ?>
|
|
| 1805 | + <?php if (!$tab_list) { ?>
|
|
| 1806 | 1806 | <script> |
| 1807 | 1807 | if (window.location.hash && window.location.hash.indexOf('&') === -1 && jQuery(window.location.hash + 'Tab').length) {
|
| 1808 | 1808 | hashVal = window.location.hash; |
@@ -1834,31 +1834,31 @@ discard block |
||
| 1834 | 1834 | * |
| 1835 | 1835 | * @return mixed Image file. |
| 1836 | 1836 | */ |
| 1837 | -function geodir_exif( $file ) {
|
|
| 1838 | - if ( empty( $file ) || ! is_array( $file ) ) {
|
|
| 1837 | +function geodir_exif($file) {
|
|
| 1838 | + if (empty($file) || !is_array($file)) {
|
|
| 1839 | 1839 | return $file; |
| 1840 | 1840 | } |
| 1841 | 1841 | |
| 1842 | - $file_path = ! empty( $file['tmp_name'] ) ? sanitize_text_field( $file['tmp_name'] ) : ''; |
|
| 1843 | - if ( ! ( $file_path && file_exists( $file_path ) ) ) {
|
|
| 1842 | + $file_path = !empty($file['tmp_name']) ? sanitize_text_field($file['tmp_name']) : ''; |
|
| 1843 | + if (!($file_path && file_exists($file_path))) {
|
|
| 1844 | 1844 | return $file; |
| 1845 | 1845 | } |
| 1846 | 1846 | $file['file'] = $file_path; |
| 1847 | 1847 | |
| 1848 | - if ( ! file_is_valid_image( $file_path ) ) {
|
|
| 1848 | + if (!file_is_valid_image($file_path)) {
|
|
| 1849 | 1849 | return $file; // Bail if file is not an image. |
| 1850 | 1850 | } |
| 1851 | 1851 | |
| 1852 | - if ( ! function_exists( 'wp_get_image_editor' ) ) {
|
|
| 1852 | + if (!function_exists('wp_get_image_editor')) {
|
|
| 1853 | 1853 | return $file; |
| 1854 | 1854 | } |
| 1855 | 1855 | |
| 1856 | 1856 | $mime_type = $file['type']; |
| 1857 | 1857 | $exif = array(); |
| 1858 | - if ( $mime_type == 'image/jpeg' && function_exists( 'exif_read_data' ) ) {
|
|
| 1858 | + if ($mime_type == 'image/jpeg' && function_exists('exif_read_data')) {
|
|
| 1859 | 1859 | try {
|
| 1860 | - $exif = exif_read_data( $file_path ); |
|
| 1861 | - } catch ( Exception $e ) {
|
|
| 1860 | + $exif = exif_read_data($file_path); |
|
| 1861 | + } catch (Exception $e) {
|
|
| 1862 | 1862 | $exif = array(); |
| 1863 | 1863 | } |
| 1864 | 1864 | } |
@@ -1867,13 +1867,13 @@ discard block |
||
| 1867 | 1867 | $flip = false; |
| 1868 | 1868 | $modify = false; |
| 1869 | 1869 | $orientation = 0; |
| 1870 | - if ( ! empty( $exif ) && isset( $exif['Orientation'] ) ) {
|
|
| 1871 | - switch ( (int) $exif['Orientation'] ) {
|
|
| 1870 | + if (!empty($exif) && isset($exif['Orientation'])) {
|
|
| 1871 | + switch ((int) $exif['Orientation']) {
|
|
| 1872 | 1872 | case 1: |
| 1873 | 1873 | // do nothing |
| 1874 | 1874 | break; |
| 1875 | 1875 | case 2: |
| 1876 | - $flip = array( false, true ); |
|
| 1876 | + $flip = array(false, true); |
|
| 1877 | 1877 | $modify = true; |
| 1878 | 1878 | break; |
| 1879 | 1879 | case 3: |
@@ -1882,13 +1882,13 @@ discard block |
||
| 1882 | 1882 | $modify = true; |
| 1883 | 1883 | break; |
| 1884 | 1884 | case 4: |
| 1885 | - $flip = array( true, false ); |
|
| 1885 | + $flip = array(true, false); |
|
| 1886 | 1886 | $modify = true; |
| 1887 | 1887 | break; |
| 1888 | 1888 | case 5: |
| 1889 | 1889 | $orientation = - 90; |
| 1890 | 1890 | $rotate = true; |
| 1891 | - $flip = array( false, true ); |
|
| 1891 | + $flip = array(false, true); |
|
| 1892 | 1892 | $modify = true; |
| 1893 | 1893 | break; |
| 1894 | 1894 | case 6: |
@@ -1899,7 +1899,7 @@ discard block |
||
| 1899 | 1899 | case 7: |
| 1900 | 1900 | $orientation = - 270; |
| 1901 | 1901 | $rotate = true; |
| 1902 | - $flip = array( false, true ); |
|
| 1902 | + $flip = array(false, true); |
|
| 1903 | 1903 | $modify = true; |
| 1904 | 1904 | break; |
| 1905 | 1905 | case 8: |
@@ -1925,31 +1925,31 @@ discard block |
||
| 1925 | 1925 | * @param int|null $quality Image Compression quality between 1-100% scale. Default null. |
| 1926 | 1926 | * @param string $quality Image mime type. |
| 1927 | 1927 | */ |
| 1928 | - $quality = apply_filters( 'geodir_image_upload_set_quality', $quality, $mime_type ); |
|
| 1929 | - if ( $quality !== null ) {
|
|
| 1928 | + $quality = apply_filters('geodir_image_upload_set_quality', $quality, $mime_type);
|
|
| 1929 | + if ($quality !== null) {
|
|
| 1930 | 1930 | $modify = true; |
| 1931 | 1931 | } |
| 1932 | 1932 | |
| 1933 | - if ( ! $modify ) {
|
|
| 1933 | + if (!$modify) {
|
|
| 1934 | 1934 | return $file; // no change |
| 1935 | 1935 | } |
| 1936 | 1936 | |
| 1937 | - $image = wp_get_image_editor( $file_path ); |
|
| 1938 | - if ( ! is_wp_error( $image ) ) {
|
|
| 1939 | - if ( $rotate ) {
|
|
| 1940 | - $image->rotate( $orientation ); |
|
| 1937 | + $image = wp_get_image_editor($file_path); |
|
| 1938 | + if (!is_wp_error($image)) {
|
|
| 1939 | + if ($rotate) {
|
|
| 1940 | + $image->rotate($orientation); |
|
| 1941 | 1941 | } |
| 1942 | 1942 | |
| 1943 | - if ( ! empty( $flip ) ) {
|
|
| 1944 | - $image->flip( $flip[0], $flip[1] ); |
|
| 1943 | + if (!empty($flip)) {
|
|
| 1944 | + $image->flip($flip[0], $flip[1]); |
|
| 1945 | 1945 | } |
| 1946 | 1946 | |
| 1947 | - if ( $quality !== null ) {
|
|
| 1948 | - $image->set_quality( (int) $quality ); |
|
| 1947 | + if ($quality !== null) {
|
|
| 1948 | + $image->set_quality((int) $quality); |
|
| 1949 | 1949 | } |
| 1950 | 1950 | |
| 1951 | - $result = $image->save( $file_path ); |
|
| 1952 | - if ( ! is_wp_error( $result ) ) {
|
|
| 1951 | + $result = $image->save($file_path); |
|
| 1952 | + if (!is_wp_error($result)) {
|
|
| 1953 | 1953 | $file['file'] = $result['path']; |
| 1954 | 1954 | $file['tmp_name'] = $result['path']; |
| 1955 | 1955 | } |
@@ -1977,7 +1977,7 @@ discard block |
||
| 1977 | 1977 | * |
| 1978 | 1978 | * @return string Returns the recent reviews html. |
| 1979 | 1979 | */ |
| 1980 | -function geodir_get_recent_reviews( $g_size = 60, $no_comments = 5, $comment_lenth = 60, $show_pass_post = false ) {
|
|
| 1980 | +function geodir_get_recent_reviews($g_size = 60, $no_comments = 5, $comment_lenth = 60, $show_pass_post = false) {
|
|
| 1981 | 1981 | global $wpdb, $tablecomments, $tableposts, $rating_table_name, $gd_session, $table_prefix; |
| 1982 | 1982 | $tablecomments = $wpdb->comments; |
| 1983 | 1983 | $tableposts = $wpdb->posts; |
@@ -1987,17 +1987,17 @@ discard block |
||
| 1987 | 1987 | $region_filter = ''; |
| 1988 | 1988 | $country_filter = ''; |
| 1989 | 1989 | |
| 1990 | - if ( $gd_session->get( 'gd_multi_location' ) ) {
|
|
| 1991 | - if ( $gd_ses_country = $gd_session->get( 'gd_country' ) ) {
|
|
| 1992 | - $country_filter = $wpdb->prepare( " AND r.post_country=%s ", str_replace( "-", " ", $gd_ses_country ) ); |
|
| 1990 | + if ($gd_session->get('gd_multi_location')) {
|
|
| 1991 | + if ($gd_ses_country = $gd_session->get('gd_country')) {
|
|
| 1992 | + $country_filter = $wpdb->prepare(" AND r.post_country=%s ", str_replace("-", " ", $gd_ses_country));
|
|
| 1993 | 1993 | } |
| 1994 | 1994 | |
| 1995 | - if ( $gd_ses_region = $gd_session->get( 'gd_region' ) ) {
|
|
| 1996 | - $region_filter = $wpdb->prepare( " AND r.post_region=%s ", str_replace( "-", " ", $gd_ses_region ) ); |
|
| 1995 | + if ($gd_ses_region = $gd_session->get('gd_region')) {
|
|
| 1996 | + $region_filter = $wpdb->prepare(" AND r.post_region=%s ", str_replace("-", " ", $gd_ses_region));
|
|
| 1997 | 1997 | } |
| 1998 | 1998 | |
| 1999 | - if ( $gd_ses_city = $gd_session->get( 'gd_city' ) ) {
|
|
| 2000 | - $city_filter = $wpdb->prepare( " AND r.post_city=%s ", str_replace( "-", " ", $gd_ses_city ) ); |
|
| 1999 | + if ($gd_ses_city = $gd_session->get('gd_city')) {
|
|
| 2000 | + $city_filter = $wpdb->prepare(" AND r.post_city=%s ", str_replace("-", " ", $gd_ses_city));
|
|
| 2001 | 2001 | } |
| 2002 | 2002 | } |
| 2003 | 2003 | |
@@ -2008,84 +2008,84 @@ discard block |
||
| 2008 | 2008 | $lang_code = ICL_LANGUAGE_CODE; |
| 2009 | 2009 | |
| 2010 | 2010 | if ($lang_code) {
|
| 2011 | - $join .= " JOIN " . $table_prefix . "icl_translations AS icltr2 ON icltr2.element_id = c.comment_post_ID AND p.ID = icltr2.element_id AND CONCAT('post_', p.post_type) = icltr2.element_type LEFT JOIN " . $table_prefix . "icl_translations AS icltr_comment ON icltr_comment.element_id = c.comment_ID AND icltr_comment.element_type = 'comment'";
|
|
| 2012 | - $where .= " AND icltr2.language_code = '" . $lang_code . "' AND (icltr_comment.language_code IS NULL OR icltr_comment.language_code = icltr2.language_code)"; |
|
| 2011 | + $join .= " JOIN ".$table_prefix."icl_translations AS icltr2 ON icltr2.element_id = c.comment_post_ID AND p.ID = icltr2.element_id AND CONCAT('post_', p.post_type) = icltr2.element_type LEFT JOIN ".$table_prefix."icl_translations AS icltr_comment ON icltr_comment.element_id = c.comment_ID AND icltr_comment.element_type = 'comment'";
|
|
| 2012 | + $where .= " AND icltr2.language_code = '".$lang_code."' AND (icltr_comment.language_code IS NULL OR icltr_comment.language_code = icltr2.language_code)"; |
|
| 2013 | 2013 | } |
| 2014 | 2014 | } |
| 2015 | 2015 | |
| 2016 | - $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 " . GEODIR_REVIEW_TABLE . " AS r JOIN " . $wpdb->comments . " AS c ON c.comment_ID = r.comment_id JOIN " . $wpdb->posts . " AS p ON p.ID = c.comment_post_ID " . $join . " WHERE c.comment_parent = 0 AND c.comment_approved = 1 AND r.status = 1 AND r.overall_rating >= 1 AND p.post_status = 'publish' " . $where . " ORDER BY r.post_date DESC, r.id DESC LIMIT ". $no_comments; |
|
| 2016 | + $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 ".GEODIR_REVIEW_TABLE." AS r JOIN ".$wpdb->comments." AS c ON c.comment_ID = r.comment_id JOIN ".$wpdb->posts." AS p ON p.ID = c.comment_post_ID ".$join." WHERE c.comment_parent = 0 AND c.comment_approved = 1 AND r.status = 1 AND r.overall_rating >= 1 AND p.post_status = 'publish' ".$where." ORDER BY r.post_date DESC, r.id DESC LIMIT ".$no_comments; |
|
| 2017 | 2017 | |
| 2018 | - $comments = $wpdb->get_results( $request ); |
|
| 2018 | + $comments = $wpdb->get_results($request); |
|
| 2019 | 2019 | |
| 2020 | - foreach ( $comments as $comment ) {
|
|
| 2020 | + foreach ($comments as $comment) {
|
|
| 2021 | 2021 | // Set the extra comment info needed. |
| 2022 | - $comment_extra = $wpdb->get_row( "SELECT * FROM $wpdb->comments WHERE comment_ID =$comment->comment_ID" ); |
|
| 2022 | + $comment_extra = $wpdb->get_row("SELECT * FROM $wpdb->comments WHERE comment_ID =$comment->comment_ID");
|
|
| 2023 | 2023 | $comment->comment_content = $comment_extra->comment_content; |
| 2024 | 2024 | $comment->comment_author = $comment_extra->comment_author; |
| 2025 | 2025 | $comment->comment_author_email = $comment_extra->comment_author_email; |
| 2026 | 2026 | |
| 2027 | 2027 | $comment_id = ''; |
| 2028 | 2028 | $comment_id = $comment->comment_ID; |
| 2029 | - $comment_content = strip_tags( $comment->comment_content ); |
|
| 2029 | + $comment_content = strip_tags($comment->comment_content); |
|
| 2030 | 2030 | |
| 2031 | - $comment_content = preg_replace( '#(\\[img\\]).+(\\[\\/img\\])#', '', $comment_content ); |
|
| 2031 | + $comment_content = preg_replace('#(\\[img\\]).+(\\[\\/img\\])#', '', $comment_content);
|
|
| 2032 | 2032 | |
| 2033 | - $permalink = get_permalink( $comment->ID ) . "#comment-" . $comment->comment_ID; |
|
| 2033 | + $permalink = get_permalink($comment->ID)."#comment-".$comment->comment_ID; |
|
| 2034 | 2034 | $comment_author_email = $comment->comment_author_email; |
| 2035 | 2035 | $comment_post_ID = $comment->post_id; |
| 2036 | 2036 | |
| 2037 | - $post_title = get_the_title( $comment_post_ID ); |
|
| 2038 | - $permalink = get_permalink( $comment_post_ID ); |
|
| 2039 | - $comment_permalink = $permalink . "#comment-" . $comment->comment_ID; |
|
| 2040 | - $read_more = '<a class="comment_excerpt" href="' . $comment_permalink . '">' . __( 'Read more', 'geodirectory' ) . '</a>'; |
|
| 2037 | + $post_title = get_the_title($comment_post_ID); |
|
| 2038 | + $permalink = get_permalink($comment_post_ID); |
|
| 2039 | + $comment_permalink = $permalink."#comment-".$comment->comment_ID; |
|
| 2040 | + $read_more = '<a class="comment_excerpt" href="'.$comment_permalink.'">'.__('Read more', 'geodirectory').'</a>';
|
|
| 2041 | 2041 | |
| 2042 | - $comment_content_length = strlen( $comment_content ); |
|
| 2043 | - if ( $comment_content_length > $comment_lenth ) {
|
|
| 2044 | - $comment_excerpt = geodir_utf8_substr( $comment_content, 0, $comment_lenth ) . '... ' . $read_more; |
|
| 2042 | + $comment_content_length = strlen($comment_content); |
|
| 2043 | + if ($comment_content_length > $comment_lenth) {
|
|
| 2044 | + $comment_excerpt = geodir_utf8_substr($comment_content, 0, $comment_lenth).'... '.$read_more; |
|
| 2045 | 2045 | } else {
|
| 2046 | 2046 | $comment_excerpt = $comment_content; |
| 2047 | 2047 | } |
| 2048 | 2048 | |
| 2049 | - if ( $comment->user_id ) {
|
|
| 2050 | - $user_profile_url = get_author_posts_url( $comment->user_id ); |
|
| 2049 | + if ($comment->user_id) {
|
|
| 2050 | + $user_profile_url = get_author_posts_url($comment->user_id); |
|
| 2051 | 2051 | } else {
|
| 2052 | 2052 | $user_profile_url = ''; |
| 2053 | 2053 | } |
| 2054 | 2054 | |
| 2055 | - if ( $comment_id ) {
|
|
| 2055 | + if ($comment_id) {
|
|
| 2056 | 2056 | $comments_echo .= '<li class="clearfix">'; |
| 2057 | - $comments_echo .= "<span class=\"li" . $comment_id . " geodir_reviewer_image\">"; |
|
| 2058 | - if ( function_exists( 'get_avatar' ) ) {
|
|
| 2059 | - if ( ! isset( $comment->comment_type ) ) {
|
|
| 2060 | - if ( $user_profile_url ) {
|
|
| 2061 | - $comments_echo .= '<a href="' . $user_profile_url . '">'; |
|
| 2057 | + $comments_echo .= "<span class=\"li".$comment_id." geodir_reviewer_image\">"; |
|
| 2058 | + if (function_exists('get_avatar')) {
|
|
| 2059 | + if (!isset($comment->comment_type)) {
|
|
| 2060 | + if ($user_profile_url) {
|
|
| 2061 | + $comments_echo .= '<a href="'.$user_profile_url.'">'; |
|
| 2062 | 2062 | } |
| 2063 | - $comments_echo .= get_avatar( $comment->comment_author_email, $g_size, geodir_plugin_url() . '/geodirectory-assets/images/gravatar2.png' ); |
|
| 2064 | - if ( $user_profile_url ) {
|
|
| 2063 | + $comments_echo .= get_avatar($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 ( ( isset( $comment->comment_type ) && $comment->comment_type == 'trackback' ) || ( isset( $comment->comment_type ) && $comment->comment_type == 'pingback' ) ) {
|
|
| 2068 | - if ( $user_profile_url ) {
|
|
| 2069 | - $comments_echo .= '<a href="' . $user_profile_url . '">'; |
|
| 2067 | + } elseif ((isset($comment->comment_type) && $comment->comment_type == 'trackback') || (isset($comment->comment_type) && $comment->comment_type == 'pingback')) {
|
|
| 2068 | + if ($user_profile_url) {
|
|
| 2069 | + $comments_echo .= '<a href="'.$user_profile_url.'">'; |
|
| 2070 | 2070 | } |
| 2071 | - $comments_echo .= get_avatar( $comment->comment_author_url, $g_size, geodir_plugin_url() . '/geodirectory-assets/images/gravatar2.png' ); |
|
| 2071 | + $comments_echo .= get_avatar($comment->comment_author_url, $g_size, geodir_plugin_url().'/geodirectory-assets/images/gravatar2.png'); |
|
| 2072 | 2072 | } |
| 2073 | - } elseif ( function_exists( 'gravatar' ) ) {
|
|
| 2074 | - if ( $user_profile_url ) {
|
|
| 2075 | - $comments_echo .= '<a href="' . $user_profile_url . '">'; |
|
| 2073 | + } elseif (function_exists('gravatar')) {
|
|
| 2074 | + if ($user_profile_url) {
|
|
| 2075 | + $comments_echo .= '<a href="'.$user_profile_url.'">'; |
|
| 2076 | 2076 | } |
| 2077 | 2077 | $comments_echo .= "<img src=\""; |
| 2078 | - if ( '' == $comment->comment_type ) {
|
|
| 2079 | - $comments_echo .= gravatar( $comment->comment_author_email, $g_size, geodir_plugin_url() . '/geodirectory-assets/images/gravatar2.png' ); |
|
| 2080 | - if ( $user_profile_url ) {
|
|
| 2078 | + if ('' == $comment->comment_type) {
|
|
| 2079 | + $comments_echo .= gravatar($comment->comment_author_email, $g_size, geodir_plugin_url().'/geodirectory-assets/images/gravatar2.png'); |
|
| 2080 | + if ($user_profile_url) {
|
|
| 2081 | 2081 | $comments_echo .= '</a>'; |
| 2082 | 2082 | } |
| 2083 | - } elseif ( ( 'trackback' == $comment->comment_type ) || ( 'pingback' == $comment->comment_type ) ) {
|
|
| 2084 | - if ( $user_profile_url ) {
|
|
| 2085 | - $comments_echo .= '<a href="' . $user_profile_url . '">'; |
|
| 2083 | + } elseif (('trackback' == $comment->comment_type) || ('pingback' == $comment->comment_type)) {
|
|
| 2084 | + if ($user_profile_url) {
|
|
| 2085 | + $comments_echo .= '<a href="'.$user_profile_url.'">'; |
|
| 2086 | 2086 | } |
| 2087 | - $comments_echo .= gravatar( $comment->comment_author_url, $g_size, geodir_plugin_url() . '/geodirectory-assets/images/gravatar2.png' ); |
|
| 2088 | - if ( $user_profile_url ) {
|
|
| 2087 | + $comments_echo .= gravatar($comment->comment_author_url, $g_size, geodir_plugin_url().'/geodirectory-assets/images/gravatar2.png'); |
|
| 2088 | + if ($user_profile_url) {
|
|
| 2089 | 2089 | $comments_echo .= '</a>'; |
| 2090 | 2090 | } |
| 2091 | 2091 | } |
@@ -2096,17 +2096,17 @@ discard block |
||
| 2096 | 2096 | |
| 2097 | 2097 | $comments_echo .= '<span class="geodir_reviewer_content">'; |
| 2098 | 2098 | $author_link = apply_filters('geodir_reviewer_content_author_link', true);
|
| 2099 | - if ( $comment->user_id && $author_link ) {
|
|
| 2100 | - $comments_echo .= '<a href="' . get_author_posts_url( $comment->user_id ) . '">'; |
|
| 2099 | + if ($comment->user_id && $author_link) {
|
|
| 2100 | + $comments_echo .= '<a href="'.get_author_posts_url($comment->user_id).'">'; |
|
| 2101 | 2101 | } |
| 2102 | - $comments_echo .= '<span class="geodir_reviewer_author">' . $comment->comment_author . '</span> '; |
|
| 2103 | - if ( $comment->user_id && $author_link ) {
|
|
| 2102 | + $comments_echo .= '<span class="geodir_reviewer_author">'.$comment->comment_author.'</span> '; |
|
| 2103 | + if ($comment->user_id && $author_link) {
|
|
| 2104 | 2104 | $comments_echo .= '</a>'; |
| 2105 | 2105 | } |
| 2106 | - $comments_echo .= '<span class="geodir_reviewer_reviewed">' . __( 'reviewed', 'geodirectory' ) . '</span> '; |
|
| 2107 | - $comments_echo .= '<a href="' . $permalink . '" class="geodir_reviewer_title">' . $post_title . '</a>'; |
|
| 2108 | - $comments_echo .= geodir_get_rating_stars( $comment->overall_rating, $comment_post_ID ); |
|
| 2109 | - $comments_echo .= '<p class="geodir_reviewer_text">' . $comment_excerpt . ''; |
|
| 2106 | + $comments_echo .= '<span class="geodir_reviewer_reviewed">'.__('reviewed', 'geodirectory').'</span> ';
|
|
| 2107 | + $comments_echo .= '<a href="'.$permalink.'" class="geodir_reviewer_title">'.$post_title.'</a>'; |
|
| 2108 | + $comments_echo .= geodir_get_rating_stars($comment->overall_rating, $comment_post_ID); |
|
| 2109 | + $comments_echo .= '<p class="geodir_reviewer_text">'.$comment_excerpt.''; |
|
| 2110 | 2110 | //echo preg_replace('#(\\[img\\]).+(\\[\\/img\\])#', '', $comment_excerpt);
|
| 2111 | 2111 | $comments_echo .= '</p>'; |
| 2112 | 2112 | |
@@ -2126,25 +2126,25 @@ discard block |
||
| 2126 | 2126 | * @return array Returns post categories as an array. |
| 2127 | 2127 | */ |
| 2128 | 2128 | function geodir_home_map_cats_key_value_array() {
|
| 2129 | - $post_types = geodir_get_posttypes( 'object' ); |
|
| 2129 | + $post_types = geodir_get_posttypes('object');
|
|
| 2130 | 2130 | |
| 2131 | 2131 | $return = array(); |
| 2132 | - if ( ! empty( $post_types ) ) {
|
|
| 2133 | - foreach ( $post_types as $key => $post_type ) {
|
|
| 2134 | - $cpt_name = __( $post_type->labels->singular_name, 'geodirectory' ); |
|
| 2135 | - $post_type_name = sprintf( __( '%s Categories', 'geodirectory' ), $cpt_name ); |
|
| 2136 | - $taxonomies = geodir_get_taxonomies( $key ); |
|
| 2137 | - $cat_taxonomy = ! empty( $taxonomies[0] ) ? $taxonomies[0] : null; |
|
| 2138 | - $cat_terms = $cat_taxonomy ? get_terms( $cat_taxonomy ) : null; |
|
| 2139 | - |
|
| 2140 | - if ( ! empty( $cat_terms ) ) {
|
|
| 2141 | - $return[ 'optgroup_start-' . $key ] = $post_type_name; |
|
| 2142 | - |
|
| 2143 | - foreach ( $cat_terms as $cat_term ) {
|
|
| 2144 | - $return[ $key . '_' . $cat_term->term_id ] = $cat_term->name; |
|
| 2132 | + if (!empty($post_types)) {
|
|
| 2133 | + foreach ($post_types as $key => $post_type) {
|
|
| 2134 | + $cpt_name = __($post_type->labels->singular_name, 'geodirectory'); |
|
| 2135 | + $post_type_name = sprintf(__('%s Categories', 'geodirectory'), $cpt_name);
|
|
| 2136 | + $taxonomies = geodir_get_taxonomies($key); |
|
| 2137 | + $cat_taxonomy = !empty($taxonomies[0]) ? $taxonomies[0] : null; |
|
| 2138 | + $cat_terms = $cat_taxonomy ? get_terms($cat_taxonomy) : null; |
|
| 2139 | + |
|
| 2140 | + if (!empty($cat_terms)) {
|
|
| 2141 | + $return['optgroup_start-'.$key] = $post_type_name; |
|
| 2142 | + |
|
| 2143 | + foreach ($cat_terms as $cat_term) {
|
|
| 2144 | + $return[$key.'_'.$cat_term->term_id] = $cat_term->name; |
|
| 2145 | 2145 | } |
| 2146 | 2146 | |
| 2147 | - $return[ 'optgroup_end-' . $key ] = $post_type_name; |
|
| 2147 | + $return['optgroup_end-'.$key] = $post_type_name; |
|
| 2148 | 2148 | } |
| 2149 | 2149 | } |
| 2150 | 2150 | } |
@@ -2160,14 +2160,14 @@ discard block |
||
| 2160 | 2160 | * @package GeoDirectory |
| 2161 | 2161 | */ |
| 2162 | 2162 | function geodir_twitter_tweet_button() {
|
| 2163 | - if ( isset( $_GET['gde'] ) ) {
|
|
| 2164 | - $link = '?url=' . urlencode( geodir_curPageURL() ); |
|
| 2163 | + if (isset($_GET['gde'])) {
|
|
| 2164 | + $link = '?url='.urlencode(geodir_curPageURL()); |
|
| 2165 | 2165 | } else {
|
| 2166 | 2166 | $link = ''; |
| 2167 | 2167 | } |
| 2168 | 2168 | ?> |
| 2169 | 2169 | <a href="http://twitter.com/share<?php echo $link; ?>" |
| 2170 | - class="twitter-share-button"><?php _e( 'Tweet', 'geodirectory' ); ?></a> |
|
| 2170 | + class="twitter-share-button"><?php _e('Tweet', 'geodirectory'); ?></a>
|
|
| 2171 | 2171 | <script type="text/javascript" src="//platform.twitter.com/widgets.js"></script> |
| 2172 | 2172 | <?php |
| 2173 | 2173 | } |
@@ -2184,10 +2184,10 @@ discard block |
||
| 2184 | 2184 | function geodir_fb_like_button() {
|
| 2185 | 2185 | global $post; |
| 2186 | 2186 | ?> |
| 2187 | - <iframe <?php if ( isset( $_SERVER['HTTP_USER_AGENT'] ) && ( strpos( $_SERVER['HTTP_USER_AGENT'], 'MSIE' ) !== false ) ) {
|
|
| 2187 | + <iframe <?php if (isset($_SERVER['HTTP_USER_AGENT']) && (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false)) {
|
|
| 2188 | 2188 | echo 'allowtransparency="true"'; |
| 2189 | 2189 | } ?> class="facebook" |
| 2190 | - 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" |
|
| 2190 | + 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" |
|
| 2191 | 2191 | style="border:none; overflow:hidden; width:100px; height:20px"></iframe> |
| 2192 | 2192 | <?php |
| 2193 | 2193 | } |
@@ -2218,7 +2218,7 @@ discard block |
||
| 2218 | 2218 | |
| 2219 | 2219 | |
| 2220 | 2220 | function geodir_listing_bounce_map_pin_on_hover() {
|
| 2221 | - if ( get_option( 'geodir_listing_hover_bounce_map_pin', true ) ) {
|
|
| 2221 | + if (get_option('geodir_listing_hover_bounce_map_pin', true)) {
|
|
| 2222 | 2222 | ?> |
| 2223 | 2223 | <script> |
| 2224 | 2224 | jQuery(function ($) {
|
@@ -2241,44 +2241,44 @@ discard block |
||
| 2241 | 2241 | } |
| 2242 | 2242 | } |
| 2243 | 2243 | |
| 2244 | -add_action( 'geodir_after_listing_listview', 'geodir_listing_bounce_map_pin_on_hover', 10 ); |
|
| 2244 | +add_action('geodir_after_listing_listview', 'geodir_listing_bounce_map_pin_on_hover', 10);
|
|
| 2245 | 2245 | |
| 2246 | -add_action( 'geodir_after_favorite_html', 'geodir_output_favourite_html_listings', 1, 1 ); |
|
| 2247 | -function geodir_output_favourite_html_listings( $post_id ) {
|
|
| 2248 | - geodir_favourite_html( '', $post_id ); |
|
| 2246 | +add_action('geodir_after_favorite_html', 'geodir_output_favourite_html_listings', 1, 1);
|
|
| 2247 | +function geodir_output_favourite_html_listings($post_id) {
|
|
| 2248 | + geodir_favourite_html('', $post_id);
|
|
| 2249 | 2249 | } |
| 2250 | 2250 | |
| 2251 | -add_action( 'geodir_listing_after_pinpoint', 'geodir_output_pinpoint_html_listings', 1, 2 ); |
|
| 2252 | -function geodir_output_pinpoint_html_listings( $post_id, $post = array() ) {
|
|
| 2251 | +add_action('geodir_listing_after_pinpoint', 'geodir_output_pinpoint_html_listings', 1, 2);
|
|
| 2252 | +function geodir_output_pinpoint_html_listings($post_id, $post = array()) {
|
|
| 2253 | 2253 | global $wp_query; |
| 2254 | 2254 | |
| 2255 | 2255 | $show_pin_point = $wp_query->is_main_query(); |
| 2256 | 2256 | |
| 2257 | - if ( ! empty( $post ) && ! empty( $show_pin_point ) && is_active_widget( false, "", "geodir_map_v3_listing_map" ) ) {
|
|
| 2258 | - $term_icon_url = geodir_get_tax_meta( $post->default_category, 'ct_cat_icon', false, $post->post_type ); |
|
| 2259 | - $marker_icon = isset( $term_icon_url['src'] ) ? $term_icon_url['src'] : get_option( 'geodir_default_marker_icon' ); |
|
| 2257 | + if (!empty($post) && !empty($show_pin_point) && is_active_widget(false, "", "geodir_map_v3_listing_map")) {
|
|
| 2258 | + $term_icon_url = geodir_get_tax_meta($post->default_category, 'ct_cat_icon', false, $post->post_type); |
|
| 2259 | + $marker_icon = isset($term_icon_url['src']) ? $term_icon_url['src'] : get_option('geodir_default_marker_icon');
|
|
| 2260 | 2260 | ?> |
| 2261 | 2261 | <span class="geodir-pinpoint" |
| 2262 | - 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>
|
|
| 2262 | + 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>
|
|
| 2263 | 2263 | <a class="geodir-pinpoint-link" href="javascript:void(0)" |
| 2264 | 2264 | onclick="if(typeof openMarker=='function'){openMarker('listing_map_canvas' ,'<?php echo $post->ID; ?>')}"
|
| 2265 | 2265 | onmouseover="if(typeof animate_marker=='function'){animate_marker('listing_map_canvas' ,'<?php echo $post->ID; ?>')}"
|
| 2266 | - onmouseout="if(typeof stop_marker_animation=='function'){stop_marker_animation('listing_map_canvas' ,'<?php echo $post->ID; ?>')}"><?php _e( 'Pinpoint', 'geodirectory' ); ?></a>
|
|
| 2266 | + onmouseout="if(typeof stop_marker_animation=='function'){stop_marker_animation('listing_map_canvas' ,'<?php echo $post->ID; ?>')}"><?php _e('Pinpoint', 'geodirectory'); ?></a>
|
|
| 2267 | 2267 | <?php |
| 2268 | 2268 | } |
| 2269 | 2269 | } |
| 2270 | 2270 | |
| 2271 | 2271 | function geodir_search_form_submit_button() {
|
| 2272 | 2272 | |
| 2273 | - $new_style = get_option( 'geodir_show_search_old_search_from' ) ? false : true; |
|
| 2273 | + $new_style = get_option('geodir_show_search_old_search_from') ? false : true;
|
|
| 2274 | 2274 | |
| 2275 | - if ( $new_style ) {
|
|
| 2275 | + if ($new_style) {
|
|
| 2276 | 2276 | $default_search_button_label = '<i class="fa fa-search" aria-hidden="true"></i>'; |
| 2277 | - }else{
|
|
| 2277 | + } else {
|
|
| 2278 | 2278 | $default_search_button_label = 'Search'; |
| 2279 | 2279 | } |
| 2280 | - if ( get_option( 'geodir_search_button_label' ) && get_option( 'geodir_search_button_label' ) != 'Search' ) {
|
|
| 2281 | - $default_search_button_label = __( get_option( 'geodir_search_button_label' ), 'geodirectory' ); |
|
| 2280 | + if (get_option('geodir_search_button_label') && get_option('geodir_search_button_label') != 'Search') {
|
|
| 2281 | + $default_search_button_label = __(get_option('geodir_search_button_label'), 'geodirectory');
|
|
| 2282 | 2282 | } |
| 2283 | 2283 | |
| 2284 | 2284 | /** |
@@ -2290,78 +2290,78 @@ discard block |
||
| 2290 | 2290 | * |
| 2291 | 2291 | * @param string $default_search_button_label The current search button text. |
| 2292 | 2292 | */ |
| 2293 | - $default_search_button_label = apply_filters( 'geodir_search_default_search_button_text', $default_search_button_label ); |
|
| 2293 | + $default_search_button_label = apply_filters('geodir_search_default_search_button_text', $default_search_button_label);
|
|
| 2294 | 2294 | |
| 2295 | 2295 | $fa_class = ''; |
| 2296 | - if ( strpos( $default_search_button_label, '&#' ) !== false ) {
|
|
| 2296 | + if (strpos($default_search_button_label, '&#') !== false) {
|
|
| 2297 | 2297 | $fa_class = 'fa'; |
| 2298 | 2298 | } |
| 2299 | 2299 | |
| 2300 | 2300 | |
| 2301 | - if ( $new_style ) {
|
|
| 2301 | + if ($new_style) {
|
|
| 2302 | 2302 | ?> |
| 2303 | - <button class="geodir_submit_search <?php echo $fa_class; ?>"><?php _e( $default_search_button_label ,'geodirectory'); ?></button> |
|
| 2304 | - <?php }else{?>
|
|
| 2305 | - <input type="button" value="<?php esc_attr_e( $default_search_button_label ); ?>" |
|
| 2303 | + <button class="geodir_submit_search <?php echo $fa_class; ?>"><?php _e($default_search_button_label, 'geodirectory'); ?></button> |
|
| 2304 | + <?php } else {?>
|
|
| 2305 | + <input type="button" value="<?php esc_attr_e($default_search_button_label); ?>" |
|
| 2306 | 2306 | class="geodir_submit_search <?php echo $fa_class; ?>"/> |
| 2307 | 2307 | <?php } |
| 2308 | 2308 | } |
| 2309 | 2309 | |
| 2310 | -add_action( 'geodir_before_search_button', 'geodir_search_form_submit_button', 5000 ); |
|
| 2310 | +add_action('geodir_before_search_button', 'geodir_search_form_submit_button', 5000);
|
|
| 2311 | 2311 | |
| 2312 | 2312 | function geodir_search_form_post_type_input() {
|
| 2313 | 2313 | global $geodir_search_post_type; |
| 2314 | - $post_types = apply_filters( 'geodir_search_form_post_types', geodir_get_posttypes( 'object' ) ); |
|
| 2314 | + $post_types = apply_filters('geodir_search_form_post_types', geodir_get_posttypes('object'));
|
|
| 2315 | 2315 | $curr_post_type = $geodir_search_post_type; |
| 2316 | 2316 | |
| 2317 | - if ( ! empty( $post_types ) && count( (array) $post_types ) > 1 ) {
|
|
| 2317 | + if (!empty($post_types) && count((array) $post_types) > 1) {
|
|
| 2318 | 2318 | |
| 2319 | - foreach ( $post_types as $post_type => $info ){
|
|
| 2319 | + foreach ($post_types as $post_type => $info) {
|
|
| 2320 | 2320 | global $wpdb; |
| 2321 | - $has_posts = $wpdb->get_row( $wpdb->prepare( "SELECT ID FROM $wpdb->posts WHERE post_type = %s AND post_status='publish' LIMIT 1", $post_type ) ); |
|
| 2322 | - if ( ! $has_posts ) {
|
|
| 2321 | + $has_posts = $wpdb->get_row($wpdb->prepare("SELECT ID FROM $wpdb->posts WHERE post_type = %s AND post_status='publish' LIMIT 1", $post_type));
|
|
| 2322 | + if (!$has_posts) {
|
|
| 2323 | 2323 | unset($post_types->{$post_type});
|
| 2324 | 2324 | } |
| 2325 | 2325 | } |
| 2326 | 2326 | |
| 2327 | - if ( ! empty( $post_types ) && count( (array) $post_types ) > 1 ) {
|
|
| 2327 | + if (!empty($post_types) && count((array) $post_types) > 1) {
|
|
| 2328 | 2328 | |
| 2329 | - $new_style = get_option( 'geodir_show_search_old_search_from' ) ? false : true; |
|
| 2330 | - if ( $new_style ) {
|
|
| 2329 | + $new_style = get_option('geodir_show_search_old_search_from') ? false : true;
|
|
| 2330 | + if ($new_style) {
|
|
| 2331 | 2331 | echo "<div class='gd-search-input-wrapper gd-search-field-cpt'>"; |
| 2332 | 2332 | } |
| 2333 | 2333 | ?> |
| 2334 | 2334 | <select name="stype" class="search_by_post"> |
| 2335 | - <?php foreach ( $post_types as $post_type => $info ): |
|
| 2335 | + <?php foreach ($post_types as $post_type => $info): |
|
| 2336 | 2336 | global $wpdb; |
| 2337 | 2337 | ?> |
| 2338 | 2338 | |
| 2339 | - <option data-label="<?php echo get_post_type_archive_link( $post_type ); ?>" |
|
| 2340 | - value="<?php echo $post_type; ?>" <?php if ( isset( $_REQUEST['stype'] ) ) {
|
|
| 2341 | - if ( $post_type == $_REQUEST['stype'] ) {
|
|
| 2339 | + <option data-label="<?php echo get_post_type_archive_link($post_type); ?>" |
|
| 2340 | + value="<?php echo $post_type; ?>" <?php if (isset($_REQUEST['stype'])) {
|
|
| 2341 | + if ($post_type == $_REQUEST['stype']) {
|
|
| 2342 | 2342 | echo 'selected="selected"'; |
| 2343 | 2343 | } |
| 2344 | - } elseif ( $curr_post_type == $post_type ) {
|
|
| 2344 | + } elseif ($curr_post_type == $post_type) {
|
|
| 2345 | 2345 | echo 'selected="selected"'; |
| 2346 | - } ?>><?php _e( geodir_utf8_ucfirst( $info->labels->name ), 'geodirectory' ); ?></option> |
|
| 2346 | + } ?>><?php _e(geodir_utf8_ucfirst($info->labels->name), 'geodirectory'); ?></option> |
|
| 2347 | 2347 | |
| 2348 | 2348 | <?php endforeach; ?> |
| 2349 | 2349 | </select> |
| 2350 | 2350 | <?php |
| 2351 | - if ( $new_style ) {
|
|
| 2351 | + if ($new_style) {
|
|
| 2352 | 2352 | echo "</div>"; |
| 2353 | 2353 | } |
| 2354 | - }else{
|
|
| 2355 | - if(! empty( $post_types )){
|
|
| 2356 | - $pt_arr = (array)$post_types; |
|
| 2357 | - echo '<input type="hidden" name="stype" value="' . key( $pt_arr ) . '" />'; |
|
| 2358 | - }else{
|
|
| 2354 | + } else {
|
|
| 2355 | + if (!empty($post_types)) {
|
|
| 2356 | + $pt_arr = (array) $post_types; |
|
| 2357 | + echo '<input type="hidden" name="stype" value="'.key($pt_arr).'" />'; |
|
| 2358 | + } else {
|
|
| 2359 | 2359 | echo '<input type="hidden" name="stype" value="gd_place" />'; |
| 2360 | 2360 | } |
| 2361 | 2361 | |
| 2362 | 2362 | } |
| 2363 | 2363 | |
| 2364 | - }elseif ( ! empty( $post_types ) ) {
|
|
| 2364 | + }elseif (!empty($post_types)) {
|
|
| 2365 | 2365 | echo '<input type="hidden" name="stype" value="gd_place" />'; |
| 2366 | 2366 | } |
| 2367 | 2367 | } |
@@ -2369,26 +2369,26 @@ discard block |
||
| 2369 | 2369 | function geodir_search_form_search_input() {
|
| 2370 | 2370 | |
| 2371 | 2371 | $default_search_for_text = SEARCH_FOR_TEXT; |
| 2372 | - if ( get_option( 'geodir_search_field_default_text' ) ) {
|
|
| 2373 | - $default_search_for_text = __( get_option( 'geodir_search_field_default_text' ), 'geodirectory' ); |
|
| 2372 | + if (get_option('geodir_search_field_default_text')) {
|
|
| 2373 | + $default_search_for_text = __(get_option('geodir_search_field_default_text'), 'geodirectory');
|
|
| 2374 | 2374 | } |
| 2375 | 2375 | |
| 2376 | 2376 | $new_style = get_option('geodir_show_search_old_search_from') ? false : true;
|
| 2377 | - if($new_style){
|
|
| 2377 | + if ($new_style) {
|
|
| 2378 | 2378 | echo "<div class='gd-search-input-wrapper gd-search-field-search'>"; |
| 2379 | 2379 | } |
| 2380 | 2380 | ?> |
| 2381 | 2381 | <input class="search_text" name="s" |
| 2382 | - value="<?php if ( isset( $_REQUEST['s'] ) && trim( $_REQUEST['s'] ) != '' ) {
|
|
| 2383 | - echo esc_attr( stripslashes_deep( $_REQUEST['s'] ) ); |
|
| 2382 | + value="<?php if (isset($_REQUEST['s']) && trim($_REQUEST['s']) != '') {
|
|
| 2383 | + echo esc_attr(stripslashes_deep($_REQUEST['s'])); |
|
| 2384 | 2384 | } else {
|
| 2385 | 2385 | echo $default_search_for_text; |
| 2386 | 2386 | } ?>" type="text" |
| 2387 | - onblur="if (this.value.trim() == '') {this.value = '<?php echo esc_sql( $default_search_for_text ); ?>';}"
|
|
| 2388 | - onfocus="if (this.value == '<?php echo esc_sql( $default_search_for_text ); ?>') {this.value = '';}"
|
|
| 2387 | + onblur="if (this.value.trim() == '') {this.value = '<?php echo esc_sql($default_search_for_text); ?>';}"
|
|
| 2388 | + onfocus="if (this.value == '<?php echo esc_sql($default_search_for_text); ?>') {this.value = '';}"
|
|
| 2389 | 2389 | onkeydown="javascript: if(event.keyCode == 13) geodir_click_search(this);"> |
| 2390 | 2390 | <?php |
| 2391 | - if($new_style){
|
|
| 2391 | + if ($new_style) {
|
|
| 2392 | 2392 | echo "</div>"; |
| 2393 | 2393 | } |
| 2394 | 2394 | } |
@@ -2396,12 +2396,12 @@ discard block |
||
| 2396 | 2396 | function geodir_search_form_near_input() {
|
| 2397 | 2397 | |
| 2398 | 2398 | $default_near_text = NEAR_TEXT; |
| 2399 | - if ( get_option( 'geodir_near_field_default_text' ) ) {
|
|
| 2400 | - $default_near_text = __( get_option( 'geodir_near_field_default_text' ), 'geodirectory' ); |
|
| 2399 | + if (get_option('geodir_near_field_default_text')) {
|
|
| 2400 | + $default_near_text = __(get_option('geodir_near_field_default_text'), 'geodirectory');
|
|
| 2401 | 2401 | } |
| 2402 | 2402 | |
| 2403 | - if ( isset( $_REQUEST['snear'] ) && $_REQUEST['snear'] != '' ) {
|
|
| 2404 | - $near = esc_attr( stripslashes_deep( $_REQUEST['snear'] ) ); |
|
| 2403 | + if (isset($_REQUEST['snear']) && $_REQUEST['snear'] != '') {
|
|
| 2404 | + $near = esc_attr(stripslashes_deep($_REQUEST['snear'])); |
|
| 2405 | 2405 | } else {
|
| 2406 | 2406 | $near = $default_near_text; |
| 2407 | 2407 | } |
@@ -2415,7 +2415,7 @@ discard block |
||
| 2415 | 2415 | * @since 1.6.9 |
| 2416 | 2416 | * @param string $curr_post_type The current post type. |
| 2417 | 2417 | */ |
| 2418 | - $near_input_extra = apply_filters('geodir_near_input_extra','',$curr_post_type);
|
|
| 2418 | + $near_input_extra = apply_filters('geodir_near_input_extra', '', $curr_post_type);
|
|
| 2419 | 2419 | |
| 2420 | 2420 | |
| 2421 | 2421 | /** |
@@ -2428,7 +2428,7 @@ discard block |
||
| 2428 | 2428 | * @param string $near The current near value. |
| 2429 | 2429 | * @param string $default_near_text The default near value. |
| 2430 | 2430 | */ |
| 2431 | - $near = apply_filters( 'geodir_search_near_text', $near, $default_near_text ); |
|
| 2431 | + $near = apply_filters('geodir_search_near_text', $near, $default_near_text);
|
|
| 2432 | 2432 | /** |
| 2433 | 2433 | * Filter the default "Near" text value for the search form. |
| 2434 | 2434 | * |
@@ -2439,7 +2439,7 @@ discard block |
||
| 2439 | 2439 | * @param string $near The current near value. |
| 2440 | 2440 | * @param string $default_near_text The default near value. |
| 2441 | 2441 | */ |
| 2442 | - $default_near_text = apply_filters( 'geodir_search_default_near_text', $default_near_text, $near ); |
|
| 2442 | + $default_near_text = apply_filters('geodir_search_default_near_text', $default_near_text, $near);
|
|
| 2443 | 2443 | /** |
| 2444 | 2444 | * Filter the class for the near search input. |
| 2445 | 2445 | * |
@@ -2447,10 +2447,10 @@ discard block |
||
| 2447 | 2447 | * |
| 2448 | 2448 | * @param string $class The class for the HTML near input, default is blank. |
| 2449 | 2449 | */ |
| 2450 | - $near_class = apply_filters( 'geodir_search_near_class', '' ); |
|
| 2450 | + $near_class = apply_filters('geodir_search_near_class', '');
|
|
| 2451 | 2451 | |
| 2452 | 2452 | $new_style = get_option('geodir_show_search_old_search_from') ? false : true;
|
| 2453 | - if($new_style){
|
|
| 2453 | + if ($new_style) {
|
|
| 2454 | 2454 | echo "<div class='gd-search-input-wrapper gd-search-field-near' $near_input_extra>"; |
| 2455 | 2455 | |
| 2456 | 2456 | do_action('geodir_before_near_input');
|
@@ -2458,30 +2458,30 @@ discard block |
||
| 2458 | 2458 | |
| 2459 | 2459 | ?> |
| 2460 | 2460 | <input name="snear" class="snear <?php echo $near_class; ?>" type="text" value="<?php echo $near; ?>" |
| 2461 | - onblur="if (this.value.trim() == '') {this.value = ('<?php echo esc_sql( $near ); ?>' != '' ? '<?php echo esc_sql( $near ); ?>' : '<?php echo $default_near_text; ?>');}"
|
|
| 2462 | - onfocus="if (this.value == '<?php echo $default_near_text; ?>' || this.value =='<?php echo esc_sql( $near ); ?>') {this.value = '';}"
|
|
| 2463 | - onkeydown="javascript: if(event.keyCode == 13) geodir_click_search(this);" <?php echo $near_input_extra;?>/> |
|
| 2461 | + onblur="if (this.value.trim() == '') {this.value = ('<?php echo esc_sql($near); ?>' != '' ? '<?php echo esc_sql($near); ?>' : '<?php echo $default_near_text; ?>');}"
|
|
| 2462 | + onfocus="if (this.value == '<?php echo $default_near_text; ?>' || this.value =='<?php echo esc_sql($near); ?>') {this.value = '';}"
|
|
| 2463 | + onkeydown="javascript: if(event.keyCode == 13) geodir_click_search(this);" <?php echo $near_input_extra; ?>/> |
|
| 2464 | 2464 | <?php |
| 2465 | - if($new_style){
|
|
| 2465 | + if ($new_style) {
|
|
| 2466 | 2466 | do_action('geodir_after_near_input');
|
| 2467 | 2467 | |
| 2468 | 2468 | echo "</div>"; |
| 2469 | 2469 | } |
| 2470 | 2470 | } |
| 2471 | 2471 | |
| 2472 | -add_action( 'geodir_search_form_inputs', 'geodir_search_form_post_type_input', 10 ); |
|
| 2473 | -add_action( 'geodir_search_form_inputs', 'geodir_search_form_search_input', 20 ); |
|
| 2474 | -add_action( 'geodir_search_form_inputs', 'geodir_search_form_near_input', 30 ); |
|
| 2472 | +add_action('geodir_search_form_inputs', 'geodir_search_form_post_type_input', 10);
|
|
| 2473 | +add_action('geodir_search_form_inputs', 'geodir_search_form_search_input', 20);
|
|
| 2474 | +add_action('geodir_search_form_inputs', 'geodir_search_form_near_input', 30);
|
|
| 2475 | 2475 | |
| 2476 | -function geodir_get_search_post_type($pt=''){
|
|
| 2476 | +function geodir_get_search_post_type($pt = '') {
|
|
| 2477 | 2477 | global $geodir_search_post_type; |
| 2478 | 2478 | |
| 2479 | - if($pt!=''){return $geodir_search_post_type = $pt;}
|
|
| 2480 | - if(!empty($geodir_search_post_type)){ return $geodir_search_post_type;}
|
|
| 2479 | + if ($pt != '') {return $geodir_search_post_type = $pt; }
|
|
| 2480 | + if (!empty($geodir_search_post_type)) { return $geodir_search_post_type; }
|
|
| 2481 | 2481 | |
| 2482 | 2482 | $geodir_search_post_type = geodir_get_current_posttype(); |
| 2483 | 2483 | |
| 2484 | - if(!$geodir_search_post_type) {
|
|
| 2484 | + if (!$geodir_search_post_type) {
|
|
| 2485 | 2485 | $geodir_search_post_type = geodir_get_default_posttype(); |
| 2486 | 2486 | } |
| 2487 | 2487 | |
@@ -2489,7 +2489,7 @@ discard block |
||
| 2489 | 2489 | return $geodir_search_post_type; |
| 2490 | 2490 | } |
| 2491 | 2491 | |
| 2492 | -function geodir_search_form(){
|
|
| 2492 | +function geodir_search_form() {
|
|
| 2493 | 2493 | |
| 2494 | 2494 | geodir_get_search_post_type(); |
| 2495 | 2495 | |
@@ -2499,8 +2499,8 @@ discard block |
||
| 2499 | 2499 | die(); |
| 2500 | 2500 | } |
| 2501 | 2501 | |
| 2502 | -add_action( 'wp_ajax_geodir_search_form', 'geodir_search_form' ); |
|
| 2503 | -add_action( 'wp_ajax_nopriv_geodir_search_form', 'geodir_search_form' ); |
|
| 2502 | +add_action('wp_ajax_geodir_search_form', 'geodir_search_form');
|
|
| 2503 | +add_action('wp_ajax_nopriv_geodir_search_form', 'geodir_search_form');
|
|
| 2504 | 2504 | |
| 2505 | 2505 | /** |
| 2506 | 2506 | * Check wpml active or not. |
@@ -2574,7 +2574,7 @@ discard block |
||
| 2574 | 2574 | } |
| 2575 | 2575 | } |
| 2576 | 2576 | } |
| 2577 | -add_filter( 'icl_make_duplicate', 'geodir_icl_make_duplicate', 11, 4 ); |
|
| 2577 | +add_filter('icl_make_duplicate', 'geodir_icl_make_duplicate', 11, 4);
|
|
| 2578 | 2578 | |
| 2579 | 2579 | /** |
| 2580 | 2580 | * Duplicate post listing manually after listing saved. |
@@ -2598,7 +2598,7 @@ discard block |
||
| 2598 | 2598 | foreach ($post_duplicates as $lang => $dup_post_id) {
|
| 2599 | 2599 | geodir_icl_make_duplicate($post_id, $lang, $request_info, $dup_post_id, true); |
| 2600 | 2600 | } |
| 2601 | - do_action( 'geodir_wpml_listing_duplicated', $post_id, $request_info ); |
|
| 2601 | + do_action('geodir_wpml_listing_duplicated', $post_id, $request_info);
|
|
| 2602 | 2602 | } |
| 2603 | 2603 | } |
| 2604 | 2604 | |
@@ -2617,7 +2617,7 @@ discard block |
||
| 2617 | 2617 | function geodir_wpml_duplicate_post_reviews($master_post_id, $tr_post_id, $lang) {
|
| 2618 | 2618 | global $wpdb; |
| 2619 | 2619 | |
| 2620 | - $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);
|
|
| 2620 | + $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);
|
|
| 2621 | 2621 | |
| 2622 | 2622 | if (!empty($reviews)) {
|
| 2623 | 2623 | foreach ($reviews as $review) {
|
@@ -2646,15 +2646,15 @@ discard block |
||
| 2646 | 2646 | global $wpdb, $plugin_prefix; |
| 2647 | 2647 | |
| 2648 | 2648 | $post_type = get_post_type($master_post_id); |
| 2649 | - $post_table = $plugin_prefix . $post_type . '_detail'; |
|
| 2649 | + $post_table = $plugin_prefix.$post_type.'_detail'; |
|
| 2650 | 2650 | |
| 2651 | - $query = $wpdb->prepare("SELECT * FROM " . $post_table . " WHERE post_id = %d", array($master_post_id));
|
|
| 2652 | - $data = (array)$wpdb->get_row($query); |
|
| 2651 | + $query = $wpdb->prepare("SELECT * FROM ".$post_table." WHERE post_id = %d", array($master_post_id));
|
|
| 2652 | + $data = (array) $wpdb->get_row($query); |
|
| 2653 | 2653 | |
| 2654 | - if ( !empty( $data ) ) {
|
|
| 2655 | - $data = apply_filters( 'geodir_icl_duplicate_post_data', $data, $master_post_id, $tr_post_id, $lang ); |
|
| 2654 | + if (!empty($data)) {
|
|
| 2655 | + $data = apply_filters('geodir_icl_duplicate_post_data', $data, $master_post_id, $tr_post_id, $lang);
|
|
| 2656 | 2656 | $data['post_id'] = $tr_post_id; |
| 2657 | - unset($data['default_category'], $data['marker_json'], $data['featured_image'], $data[$post_type . 'category']); |
|
| 2657 | + unset($data['default_category'], $data['marker_json'], $data['featured_image'], $data[$post_type.'category']); |
|
| 2658 | 2658 | $wpdb->update($post_table, $data, array('post_id' => $tr_post_id));
|
| 2659 | 2659 | return true; |
| 2660 | 2660 | } |
@@ -2679,7 +2679,7 @@ discard block |
||
| 2679 | 2679 | global $sitepress, $wpdb; |
| 2680 | 2680 | $post_type = get_post_type($master_post_id); |
| 2681 | 2681 | |
| 2682 | - remove_filter('get_term', array($sitepress,'get_term_adjust_id')); // AVOID filtering to current language
|
|
| 2682 | + remove_filter('get_term', array($sitepress, 'get_term_adjust_id')); // AVOID filtering to current language
|
|
| 2683 | 2683 | |
| 2684 | 2684 | $taxonomies = get_object_taxonomies($post_type); |
| 2685 | 2685 | foreach ($taxonomies as $taxonomy) {
|
@@ -2688,9 +2688,9 @@ discard block |
||
| 2688 | 2688 | |
| 2689 | 2689 | if ($terms) {
|
| 2690 | 2690 | foreach ($terms as $term) {
|
| 2691 | - $tr_id = apply_filters( 'translate_object_id',$term->term_id, $taxonomy, false, $lang); |
|
| 2691 | + $tr_id = apply_filters('translate_object_id', $term->term_id, $taxonomy, false, $lang);
|
|
| 2692 | 2692 | |
| 2693 | - if (!is_null($tr_id)){
|
|
| 2693 | + if (!is_null($tr_id)) {
|
|
| 2694 | 2694 | // not using get_term - unfiltered get_term |
| 2695 | 2695 | $translated_term = $wpdb->get_row($wpdb->prepare("
|
| 2696 | 2696 | 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));
|
@@ -2699,14 +2699,14 @@ discard block |
||
| 2699 | 2699 | } |
| 2700 | 2700 | } |
| 2701 | 2701 | |
| 2702 | - if (!is_taxonomy_hierarchical($taxonomy)){
|
|
| 2703 | - $terms_array = array_unique( array_map( 'intval', $terms_array ) ); |
|
| 2702 | + if (!is_taxonomy_hierarchical($taxonomy)) {
|
|
| 2703 | + $terms_array = array_unique(array_map('intval', $terms_array));
|
|
| 2704 | 2704 | } |
| 2705 | 2705 | |
| 2706 | 2706 | wp_set_post_terms($tr_post_id, $terms_array, $taxonomy); |
| 2707 | 2707 | |
| 2708 | - if ($taxonomy == $post_type . 'category') {
|
|
| 2709 | - geodir_set_postcat_structure($tr_post_id, $post_type . 'category'); |
|
| 2708 | + if ($taxonomy == $post_type.'category') {
|
|
| 2709 | + geodir_set_postcat_structure($tr_post_id, $post_type.'category'); |
|
| 2710 | 2710 | } |
| 2711 | 2711 | } |
| 2712 | 2712 | } |
@@ -2727,15 +2727,15 @@ discard block |
||
| 2727 | 2727 | function geodir_icl_duplicate_post_images($master_post_id, $tr_post_id, $lang) {
|
| 2728 | 2728 | global $wpdb; |
| 2729 | 2729 | |
| 2730 | - $query = $wpdb->prepare("DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE mime_type like %s AND post_id = %d", array('%image%', $tr_post_id));
|
|
| 2730 | + $query = $wpdb->prepare("DELETE FROM ".GEODIR_ATTACHMENT_TABLE." WHERE mime_type like %s AND post_id = %d", array('%image%', $tr_post_id));
|
|
| 2731 | 2731 | $wpdb->query($query); |
| 2732 | 2732 | |
| 2733 | - $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));
|
|
| 2733 | + $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));
|
|
| 2734 | 2734 | $post_images = $wpdb->get_results($query); |
| 2735 | 2735 | |
| 2736 | - if ( !empty( $post_images ) ) {
|
|
| 2737 | - foreach ( $post_images as $post_image) {
|
|
| 2738 | - $image_data = (array)$post_image; |
|
| 2736 | + if (!empty($post_images)) {
|
|
| 2737 | + foreach ($post_images as $post_image) {
|
|
| 2738 | + $image_data = (array) $post_image; |
|
| 2739 | 2739 | unset($image_data['ID']); |
| 2740 | 2740 | $image_data['post_id'] = $tr_post_id; |
| 2741 | 2741 | |
@@ -2768,13 +2768,13 @@ discard block |
||
| 2768 | 2768 | function geodir_wpml_duplicate_post_review($master_comment_id, $master_post_id, $tr_post_id, $lang) {
|
| 2769 | 2769 | global $wpdb, $plugin_prefix, $sitepress; |
| 2770 | 2770 | |
| 2771 | - $review = $wpdb->get_row($wpdb->prepare("SELECT * FROM " . GEODIR_REVIEW_TABLE . " WHERE comment_id=%d ORDER BY id ASC", $master_comment_id), ARRAY_A);
|
|
| 2771 | + $review = $wpdb->get_row($wpdb->prepare("SELECT * FROM ".GEODIR_REVIEW_TABLE." WHERE comment_id=%d ORDER BY id ASC", $master_comment_id), ARRAY_A);
|
|
| 2772 | 2772 | |
| 2773 | 2773 | if (empty($review)) {
|
| 2774 | 2774 | return false; |
| 2775 | 2775 | } |
| 2776 | 2776 | if ($review['post_id'] != $master_post_id) {
|
| 2777 | - $wpdb->query($wpdb->prepare("UPDATE " . GEODIR_REVIEW_TABLE . " SET post_id=%d WHERE comment_id=%d", $master_post_id, $master_comment_id));
|
|
| 2777 | + $wpdb->query($wpdb->prepare("UPDATE ".GEODIR_REVIEW_TABLE." SET post_id=%d WHERE comment_id=%d", $master_post_id, $master_comment_id));
|
|
| 2778 | 2778 | geodir_update_postrating($master_post_id, $post_type); |
| 2779 | 2779 | } |
| 2780 | 2780 | |
@@ -2785,9 +2785,9 @@ discard block |
||
| 2785 | 2785 | } |
| 2786 | 2786 | |
| 2787 | 2787 | $post_type = get_post_type($master_post_id); |
| 2788 | - $post_table = $plugin_prefix . $post_type . '_detail'; |
|
| 2788 | + $post_table = $plugin_prefix.$post_type.'_detail'; |
|
| 2789 | 2789 | |
| 2790 | - $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);
|
|
| 2790 | + $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);
|
|
| 2791 | 2791 | if (empty($translated_post)) {
|
| 2792 | 2792 | return false; |
| 2793 | 2793 | } |
@@ -2805,7 +2805,7 @@ discard block |
||
| 2805 | 2805 | unset($review['id']); |
| 2806 | 2806 | } |
| 2807 | 2807 | |
| 2808 | - $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));
|
|
| 2808 | + $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));
|
|
| 2809 | 2809 | |
| 2810 | 2810 | if ($tr_review_id) { // update review
|
| 2811 | 2811 | $wpdb->update(GEODIR_REVIEW_TABLE, $review, array('id' => $tr_review_id));
|
@@ -2818,8 +2818,8 @@ discard block |
||
| 2818 | 2818 | geodir_update_postrating($tr_post_id, $post_type); |
| 2819 | 2819 | |
| 2820 | 2820 | if (defined('GEODIRREVIEWRATING_VERSION') && get_option('geodir_reviewrating_enable_review') && $sitepress->get_setting('sync_comments_on_duplicates')) {
|
| 2821 | - $wpdb->query($wpdb->prepare("DELETE FROM " . GEODIR_COMMENTS_REVIEWS_TABLE . " WHERE comment_id = %d", array($tr_comment_id)));
|
|
| 2822 | - $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);
|
|
| 2821 | + $wpdb->query($wpdb->prepare("DELETE FROM ".GEODIR_COMMENTS_REVIEWS_TABLE." WHERE comment_id = %d", array($tr_comment_id)));
|
|
| 2822 | + $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);
|
|
| 2823 | 2823 | |
| 2824 | 2824 | if (!empty($likes)) {
|
| 2825 | 2825 | foreach ($likes as $like) {
|
@@ -2921,7 +2921,7 @@ discard block |
||
| 2921 | 2921 | * @return bool True if review star disabled, otherwise false. |
| 2922 | 2922 | */ |
| 2923 | 2923 | function geodir_rating_disabled_post_types() {
|
| 2924 | - $post_types = get_option( 'geodir_disable_rating_cpt' ); |
|
| 2924 | + $post_types = get_option('geodir_disable_rating_cpt');
|
|
| 2925 | 2925 | |
| 2926 | 2926 | /** |
| 2927 | 2927 | * Filter the post types array which have rating disabled. |
@@ -2930,7 +2930,7 @@ discard block |
||
| 2930 | 2930 | * |
| 2931 | 2931 | * @param array $post_types Array of post types which have rating starts disabled. |
| 2932 | 2932 | */ |
| 2933 | - return apply_filters( 'geodir_rating_disabled_post_types', $post_types ); |
|
| 2933 | + return apply_filters('geodir_rating_disabled_post_types', $post_types);
|
|
| 2934 | 2934 | } |
| 2935 | 2935 | |
| 2936 | 2936 | /** |
@@ -2942,30 +2942,30 @@ discard block |
||
| 2942 | 2942 | * @param bool $taxonomy Whether $post_type is taxonomy or not. |
| 2943 | 2943 | * @return bool True if review star disabled, otherwise false. |
| 2944 | 2944 | */ |
| 2945 | -function geodir_cpt_has_rating_disabled( $post_type = '', $taxonomy = false ) {
|
|
| 2945 | +function geodir_cpt_has_rating_disabled($post_type = '', $taxonomy = false) {
|
|
| 2946 | 2946 | $post_types = geodir_rating_disabled_post_types(); |
| 2947 | 2947 | |
| 2948 | - if ( empty( $post_types ) ) {
|
|
| 2948 | + if (empty($post_types)) {
|
|
| 2949 | 2949 | return false; |
| 2950 | 2950 | } |
| 2951 | 2951 | |
| 2952 | - if ( is_int( $post_type ) ) {
|
|
| 2953 | - $post_type = get_post_type( $post_type ); |
|
| 2952 | + if (is_int($post_type)) {
|
|
| 2953 | + $post_type = get_post_type($post_type); |
|
| 2954 | 2954 | } |
| 2955 | 2955 | |
| 2956 | - if ( $taxonomy && !empty( $post_types ) ) {
|
|
| 2956 | + if ($taxonomy && !empty($post_types)) {
|
|
| 2957 | 2957 | $posttypes = array(); |
| 2958 | 2958 | |
| 2959 | - foreach ( $post_types as $posttype ) {
|
|
| 2960 | - $posttypes[] = $posttype . 'category'; |
|
| 2961 | - $posttypes[] = $posttype . '_tags'; |
|
| 2959 | + foreach ($post_types as $posttype) {
|
|
| 2960 | + $posttypes[] = $posttype.'category'; |
|
| 2961 | + $posttypes[] = $posttype.'_tags'; |
|
| 2962 | 2962 | } |
| 2963 | 2963 | |
| 2964 | 2964 | $post_types = $posttypes; |
| 2965 | 2965 | } |
| 2966 | 2966 | |
| 2967 | 2967 | $return = false; |
| 2968 | - if ( $post_type != '' && !empty( $post_types ) && in_array( $post_type, $post_types ) ) {
|
|
| 2968 | + if ($post_type != '' && !empty($post_types) && in_array($post_type, $post_types)) {
|
|
| 2969 | 2969 | $return = true; |
| 2970 | 2970 | } |
| 2971 | 2971 | |
@@ -2980,7 +2980,7 @@ discard block |
||
| 2980 | 2980 | * @return bool True if Yoast SEO disabled on GD pages. |
| 2981 | 2981 | */ |
| 2982 | 2982 | function geodir_disable_yoast_seo_metas() {
|
| 2983 | - return (bool)get_option( 'geodir_disable_yoast_meta' ); |
|
| 2983 | + return (bool) get_option('geodir_disable_yoast_meta');
|
|
| 2984 | 2984 | } |
| 2985 | 2985 | |
| 2986 | 2986 | /** |
@@ -2991,30 +2991,30 @@ discard block |
||
| 2991 | 2991 | * @param int $post_id The post ID. |
| 2992 | 2992 | * @return bool True if allowed. |
| 2993 | 2993 | */ |
| 2994 | -function geodir_wpml_allowed_to_duplicate( $post_id ) {
|
|
| 2994 | +function geodir_wpml_allowed_to_duplicate($post_id) {
|
|
| 2995 | 2995 | $allowed = false; |
| 2996 | 2996 | |
| 2997 | - if ( !geodir_is_wpml() || empty( $post_id ) ) {
|
|
| 2997 | + if (!geodir_is_wpml() || empty($post_id)) {
|
|
| 2998 | 2998 | return $allowed; |
| 2999 | 2999 | } |
| 3000 | 3000 | |
| 3001 | - $user_id = (int)get_current_user_id(); |
|
| 3001 | + $user_id = (int) get_current_user_id(); |
|
| 3002 | 3002 | |
| 3003 | - if ( empty( $user_id ) ) {
|
|
| 3003 | + if (empty($user_id)) {
|
|
| 3004 | 3004 | return $allowed; |
| 3005 | 3005 | } |
| 3006 | 3006 | |
| 3007 | - $post_type = get_post_type( $post_id ); |
|
| 3008 | - if ( !geodir_wpml_is_post_type_translated( $post_type ) || get_post_meta( $post_id, '_icl_lang_duplicate_of', true ) ) {
|
|
| 3007 | + $post_type = get_post_type($post_id); |
|
| 3008 | + if (!geodir_wpml_is_post_type_translated($post_type) || get_post_meta($post_id, '_icl_lang_duplicate_of', true)) {
|
|
| 3009 | 3009 | return $allowed; |
| 3010 | 3010 | } |
| 3011 | 3011 | |
| 3012 | - if ( geodir_listing_belong_to_current_user( $post_id ) ) {
|
|
| 3012 | + if (geodir_listing_belong_to_current_user($post_id)) {
|
|
| 3013 | 3013 | $allowed = true; |
| 3014 | 3014 | } |
| 3015 | 3015 | |
| 3016 | - $disable_cpts = get_option( 'geodir_wpml_disable_duplicate' ); |
|
| 3017 | - if ( $allowed && !empty( $disable_cpts ) && in_array( $post_type, $disable_cpts ) ) {
|
|
| 3016 | + $disable_cpts = get_option('geodir_wpml_disable_duplicate');
|
|
| 3017 | + if ($allowed && !empty($disable_cpts) && in_array($post_type, $disable_cpts)) {
|
|
| 3018 | 3018 | $allowed = false; |
| 3019 | 3019 | } |
| 3020 | 3020 | |
@@ -3024,7 +3024,7 @@ discard block |
||
| 3024 | 3024 | * @param bool $allowed True if allowed. |
| 3025 | 3025 | * @param int $post_id The post ID. |
| 3026 | 3026 | */ |
| 3027 | - return apply_filters( 'geodir_wpml_allowed_to_duplicate', $allowed, $post_id ); |
|
| 3027 | + return apply_filters('geodir_wpml_allowed_to_duplicate', $allowed, $post_id);
|
|
| 3028 | 3028 | } |
| 3029 | 3029 | |
| 3030 | 3030 | /** |
@@ -3039,61 +3039,61 @@ discard block |
||
| 3039 | 3039 | * @param string $content_html The output html of the geodir_edit_post_link() function. |
| 3040 | 3040 | * @return string Filtered html of the geodir_edit_post_link() function. |
| 3041 | 3041 | */ |
| 3042 | -function geodir_wpml_frontend_duplicate_listing( $content_html ) {
|
|
| 3042 | +function geodir_wpml_frontend_duplicate_listing($content_html) {
|
|
| 3043 | 3043 | global $post, $preview, $sitepress; |
| 3044 | 3044 | |
| 3045 | - if ( !empty( $post->ID ) && !$preview && geodir_is_page( 'detail' ) && geodir_wpml_allowed_to_duplicate( $post->ID ) ) {
|
|
| 3045 | + if (!empty($post->ID) && !$preview && geodir_is_page('detail') && geodir_wpml_allowed_to_duplicate($post->ID)) {
|
|
| 3046 | 3046 | $post_id = $post->ID; |
| 3047 | - $element_type = 'post_' . get_post_type( $post_id ); |
|
| 3048 | - $original_post_id = $sitepress->get_original_element_id( $post_id, $element_type ); |
|
| 3047 | + $element_type = 'post_'.get_post_type($post_id); |
|
| 3048 | + $original_post_id = $sitepress->get_original_element_id($post_id, $element_type); |
|
| 3049 | 3049 | |
| 3050 | - if ( $original_post_id == $post_id ) {
|
|
| 3050 | + if ($original_post_id == $post_id) {
|
|
| 3051 | 3051 | $wpml_languages = $sitepress->get_active_languages(); |
| 3052 | - $post_language = $sitepress->get_language_for_element( $post_id, $element_type ); |
|
| 3052 | + $post_language = $sitepress->get_language_for_element($post_id, $element_type); |
|
| 3053 | 3053 | |
| 3054 | - if ( !empty( $wpml_languages ) && isset( $wpml_languages[ $post_language ] ) ) {
|
|
| 3055 | - unset( $wpml_languages[ $post_language ] ); |
|
| 3054 | + if (!empty($wpml_languages) && isset($wpml_languages[$post_language])) {
|
|
| 3055 | + unset($wpml_languages[$post_language]); |
|
| 3056 | 3056 | } |
| 3057 | 3057 | |
| 3058 | - if ( !empty( $wpml_languages ) ) {
|
|
| 3059 | - $trid = $sitepress->get_element_trid( $post_id, $element_type ); |
|
| 3060 | - $element_translations = $sitepress->get_element_translations( $trid, $element_type ); |
|
| 3061 | - $duplicates = $sitepress->get_duplicates( $post_id ); |
|
| 3058 | + if (!empty($wpml_languages)) {
|
|
| 3059 | + $trid = $sitepress->get_element_trid($post_id, $element_type); |
|
| 3060 | + $element_translations = $sitepress->get_element_translations($trid, $element_type); |
|
| 3061 | + $duplicates = $sitepress->get_duplicates($post_id); |
|
| 3062 | 3062 | |
| 3063 | - $wpml_content = '<div class="geodir-company_info gd-detail-duplicate"><h3 class="widget-title">' . __( 'Translate Listing', 'geodirectory' ) . '</h3>'; |
|
| 3063 | + $wpml_content = '<div class="geodir-company_info gd-detail-duplicate"><h3 class="widget-title">'.__('Translate Listing', 'geodirectory').'</h3>';
|
|
| 3064 | 3064 | $wpml_content .= '<table class="gd-duplicate-table" style="width:100%;margin:0"><tbody>'; |
| 3065 | - $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>'; |
|
| 3065 | + $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>';
|
|
| 3066 | 3066 | |
| 3067 | 3067 | $needs_translation = false; |
| 3068 | 3068 | |
| 3069 | - foreach ( $wpml_languages as $lang_code => $lang ) {
|
|
| 3069 | + foreach ($wpml_languages as $lang_code => $lang) {
|
|
| 3070 | 3070 | $duplicates_text = ''; |
| 3071 | 3071 | $translated = false; |
| 3072 | 3072 | |
| 3073 | - if ( !empty( $element_translations ) && isset( $element_translations[$lang_code] ) ) {
|
|
| 3073 | + if (!empty($element_translations) && isset($element_translations[$lang_code])) {
|
|
| 3074 | 3074 | $translated = true; |
| 3075 | 3075 | |
| 3076 | - if ( !empty( $duplicates ) && isset( $duplicates[$lang_code] ) ) {
|
|
| 3077 | - $duplicates_text = ' ' . __( '(duplicate)', 'geodirectory' ); |
|
| 3076 | + if (!empty($duplicates) && isset($duplicates[$lang_code])) {
|
|
| 3077 | + $duplicates_text = ' '.__('(duplicate)', 'geodirectory');
|
|
| 3078 | 3078 | } |
| 3079 | 3079 | } else {
|
| 3080 | 3080 | $needs_translation = true; |
| 3081 | 3081 | } |
| 3082 | 3082 | |
| 3083 | - $wpml_content .= '<tr><td style="padding:4px">' . $lang['english_name'] . $duplicates_text . '</td><td> </td><td style="text-align:center;">'; |
|
| 3083 | + $wpml_content .= '<tr><td style="padding:4px">'.$lang['english_name'].$duplicates_text.'</td><td> </td><td style="text-align:center;">'; |
|
| 3084 | 3084 | |
| 3085 | - if ( $translated ) {
|
|
| 3085 | + if ($translated) {
|
|
| 3086 | 3086 | $wpml_content .= '<i class="fa fa-check" style="color:orange"></i>'; |
| 3087 | 3087 | } else {
|
| 3088 | - $wpml_content .= '<input name="gd_icl_dup[]" value="' . $lang_code . '" title="' . esc_attr__( 'Create duplicate', 'geodirectory' ) . '" type="checkbox">'; |
|
| 3088 | + $wpml_content .= '<input name="gd_icl_dup[]" value="'.$lang_code.'" title="'.esc_attr__('Create duplicate', 'geodirectory').'" type="checkbox">';
|
|
| 3089 | 3089 | } |
| 3090 | 3090 | |
| 3091 | 3091 | $wpml_content .= '</td></tr>'; |
| 3092 | 3092 | } |
| 3093 | 3093 | |
| 3094 | - if ( $needs_translation ) {
|
|
| 3095 | - $nonce = wp_create_nonce( 'geodir_duplicate_nonce' ); |
|
| 3096 | - $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>'; |
|
| 3094 | + if ($needs_translation) {
|
|
| 3095 | + $nonce = wp_create_nonce('geodir_duplicate_nonce');
|
|
| 3096 | + $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>';
|
|
| 3097 | 3097 | } |
| 3098 | 3098 | |
| 3099 | 3099 | $wpml_content .= '</tbody></table>'; |
@@ -3115,12 +3115,12 @@ discard block |
||
| 3115 | 3115 | * @param array $settings GD design settings array. |
| 3116 | 3116 | * @return array Filtered GD design settings array.. |
| 3117 | 3117 | */ |
| 3118 | -function geodir_wpml_duplicate_settings( $settings = array() ) {
|
|
| 3118 | +function geodir_wpml_duplicate_settings($settings = array()) {
|
|
| 3119 | 3119 | $new_settings = array(); |
| 3120 | 3120 | |
| 3121 | - foreach ( $settings as $key => $setting ) {
|
|
| 3121 | + foreach ($settings as $key => $setting) {
|
|
| 3122 | 3122 | |
| 3123 | - if ( isset( $setting['type'] ) && $setting['type'] == 'sectionend' && $setting['id'] == 'detail_page_settings' ) {
|
|
| 3123 | + if (isset($setting['type']) && $setting['type'] == 'sectionend' && $setting['id'] == 'detail_page_settings') {
|
|
| 3124 | 3124 | $new_settings[] = array( |
| 3125 | 3125 | 'name' => __('Disable WPML duplicate translation', 'geodirectory'),
|
| 3126 | 3126 | 'desc' => __('Select post types to disable front end WPML duplicate translation. For selected post types the WPML duplicate option will be disabled from listing detail page sidebar.', 'geodirectory'),
|
@@ -3148,12 +3148,12 @@ discard block |
||
| 3148 | 3148 | * @param string $taxonomy name/slug of a taxonomy. |
| 3149 | 3149 | * @return bool true if the taxonomy is currently set to being translatable in WPML. |
| 3150 | 3150 | */ |
| 3151 | -function geodir_wpml_is_taxonomy_translated( $taxonomy ) {
|
|
| 3152 | - if ( empty( $taxonomy ) || !geodir_is_wpml() || !function_exists( 'is_taxonomy_translated' ) ) {
|
|
| 3151 | +function geodir_wpml_is_taxonomy_translated($taxonomy) {
|
|
| 3152 | + if (empty($taxonomy) || !geodir_is_wpml() || !function_exists('is_taxonomy_translated')) {
|
|
| 3153 | 3153 | return false; |
| 3154 | 3154 | } |
| 3155 | 3155 | |
| 3156 | - if ( is_taxonomy_translated( $taxonomy ) ) {
|
|
| 3156 | + if (is_taxonomy_translated($taxonomy)) {
|
|
| 3157 | 3157 | return true; |
| 3158 | 3158 | } |
| 3159 | 3159 | |
@@ -3168,12 +3168,12 @@ discard block |
||
| 3168 | 3168 | * @param string $post_type name/slug of a post_type. |
| 3169 | 3169 | * @return bool true if the post_type is currently set to being translatable in WPML. |
| 3170 | 3170 | */ |
| 3171 | -function geodir_wpml_is_post_type_translated( $post_type ) {
|
|
| 3172 | - if ( empty( $post_type ) || !geodir_is_wpml() || !function_exists( 'is_post_type_translated' ) ) {
|
|
| 3171 | +function geodir_wpml_is_post_type_translated($post_type) {
|
|
| 3172 | + if (empty($post_type) || !geodir_is_wpml() || !function_exists('is_post_type_translated')) {
|
|
| 3173 | 3173 | return false; |
| 3174 | 3174 | } |
| 3175 | 3175 | |
| 3176 | - if ( is_post_type_translated( $post_type ) ) {
|
|
| 3176 | + if (is_post_type_translated($post_type)) {
|
|
| 3177 | 3177 | return true; |
| 3178 | 3178 | } |
| 3179 | 3179 | |
@@ -3195,12 +3195,12 @@ discard block |
||
| 3195 | 3195 | * |
| 3196 | 3196 | * @return int|NULL |
| 3197 | 3197 | */ |
| 3198 | -function geodir_wpml_object_id( $element_id, $element_type = 'post', $return_original_if_missing = false, $ulanguage_code = null ) {
|
|
| 3199 | - if ( geodir_is_wpml() ) {
|
|
| 3200 | - if ( function_exists( 'wpml_object_id_filter' ) ) {
|
|
| 3201 | - return apply_filters( 'wpml_object_id', $element_id, $element_type, $return_original_if_missing, $ulanguage_code ); |
|
| 3198 | +function geodir_wpml_object_id($element_id, $element_type = 'post', $return_original_if_missing = false, $ulanguage_code = null) {
|
|
| 3199 | + if (geodir_is_wpml()) {
|
|
| 3200 | + if (function_exists('wpml_object_id_filter')) {
|
|
| 3201 | + return apply_filters('wpml_object_id', $element_id, $element_type, $return_original_if_missing, $ulanguage_code);
|
|
| 3202 | 3202 | } else {
|
| 3203 | - return icl_object_id( $element_id, $element_type, $return_original_if_missing, $ulanguage_code ); |
|
| 3203 | + return icl_object_id($element_id, $element_type, $return_original_if_missing, $ulanguage_code); |
|
| 3204 | 3204 | } |
| 3205 | 3205 | } |
| 3206 | 3206 | |
@@ -1844,6 +1844,7 @@ discard block |
||
| 1844 | 1844 | * @since 1.0.0 |
| 1845 | 1845 | * @package GeoDirectory |
| 1846 | 1846 | * @global object $current_user Current user object. |
| 1847 | + * @param string|null $input |
|
| 1847 | 1848 | * @return array Returns parsed data as array. |
| 1848 | 1849 | */ |
| 1849 | 1850 | function geodir_str_getcsv($input, $delimiter = ",", $enclosure = '"', $escape = "\\") |
@@ -2373,7 +2374,6 @@ discard block |
||
| 2373 | 2374 | * |
| 2374 | 2375 | * @since 1.6.9 |
| 2375 | 2376 | * |
| 2376 | - * @param array $settings Array of GeoDirectory general settings. |
|
| 2377 | 2377 | * @return array Array of settings. |
| 2378 | 2378 | */ |
| 2379 | 2379 | function geodir_uninstall_settings($general_settings) {
|
@@ -10,33 +10,33 @@ discard block |
||
| 10 | 10 | |
| 11 | 11 | add_action('admin_init', 'geodir_admin_init');
|
| 12 | 12 | if (!function_exists('geodir_admin_init')) {
|
| 13 | - /** |
|
| 14 | - * Adds GD setting pages in admin. |
|
| 15 | - * |
|
| 16 | - * @since 1.0.0 |
|
| 17 | - * @package GeoDirectory |
|
| 18 | - * @global string $current_tab The current settings tab name. |
|
| 19 | - */ |
|
| 20 | - function geodir_admin_init() |
|
| 21 | - {
|
|
| 22 | - |
|
| 23 | - if (is_admin()): |
|
| 24 | - global $current_tab; |
|
| 25 | - geodir_redirect_to_admin_panel_on_installed(); |
|
| 26 | - $current_tab = (isset($_GET['tab']) && $_GET['tab'] != '') ? $_GET['tab'] : 'general_settings'; |
|
| 27 | - if (!(isset($_REQUEST['action']))) // this will avoid Ajax requests |
|
| 28 | - geodir_handle_option_form_submit($current_tab); // located in admin function.php |
|
| 29 | - /** |
|
| 30 | - * Called on the WordPress 'admin_init' hook this hookis used to call everything for the GD settings pages in the admin area. |
|
| 31 | - * |
|
| 32 | - * @since 1.0.0 |
|
| 33 | - */ |
|
| 34 | - do_action('admin_panel_init');
|
|
| 35 | - add_action('geodir_admin_option_form', 'geodir_get_admin_option_form', 1);
|
|
| 36 | - |
|
| 37 | - |
|
| 38 | - endif; |
|
| 39 | - } |
|
| 13 | + /** |
|
| 14 | + * Adds GD setting pages in admin. |
|
| 15 | + * |
|
| 16 | + * @since 1.0.0 |
|
| 17 | + * @package GeoDirectory |
|
| 18 | + * @global string $current_tab The current settings tab name. |
|
| 19 | + */ |
|
| 20 | + function geodir_admin_init() |
|
| 21 | + {
|
|
| 22 | + |
|
| 23 | + if (is_admin()): |
|
| 24 | + global $current_tab; |
|
| 25 | + geodir_redirect_to_admin_panel_on_installed(); |
|
| 26 | + $current_tab = (isset($_GET['tab']) && $_GET['tab'] != '') ? $_GET['tab'] : 'general_settings'; |
|
| 27 | + if (!(isset($_REQUEST['action']))) // this will avoid Ajax requests |
|
| 28 | + geodir_handle_option_form_submit($current_tab); // located in admin function.php |
|
| 29 | + /** |
|
| 30 | + * Called on the WordPress 'admin_init' hook this hookis used to call everything for the GD settings pages in the admin area. |
|
| 31 | + * |
|
| 32 | + * @since 1.0.0 |
|
| 33 | + */ |
|
| 34 | + do_action('admin_panel_init');
|
|
| 35 | + add_action('geodir_admin_option_form', 'geodir_get_admin_option_form', 1);
|
|
| 36 | + |
|
| 37 | + |
|
| 38 | + endif; |
|
| 39 | + } |
|
| 40 | 40 | } |
| 41 | 41 | |
| 42 | 42 | /** |
@@ -47,10 +47,10 @@ discard block |
||
| 47 | 47 | */ |
| 48 | 48 | function geodir_redirect_to_admin_panel_on_installed() |
| 49 | 49 | {
|
| 50 | - if (get_option('geodir_installation_redirect', false)) {
|
|
| 51 | - delete_option('geodir_installation_redirect');
|
|
| 52 | - wp_redirect(admin_url('admin.php?page=geodirectory&installed=yes'));
|
|
| 53 | - } |
|
| 50 | + if (get_option('geodir_installation_redirect', false)) {
|
|
| 51 | + delete_option('geodir_installation_redirect');
|
|
| 52 | + wp_redirect(admin_url('admin.php?page=geodirectory&installed=yes'));
|
|
| 53 | + } |
|
| 54 | 54 | } |
| 55 | 55 | |
| 56 | 56 | /** |
@@ -62,7 +62,7 @@ discard block |
||
| 62 | 62 | */ |
| 63 | 63 | function geodir_get_admin_option_form($current_tab) |
| 64 | 64 | {
|
| 65 | - geodir_admin_option_form($current_tab);// defined in admin template tags.php |
|
| 65 | + geodir_admin_option_form($current_tab);// defined in admin template tags.php |
|
| 66 | 66 | } |
| 67 | 67 | |
| 68 | 68 | |
@@ -86,24 +86,24 @@ discard block |
||
| 86 | 86 | */ |
| 87 | 87 | function geodir_conditional_admin_script_load() |
| 88 | 88 | {
|
| 89 | - global $pagenow; |
|
| 89 | + global $pagenow; |
|
| 90 | 90 | |
| 91 | 91 | // Get the current post type |
| 92 | 92 | $post_type = geodir_admin_current_post_type(); |
| 93 | 93 | $geodir_post_types = geodir_get_posttypes(); |
| 94 | 94 | |
| 95 | 95 | if ((isset($_REQUEST['page']) && $_REQUEST['page'] == 'geodirectory') || (($pagenow == 'post.php' || $pagenow == 'post-new.php' || $pagenow == 'edit.php') && $post_type && in_array($post_type, $geodir_post_types)) || ($pagenow == 'edit-tags.php' || $pagenow == 'term.php' || $pagenow == 'edit-comments.php' || $pagenow == 'comment.php')) {
|
| 96 | - add_action('admin_enqueue_scripts', 'geodir_admin_scripts');
|
|
| 97 | - add_action('admin_enqueue_scripts', 'geodir_admin_styles');
|
|
| 98 | - add_action('admin_enqueue_scripts', 'geodir_admin_dequeue_scripts', 100);
|
|
| 96 | + add_action('admin_enqueue_scripts', 'geodir_admin_scripts');
|
|
| 97 | + add_action('admin_enqueue_scripts', 'geodir_admin_styles');
|
|
| 98 | + add_action('admin_enqueue_scripts', 'geodir_admin_dequeue_scripts', 100);
|
|
| 99 | 99 | |
| 100 | - // Disable VC editor for GD post types. |
|
| 101 | - if (class_exists('Vc_Role_Access_Controller')) {
|
|
| 102 | - add_filter( 'vc_role_access_with_post_types_can', '__return_false', 100 ); |
|
| 103 | - } |
|
| 104 | - } |
|
| 100 | + // Disable VC editor for GD post types. |
|
| 101 | + if (class_exists('Vc_Role_Access_Controller')) {
|
|
| 102 | + add_filter( 'vc_role_access_with_post_types_can', '__return_false', 100 ); |
|
| 103 | + } |
|
| 104 | + } |
|
| 105 | 105 | |
| 106 | - add_action('admin_enqueue_scripts', 'geodir_admin_styles_req');
|
|
| 106 | + add_action('admin_enqueue_scripts', 'geodir_admin_styles_req');
|
|
| 107 | 107 | |
| 108 | 108 | } |
| 109 | 109 | |
@@ -138,12 +138,12 @@ discard block |
||
| 138 | 138 | */ |
| 139 | 139 | function create_default_admin_main_nav() |
| 140 | 140 | {
|
| 141 | - add_filter('geodir_settings_tabs_array', 'geodir_default_admin_main_tabs', 1);
|
|
| 142 | - add_filter('geodir_settings_tabs_array', 'places_custom_fields_tab', 2);
|
|
| 143 | - add_filter('geodir_settings_tabs_array', 'geodir_compatibility_setting_tab', 90);
|
|
| 144 | - add_filter('geodir_settings_tabs_array', 'geodir_tools_setting_tab', 95);
|
|
| 145 | - add_filter('geodir_settings_tabs_array', 'geodir_extend_geodirectory_setting_tab', 100);
|
|
| 146 | - //add_filter('geodir_settings_tabs_array', 'geodir_hide_set_location_default',3);
|
|
| 141 | + add_filter('geodir_settings_tabs_array', 'geodir_default_admin_main_tabs', 1);
|
|
| 142 | + add_filter('geodir_settings_tabs_array', 'places_custom_fields_tab', 2);
|
|
| 143 | + add_filter('geodir_settings_tabs_array', 'geodir_compatibility_setting_tab', 90);
|
|
| 144 | + add_filter('geodir_settings_tabs_array', 'geodir_tools_setting_tab', 95);
|
|
| 145 | + add_filter('geodir_settings_tabs_array', 'geodir_extend_geodirectory_setting_tab', 100);
|
|
| 146 | + //add_filter('geodir_settings_tabs_array', 'geodir_hide_set_location_default',3);
|
|
| 147 | 147 | |
| 148 | 148 | } |
| 149 | 149 | |
@@ -157,19 +157,19 @@ discard block |
||
| 157 | 157 | */ |
| 158 | 158 | function geodir_admin_list_columns() |
| 159 | 159 | {
|
| 160 | - if ($post_types = geodir_get_posttypes()) {
|
|
| 160 | + if ($post_types = geodir_get_posttypes()) {
|
|
| 161 | 161 | |
| 162 | - foreach ($post_types as $post_type): |
|
| 163 | - add_filter("manage_edit-{$post_type}_columns", 'geodir_edit_post_columns', 100);
|
|
| 164 | - //Filter-Payment-Manager to show Package |
|
| 165 | - add_action("manage_{$post_type}_posts_custom_column", 'geodir_manage_post_columns', 10, 2);
|
|
| 162 | + foreach ($post_types as $post_type): |
|
| 163 | + add_filter("manage_edit-{$post_type}_columns", 'geodir_edit_post_columns', 100);
|
|
| 164 | + //Filter-Payment-Manager to show Package |
|
| 165 | + add_action("manage_{$post_type}_posts_custom_column", 'geodir_manage_post_columns', 10, 2);
|
|
| 166 | 166 | |
| 167 | - add_filter("manage_edit-{$post_type}_sortable_columns", 'geodir_post_sortable_columns');
|
|
| 167 | + add_filter("manage_edit-{$post_type}_sortable_columns", 'geodir_post_sortable_columns');
|
|
| 168 | 168 | |
| 169 | - // Filter bulk actions |
|
| 170 | - add_filter("bulk_actions-edit-{$post_type}", 'geodir_filter_bulk_actions', 10, 1);
|
|
| 171 | - endforeach; |
|
| 172 | - } |
|
| 169 | + // Filter bulk actions |
|
| 170 | + add_filter("bulk_actions-edit-{$post_type}", 'geodir_filter_bulk_actions', 10, 1);
|
|
| 171 | + endforeach; |
|
| 172 | + } |
|
| 173 | 173 | } |
| 174 | 174 | |
| 175 | 175 | /** |
@@ -182,15 +182,15 @@ discard block |
||
| 182 | 182 | */ |
| 183 | 183 | function geodir_default_admin_main_tabs($tabs) |
| 184 | 184 | {
|
| 185 | - return $tabs = array( |
|
| 186 | - 'general_settings' => array('label' => __('General', 'geodirectory')),
|
|
| 187 | - 'design_settings' => array('label' => __('Design', 'geodirectory')),
|
|
| 188 | - 'permalink_settings' => array('label' => __('Permalinks', 'geodirectory')),
|
|
| 189 | - 'title_meta_settings' => array('label' => __('Titles & Metas', 'geodirectory')),
|
|
| 190 | - 'notifications_settings' => array('label' => __('Notifications', 'geodirectory')),
|
|
| 191 | - 'default_location_settings' => array('label' => __('Set Default Location', 'geodirectory')),
|
|
| 192 | - |
|
| 193 | - ); |
|
| 185 | + return $tabs = array( |
|
| 186 | + 'general_settings' => array('label' => __('General', 'geodirectory')),
|
|
| 187 | + 'design_settings' => array('label' => __('Design', 'geodirectory')),
|
|
| 188 | + 'permalink_settings' => array('label' => __('Permalinks', 'geodirectory')),
|
|
| 189 | + 'title_meta_settings' => array('label' => __('Titles & Metas', 'geodirectory')),
|
|
| 190 | + 'notifications_settings' => array('label' => __('Notifications', 'geodirectory')),
|
|
| 191 | + 'default_location_settings' => array('label' => __('Set Default Location', 'geodirectory')),
|
|
| 192 | + |
|
| 193 | + ); |
|
| 194 | 194 | } |
| 195 | 195 | |
| 196 | 196 | add_action('do_meta_boxes', 'geodir_remove_image_box');
|
@@ -203,16 +203,16 @@ discard block |
||
| 203 | 203 | */ |
| 204 | 204 | function geodir_remove_image_box() |
| 205 | 205 | {
|
| 206 | - global $post; |
|
| 206 | + global $post; |
|
| 207 | 207 | |
| 208 | - $geodir_posttypes = geodir_get_posttypes(); |
|
| 208 | + $geodir_posttypes = geodir_get_posttypes(); |
|
| 209 | 209 | |
| 210 | - if (isset($post) && in_array($post->post_type, $geodir_posttypes)): |
|
| 210 | + if (isset($post) && in_array($post->post_type, $geodir_posttypes)): |
|
| 211 | 211 | |
| 212 | - remove_meta_box('postimagediv', $post->post_type, 'side');
|
|
| 213 | - remove_meta_box('revisionsdiv', $post->post_type, 'normal');
|
|
| 212 | + remove_meta_box('postimagediv', $post->post_type, 'side');
|
|
| 213 | + remove_meta_box('revisionsdiv', $post->post_type, 'normal');
|
|
| 214 | 214 | |
| 215 | - endif; |
|
| 215 | + endif; |
|
| 216 | 216 | |
| 217 | 217 | } |
| 218 | 218 | |
@@ -227,27 +227,27 @@ discard block |
||
| 227 | 227 | */ |
| 228 | 228 | function geodir_meta_box_add() |
| 229 | 229 | {
|
| 230 | - global $post; |
|
| 230 | + global $post; |
|
| 231 | 231 | |
| 232 | - $geodir_post_types = geodir_get_posttypes('array');
|
|
| 233 | - $geodir_posttypes = array_keys($geodir_post_types); |
|
| 232 | + $geodir_post_types = geodir_get_posttypes('array');
|
|
| 233 | + $geodir_posttypes = array_keys($geodir_post_types); |
|
| 234 | 234 | |
| 235 | - if (isset($post->post_type) && in_array($post->post_type, $geodir_posttypes)): |
|
| 235 | + if (isset($post->post_type) && in_array($post->post_type, $geodir_posttypes)): |
|
| 236 | 236 | |
| 237 | - $geodir_posttype = $post->post_type; |
|
| 238 | - $post_typename = __($geodir_post_types[$geodir_posttype]['labels']['singular_name'], 'geodirectory'); |
|
| 239 | - $post_typename = geodir_ucwords($post_typename); |
|
| 237 | + $geodir_posttype = $post->post_type; |
|
| 238 | + $post_typename = __($geodir_post_types[$geodir_posttype]['labels']['singular_name'], 'geodirectory'); |
|
| 239 | + $post_typename = geodir_ucwords($post_typename); |
|
| 240 | 240 | |
| 241 | - // Filter-Payment-Manager |
|
| 241 | + // Filter-Payment-Manager |
|
| 242 | 242 | |
| 243 | - add_meta_box('geodir_post_images', $post_typename . ' ' . __('Attachments', 'geodirectory'), 'geodir_post_attachments', $geodir_posttype, 'side');
|
|
| 243 | + add_meta_box('geodir_post_images', $post_typename . ' ' . __('Attachments', 'geodirectory'), 'geodir_post_attachments', $geodir_posttype, 'side');
|
|
| 244 | 244 | |
| 245 | - add_meta_box('geodir_post_info', $post_typename . ' ' . __('Information', 'geodirectory'), 'geodir_post_info_setting', $geodir_posttype, 'normal', 'high');
|
|
| 245 | + add_meta_box('geodir_post_info', $post_typename . ' ' . __('Information', 'geodirectory'), 'geodir_post_info_setting', $geodir_posttype, 'normal', 'high');
|
|
| 246 | 246 | |
| 247 | - // no need of this box as all fields moved to main information box |
|
| 248 | - //add_meta_box( 'geodir_post_addinfo', $post_typename. ' ' .__('Additional Information' , 'geodirectory'), 'geodir_post_addinfo_setting', $geodir_posttype,'normal', 'high' );
|
|
| 247 | + // no need of this box as all fields moved to main information box |
|
| 248 | + //add_meta_box( 'geodir_post_addinfo', $post_typename. ' ' .__('Additional Information' , 'geodirectory'), 'geodir_post_addinfo_setting', $geodir_posttype,'normal', 'high' );
|
|
| 249 | 249 | |
| 250 | - endif; |
|
| 250 | + endif; |
|
| 251 | 251 | |
| 252 | 252 | } |
| 253 | 253 | |
@@ -271,23 +271,23 @@ discard block |
||
| 271 | 271 | function geodir_hide_post_taxonomy_meta_boxes() |
| 272 | 272 | {
|
| 273 | 273 | |
| 274 | - $geodir_post_types = get_option('geodir_post_types');
|
|
| 274 | + $geodir_post_types = get_option('geodir_post_types');
|
|
| 275 | 275 | |
| 276 | - if (!empty($geodir_post_types)) {
|
|
| 277 | - foreach ($geodir_post_types as $geodir_post_type => $geodir_posttype_info) {
|
|
| 276 | + if (!empty($geodir_post_types)) {
|
|
| 277 | + foreach ($geodir_post_types as $geodir_post_type => $geodir_posttype_info) {
|
|
| 278 | 278 | |
| 279 | - $gd_taxonomy = geodir_get_taxonomies($geodir_post_type); |
|
| 279 | + $gd_taxonomy = geodir_get_taxonomies($geodir_post_type); |
|
| 280 | 280 | |
| 281 | - if(!empty($gd_taxonomy)) {
|
|
| 282 | - foreach ($gd_taxonomy as $tax) {
|
|
| 281 | + if(!empty($gd_taxonomy)) {
|
|
| 282 | + foreach ($gd_taxonomy as $tax) {
|
|
| 283 | 283 | |
| 284 | - remove_meta_box($tax . 'div', $geodir_post_type, 'normal'); |
|
| 284 | + remove_meta_box($tax . 'div', $geodir_post_type, 'normal'); |
|
| 285 | 285 | |
| 286 | - } |
|
| 287 | - } |
|
| 286 | + } |
|
| 287 | + } |
|
| 288 | 288 | |
| 289 | - } |
|
| 290 | - } |
|
| 289 | + } |
|
| 290 | + } |
|
| 291 | 291 | } |
| 292 | 292 | |
| 293 | 293 | add_filter('geodir_add_listing_map_restrict', 'geodir_add_listing_map_restrict');
|
@@ -301,12 +301,12 @@ discard block |
||
| 301 | 301 | */ |
| 302 | 302 | function geodir_add_listing_map_restrict($map_restirct) |
| 303 | 303 | {
|
| 304 | - if (is_admin()) {
|
|
| 305 | - if (isset($_REQUEST['tab']) && $_REQUEST['tab'] == 'default_location_settings') {
|
|
| 306 | - $map_restirct = false; |
|
| 307 | - } |
|
| 308 | - } |
|
| 309 | - return $map_restirct; |
|
| 304 | + if (is_admin()) {
|
|
| 305 | + if (isset($_REQUEST['tab']) && $_REQUEST['tab'] == 'default_location_settings') {
|
|
| 306 | + $map_restirct = false; |
|
| 307 | + } |
|
| 308 | + } |
|
| 309 | + return $map_restirct; |
|
| 310 | 310 | } |
| 311 | 311 | |
| 312 | 312 | |
@@ -325,16 +325,16 @@ discard block |
||
| 325 | 325 | function geodir_enable_editor_on_notifications($notification) |
| 326 | 326 | {
|
| 327 | 327 | |
| 328 | - if (!empty($notification) && get_option('geodir_tiny_editor') == '1') {
|
|
| 328 | + if (!empty($notification) && get_option('geodir_tiny_editor') == '1') {
|
|
| 329 | 329 | |
| 330 | - foreach ($notification as $key => $value) {
|
|
| 331 | - if ($value['type'] == 'textarea') |
|
| 332 | - $notification[$key]['type'] = 'editor'; |
|
| 333 | - } |
|
| 330 | + foreach ($notification as $key => $value) {
|
|
| 331 | + if ($value['type'] == 'textarea') |
|
| 332 | + $notification[$key]['type'] = 'editor'; |
|
| 333 | + } |
|
| 334 | 334 | |
| 335 | - } |
|
| 335 | + } |
|
| 336 | 336 | |
| 337 | - return $notification; |
|
| 337 | + return $notification; |
|
| 338 | 338 | } |
| 339 | 339 | |
| 340 | 340 | |
@@ -351,16 +351,16 @@ discard block |
||
| 351 | 351 | function geodir_enable_editor_on_design_settings($design_setting) |
| 352 | 352 | {
|
| 353 | 353 | |
| 354 | - if (!empty($design_setting) && get_option('geodir_tiny_editor') == '1') {
|
|
| 354 | + if (!empty($design_setting) && get_option('geodir_tiny_editor') == '1') {
|
|
| 355 | 355 | |
| 356 | - foreach ($design_setting as $key => $value) {
|
|
| 357 | - if ($value['type'] == 'textarea' && $value['id'] == 'geodir_term_condition_content') |
|
| 358 | - $design_setting[$key]['type'] = 'editor'; |
|
| 359 | - } |
|
| 356 | + foreach ($design_setting as $key => $value) {
|
|
| 357 | + if ($value['type'] == 'textarea' && $value['id'] == 'geodir_term_condition_content') |
|
| 358 | + $design_setting[$key]['type'] = 'editor'; |
|
| 359 | + } |
|
| 360 | 360 | |
| 361 | - } |
|
| 361 | + } |
|
| 362 | 362 | |
| 363 | - return $design_setting; |
|
| 363 | + return $design_setting; |
|
| 364 | 364 | } |
| 365 | 365 | |
| 366 | 366 | /* ----------- START MANAGE CUSTOM FIELDS ---------------- */ |
@@ -368,15 +368,15 @@ discard block |
||
| 368 | 368 | add_action('geodir_manage_available_fields_custom', 'geodir_manage_available_fields_custom');
|
| 369 | 369 | |
| 370 | 370 | function geodir_manage_available_fields_predefined($sub_tab){
|
| 371 | - if($sub_tab=='custom_fields'){
|
|
| 372 | - geodir_custom_available_fields('predefined');
|
|
| 373 | - } |
|
| 371 | + if($sub_tab=='custom_fields'){
|
|
| 372 | + geodir_custom_available_fields('predefined');
|
|
| 373 | + } |
|
| 374 | 374 | } |
| 375 | 375 | |
| 376 | 376 | function geodir_manage_available_fields_custom($sub_tab){
|
| 377 | - if($sub_tab=='custom_fields'){
|
|
| 378 | - geodir_custom_available_fields('custom');
|
|
| 379 | - } |
|
| 377 | + if($sub_tab=='custom_fields'){
|
|
| 378 | + geodir_custom_available_fields('custom');
|
|
| 379 | + } |
|
| 380 | 380 | } |
| 381 | 381 | |
| 382 | 382 | |
@@ -395,16 +395,16 @@ discard block |
||
| 395 | 395 | function geodir_manage_available_fields($sub_tab) |
| 396 | 396 | {
|
| 397 | 397 | |
| 398 | - switch ($sub_tab) {
|
|
| 399 | - case 'custom_fields': |
|
| 400 | - geodir_custom_available_fields(); |
|
| 401 | - break; |
|
| 398 | + switch ($sub_tab) {
|
|
| 399 | + case 'custom_fields': |
|
| 400 | + geodir_custom_available_fields(); |
|
| 401 | + break; |
|
| 402 | 402 | |
| 403 | - case 'sorting_options': |
|
| 404 | - geodir_sorting_options_available_fields(); |
|
| 405 | - break; |
|
| 403 | + case 'sorting_options': |
|
| 404 | + geodir_sorting_options_available_fields(); |
|
| 405 | + break; |
|
| 406 | 406 | |
| 407 | - } |
|
| 407 | + } |
|
| 408 | 408 | } |
| 409 | 409 | |
| 410 | 410 | |
@@ -420,16 +420,16 @@ discard block |
||
| 420 | 420 | function geodir_manage_selected_fields($sub_tab) |
| 421 | 421 | {
|
| 422 | 422 | |
| 423 | - switch ($sub_tab) {
|
|
| 424 | - case 'custom_fields': |
|
| 425 | - geodir_custom_selected_fields(); |
|
| 426 | - break; |
|
| 423 | + switch ($sub_tab) {
|
|
| 424 | + case 'custom_fields': |
|
| 425 | + geodir_custom_selected_fields(); |
|
| 426 | + break; |
|
| 427 | 427 | |
| 428 | - case 'sorting_options': |
|
| 429 | - geodir_sorting_options_selected_fields(); |
|
| 430 | - break; |
|
| 428 | + case 'sorting_options': |
|
| 429 | + geodir_sorting_options_selected_fields(); |
|
| 430 | + break; |
|
| 431 | 431 | |
| 432 | - } |
|
| 432 | + } |
|
| 433 | 433 | } |
| 434 | 434 | |
| 435 | 435 | /** |
@@ -441,52 +441,52 @@ discard block |
||
| 441 | 441 | */ |
| 442 | 442 | function geodir_sorting_options_available_fields() |
| 443 | 443 | {
|
| 444 | - global $wpdb; |
|
| 445 | - $listing_type = ($_REQUEST['listing_type'] != '') ? sanitize_text_field($_REQUEST['listing_type']) : 'gd_place'; |
|
| 446 | - ?> |
|
| 444 | + global $wpdb; |
|
| 445 | + $listing_type = ($_REQUEST['listing_type'] != '') ? sanitize_text_field($_REQUEST['listing_type']) : 'gd_place'; |
|
| 446 | + ?> |
|
| 447 | 447 | <input type="hidden" name="listing_type" id="new_post_type" value="<?php echo $listing_type;?>"/> |
| 448 | 448 | <input type="hidden" name="manage_field_type" class="manage_field_type" value="<?php echo sanitize_text_field($_REQUEST['subtab']); ?>"/> |
| 449 | 449 | <ul> |
| 450 | 450 | <?php |
| 451 | - $sort_options = geodir_get_custom_sort_options($listing_type); |
|
| 451 | + $sort_options = geodir_get_custom_sort_options($listing_type); |
|
| 452 | 452 | |
| 453 | - foreach ($sort_options as $key => $val) {
|
|
| 454 | - $val = stripslashes_deep($val); // strip slashes |
|
| 455 | - |
|
| 456 | - $check_html_variable = $wpdb->get_var( |
|
| 457 | - $wpdb->prepare( |
|
| 458 | - "SELECT htmlvar_name FROM " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " WHERE htmlvar_name = %s AND post_type = %s AND field_type=%s", |
|
| 459 | - array($val['htmlvar_name'], $listing_type, $val['field_type']) |
|
| 460 | - ) |
|
| 461 | - ); |
|
| 453 | + foreach ($sort_options as $key => $val) {
|
|
| 454 | + $val = stripslashes_deep($val); // strip slashes |
|
| 455 | + |
|
| 456 | + $check_html_variable = $wpdb->get_var( |
|
| 457 | + $wpdb->prepare( |
|
| 458 | + "SELECT htmlvar_name FROM " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " WHERE htmlvar_name = %s AND post_type = %s AND field_type=%s", |
|
| 459 | + array($val['htmlvar_name'], $listing_type, $val['field_type']) |
|
| 460 | + ) |
|
| 461 | + ); |
|
| 462 | 462 | |
| 463 | - $display = $check_html_variable ? ' style="display:none;"' : ''; |
|
| 464 | - ?> |
|
| 463 | + $display = $check_html_variable ? ' style="display:none;"' : ''; |
|
| 464 | + ?> |
|
| 465 | 465 | |
| 466 | 466 | <li class="gd-cf-tooltip-wrap" <?php echo $display;?>> |
| 467 | 467 | <?php |
| 468 | - if(isset($val['description']) && $val['description']){
|
|
| 469 | - echo '<div class="gdcf-tooltip">'.$val['description'].'</div>'; |
|
| 470 | - }?> |
|
| 468 | + if(isset($val['description']) && $val['description']){
|
|
| 469 | + echo '<div class="gdcf-tooltip">'.$val['description'].'</div>'; |
|
| 470 | + }?> |
|
| 471 | 471 | |
| 472 | 472 | <a id="gd-<?php echo $val['field_type'];?>-_-<?php echo $val['htmlvar_name'];?>" data-field-type-key="<?php echo $val['htmlvar_name'];?>" data-field-type="<?php echo $val['field_type'];?>" |
| 473 | 473 | title="<?php echo $val['site_title'];?>" |
| 474 | 474 | class="gd-draggable-form-items gd-<?php echo $val['field_type'];?> geodir-sort-<?php echo $val['htmlvar_name'];?>" href="javascript:void(0);"> |
| 475 | 475 | <?php if (isset($val['field_icon']) && strpos($val['field_icon'], 'fa fa-') !== false) {
|
| 476 | - echo '<i class="'.$val['field_icon'].'" aria-hidden="true"></i>'; |
|
| 477 | - }elseif(isset($val['field_icon']) && $val['field_icon'] ){
|
|
| 478 | - echo '<b class="gd-cf-icon" style="background-image: url(\''.$val['field_icon'].'\')"></b>'; |
|
| 479 | - }else{
|
|
| 480 | - echo '<i class="fa fa-cog" aria-hidden="true"></i>'; |
|
| 481 | - }?> |
|
| 476 | + echo '<i class="'.$val['field_icon'].'" aria-hidden="true"></i>'; |
|
| 477 | + }elseif(isset($val['field_icon']) && $val['field_icon'] ){
|
|
| 478 | + echo '<b class="gd-cf-icon" style="background-image: url(\''.$val['field_icon'].'\')"></b>'; |
|
| 479 | + }else{
|
|
| 480 | + echo '<i class="fa fa-cog" aria-hidden="true"></i>'; |
|
| 481 | + }?> |
|
| 482 | 482 | <?php echo (! empty( $val['admin_title'] ) ? $val['admin_title'] : $val['site_title'] );?> |
| 483 | 483 | </a> |
| 484 | 484 | </li> |
| 485 | 485 | |
| 486 | 486 | |
| 487 | 487 | <?php |
| 488 | - } |
|
| 489 | - ?> |
|
| 488 | + } |
|
| 489 | + ?> |
|
| 490 | 490 | </ul> |
| 491 | 491 | <?php |
| 492 | 492 | } |
@@ -500,28 +500,28 @@ discard block |
||
| 500 | 500 | */ |
| 501 | 501 | function geodir_sorting_options_selected_fields() |
| 502 | 502 | {
|
| 503 | - $listing_type = ($_REQUEST['listing_type'] != '') ? sanitize_text_field($_REQUEST['listing_type']) : 'gd_place'; |
|
| 504 | - ?> |
|
| 503 | + $listing_type = ($_REQUEST['listing_type'] != '') ? sanitize_text_field($_REQUEST['listing_type']) : 'gd_place'; |
|
| 504 | + ?> |
|
| 505 | 505 | <input type="hidden" name="manage_field_type" class="manage_field_type" value="<?php echo sanitize_text_field($_REQUEST['subtab']); ?>"/> |
| 506 | 506 | <ul class="core"> |
| 507 | 507 | <?php |
| 508 | - global $wpdb; |
|
| 508 | + global $wpdb; |
|
| 509 | 509 | |
| 510 | - $fields = $wpdb->get_results($wpdb->prepare("SELECT * FROM " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " WHERE post_type = %s AND field_type != 'address' ORDER BY sort_order ASC", array($listing_type)));
|
|
| 510 | + $fields = $wpdb->get_results($wpdb->prepare("SELECT * FROM " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " WHERE post_type = %s AND field_type != 'address' ORDER BY sort_order ASC", array($listing_type)));
|
|
| 511 | 511 | |
| 512 | - if (!empty($fields)) {
|
|
| 513 | - foreach ($fields as $field) {
|
|
| 514 | - //$result_str = $field->id; |
|
| 515 | - $result_str = $field; |
|
| 516 | - $field_type = $field->field_type; |
|
| 517 | - $field_ins_upd = 'display'; |
|
| 512 | + if (!empty($fields)) {
|
|
| 513 | + foreach ($fields as $field) {
|
|
| 514 | + //$result_str = $field->id; |
|
| 515 | + $result_str = $field; |
|
| 516 | + $field_type = $field->field_type; |
|
| 517 | + $field_ins_upd = 'display'; |
|
| 518 | 518 | |
| 519 | - $default = false; |
|
| 519 | + $default = false; |
|
| 520 | 520 | |
| 521 | - geodir_custom_sort_field_adminhtml($field_type, $result_str, $field_ins_upd, $default); |
|
| 522 | - } |
|
| 523 | - } |
|
| 524 | - ?> |
|
| 521 | + geodir_custom_sort_field_adminhtml($field_type, $result_str, $field_ins_upd, $default); |
|
| 522 | + } |
|
| 523 | + } |
|
| 524 | + ?> |
|
| 525 | 525 | </ul> |
| 526 | 526 | <?php |
| 527 | 527 | } |
@@ -534,12 +534,12 @@ discard block |
||
| 534 | 534 | */ |
| 535 | 535 | function geodir_custom_fields_custom($post_type=''){
|
| 536 | 536 | |
| 537 | - $custom_fields = array(); |
|
| 537 | + $custom_fields = array(); |
|
| 538 | 538 | |
| 539 | - /** |
|
| 540 | - * @see `geodir_custom_fields` |
|
| 541 | - */ |
|
| 542 | - return apply_filters('geodir_custom_fields_custom',$custom_fields,$post_type);
|
|
| 539 | + /** |
|
| 540 | + * @see `geodir_custom_fields` |
|
| 541 | + */ |
|
| 542 | + return apply_filters('geodir_custom_fields_custom',$custom_fields,$post_type);
|
|
| 543 | 543 | } |
| 544 | 544 | |
| 545 | 545 | |
@@ -552,140 +552,140 @@ discard block |
||
| 552 | 552 | */ |
| 553 | 553 | function geodir_custom_fields($post_type=''){
|
| 554 | 554 | |
| 555 | - $custom_fields = array( |
|
| 556 | - 'text' => array( |
|
| 557 | - 'field_type' => 'text', |
|
| 558 | - 'class' => 'gd-text', |
|
| 559 | - 'icon' => 'fa fa-minus', |
|
| 560 | - 'name' => __('Text', 'geodirectory'),
|
|
| 561 | - 'description' => __('Add any sort of text field, text or numbers', 'geodirectory')
|
|
| 562 | - ), |
|
| 563 | - 'datepicker' => array( |
|
| 564 | - 'field_type' => 'datepicker', |
|
| 565 | - 'class' => 'gd-datepicker', |
|
| 566 | - 'icon' => 'fa fa-calendar', |
|
| 567 | - 'name' => __('Date', 'geodirectory'),
|
|
| 568 | - 'description' => __('Adds a date picker.', 'geodirectory')
|
|
| 569 | - ), |
|
| 570 | - 'textarea' => array( |
|
| 571 | - 'field_type' => 'textarea', |
|
| 572 | - 'class' => 'gd-textarea', |
|
| 573 | - 'icon' => 'fa fa-bars', |
|
| 574 | - 'name' => __('Textarea', 'geodirectory'),
|
|
| 575 | - 'description' => __('Adds a textarea', 'geodirectory')
|
|
| 576 | - ), |
|
| 577 | - 'time' => array( |
|
| 578 | - 'field_type' => 'time', |
|
| 579 | - 'class' => 'gd-time', |
|
| 580 | - 'icon' => 'fa fa-clock-o', |
|
| 581 | - 'name' => __('Time', 'geodirectory'),
|
|
| 582 | - 'description' => __('Adds a time picker', 'geodirectory')
|
|
| 583 | - ), |
|
| 584 | - 'checkbox' => array( |
|
| 585 | - 'field_type' => 'checkbox', |
|
| 586 | - 'class' => 'gd-checkbox', |
|
| 587 | - 'icon' => 'fa fa-check-square-o', |
|
| 588 | - 'name' => __('Checkbox', 'geodirectory'),
|
|
| 589 | - 'description' => __('Adds a checkbox', 'geodirectory')
|
|
| 590 | - ), |
|
| 591 | - 'phone' => array( |
|
| 592 | - 'field_type' => 'phone', |
|
| 593 | - 'class' => 'gd-phone', |
|
| 594 | - 'icon' => 'fa fa-phone', |
|
| 595 | - 'name' => __('Phone', 'geodirectory'),
|
|
| 596 | - 'description' => __('Adds a phone input', 'geodirectory')
|
|
| 597 | - ), |
|
| 598 | - 'radio' => array( |
|
| 599 | - 'field_type' => 'radio', |
|
| 600 | - 'class' => 'gd-radio', |
|
| 601 | - 'icon' => 'fa fa-dot-circle-o', |
|
| 602 | - 'name' => __('Radio', 'geodirectory'),
|
|
| 603 | - 'description' => __('Adds a radio input', 'geodirectory')
|
|
| 604 | - ), |
|
| 605 | - 'email' => array( |
|
| 606 | - 'field_type' => 'email', |
|
| 607 | - 'class' => 'gd-email', |
|
| 608 | - 'icon' => 'fa fa-envelope-o', |
|
| 609 | - 'name' => __('Email', 'geodirectory'),
|
|
| 610 | - 'description' => __('Adds a email input', 'geodirectory')
|
|
| 611 | - ), |
|
| 612 | - 'select' => array( |
|
| 613 | - 'field_type' => 'select', |
|
| 614 | - 'class' => 'gd-select', |
|
| 615 | - 'icon' => 'fa fa-caret-square-o-down', |
|
| 616 | - 'name' => __('Select', 'geodirectory'),
|
|
| 617 | - 'description' => __('Adds a select input', 'geodirectory')
|
|
| 618 | - ), |
|
| 619 | - 'multiselect' => array( |
|
| 620 | - 'field_type' => 'multiselect', |
|
| 621 | - 'class' => 'gd-multiselect', |
|
| 622 | - 'icon' => 'fa fa-caret-square-o-down', |
|
| 623 | - 'name' => __('Multi Select', 'geodirectory'),
|
|
| 624 | - 'description' => __('Adds a multiselect input', 'geodirectory')
|
|
| 625 | - ), |
|
| 626 | - 'url' => array( |
|
| 627 | - 'field_type' => 'url', |
|
| 628 | - 'class' => 'gd-url', |
|
| 629 | - 'icon' => 'fa fa-link', |
|
| 630 | - 'name' => __('URL', 'geodirectory'),
|
|
| 631 | - 'description' => __('Adds a url input', 'geodirectory')
|
|
| 632 | - ), |
|
| 633 | - 'html' => array( |
|
| 634 | - 'field_type' => 'html', |
|
| 635 | - 'class' => 'gd-html', |
|
| 636 | - 'icon' => 'fa fa-code', |
|
| 637 | - 'name' => __('HTML', 'geodirectory'),
|
|
| 638 | - 'description' => __('Adds a html input textarea', 'geodirectory')
|
|
| 639 | - ), |
|
| 640 | - 'file' => array( |
|
| 641 | - 'field_type' => 'file', |
|
| 642 | - 'class' => 'gd-file', |
|
| 643 | - 'icon' => 'fa fa-file', |
|
| 644 | - 'name' => __('File Upload', 'geodirectory'),
|
|
| 645 | - 'description' => __('Adds a file input', 'geodirectory')
|
|
| 646 | - ) |
|
| 647 | - ); |
|
| 648 | - |
|
| 649 | - /** |
|
| 650 | - * Filter the custom fields array to be able to add or remove items. |
|
| 651 | - * |
|
| 652 | - * @since 1.6.6 |
|
| 653 | - * |
|
| 654 | - * @param array $custom_fields {
|
|
| 655 | - * The custom fields array to be filtered. |
|
| 656 | - * |
|
| 657 | - * @type string $field_type The type of field, eg: text, datepicker, textarea, time, checkbox, phone, radio, email, select, multiselect, url, html, file. |
|
| 658 | - * @type string $class The class for the field in backend. |
|
| 659 | - * @type string $icon Can be font-awesome class name or icon image url. |
|
| 660 | - * @type string $name The name of the field. |
|
| 661 | - * @type string $description A short description about the field. |
|
| 662 | - * @type array $defaults {
|
|
| 663 | - * Optional. Used to set the default value of the field. |
|
| 664 | - * |
|
| 665 | - * @type string data_type The SQL data type for the field. VARCHAR, TEXT, TIME, TINYINT, INT, FLOAT, DATE |
|
| 666 | - * @type int decimal_point limit if using FLOAT data_type |
|
| 667 | - * @type string admin_title The admin title for the field. |
|
| 668 | - * @type string site_title This will be the title for the field on the frontend. |
|
| 669 | - * @type string admin_desc This will be shown below the field on the add listing form. |
|
| 670 | - * @type string htmlvar_name This is a unique identifier used in the HTML, it MUST NOT contain spaces or special characters. |
|
| 671 | - * @type bool is_active If false the field will not be displayed anywhere. |
|
| 672 | - * @type bool for_admin_use If true then only site admin can see and edit this field. |
|
| 673 | - * @type string default_value The default value for the input on the add listing page. |
|
| 674 | - * @type string show_in The locations to show in. [detail],[moreinfo],[listing],[owntab],[mapbubble] |
|
| 675 | - * @type bool is_required If true the field will be required on the add listing page. |
|
| 676 | - * @type string option_values The option values for select and multiselect only |
|
| 677 | - * @type string validation_pattern HTML5 validation pattern (text input only by default). |
|
| 678 | - * @type string validation_msg HTML5 validation message (text input only by default). |
|
| 679 | - * @type string required_msg Required warning message. |
|
| 680 | - * @type string field_icon Icon url or font awesome class. |
|
| 681 | - * @type string css_class Field custom css class for field custom style. |
|
| 682 | - * @type bool cat_sort If true the field will appear in the category sort options, if false the field will be hidden, leave blank to show option. |
|
| 683 | - * @type bool cat_sort If true the field will appear in the advanced search sort options, if false the field will be hidden, leave blank to show option. (advanced search addon required) |
|
| 684 | - * } |
|
| 685 | - * } |
|
| 686 | - * @param string $post_type The post type requested. |
|
| 687 | - */ |
|
| 688 | - return apply_filters('geodir_custom_fields',$custom_fields,$post_type);
|
|
| 555 | + $custom_fields = array( |
|
| 556 | + 'text' => array( |
|
| 557 | + 'field_type' => 'text', |
|
| 558 | + 'class' => 'gd-text', |
|
| 559 | + 'icon' => 'fa fa-minus', |
|
| 560 | + 'name' => __('Text', 'geodirectory'),
|
|
| 561 | + 'description' => __('Add any sort of text field, text or numbers', 'geodirectory')
|
|
| 562 | + ), |
|
| 563 | + 'datepicker' => array( |
|
| 564 | + 'field_type' => 'datepicker', |
|
| 565 | + 'class' => 'gd-datepicker', |
|
| 566 | + 'icon' => 'fa fa-calendar', |
|
| 567 | + 'name' => __('Date', 'geodirectory'),
|
|
| 568 | + 'description' => __('Adds a date picker.', 'geodirectory')
|
|
| 569 | + ), |
|
| 570 | + 'textarea' => array( |
|
| 571 | + 'field_type' => 'textarea', |
|
| 572 | + 'class' => 'gd-textarea', |
|
| 573 | + 'icon' => 'fa fa-bars', |
|
| 574 | + 'name' => __('Textarea', 'geodirectory'),
|
|
| 575 | + 'description' => __('Adds a textarea', 'geodirectory')
|
|
| 576 | + ), |
|
| 577 | + 'time' => array( |
|
| 578 | + 'field_type' => 'time', |
|
| 579 | + 'class' => 'gd-time', |
|
| 580 | + 'icon' => 'fa fa-clock-o', |
|
| 581 | + 'name' => __('Time', 'geodirectory'),
|
|
| 582 | + 'description' => __('Adds a time picker', 'geodirectory')
|
|
| 583 | + ), |
|
| 584 | + 'checkbox' => array( |
|
| 585 | + 'field_type' => 'checkbox', |
|
| 586 | + 'class' => 'gd-checkbox', |
|
| 587 | + 'icon' => 'fa fa-check-square-o', |
|
| 588 | + 'name' => __('Checkbox', 'geodirectory'),
|
|
| 589 | + 'description' => __('Adds a checkbox', 'geodirectory')
|
|
| 590 | + ), |
|
| 591 | + 'phone' => array( |
|
| 592 | + 'field_type' => 'phone', |
|
| 593 | + 'class' => 'gd-phone', |
|
| 594 | + 'icon' => 'fa fa-phone', |
|
| 595 | + 'name' => __('Phone', 'geodirectory'),
|
|
| 596 | + 'description' => __('Adds a phone input', 'geodirectory')
|
|
| 597 | + ), |
|
| 598 | + 'radio' => array( |
|
| 599 | + 'field_type' => 'radio', |
|
| 600 | + 'class' => 'gd-radio', |
|
| 601 | + 'icon' => 'fa fa-dot-circle-o', |
|
| 602 | + 'name' => __('Radio', 'geodirectory'),
|
|
| 603 | + 'description' => __('Adds a radio input', 'geodirectory')
|
|
| 604 | + ), |
|
| 605 | + 'email' => array( |
|
| 606 | + 'field_type' => 'email', |
|
| 607 | + 'class' => 'gd-email', |
|
| 608 | + 'icon' => 'fa fa-envelope-o', |
|
| 609 | + 'name' => __('Email', 'geodirectory'),
|
|
| 610 | + 'description' => __('Adds a email input', 'geodirectory')
|
|
| 611 | + ), |
|
| 612 | + 'select' => array( |
|
| 613 | + 'field_type' => 'select', |
|
| 614 | + 'class' => 'gd-select', |
|
| 615 | + 'icon' => 'fa fa-caret-square-o-down', |
|
| 616 | + 'name' => __('Select', 'geodirectory'),
|
|
| 617 | + 'description' => __('Adds a select input', 'geodirectory')
|
|
| 618 | + ), |
|
| 619 | + 'multiselect' => array( |
|
| 620 | + 'field_type' => 'multiselect', |
|
| 621 | + 'class' => 'gd-multiselect', |
|
| 622 | + 'icon' => 'fa fa-caret-square-o-down', |
|
| 623 | + 'name' => __('Multi Select', 'geodirectory'),
|
|
| 624 | + 'description' => __('Adds a multiselect input', 'geodirectory')
|
|
| 625 | + ), |
|
| 626 | + 'url' => array( |
|
| 627 | + 'field_type' => 'url', |
|
| 628 | + 'class' => 'gd-url', |
|
| 629 | + 'icon' => 'fa fa-link', |
|
| 630 | + 'name' => __('URL', 'geodirectory'),
|
|
| 631 | + 'description' => __('Adds a url input', 'geodirectory')
|
|
| 632 | + ), |
|
| 633 | + 'html' => array( |
|
| 634 | + 'field_type' => 'html', |
|
| 635 | + 'class' => 'gd-html', |
|
| 636 | + 'icon' => 'fa fa-code', |
|
| 637 | + 'name' => __('HTML', 'geodirectory'),
|
|
| 638 | + 'description' => __('Adds a html input textarea', 'geodirectory')
|
|
| 639 | + ), |
|
| 640 | + 'file' => array( |
|
| 641 | + 'field_type' => 'file', |
|
| 642 | + 'class' => 'gd-file', |
|
| 643 | + 'icon' => 'fa fa-file', |
|
| 644 | + 'name' => __('File Upload', 'geodirectory'),
|
|
| 645 | + 'description' => __('Adds a file input', 'geodirectory')
|
|
| 646 | + ) |
|
| 647 | + ); |
|
| 648 | + |
|
| 649 | + /** |
|
| 650 | + * Filter the custom fields array to be able to add or remove items. |
|
| 651 | + * |
|
| 652 | + * @since 1.6.6 |
|
| 653 | + * |
|
| 654 | + * @param array $custom_fields {
|
|
| 655 | + * The custom fields array to be filtered. |
|
| 656 | + * |
|
| 657 | + * @type string $field_type The type of field, eg: text, datepicker, textarea, time, checkbox, phone, radio, email, select, multiselect, url, html, file. |
|
| 658 | + * @type string $class The class for the field in backend. |
|
| 659 | + * @type string $icon Can be font-awesome class name or icon image url. |
|
| 660 | + * @type string $name The name of the field. |
|
| 661 | + * @type string $description A short description about the field. |
|
| 662 | + * @type array $defaults {
|
|
| 663 | + * Optional. Used to set the default value of the field. |
|
| 664 | + * |
|
| 665 | + * @type string data_type The SQL data type for the field. VARCHAR, TEXT, TIME, TINYINT, INT, FLOAT, DATE |
|
| 666 | + * @type int decimal_point limit if using FLOAT data_type |
|
| 667 | + * @type string admin_title The admin title for the field. |
|
| 668 | + * @type string site_title This will be the title for the field on the frontend. |
|
| 669 | + * @type string admin_desc This will be shown below the field on the add listing form. |
|
| 670 | + * @type string htmlvar_name This is a unique identifier used in the HTML, it MUST NOT contain spaces or special characters. |
|
| 671 | + * @type bool is_active If false the field will not be displayed anywhere. |
|
| 672 | + * @type bool for_admin_use If true then only site admin can see and edit this field. |
|
| 673 | + * @type string default_value The default value for the input on the add listing page. |
|
| 674 | + * @type string show_in The locations to show in. [detail],[moreinfo],[listing],[owntab],[mapbubble] |
|
| 675 | + * @type bool is_required If true the field will be required on the add listing page. |
|
| 676 | + * @type string option_values The option values for select and multiselect only |
|
| 677 | + * @type string validation_pattern HTML5 validation pattern (text input only by default). |
|
| 678 | + * @type string validation_msg HTML5 validation message (text input only by default). |
|
| 679 | + * @type string required_msg Required warning message. |
|
| 680 | + * @type string field_icon Icon url or font awesome class. |
|
| 681 | + * @type string css_class Field custom css class for field custom style. |
|
| 682 | + * @type bool cat_sort If true the field will appear in the category sort options, if false the field will be hidden, leave blank to show option. |
|
| 683 | + * @type bool cat_sort If true the field will appear in the advanced search sort options, if false the field will be hidden, leave blank to show option. (advanced search addon required) |
|
| 684 | + * } |
|
| 685 | + * } |
|
| 686 | + * @param string $post_type The post type requested. |
|
| 687 | + */ |
|
| 688 | + return apply_filters('geodir_custom_fields',$custom_fields,$post_type);
|
|
| 689 | 689 | } |
| 690 | 690 | |
| 691 | 691 | /** |
@@ -698,19 +698,19 @@ discard block |
||
| 698 | 698 | */ |
| 699 | 699 | function geodir_custom_available_fields($type='') |
| 700 | 700 | {
|
| 701 | - $listing_type = ($_REQUEST['listing_type'] != '') ? sanitize_text_field($_REQUEST['listing_type']) : 'gd_place'; |
|
| 702 | - ?> |
|
| 701 | + $listing_type = ($_REQUEST['listing_type'] != '') ? sanitize_text_field($_REQUEST['listing_type']) : 'gd_place'; |
|
| 702 | + ?> |
|
| 703 | 703 | <input type="hidden" name="listing_type" id="new_post_type" value="<?php echo $listing_type;?>"/> |
| 704 | 704 | <input type="hidden" name="manage_field_type" class="manage_field_type" value="<?php echo sanitize_text_field($_REQUEST['subtab']); ?>" /> |
| 705 | 705 | |
| 706 | 706 | <?php |
| 707 | - if($type=='predefined'){
|
|
| 708 | - $cfs = geodir_custom_fields_predefined($listing_type); |
|
| 709 | - }elseif($type=='custom'){
|
|
| 710 | - $cfs = geodir_custom_fields_custom($listing_type); |
|
| 711 | - }else{
|
|
| 712 | - $cfs = geodir_custom_fields($listing_type); |
|
| 713 | - ?> |
|
| 707 | + if($type=='predefined'){
|
|
| 708 | + $cfs = geodir_custom_fields_predefined($listing_type); |
|
| 709 | + }elseif($type=='custom'){
|
|
| 710 | + $cfs = geodir_custom_fields_custom($listing_type); |
|
| 711 | + }else{
|
|
| 712 | + $cfs = geodir_custom_fields($listing_type); |
|
| 713 | + ?> |
|
| 714 | 714 | <ul class="full gd-cf-tooltip-wrap"> |
| 715 | 715 | <li> |
| 716 | 716 | <div class="gdcf-tooltip"> |
@@ -731,18 +731,18 @@ discard block |
||
| 731 | 731 | </ul> |
| 732 | 732 | |
| 733 | 733 | <?php |
| 734 | - } |
|
| 734 | + } |
|
| 735 | 735 | |
| 736 | - if(!empty($cfs)) {
|
|
| 737 | - echo '<ul>'; |
|
| 738 | - foreach ( $cfs as $id => $cf ) {
|
|
| 739 | - ?> |
|
| 736 | + if(!empty($cfs)) {
|
|
| 737 | + echo '<ul>'; |
|
| 738 | + foreach ( $cfs as $id => $cf ) {
|
|
| 739 | + ?> |
|
| 740 | 740 | |
| 741 | 741 | <li class="gd-cf-tooltip-wrap"> |
| 742 | 742 | <?php |
| 743 | - if ( isset( $cf['description'] ) && $cf['description'] ) {
|
|
| 744 | - echo '<div class="gdcf-tooltip">' . $cf['description'] . '</div>'; |
|
| 745 | - } ?> |
|
| 743 | + if ( isset( $cf['description'] ) && $cf['description'] ) {
|
|
| 744 | + echo '<div class="gdcf-tooltip">' . $cf['description'] . '</div>'; |
|
| 745 | + } ?> |
|
| 746 | 746 | |
| 747 | 747 | <a id="gd-<?php echo $id; ?>" |
| 748 | 748 | data-field-custom-type="<?php echo $type; ?>" |
@@ -752,21 +752,21 @@ discard block |
||
| 752 | 752 | href="javascript:void(0);"> |
| 753 | 753 | |
| 754 | 754 | <?php if ( isset( $cf['icon'] ) && strpos( $cf['icon'], 'fa fa-' ) !== false ) {
|
| 755 | - echo '<i class="' . $cf['icon'] . '" aria-hidden="true"></i>'; |
|
| 756 | - } elseif ( isset( $cf['icon'] ) && $cf['icon'] ) {
|
|
| 757 | - echo '<b class="gd-cf-icon" style="background-image: url(\'' . $cf['icon'] . '\')"></b>'; |
|
| 758 | - } else {
|
|
| 759 | - echo '<i class="fa fa-cog" aria-hidden="true"></i>'; |
|
| 760 | - } ?> |
|
| 755 | + echo '<i class="' . $cf['icon'] . '" aria-hidden="true"></i>'; |
|
| 756 | + } elseif ( isset( $cf['icon'] ) && $cf['icon'] ) {
|
|
| 757 | + echo '<b class="gd-cf-icon" style="background-image: url(\'' . $cf['icon'] . '\')"></b>'; |
|
| 758 | + } else {
|
|
| 759 | + echo '<i class="fa fa-cog" aria-hidden="true"></i>'; |
|
| 760 | + } ?> |
|
| 761 | 761 | <?php echo $cf['name']; ?> |
| 762 | 762 | </a> |
| 763 | 763 | </li> |
| 764 | 764 | <?php |
| 765 | - } |
|
| 766 | - }else{
|
|
| 767 | - _e('There are no custom fields here yet.', 'geodirectory');
|
|
| 768 | - } |
|
| 769 | - ?> |
|
| 765 | + } |
|
| 766 | + }else{
|
|
| 767 | + _e('There are no custom fields here yet.', 'geodirectory');
|
|
| 768 | + } |
|
| 769 | + ?> |
|
| 770 | 770 | |
| 771 | 771 | |
| 772 | 772 | </ul> |
@@ -785,26 +785,26 @@ discard block |
||
| 785 | 785 | */ |
| 786 | 786 | function geodir_custom_selected_fields() |
| 787 | 787 | {
|
| 788 | - $listing_type = ($_REQUEST['listing_type'] != '') ? sanitize_text_field($_REQUEST['listing_type']) : 'gd_place'; |
|
| 789 | - ?> |
|
| 788 | + $listing_type = ($_REQUEST['listing_type'] != '') ? sanitize_text_field($_REQUEST['listing_type']) : 'gd_place'; |
|
| 789 | + ?> |
|
| 790 | 790 | <input type="hidden" name="manage_field_type" class="manage_field_type" value="<?php echo sanitize_text_field($_REQUEST['subtab']); ?>"/> |
| 791 | 791 | <ul class="core"> |
| 792 | 792 | <?php |
| 793 | - global $wpdb; |
|
| 794 | - $fields = $wpdb->get_results($wpdb->prepare("SELECT * FROM " . GEODIR_CUSTOM_FIELDS_TABLE . " WHERE post_type = %s ORDER BY sort_order ASC", array($listing_type)));
|
|
| 795 | - |
|
| 796 | - if (!empty($fields)) {
|
|
| 797 | - foreach ($fields as $field) {
|
|
| 798 | - //$result_str = $field->id; |
|
| 799 | - $result_str = $field; |
|
| 800 | - $field_type = $field->field_type; |
|
| 801 | - $field_type_key = $field->field_type_key; |
|
| 802 | - $field_ins_upd = 'display'; |
|
| 803 | - |
|
| 804 | - geodir_custom_field_adminhtml($field_type, $result_str, $field_ins_upd,$field_type_key); |
|
| 805 | - } |
|
| 806 | - } |
|
| 807 | - ?></ul> |
|
| 793 | + global $wpdb; |
|
| 794 | + $fields = $wpdb->get_results($wpdb->prepare("SELECT * FROM " . GEODIR_CUSTOM_FIELDS_TABLE . " WHERE post_type = %s ORDER BY sort_order ASC", array($listing_type)));
|
|
| 795 | + |
|
| 796 | + if (!empty($fields)) {
|
|
| 797 | + foreach ($fields as $field) {
|
|
| 798 | + //$result_str = $field->id; |
|
| 799 | + $result_str = $field; |
|
| 800 | + $field_type = $field->field_type; |
|
| 801 | + $field_type_key = $field->field_type_key; |
|
| 802 | + $field_ins_upd = 'display'; |
|
| 803 | + |
|
| 804 | + geodir_custom_field_adminhtml($field_type, $result_str, $field_ins_upd,$field_type_key); |
|
| 805 | + } |
|
| 806 | + } |
|
| 807 | + ?></ul> |
|
| 808 | 808 | <?php |
| 809 | 809 | |
| 810 | 810 | } |
@@ -823,16 +823,16 @@ discard block |
||
| 823 | 823 | function geodir_custom_fields_panel_head($heading, $sub_tab, $listing_type) |
| 824 | 824 | {
|
| 825 | 825 | |
| 826 | - switch ($sub_tab) {
|
|
| 827 | - case 'custom_fields': |
|
| 828 | - $heading = sprintf(__('Manage %s Custom Fields', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
|
|
| 829 | - break; |
|
| 826 | + switch ($sub_tab) {
|
|
| 827 | + case 'custom_fields': |
|
| 828 | + $heading = sprintf(__('Manage %s Custom Fields', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
|
|
| 829 | + break; |
|
| 830 | 830 | |
| 831 | - case 'sorting_options': |
|
| 832 | - $heading = sprintf(__('Manage %s Listing Sorting Options Fields', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
|
|
| 833 | - break; |
|
| 834 | - } |
|
| 835 | - return $heading; |
|
| 831 | + case 'sorting_options': |
|
| 832 | + $heading = sprintf(__('Manage %s Listing Sorting Options Fields', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
|
|
| 833 | + break; |
|
| 834 | + } |
|
| 835 | + return $heading; |
|
| 836 | 836 | } |
| 837 | 837 | |
| 838 | 838 | |
@@ -850,16 +850,16 @@ discard block |
||
| 850 | 850 | function geodir_cf_panel_available_fields_head($heading, $sub_tab, $listing_type) |
| 851 | 851 | {
|
| 852 | 852 | |
| 853 | - switch ($sub_tab) {
|
|
| 854 | - case 'custom_fields': |
|
| 855 | - $heading = sprintf(__('Add new %s form field', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
|
|
| 856 | - break; |
|
| 853 | + switch ($sub_tab) {
|
|
| 854 | + case 'custom_fields': |
|
| 855 | + $heading = sprintf(__('Add new %s form field', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
|
|
| 856 | + break; |
|
| 857 | 857 | |
| 858 | - case 'sorting_options': |
|
| 859 | - $heading = sprintf(__('Available sorting options for %s listing and search results', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
|
|
| 860 | - break; |
|
| 861 | - } |
|
| 862 | - return $heading; |
|
| 858 | + case 'sorting_options': |
|
| 859 | + $heading = sprintf(__('Available sorting options for %s listing and search results', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
|
|
| 860 | + break; |
|
| 861 | + } |
|
| 862 | + return $heading; |
|
| 863 | 863 | } |
| 864 | 864 | |
| 865 | 865 | |
@@ -877,16 +877,16 @@ discard block |
||
| 877 | 877 | function geodir_cf_panel_available_fields_note($note, $sub_tab, $listing_type) |
| 878 | 878 | {
|
| 879 | 879 | |
| 880 | - switch ($sub_tab) {
|
|
| 881 | - case 'custom_fields': |
|
| 882 | - $note = sprintf(__('Click on any box below to add a field of that type to the add %s listing form. You can use a fieldset to group your fields.', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
|
|
| 883 | - break; |
|
| 880 | + switch ($sub_tab) {
|
|
| 881 | + case 'custom_fields': |
|
| 882 | + $note = sprintf(__('Click on any box below to add a field of that type to the add %s listing form. You can use a fieldset to group your fields.', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
|
|
| 883 | + break; |
|
| 884 | 884 | |
| 885 | - case 'sorting_options': |
|
| 886 | - $note = sprintf(__('Click on any box below to make it appear in the sorting option dropdown on %s listing and search results.<br />To make a field available here, go to custom fields tab and expand any field from selected fields panel and tick the checkbox saying \'Include this field in sort option\'.', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
|
|
| 887 | - break; |
|
| 888 | - } |
|
| 889 | - return $note; |
|
| 885 | + case 'sorting_options': |
|
| 886 | + $note = sprintf(__('Click on any box below to make it appear in the sorting option dropdown on %s listing and search results.<br />To make a field available here, go to custom fields tab and expand any field from selected fields panel and tick the checkbox saying \'Include this field in sort option\'.', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
|
|
| 887 | + break; |
|
| 888 | + } |
|
| 889 | + return $note; |
|
| 890 | 890 | } |
| 891 | 891 | |
| 892 | 892 | |
@@ -904,16 +904,16 @@ discard block |
||
| 904 | 904 | function geodir_cf_panel_selected_fields_head($heading, $sub_tab, $listing_type) |
| 905 | 905 | {
|
| 906 | 906 | |
| 907 | - switch ($sub_tab) {
|
|
| 908 | - case 'custom_fields': |
|
| 909 | - $heading = sprintf(__('List of fields that will appear on add new %s listing form', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
|
|
| 910 | - break; |
|
| 907 | + switch ($sub_tab) {
|
|
| 908 | + case 'custom_fields': |
|
| 909 | + $heading = sprintf(__('List of fields that will appear on add new %s listing form', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
|
|
| 910 | + break; |
|
| 911 | 911 | |
| 912 | - case 'sorting_options': |
|
| 913 | - $heading = sprintf(__('List of fields that will appear in %s listing and search results sorting option dropdown box.', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
|
|
| 914 | - break; |
|
| 915 | - } |
|
| 916 | - return $heading; |
|
| 912 | + case 'sorting_options': |
|
| 913 | + $heading = sprintf(__('List of fields that will appear in %s listing and search results sorting option dropdown box.', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
|
|
| 914 | + break; |
|
| 915 | + } |
|
| 916 | + return $heading; |
|
| 917 | 917 | } |
| 918 | 918 | |
| 919 | 919 | |
@@ -931,16 +931,16 @@ discard block |
||
| 931 | 931 | function geodir_cf_panel_selected_fields_note($note, $sub_tab, $listing_type) |
| 932 | 932 | {
|
| 933 | 933 | |
| 934 | - switch ($sub_tab) {
|
|
| 935 | - case 'custom_fields': |
|
| 936 | - $note = sprintf(__('Click to expand and view field related settings. You may drag and drop to arrange fields order on add %s listing form too.', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
|
|
| 937 | - break; |
|
| 934 | + switch ($sub_tab) {
|
|
| 935 | + case 'custom_fields': |
|
| 936 | + $note = sprintf(__('Click to expand and view field related settings. You may drag and drop to arrange fields order on add %s listing form too.', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
|
|
| 937 | + break; |
|
| 938 | 938 | |
| 939 | - case 'sorting_options': |
|
| 940 | - $note = sprintf(__('Click to expand and view field related settings. You may drag and drop to arrange fields order in sorting option dropdown box on %s listing and search results page.', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
|
|
| 941 | - break; |
|
| 942 | - } |
|
| 943 | - return $note; |
|
| 939 | + case 'sorting_options': |
|
| 940 | + $note = sprintf(__('Click to expand and view field related settings. You may drag and drop to arrange fields order in sorting option dropdown box on %s listing and search results page.', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
|
|
| 941 | + break; |
|
| 942 | + } |
|
| 943 | + return $note; |
|
| 944 | 944 | } |
| 945 | 945 | |
| 946 | 946 | |
@@ -956,16 +956,16 @@ discard block |
||
| 956 | 956 | */ |
| 957 | 957 | function geodir_remove_unnecessary_fields() |
| 958 | 958 | {
|
| 959 | - global $wpdb, $plugin_prefix; |
|
| 959 | + global $wpdb, $plugin_prefix; |
|
| 960 | 960 | |
| 961 | - if (!get_option('geodir_remove_unnecessary_fields')) {
|
|
| 961 | + if (!get_option('geodir_remove_unnecessary_fields')) {
|
|
| 962 | 962 | |
| 963 | - if ($wpdb->get_var("SHOW COLUMNS FROM " . $plugin_prefix . "gd_place_detail WHERE field = 'categories'"))
|
|
| 964 | - $wpdb->query("ALTER TABLE `" . $plugin_prefix . "gd_place_detail` DROP `categories`");
|
|
| 963 | + if ($wpdb->get_var("SHOW COLUMNS FROM " . $plugin_prefix . "gd_place_detail WHERE field = 'categories'"))
|
|
| 964 | + $wpdb->query("ALTER TABLE `" . $plugin_prefix . "gd_place_detail` DROP `categories`");
|
|
| 965 | 965 | |
| 966 | - update_option('geodir_remove_unnecessary_fields', '1');
|
|
| 966 | + update_option('geodir_remove_unnecessary_fields', '1');
|
|
| 967 | 967 | |
| 968 | - } |
|
| 968 | + } |
|
| 969 | 969 | |
| 970 | 970 | } |
| 971 | 971 | |
@@ -983,28 +983,28 @@ discard block |
||
| 983 | 983 | */ |
| 984 | 984 | function geodir_admin_ajax_handler() |
| 985 | 985 | {
|
| 986 | - if (isset($_REQUEST['geodir_admin_ajax_action']) && $_REQUEST['geodir_admin_ajax_action'] != '') {
|
|
| 987 | - $geodir_admin_ajax_action = $_REQUEST['geodir_admin_ajax_action']; |
|
| 988 | - $diagnose_this = ""; |
|
| 989 | - switch ($geodir_admin_ajax_action) {
|
|
| 990 | - case 'diagnosis' : |
|
| 991 | - if (isset($_REQUEST['diagnose_this']) && $_REQUEST['diagnose_this'] != '') {
|
|
| 992 | - $diagnose_this = sanitize_text_field($_REQUEST['diagnose_this']); |
|
| 993 | - call_user_func('geodir_diagnose_' . $diagnose_this);
|
|
| 994 | - |
|
| 995 | - } |
|
| 996 | - exit(); |
|
| 997 | - break; |
|
| 998 | - |
|
| 999 | - case 'diagnosis-fix' : |
|
| 1000 | - if (isset($_REQUEST['diagnose_this']) && $_REQUEST['diagnose_this'] != '') |
|
| 1001 | - $diagnose_this = sanitize_text_field($_REQUEST['diagnose_this']); |
|
| 1002 | - call_user_func('geodir_diagnose_' . $diagnose_this);
|
|
| 1003 | - exit(); |
|
| 1004 | - break; |
|
| 1005 | - } |
|
| 1006 | - } |
|
| 1007 | - exit(); |
|
| 986 | + if (isset($_REQUEST['geodir_admin_ajax_action']) && $_REQUEST['geodir_admin_ajax_action'] != '') {
|
|
| 987 | + $geodir_admin_ajax_action = $_REQUEST['geodir_admin_ajax_action']; |
|
| 988 | + $diagnose_this = ""; |
|
| 989 | + switch ($geodir_admin_ajax_action) {
|
|
| 990 | + case 'diagnosis' : |
|
| 991 | + if (isset($_REQUEST['diagnose_this']) && $_REQUEST['diagnose_this'] != '') {
|
|
| 992 | + $diagnose_this = sanitize_text_field($_REQUEST['diagnose_this']); |
|
| 993 | + call_user_func('geodir_diagnose_' . $diagnose_this);
|
|
| 994 | + |
|
| 995 | + } |
|
| 996 | + exit(); |
|
| 997 | + break; |
|
| 998 | + |
|
| 999 | + case 'diagnosis-fix' : |
|
| 1000 | + if (isset($_REQUEST['diagnose_this']) && $_REQUEST['diagnose_this'] != '') |
|
| 1001 | + $diagnose_this = sanitize_text_field($_REQUEST['diagnose_this']); |
|
| 1002 | + call_user_func('geodir_diagnose_' . $diagnose_this);
|
|
| 1003 | + exit(); |
|
| 1004 | + break; |
|
| 1005 | + } |
|
| 1006 | + } |
|
| 1007 | + exit(); |
|
| 1008 | 1008 | } |
| 1009 | 1009 | |
| 1010 | 1010 | |
@@ -1022,127 +1022,127 @@ discard block |
||
| 1022 | 1022 | */ |
| 1023 | 1023 | function geodir_diagnose_multisite_table($filter_arr, $table, $tabel_name, $fix) |
| 1024 | 1024 | {
|
| 1025 | - global $wpdb; |
|
| 1026 | - //$filter_arr['output_str'] .='###'.$table.'###'; |
|
| 1027 | - if ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak2'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak'") > 0) {
|
|
| 1028 | - $filter_arr['output_str'] .= "<li>" . __('ERROR: You did not follow instructions! Now you will need to contact support to manually fix things.', 'geodirectory') . "</li>";
|
|
| 1029 | - $filter_arr['is_error_during_diagnose'] = true; |
|
| 1030 | - |
|
| 1031 | - } elseif ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") > 0) {
|
|
| 1032 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('ERROR: %s_ms_bak table found', 'geodirectory'), $tabel_name) . "</li>";
|
|
| 1033 | - $filter_arr['is_error_during_diagnose'] = true; |
|
| 1034 | - $filter_arr['output_str'] .= "<li>" . __('IMPORTANT: This can be caused by out of date core or addons, please update core + addons before trying the fix OR YOU WILL HAVE A BAD TIME!', 'geodirectory') . "</li>";
|
|
| 1035 | - $filter_arr['is_error_during_diagnose'] = true; |
|
| 1036 | - |
|
| 1037 | - if ($fix) {
|
|
| 1038 | - $ms_bak_count = $wpdb->get_var("SELECT COUNT(*) FROM " . $table . "_ms_bak");// get backup table count
|
|
| 1039 | - $new_table_count = $wpdb->get_var("SELECT COUNT(*) FROM " . $wpdb->prefix . "$table");// get new table count
|
|
| 1040 | - |
|
| 1041 | - if ($ms_bak_count == $new_table_count) {// if they are the same count rename to bak2
|
|
| 1042 | - //$filter_arr['output_str'] .= "<li>".sprintf( __('-->PROBLEM: %s table count is the same as new table, contact support' , 'geodirectory'), $table )."</li>" ;
|
|
| 1043 | - |
|
| 1044 | - $wpdb->query("RENAME TABLE " . $table . "_ms_bak TO " . $table . "_ms_bak2");// rename bak table to new table
|
|
| 1045 | - |
|
| 1046 | - if ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak2'") && $wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak'") == 0) {
|
|
| 1047 | - $filter_arr['output_str'] .= "<li>" . __('-->FIXED: Renamed and backed up the tables', 'geodirectory') . "</li>";
|
|
| 1048 | - } else {
|
|
| 1049 | - $filter_arr['output_str'] .= "<li>" . __('-->PROBLEM: Failed to rename tables, please contact support.', 'geodirectory') . "</li>";
|
|
| 1050 | - } |
|
| 1051 | - |
|
| 1052 | - } elseif ($ms_bak_count > $new_table_count) {//if backup is greater then restore it
|
|
| 1053 | - |
|
| 1054 | - $wpdb->query("RENAME TABLE " . $wpdb->prefix . "$table TO " . $table . "_ms_bak2");// rename new table to bak2
|
|
| 1055 | - $wpdb->query("RENAME TABLE " . $table . "_ms_bak TO " . $wpdb->prefix . "$table");// rename bak table to new table
|
|
| 1056 | - |
|
| 1057 | - if ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak2'") && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") && $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
|
|
| 1058 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: restored largest table %s', 'geodirectory'), $table) . "</li>";
|
|
| 1059 | - } else {
|
|
| 1060 | - $filter_arr['output_str'] .= "<li>" . __('-->PROBLEM: Failed to rename tables, please contact support.', 'geodirectory') . "</li>";
|
|
| 1061 | - } |
|
| 1062 | - |
|
| 1063 | - } elseif ($new_table_count > $ms_bak_count) {// we cant do much so rename the table to stop errors
|
|
| 1064 | - |
|
| 1065 | - $wpdb->query("RENAME TABLE " . $table . "_ms_bak TO " . $table . "_ms_bak2");// rename ms_bak table to ms_bak2
|
|
| 1066 | - |
|
| 1067 | - if ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak'") == 0) {
|
|
| 1068 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: table %s_ms_bak renamed and backed up', 'geodirectory'), $table) . "</li>";
|
|
| 1069 | - } else {
|
|
| 1070 | - $filter_arr['output_str'] .= "<li>" . __('-->PROBLEM: Failed to rename tables, please contact support.', 'geodirectory') . "</li>";
|
|
| 1071 | - } |
|
| 1072 | - |
|
| 1073 | - } |
|
| 1074 | - |
|
| 1075 | - } |
|
| 1076 | - |
|
| 1077 | - |
|
| 1078 | - } elseif ($wpdb->query("SHOW TABLES LIKE '$table'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") > 0) {
|
|
| 1079 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('ERROR: Two %s tables found', 'geodirectory'), $tabel_name) . "</li>";
|
|
| 1080 | - $filter_arr['is_error_during_diagnose'] = true; |
|
| 1081 | - |
|
| 1082 | - if ($fix) {
|
|
| 1083 | - if ($wpdb->get_var("SELECT COUNT(*) FROM $table") == 0) {// if first table is empty just delete it
|
|
| 1084 | - if ($wpdb->query("DROP TABLE IF EXISTS $table")) {
|
|
| 1085 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Deleted table %s', 'geodirectory'), $table) . "</li>";
|
|
| 1086 | - } else {
|
|
| 1087 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->PROBLEM: Delete table %s failed, please try manual delete from DB', 'geodirectory'), $table) . "</li>";
|
|
| 1088 | - } |
|
| 1089 | - |
|
| 1090 | - } elseif ($wpdb->get_var("SELECT COUNT(*) FROM " . $wpdb->prefix . "$table") == 0) {// if main table is empty but original is not, delete main and rename original
|
|
| 1091 | - if ($wpdb->query("DROP TABLE IF EXISTS " . $wpdb->prefix . "$table")) {
|
|
| 1092 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Deleted table %s', 'geodirectory'), $wpdb->prefix . $table) . "</li>";
|
|
| 1093 | - } else {
|
|
| 1094 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->PROBLEM: Delete table %s failed, please try manual delete from DB', 'geodirectory'), $wpdb->prefix . $table) . "</li>";
|
|
| 1095 | - } |
|
| 1096 | - if ($wpdb->query("RENAME TABLE $table TO " . $wpdb->prefix . "$table") || $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
|
|
| 1097 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Table %s renamed to %s', 'geodirectory'), $table, $wpdb->prefix . $table) . "</li>";
|
|
| 1098 | - } else {
|
|
| 1099 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->PROBLEM: Failed to rename table %s to %s, please try manually from DB', 'geodirectory'), $table, $wpdb->prefix . $table) . "</li>";
|
|
| 1100 | - } |
|
| 1101 | - } else {// else rename the original table to _ms_bak
|
|
| 1102 | - if ($wpdb->query("RENAME TABLE $table TO " . $table . "_ms_bak") || $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
|
|
| 1103 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Table contained info so we renamed %s to %s incase it is needed in future', 'geodirectory'), $table, $table . "_ms_bak") . "</li>";
|
|
| 1104 | - } else {
|
|
| 1105 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->PROBLEM: Table %s could not be renamed to %s, this table has info so may need to be reviewed manually in the DB', 'geodirectory'), $table, $table . "_ms_bak") . "</li>";
|
|
| 1106 | - } |
|
| 1107 | - } |
|
| 1108 | - } |
|
| 1109 | - |
|
| 1110 | - } elseif ($wpdb->query("SHOW TABLES LIKE '$table'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") == 0) {
|
|
| 1111 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('ERROR: %s table not converted', 'geodirectory'), $tabel_name) . "</li>";
|
|
| 1112 | - $filter_arr['is_error_during_diagnose'] = true; |
|
| 1113 | - |
|
| 1114 | - if ($fix) {
|
|
| 1115 | - // if original table exists but new does not, rename |
|
| 1116 | - if ($wpdb->query("RENAME TABLE $table TO " . $wpdb->prefix . "$table") || $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
|
|
| 1117 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Table %s renamed to %s', 'geodirectory'), $table, $wpdb->prefix . $table) . "</li>";
|
|
| 1118 | - } else {
|
|
| 1119 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->PROBLEM: Failed to rename table %s to %s, please try manually from DB', 'geodirectory'), $table, $wpdb->prefix . $table) . "</li>";
|
|
| 1120 | - } |
|
| 1121 | - |
|
| 1122 | - } |
|
| 1123 | - |
|
| 1124 | - } elseif ($wpdb->query("SHOW TABLES LIKE '$table'") == 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") == 0) {
|
|
| 1125 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('ERROR: %s table does not exist', 'geodirectory'), $tabel_name) . "</li>";
|
|
| 1126 | - $filter_arr['is_error_during_diagnose'] = true; |
|
| 1127 | - |
|
| 1128 | - if ($fix) {
|
|
| 1129 | - // if original table does not exist try deleting db_vers of all addons so the initial db_install scripts run; |
|
| 1130 | - delete_option('geodirlocation_db_version');
|
|
| 1131 | - delete_option('geodirevents_db_version');
|
|
| 1132 | - delete_option('geodir_reviewrating_db_version');
|
|
| 1133 | - delete_option('gdevents_db_version');
|
|
| 1134 | - delete_option('geodirectory_db_version');
|
|
| 1135 | - delete_option('geodirclaim_db_version');
|
|
| 1136 | - delete_option('geodir_custom_posts_db_version');
|
|
| 1137 | - delete_option('geodir_reviewratings_db_version');
|
|
| 1138 | - delete_option('geodiradvancesearch_db_version');
|
|
| 1139 | - $filter_arr['output_str'] .= "<li>" . __('-->TRY: Please refresh page to run table install functions', 'geodirectory') . "</li>";
|
|
| 1140 | - } |
|
| 1141 | - |
|
| 1142 | - } else {
|
|
| 1143 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('%s table converted correctly', 'geodirectory'), $tabel_name) . "</li>";
|
|
| 1144 | - } |
|
| 1145 | - return $filter_arr; |
|
| 1025 | + global $wpdb; |
|
| 1026 | + //$filter_arr['output_str'] .='###'.$table.'###'; |
|
| 1027 | + if ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak2'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak'") > 0) {
|
|
| 1028 | + $filter_arr['output_str'] .= "<li>" . __('ERROR: You did not follow instructions! Now you will need to contact support to manually fix things.', 'geodirectory') . "</li>";
|
|
| 1029 | + $filter_arr['is_error_during_diagnose'] = true; |
|
| 1030 | + |
|
| 1031 | + } elseif ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") > 0) {
|
|
| 1032 | + $filter_arr['output_str'] .= "<li>" . sprintf(__('ERROR: %s_ms_bak table found', 'geodirectory'), $tabel_name) . "</li>";
|
|
| 1033 | + $filter_arr['is_error_during_diagnose'] = true; |
|
| 1034 | + $filter_arr['output_str'] .= "<li>" . __('IMPORTANT: This can be caused by out of date core or addons, please update core + addons before trying the fix OR YOU WILL HAVE A BAD TIME!', 'geodirectory') . "</li>";
|
|
| 1035 | + $filter_arr['is_error_during_diagnose'] = true; |
|
| 1036 | + |
|
| 1037 | + if ($fix) {
|
|
| 1038 | + $ms_bak_count = $wpdb->get_var("SELECT COUNT(*) FROM " . $table . "_ms_bak");// get backup table count
|
|
| 1039 | + $new_table_count = $wpdb->get_var("SELECT COUNT(*) FROM " . $wpdb->prefix . "$table");// get new table count
|
|
| 1040 | + |
|
| 1041 | + if ($ms_bak_count == $new_table_count) {// if they are the same count rename to bak2
|
|
| 1042 | + //$filter_arr['output_str'] .= "<li>".sprintf( __('-->PROBLEM: %s table count is the same as new table, contact support' , 'geodirectory'), $table )."</li>" ;
|
|
| 1043 | + |
|
| 1044 | + $wpdb->query("RENAME TABLE " . $table . "_ms_bak TO " . $table . "_ms_bak2");// rename bak table to new table
|
|
| 1045 | + |
|
| 1046 | + if ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak2'") && $wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak'") == 0) {
|
|
| 1047 | + $filter_arr['output_str'] .= "<li>" . __('-->FIXED: Renamed and backed up the tables', 'geodirectory') . "</li>";
|
|
| 1048 | + } else {
|
|
| 1049 | + $filter_arr['output_str'] .= "<li>" . __('-->PROBLEM: Failed to rename tables, please contact support.', 'geodirectory') . "</li>";
|
|
| 1050 | + } |
|
| 1051 | + |
|
| 1052 | + } elseif ($ms_bak_count > $new_table_count) {//if backup is greater then restore it
|
|
| 1053 | + |
|
| 1054 | + $wpdb->query("RENAME TABLE " . $wpdb->prefix . "$table TO " . $table . "_ms_bak2");// rename new table to bak2
|
|
| 1055 | + $wpdb->query("RENAME TABLE " . $table . "_ms_bak TO " . $wpdb->prefix . "$table");// rename bak table to new table
|
|
| 1056 | + |
|
| 1057 | + if ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak2'") && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") && $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
|
|
| 1058 | + $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: restored largest table %s', 'geodirectory'), $table) . "</li>";
|
|
| 1059 | + } else {
|
|
| 1060 | + $filter_arr['output_str'] .= "<li>" . __('-->PROBLEM: Failed to rename tables, please contact support.', 'geodirectory') . "</li>";
|
|
| 1061 | + } |
|
| 1062 | + |
|
| 1063 | + } elseif ($new_table_count > $ms_bak_count) {// we cant do much so rename the table to stop errors
|
|
| 1064 | + |
|
| 1065 | + $wpdb->query("RENAME TABLE " . $table . "_ms_bak TO " . $table . "_ms_bak2");// rename ms_bak table to ms_bak2
|
|
| 1066 | + |
|
| 1067 | + if ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak'") == 0) {
|
|
| 1068 | + $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: table %s_ms_bak renamed and backed up', 'geodirectory'), $table) . "</li>";
|
|
| 1069 | + } else {
|
|
| 1070 | + $filter_arr['output_str'] .= "<li>" . __('-->PROBLEM: Failed to rename tables, please contact support.', 'geodirectory') . "</li>";
|
|
| 1071 | + } |
|
| 1072 | + |
|
| 1073 | + } |
|
| 1074 | + |
|
| 1075 | + } |
|
| 1076 | + |
|
| 1077 | + |
|
| 1078 | + } elseif ($wpdb->query("SHOW TABLES LIKE '$table'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") > 0) {
|
|
| 1079 | + $filter_arr['output_str'] .= "<li>" . sprintf(__('ERROR: Two %s tables found', 'geodirectory'), $tabel_name) . "</li>";
|
|
| 1080 | + $filter_arr['is_error_during_diagnose'] = true; |
|
| 1081 | + |
|
| 1082 | + if ($fix) {
|
|
| 1083 | + if ($wpdb->get_var("SELECT COUNT(*) FROM $table") == 0) {// if first table is empty just delete it
|
|
| 1084 | + if ($wpdb->query("DROP TABLE IF EXISTS $table")) {
|
|
| 1085 | + $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Deleted table %s', 'geodirectory'), $table) . "</li>";
|
|
| 1086 | + } else {
|
|
| 1087 | + $filter_arr['output_str'] .= "<li>" . sprintf(__('-->PROBLEM: Delete table %s failed, please try manual delete from DB', 'geodirectory'), $table) . "</li>";
|
|
| 1088 | + } |
|
| 1089 | + |
|
| 1090 | + } elseif ($wpdb->get_var("SELECT COUNT(*) FROM " . $wpdb->prefix . "$table") == 0) {// if main table is empty but original is not, delete main and rename original
|
|
| 1091 | + if ($wpdb->query("DROP TABLE IF EXISTS " . $wpdb->prefix . "$table")) {
|
|
| 1092 | + $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Deleted table %s', 'geodirectory'), $wpdb->prefix . $table) . "</li>";
|
|
| 1093 | + } else {
|
|
| 1094 | + $filter_arr['output_str'] .= "<li>" . sprintf(__('-->PROBLEM: Delete table %s failed, please try manual delete from DB', 'geodirectory'), $wpdb->prefix . $table) . "</li>";
|
|
| 1095 | + } |
|
| 1096 | + if ($wpdb->query("RENAME TABLE $table TO " . $wpdb->prefix . "$table") || $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
|
|
| 1097 | + $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Table %s renamed to %s', 'geodirectory'), $table, $wpdb->prefix . $table) . "</li>";
|
|
| 1098 | + } else {
|
|
| 1099 | + $filter_arr['output_str'] .= "<li>" . sprintf(__('-->PROBLEM: Failed to rename table %s to %s, please try manually from DB', 'geodirectory'), $table, $wpdb->prefix . $table) . "</li>";
|
|
| 1100 | + } |
|
| 1101 | + } else {// else rename the original table to _ms_bak
|
|
| 1102 | + if ($wpdb->query("RENAME TABLE $table TO " . $table . "_ms_bak") || $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
|
|
| 1103 | + $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Table contained info so we renamed %s to %s incase it is needed in future', 'geodirectory'), $table, $table . "_ms_bak") . "</li>";
|
|
| 1104 | + } else {
|
|
| 1105 | + $filter_arr['output_str'] .= "<li>" . sprintf(__('-->PROBLEM: Table %s could not be renamed to %s, this table has info so may need to be reviewed manually in the DB', 'geodirectory'), $table, $table . "_ms_bak") . "</li>";
|
|
| 1106 | + } |
|
| 1107 | + } |
|
| 1108 | + } |
|
| 1109 | + |
|
| 1110 | + } elseif ($wpdb->query("SHOW TABLES LIKE '$table'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") == 0) {
|
|
| 1111 | + $filter_arr['output_str'] .= "<li>" . sprintf(__('ERROR: %s table not converted', 'geodirectory'), $tabel_name) . "</li>";
|
|
| 1112 | + $filter_arr['is_error_during_diagnose'] = true; |
|
| 1113 | + |
|
| 1114 | + if ($fix) {
|
|
| 1115 | + // if original table exists but new does not, rename |
|
| 1116 | + if ($wpdb->query("RENAME TABLE $table TO " . $wpdb->prefix . "$table") || $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
|
|
| 1117 | + $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Table %s renamed to %s', 'geodirectory'), $table, $wpdb->prefix . $table) . "</li>";
|
|
| 1118 | + } else {
|
|
| 1119 | + $filter_arr['output_str'] .= "<li>" . sprintf(__('-->PROBLEM: Failed to rename table %s to %s, please try manually from DB', 'geodirectory'), $table, $wpdb->prefix . $table) . "</li>";
|
|
| 1120 | + } |
|
| 1121 | + |
|
| 1122 | + } |
|
| 1123 | + |
|
| 1124 | + } elseif ($wpdb->query("SHOW TABLES LIKE '$table'") == 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") == 0) {
|
|
| 1125 | + $filter_arr['output_str'] .= "<li>" . sprintf(__('ERROR: %s table does not exist', 'geodirectory'), $tabel_name) . "</li>";
|
|
| 1126 | + $filter_arr['is_error_during_diagnose'] = true; |
|
| 1127 | + |
|
| 1128 | + if ($fix) {
|
|
| 1129 | + // if original table does not exist try deleting db_vers of all addons so the initial db_install scripts run; |
|
| 1130 | + delete_option('geodirlocation_db_version');
|
|
| 1131 | + delete_option('geodirevents_db_version');
|
|
| 1132 | + delete_option('geodir_reviewrating_db_version');
|
|
| 1133 | + delete_option('gdevents_db_version');
|
|
| 1134 | + delete_option('geodirectory_db_version');
|
|
| 1135 | + delete_option('geodirclaim_db_version');
|
|
| 1136 | + delete_option('geodir_custom_posts_db_version');
|
|
| 1137 | + delete_option('geodir_reviewratings_db_version');
|
|
| 1138 | + delete_option('geodiradvancesearch_db_version');
|
|
| 1139 | + $filter_arr['output_str'] .= "<li>" . __('-->TRY: Please refresh page to run table install functions', 'geodirectory') . "</li>";
|
|
| 1140 | + } |
|
| 1141 | + |
|
| 1142 | + } else {
|
|
| 1143 | + $filter_arr['output_str'] .= "<li>" . sprintf(__('%s table converted correctly', 'geodirectory'), $tabel_name) . "</li>";
|
|
| 1144 | + } |
|
| 1145 | + return $filter_arr; |
|
| 1146 | 1146 | } |
| 1147 | 1147 | |
| 1148 | 1148 | |
@@ -1156,111 +1156,111 @@ discard block |
||
| 1156 | 1156 | */ |
| 1157 | 1157 | function geodir_diagnose_tags_sync() |
| 1158 | 1158 | {
|
| 1159 | - global $wpdb, $plugin_prefix; |
|
| 1160 | - $fix = isset($_POST['fix']) ? true : false; |
|
| 1161 | - $step = isset($_POST['step']) ? strip_tags(esc_sql($_POST['step'])) : 0; |
|
| 1162 | - $step_max_items = geodir_get_diagnose_step_max_items(); |
|
| 1163 | - $offset = (int) $step * $step_max_items; |
|
| 1164 | - $ptype = isset($_POST['ptype']) ? strip_tags(esc_sql($_POST['ptype'])) : false; |
|
| 1165 | - |
|
| 1166 | - $total_listings = geodir_total_listings_count(); |
|
| 1167 | - $total_ptype_listings = 0; |
|
| 1168 | - if ($ptype) {
|
|
| 1169 | - $total_ptype_listings = geodir_total_listings_count($ptype); |
|
| 1170 | - } |
|
| 1171 | - $max_step = ceil($total_ptype_listings / $step_max_items) - 1; |
|
| 1159 | + global $wpdb, $plugin_prefix; |
|
| 1160 | + $fix = isset($_POST['fix']) ? true : false; |
|
| 1161 | + $step = isset($_POST['step']) ? strip_tags(esc_sql($_POST['step'])) : 0; |
|
| 1162 | + $step_max_items = geodir_get_diagnose_step_max_items(); |
|
| 1163 | + $offset = (int) $step * $step_max_items; |
|
| 1164 | + $ptype = isset($_POST['ptype']) ? strip_tags(esc_sql($_POST['ptype'])) : false; |
|
| 1165 | + |
|
| 1166 | + $total_listings = geodir_total_listings_count(); |
|
| 1167 | + $total_ptype_listings = 0; |
|
| 1168 | + if ($ptype) {
|
|
| 1169 | + $total_ptype_listings = geodir_total_listings_count($ptype); |
|
| 1170 | + } |
|
| 1171 | + $max_step = ceil($total_ptype_listings / $step_max_items) - 1; |
|
| 1172 | 1172 | |
| 1173 | - //if($fix){echo 'true';}else{echo 'false';}
|
|
| 1174 | - $is_error_during_diagnose = false; |
|
| 1175 | - $output_str = ''; |
|
| 1173 | + //if($fix){echo 'true';}else{echo 'false';}
|
|
| 1174 | + $is_error_during_diagnose = false; |
|
| 1175 | + $output_str = ''; |
|
| 1176 | 1176 | |
| 1177 | - if ($ptype && !empty($ptype) && $total_listings > $step_max_items) {
|
|
| 1178 | - $stepped_process = true; |
|
| 1179 | - } else {
|
|
| 1180 | - $stepped_process = false; |
|
| 1181 | - } |
|
| 1182 | - |
|
| 1183 | - if ($stepped_process) {
|
|
| 1184 | - $sql = $wpdb->prepare( "SELECT * FROM " . $wpdb->prefix . "geodir_" . $ptype . "_detail LIMIT %d OFFSET %d", $step_max_items, $offset ); |
|
| 1185 | - $posts = $wpdb->get_results( $sql ); |
|
| 1186 | - |
|
| 1187 | - if (!empty($posts)) {
|
|
| 1188 | - |
|
| 1189 | - foreach ($posts as $p) {
|
|
| 1190 | - $p->post_type = $ptype; |
|
| 1191 | - $raw_tags = wp_get_object_terms($p->post_id, $p->post_type . '_tags', array('fields' => 'names'));
|
|
| 1192 | - if (empty($raw_tags)) {
|
|
| 1193 | - $post_tags = ''; |
|
| 1194 | - } else {
|
|
| 1195 | - $post_tags = implode(",", $raw_tags);
|
|
| 1196 | - } |
|
| 1197 | - $tablename = $plugin_prefix . $p->post_type . '_detail'; |
|
| 1198 | - $wpdb->query($wpdb->prepare("UPDATE " . $tablename . " SET post_tags=%s WHERE post_id =%d", $post_tags, $p->post_id));
|
|
| 1199 | - |
|
| 1200 | - } |
|
| 1201 | - if ($step >= $max_step) {
|
|
| 1202 | - $output_str = "done"; |
|
| 1203 | - } else {
|
|
| 1204 | - $output_str = $step + 1; |
|
| 1205 | - } |
|
| 1206 | - } |
|
| 1207 | - |
|
| 1208 | - } else {
|
|
| 1209 | - $all_postypes = geodir_get_posttypes(); |
|
| 1210 | - |
|
| 1211 | - if (!empty($all_postypes)) {
|
|
| 1212 | - foreach ($all_postypes as $key) {
|
|
| 1213 | - // update each GD CPT |
|
| 1214 | - $posts = $wpdb->get_results( "SELECT * FROM " . $wpdb->prefix . "geodir_" . $key . "_detail"); |
|
| 1215 | - |
|
| 1216 | - if (!empty($posts)) {
|
|
| 1217 | - |
|
| 1218 | - foreach ($posts as $p) {
|
|
| 1219 | - $p->post_type = $key; |
|
| 1220 | - $raw_tags = wp_get_object_terms($p->post_id, $p->post_type . '_tags', array('fields' => 'names'));
|
|
| 1221 | - if (empty($raw_tags)) {
|
|
| 1222 | - $post_tags = ''; |
|
| 1223 | - } else {
|
|
| 1224 | - $post_tags = implode(",", $raw_tags);
|
|
| 1225 | - } |
|
| 1226 | - $tablename = $plugin_prefix . $p->post_type . '_detail'; |
|
| 1227 | - $wpdb->query($wpdb->prepare("UPDATE " . $tablename . " SET post_tags=%s WHERE post_id =%d", $post_tags, $p->post_id));
|
|
| 1228 | - |
|
| 1229 | - } |
|
| 1230 | - $output_str .= "<li>" . $key . __(': Done', 'geodirectory') . "</li>";
|
|
| 1231 | - } |
|
| 1232 | - |
|
| 1233 | - } |
|
| 1234 | - |
|
| 1235 | - } |
|
| 1236 | - } |
|
| 1237 | - |
|
| 1238 | - |
|
| 1239 | - if ($is_error_during_diagnose) {
|
|
| 1240 | - $info_div_class = "geodir_problem_info"; |
|
| 1241 | - $fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='ratings' />";
|
|
| 1242 | - } else {
|
|
| 1243 | - $info_div_class = "geodir_noproblem_info"; |
|
| 1244 | - $fix_button_txt = ''; |
|
| 1245 | - } |
|
| 1246 | - |
|
| 1247 | - if ($stepped_process) {
|
|
| 1248 | - $percent = ($step/$max_step) * 100; |
|
| 1249 | - if ($output_str == 'done') {
|
|
| 1250 | - echo $output_str; |
|
| 1251 | - } else {
|
|
| 1252 | - $output = array( |
|
| 1253 | - 'step' => $output_str, |
|
| 1254 | - 'percent' => $percent |
|
| 1255 | - ); |
|
| 1256 | - echo json_encode($output); |
|
| 1257 | - } |
|
| 1258 | - } else {
|
|
| 1259 | - echo "<ul class='$info_div_class'>"; |
|
| 1260 | - echo $output_str; |
|
| 1261 | - echo $fix_button_txt; |
|
| 1262 | - echo "</ul>"; |
|
| 1263 | - } |
|
| 1177 | + if ($ptype && !empty($ptype) && $total_listings > $step_max_items) {
|
|
| 1178 | + $stepped_process = true; |
|
| 1179 | + } else {
|
|
| 1180 | + $stepped_process = false; |
|
| 1181 | + } |
|
| 1182 | + |
|
| 1183 | + if ($stepped_process) {
|
|
| 1184 | + $sql = $wpdb->prepare( "SELECT * FROM " . $wpdb->prefix . "geodir_" . $ptype . "_detail LIMIT %d OFFSET %d", $step_max_items, $offset ); |
|
| 1185 | + $posts = $wpdb->get_results( $sql ); |
|
| 1186 | + |
|
| 1187 | + if (!empty($posts)) {
|
|
| 1188 | + |
|
| 1189 | + foreach ($posts as $p) {
|
|
| 1190 | + $p->post_type = $ptype; |
|
| 1191 | + $raw_tags = wp_get_object_terms($p->post_id, $p->post_type . '_tags', array('fields' => 'names'));
|
|
| 1192 | + if (empty($raw_tags)) {
|
|
| 1193 | + $post_tags = ''; |
|
| 1194 | + } else {
|
|
| 1195 | + $post_tags = implode(",", $raw_tags);
|
|
| 1196 | + } |
|
| 1197 | + $tablename = $plugin_prefix . $p->post_type . '_detail'; |
|
| 1198 | + $wpdb->query($wpdb->prepare("UPDATE " . $tablename . " SET post_tags=%s WHERE post_id =%d", $post_tags, $p->post_id));
|
|
| 1199 | + |
|
| 1200 | + } |
|
| 1201 | + if ($step >= $max_step) {
|
|
| 1202 | + $output_str = "done"; |
|
| 1203 | + } else {
|
|
| 1204 | + $output_str = $step + 1; |
|
| 1205 | + } |
|
| 1206 | + } |
|
| 1207 | + |
|
| 1208 | + } else {
|
|
| 1209 | + $all_postypes = geodir_get_posttypes(); |
|
| 1210 | + |
|
| 1211 | + if (!empty($all_postypes)) {
|
|
| 1212 | + foreach ($all_postypes as $key) {
|
|
| 1213 | + // update each GD CPT |
|
| 1214 | + $posts = $wpdb->get_results( "SELECT * FROM " . $wpdb->prefix . "geodir_" . $key . "_detail"); |
|
| 1215 | + |
|
| 1216 | + if (!empty($posts)) {
|
|
| 1217 | + |
|
| 1218 | + foreach ($posts as $p) {
|
|
| 1219 | + $p->post_type = $key; |
|
| 1220 | + $raw_tags = wp_get_object_terms($p->post_id, $p->post_type . '_tags', array('fields' => 'names'));
|
|
| 1221 | + if (empty($raw_tags)) {
|
|
| 1222 | + $post_tags = ''; |
|
| 1223 | + } else {
|
|
| 1224 | + $post_tags = implode(",", $raw_tags);
|
|
| 1225 | + } |
|
| 1226 | + $tablename = $plugin_prefix . $p->post_type . '_detail'; |
|
| 1227 | + $wpdb->query($wpdb->prepare("UPDATE " . $tablename . " SET post_tags=%s WHERE post_id =%d", $post_tags, $p->post_id));
|
|
| 1228 | + |
|
| 1229 | + } |
|
| 1230 | + $output_str .= "<li>" . $key . __(': Done', 'geodirectory') . "</li>";
|
|
| 1231 | + } |
|
| 1232 | + |
|
| 1233 | + } |
|
| 1234 | + |
|
| 1235 | + } |
|
| 1236 | + } |
|
| 1237 | + |
|
| 1238 | + |
|
| 1239 | + if ($is_error_during_diagnose) {
|
|
| 1240 | + $info_div_class = "geodir_problem_info"; |
|
| 1241 | + $fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='ratings' />";
|
|
| 1242 | + } else {
|
|
| 1243 | + $info_div_class = "geodir_noproblem_info"; |
|
| 1244 | + $fix_button_txt = ''; |
|
| 1245 | + } |
|
| 1246 | + |
|
| 1247 | + if ($stepped_process) {
|
|
| 1248 | + $percent = ($step/$max_step) * 100; |
|
| 1249 | + if ($output_str == 'done') {
|
|
| 1250 | + echo $output_str; |
|
| 1251 | + } else {
|
|
| 1252 | + $output = array( |
|
| 1253 | + 'step' => $output_str, |
|
| 1254 | + 'percent' => $percent |
|
| 1255 | + ); |
|
| 1256 | + echo json_encode($output); |
|
| 1257 | + } |
|
| 1258 | + } else {
|
|
| 1259 | + echo "<ul class='$info_div_class'>"; |
|
| 1260 | + echo $output_str; |
|
| 1261 | + echo $fix_button_txt; |
|
| 1262 | + echo "</ul>"; |
|
| 1263 | + } |
|
| 1264 | 1264 | } |
| 1265 | 1265 | |
| 1266 | 1266 | /** |
@@ -1275,75 +1275,75 @@ discard block |
||
| 1275 | 1275 | */ |
| 1276 | 1276 | function geodir_diagnose_cats_sync() |
| 1277 | 1277 | {
|
| 1278 | - global $wpdb, $plugin_prefix; |
|
| 1279 | - $fix = isset($_POST['fix']) ? true : false; |
|
| 1278 | + global $wpdb, $plugin_prefix; |
|
| 1279 | + $fix = isset($_POST['fix']) ? true : false; |
|
| 1280 | 1280 | |
| 1281 | - //if($fix){echo 'true';}else{echo 'false';}
|
|
| 1282 | - $is_error_during_diagnose = false; |
|
| 1283 | - $output_str = ''; |
|
| 1281 | + //if($fix){echo 'true';}else{echo 'false';}
|
|
| 1282 | + $is_error_during_diagnose = false; |
|
| 1283 | + $output_str = ''; |
|
| 1284 | 1284 | |
| 1285 | 1285 | |
| 1286 | - $all_postypes = geodir_get_posttypes(); |
|
| 1286 | + $all_postypes = geodir_get_posttypes(); |
|
| 1287 | 1287 | |
| 1288 | - if (!empty($all_postypes)) {
|
|
| 1289 | - foreach ($all_postypes as $key) {
|
|
| 1290 | - // update each GD CTP |
|
| 1291 | - $posts = $wpdb->get_results("SELECT * FROM " . $wpdb->prefix . "geodir_" . $key . "_detail d WHERE d." . $key . "category='' ");
|
|
| 1288 | + if (!empty($all_postypes)) {
|
|
| 1289 | + foreach ($all_postypes as $key) {
|
|
| 1290 | + // update each GD CTP |
|
| 1291 | + $posts = $wpdb->get_results("SELECT * FROM " . $wpdb->prefix . "geodir_" . $key . "_detail d WHERE d." . $key . "category='' ");
|
|
| 1292 | 1292 | |
| 1293 | - if (!empty($posts)) {
|
|
| 1293 | + if (!empty($posts)) {
|
|
| 1294 | 1294 | |
| 1295 | - foreach ($posts as $p) {
|
|
| 1296 | - $p->post_type = $key; |
|
| 1297 | - $raw_cats = wp_get_object_terms($p->post_id, $p->post_type . 'category', array('fields' => 'ids'));
|
|
| 1295 | + foreach ($posts as $p) {
|
|
| 1296 | + $p->post_type = $key; |
|
| 1297 | + $raw_cats = wp_get_object_terms($p->post_id, $p->post_type . 'category', array('fields' => 'ids'));
|
|
| 1298 | 1298 | |
| 1299 | - if (empty($raw_cats)) {
|
|
| 1300 | - $post_categories = get_post_meta($p->post_id, 'post_categories', true); |
|
| 1299 | + if (empty($raw_cats)) {
|
|
| 1300 | + $post_categories = get_post_meta($p->post_id, 'post_categories', true); |
|
| 1301 | 1301 | |
| 1302 | - if (!empty($post_categories) && !empty($post_categories[$p->post_type . 'category'])) {
|
|
| 1303 | - $post_categories[$p->post_type . 'category'] = str_replace("d:", "", $post_categories[$p->post_type . 'category']);
|
|
| 1304 | - foreach (explode(",", $post_categories[$p->post_type . 'category']) as $cat_part) {
|
|
| 1305 | - if (is_numeric($cat_part)) {
|
|
| 1306 | - $raw_cats[] = (int)$cat_part; |
|
| 1307 | - } |
|
| 1308 | - } |
|
| 1302 | + if (!empty($post_categories) && !empty($post_categories[$p->post_type . 'category'])) {
|
|
| 1303 | + $post_categories[$p->post_type . 'category'] = str_replace("d:", "", $post_categories[$p->post_type . 'category']);
|
|
| 1304 | + foreach (explode(",", $post_categories[$p->post_type . 'category']) as $cat_part) {
|
|
| 1305 | + if (is_numeric($cat_part)) {
|
|
| 1306 | + $raw_cats[] = (int)$cat_part; |
|
| 1307 | + } |
|
| 1308 | + } |
|
| 1309 | 1309 | |
| 1310 | - } |
|
| 1310 | + } |
|
| 1311 | 1311 | |
| 1312 | - if (!empty($raw_cats)) {
|
|
| 1313 | - $term_taxonomy_ids = wp_set_object_terms($p->post_id, $raw_cats, $p->post_type . 'category'); |
|
| 1312 | + if (!empty($raw_cats)) {
|
|
| 1313 | + $term_taxonomy_ids = wp_set_object_terms($p->post_id, $raw_cats, $p->post_type . 'category'); |
|
| 1314 | 1314 | |
| 1315 | - } |
|
| 1315 | + } |
|
| 1316 | 1316 | |
| 1317 | - } |
|
| 1317 | + } |
|
| 1318 | 1318 | |
| 1319 | 1319 | |
| 1320 | - if (empty($raw_cats)) {
|
|
| 1321 | - $post_cats = ''; |
|
| 1322 | - } else {
|
|
| 1323 | - $post_cats = ',' . implode(",", $raw_cats) . ',';
|
|
| 1324 | - } |
|
| 1325 | - $tablename = $plugin_prefix . $p->post_type . '_detail'; |
|
| 1326 | - $wpdb->query($wpdb->prepare("UPDATE " . $tablename . " SET " . $p->post_type . "category=%s WHERE post_id =%d", $post_cats, $p->post_id));
|
|
| 1327 | - } |
|
| 1320 | + if (empty($raw_cats)) {
|
|
| 1321 | + $post_cats = ''; |
|
| 1322 | + } else {
|
|
| 1323 | + $post_cats = ',' . implode(",", $raw_cats) . ',';
|
|
| 1324 | + } |
|
| 1325 | + $tablename = $plugin_prefix . $p->post_type . '_detail'; |
|
| 1326 | + $wpdb->query($wpdb->prepare("UPDATE " . $tablename . " SET " . $p->post_type . "category=%s WHERE post_id =%d", $post_cats, $p->post_id));
|
|
| 1327 | + } |
|
| 1328 | 1328 | |
| 1329 | - } |
|
| 1330 | - $output_str .= "<li>" . $key . __(': Done', 'geodirectory') . "</li>";
|
|
| 1329 | + } |
|
| 1330 | + $output_str .= "<li>" . $key . __(': Done', 'geodirectory') . "</li>";
|
|
| 1331 | 1331 | |
| 1332 | - } |
|
| 1332 | + } |
|
| 1333 | 1333 | |
| 1334 | - } |
|
| 1334 | + } |
|
| 1335 | 1335 | |
| 1336 | - if ($is_error_during_diagnose) {
|
|
| 1337 | - $info_div_class = "geodir_problem_info"; |
|
| 1338 | - $fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='ratings' />";
|
|
| 1339 | - } else {
|
|
| 1340 | - $info_div_class = "geodir_noproblem_info"; |
|
| 1341 | - $fix_button_txt = ''; |
|
| 1342 | - } |
|
| 1343 | - echo "<ul class='$info_div_class'>"; |
|
| 1344 | - echo $output_str; |
|
| 1345 | - echo $fix_button_txt; |
|
| 1346 | - echo "</ul>"; |
|
| 1336 | + if ($is_error_during_diagnose) {
|
|
| 1337 | + $info_div_class = "geodir_problem_info"; |
|
| 1338 | + $fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='ratings' />";
|
|
| 1339 | + } else {
|
|
| 1340 | + $info_div_class = "geodir_noproblem_info"; |
|
| 1341 | + $fix_button_txt = ''; |
|
| 1342 | + } |
|
| 1343 | + echo "<ul class='$info_div_class'>"; |
|
| 1344 | + echo $output_str; |
|
| 1345 | + echo $fix_button_txt; |
|
| 1346 | + echo "</ul>"; |
|
| 1347 | 1347 | |
| 1348 | 1348 | } |
| 1349 | 1349 | |
@@ -1357,61 +1357,61 @@ discard block |
||
| 1357 | 1357 | */ |
| 1358 | 1358 | function geodir_diagnose_version_clear() |
| 1359 | 1359 | {
|
| 1360 | - global $wpdb, $plugin_prefix; |
|
| 1361 | - $fix = isset($_POST['fix']) ? true : false; |
|
| 1362 | - |
|
| 1363 | - //if($fix){echo 'true';}else{echo 'false';}
|
|
| 1364 | - $is_error_during_diagnose = false; |
|
| 1365 | - $output_str = ''; |
|
| 1366 | - |
|
| 1367 | - |
|
| 1368 | - $gd_arr = array('GeoDirectory' => 'geodirectory_db_version',
|
|
| 1369 | - 'Payment Manager' => 'geodir_payments_db_version', |
|
| 1370 | - 'GeoDirectory Framework' => 'gdf_db_version', |
|
| 1371 | - 'Advanced Search' => 'geodiradvancesearch_db_version', |
|
| 1372 | - 'Review Rating Manager' => 'geodir_reviewratings_db_version', |
|
| 1373 | - 'Claim Manager' => 'geodirclaim_db_version', |
|
| 1374 | - 'CPT Manager' => 'geodir_custom_posts_db_version', |
|
| 1375 | - 'Location Manager' => 'geodirlocation_db_version', |
|
| 1376 | - 'Payment Manager' => 'geodir_payments_db_version', |
|
| 1377 | - 'Events Manager' => 'geodirevents_db_version', |
|
| 1378 | - ); |
|
| 1379 | - |
|
| 1380 | - /** |
|
| 1381 | - * Filter the array of plugins to clear the version numbers for in the GD >Tools : clear all version numbers. |
|
| 1382 | - * |
|
| 1383 | - * @since 1.0.0 |
|
| 1384 | - * @param array $gd_arr The array or addons to clear, array('GeoDirectory' => 'geodirectory_db_version',...
|
|
| 1385 | - */ |
|
| 1386 | - $ver_arr = apply_filters('geodir_db_version_name', $gd_arr);
|
|
| 1387 | - |
|
| 1388 | - if (!empty($ver_arr)) {
|
|
| 1389 | - foreach ($ver_arr as $key => $val) {
|
|
| 1390 | - if (delete_option($val)) {
|
|
| 1391 | - $output_str .= "<li>" . $key . __(' Version: Deleted', 'geodirectory') . "</li>";
|
|
| 1392 | - } else {
|
|
| 1393 | - $output_str .= "<li>" . $key . __(' Version: Not Found', 'geodirectory') . "</li>";
|
|
| 1394 | - } |
|
| 1395 | - |
|
| 1396 | - } |
|
| 1397 | - |
|
| 1398 | - if ($output_str) {
|
|
| 1399 | - $output_str .= "<li><strong>" . __(' Upgrade/install scripts will run on next page reload.', 'geodirectory') . "</strong></li>";
|
|
| 1400 | - } |
|
| 1401 | - |
|
| 1402 | - } |
|
| 1403 | - |
|
| 1404 | - if ($is_error_during_diagnose) {
|
|
| 1405 | - $info_div_class = "geodir_problem_info"; |
|
| 1406 | - $fix_button_txt = ""; |
|
| 1407 | - } else {
|
|
| 1408 | - $info_div_class = "geodir_noproblem_info"; |
|
| 1409 | - $fix_button_txt = ''; |
|
| 1410 | - } |
|
| 1411 | - echo "<ul class='$info_div_class'>"; |
|
| 1412 | - echo $output_str; |
|
| 1413 | - echo $fix_button_txt; |
|
| 1414 | - echo "</ul>"; |
|
| 1360 | + global $wpdb, $plugin_prefix; |
|
| 1361 | + $fix = isset($_POST['fix']) ? true : false; |
|
| 1362 | + |
|
| 1363 | + //if($fix){echo 'true';}else{echo 'false';}
|
|
| 1364 | + $is_error_during_diagnose = false; |
|
| 1365 | + $output_str = ''; |
|
| 1366 | + |
|
| 1367 | + |
|
| 1368 | + $gd_arr = array('GeoDirectory' => 'geodirectory_db_version',
|
|
| 1369 | + 'Payment Manager' => 'geodir_payments_db_version', |
|
| 1370 | + 'GeoDirectory Framework' => 'gdf_db_version', |
|
| 1371 | + 'Advanced Search' => 'geodiradvancesearch_db_version', |
|
| 1372 | + 'Review Rating Manager' => 'geodir_reviewratings_db_version', |
|
| 1373 | + 'Claim Manager' => 'geodirclaim_db_version', |
|
| 1374 | + 'CPT Manager' => 'geodir_custom_posts_db_version', |
|
| 1375 | + 'Location Manager' => 'geodirlocation_db_version', |
|
| 1376 | + 'Payment Manager' => 'geodir_payments_db_version', |
|
| 1377 | + 'Events Manager' => 'geodirevents_db_version', |
|
| 1378 | + ); |
|
| 1379 | + |
|
| 1380 | + /** |
|
| 1381 | + * Filter the array of plugins to clear the version numbers for in the GD >Tools : clear all version numbers. |
|
| 1382 | + * |
|
| 1383 | + * @since 1.0.0 |
|
| 1384 | + * @param array $gd_arr The array or addons to clear, array('GeoDirectory' => 'geodirectory_db_version',...
|
|
| 1385 | + */ |
|
| 1386 | + $ver_arr = apply_filters('geodir_db_version_name', $gd_arr);
|
|
| 1387 | + |
|
| 1388 | + if (!empty($ver_arr)) {
|
|
| 1389 | + foreach ($ver_arr as $key => $val) {
|
|
| 1390 | + if (delete_option($val)) {
|
|
| 1391 | + $output_str .= "<li>" . $key . __(' Version: Deleted', 'geodirectory') . "</li>";
|
|
| 1392 | + } else {
|
|
| 1393 | + $output_str .= "<li>" . $key . __(' Version: Not Found', 'geodirectory') . "</li>";
|
|
| 1394 | + } |
|
| 1395 | + |
|
| 1396 | + } |
|
| 1397 | + |
|
| 1398 | + if ($output_str) {
|
|
| 1399 | + $output_str .= "<li><strong>" . __(' Upgrade/install scripts will run on next page reload.', 'geodirectory') . "</strong></li>";
|
|
| 1400 | + } |
|
| 1401 | + |
|
| 1402 | + } |
|
| 1403 | + |
|
| 1404 | + if ($is_error_during_diagnose) {
|
|
| 1405 | + $info_div_class = "geodir_problem_info"; |
|
| 1406 | + $fix_button_txt = ""; |
|
| 1407 | + } else {
|
|
| 1408 | + $info_div_class = "geodir_noproblem_info"; |
|
| 1409 | + $fix_button_txt = ''; |
|
| 1410 | + } |
|
| 1411 | + echo "<ul class='$info_div_class'>"; |
|
| 1412 | + echo $output_str; |
|
| 1413 | + echo $fix_button_txt; |
|
| 1414 | + echo "</ul>"; |
|
| 1415 | 1415 | |
| 1416 | 1416 | } |
| 1417 | 1417 | |
@@ -1425,59 +1425,59 @@ discard block |
||
| 1425 | 1425 | */ |
| 1426 | 1426 | function geodir_diagnose_ratings() |
| 1427 | 1427 | {
|
| 1428 | - global $wpdb; |
|
| 1429 | - $fix = isset($_POST['fix']) ? true : false; |
|
| 1430 | - |
|
| 1431 | - //if($fix){echo 'true';}else{echo 'false';}
|
|
| 1432 | - $is_error_during_diagnose = false; |
|
| 1433 | - $output_str = ''; |
|
| 1434 | - |
|
| 1435 | - // check review locations |
|
| 1436 | - if ($wpdb->get_results("SELECT * FROM " . GEODIR_REVIEW_TABLE . " WHERE post_city='' OR post_city IS NULL OR post_latitude='' OR post_latitude IS NULL")) {
|
|
| 1437 | - $output_str .= "<li>" . __('Review locations missing or broken', 'geodirectory') . "</li>";
|
|
| 1438 | - $is_error_during_diagnose = true; |
|
| 1439 | - |
|
| 1440 | - if ($fix) {
|
|
| 1441 | - if (geodir_fix_review_location()) {
|
|
| 1442 | - $output_str .= "<li><strong>" . __('-->FIXED: Review locations fixed', 'geodirectory') . "</strong></li>";
|
|
| 1443 | - } else {
|
|
| 1444 | - $output_str .= "<li><strong>" . __('-->FAILED: Review locations fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1445 | - } |
|
| 1446 | - } |
|
| 1447 | - |
|
| 1448 | - } else {
|
|
| 1449 | - $output_str .= "<li>" . __('Review locations ok', 'geodirectory') . "</li>";
|
|
| 1450 | - } |
|
| 1451 | - |
|
| 1452 | - // check review content |
|
| 1453 | - if ($wpdb->get_results("SELECT * FROM " . GEODIR_REVIEW_TABLE . " WHERE comment_content IS NULL")) {
|
|
| 1454 | - $output_str .= "<li>" . __('Review content missing or broken', 'geodirectory') . "</li>";
|
|
| 1455 | - $is_error_during_diagnose = true; |
|
| 1456 | - |
|
| 1457 | - if ($fix) {
|
|
| 1458 | - if (geodir_fix_review_content()) {
|
|
| 1459 | - $output_str .= "<li><strong>" . __('-->FIXED: Review content fixed', 'geodirectory') . "</strong></li>";
|
|
| 1460 | - } else {
|
|
| 1461 | - $output_str .= "<li><strong>" . __('-->FAILED: Review content fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1462 | - } |
|
| 1463 | - } |
|
| 1464 | - |
|
| 1465 | - } else {
|
|
| 1466 | - $output_str .= "<li>" . __('Review content ok', 'geodirectory') . "</li>";
|
|
| 1467 | - } |
|
| 1468 | - |
|
| 1469 | - |
|
| 1470 | - if ($is_error_during_diagnose) {
|
|
| 1471 | - $info_div_class = "geodir_problem_info"; |
|
| 1472 | - $fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='ratings' />";
|
|
| 1473 | - } else {
|
|
| 1474 | - $info_div_class = "geodir_noproblem_info"; |
|
| 1475 | - $fix_button_txt = ''; |
|
| 1476 | - } |
|
| 1477 | - echo "<ul class='$info_div_class'>"; |
|
| 1478 | - echo $output_str; |
|
| 1479 | - echo $fix_button_txt; |
|
| 1480 | - echo "</ul>"; |
|
| 1428 | + global $wpdb; |
|
| 1429 | + $fix = isset($_POST['fix']) ? true : false; |
|
| 1430 | + |
|
| 1431 | + //if($fix){echo 'true';}else{echo 'false';}
|
|
| 1432 | + $is_error_during_diagnose = false; |
|
| 1433 | + $output_str = ''; |
|
| 1434 | + |
|
| 1435 | + // check review locations |
|
| 1436 | + if ($wpdb->get_results("SELECT * FROM " . GEODIR_REVIEW_TABLE . " WHERE post_city='' OR post_city IS NULL OR post_latitude='' OR post_latitude IS NULL")) {
|
|
| 1437 | + $output_str .= "<li>" . __('Review locations missing or broken', 'geodirectory') . "</li>";
|
|
| 1438 | + $is_error_during_diagnose = true; |
|
| 1439 | + |
|
| 1440 | + if ($fix) {
|
|
| 1441 | + if (geodir_fix_review_location()) {
|
|
| 1442 | + $output_str .= "<li><strong>" . __('-->FIXED: Review locations fixed', 'geodirectory') . "</strong></li>";
|
|
| 1443 | + } else {
|
|
| 1444 | + $output_str .= "<li><strong>" . __('-->FAILED: Review locations fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1445 | + } |
|
| 1446 | + } |
|
| 1447 | + |
|
| 1448 | + } else {
|
|
| 1449 | + $output_str .= "<li>" . __('Review locations ok', 'geodirectory') . "</li>";
|
|
| 1450 | + } |
|
| 1451 | + |
|
| 1452 | + // check review content |
|
| 1453 | + if ($wpdb->get_results("SELECT * FROM " . GEODIR_REVIEW_TABLE . " WHERE comment_content IS NULL")) {
|
|
| 1454 | + $output_str .= "<li>" . __('Review content missing or broken', 'geodirectory') . "</li>";
|
|
| 1455 | + $is_error_during_diagnose = true; |
|
| 1456 | + |
|
| 1457 | + if ($fix) {
|
|
| 1458 | + if (geodir_fix_review_content()) {
|
|
| 1459 | + $output_str .= "<li><strong>" . __('-->FIXED: Review content fixed', 'geodirectory') . "</strong></li>";
|
|
| 1460 | + } else {
|
|
| 1461 | + $output_str .= "<li><strong>" . __('-->FAILED: Review content fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1462 | + } |
|
| 1463 | + } |
|
| 1464 | + |
|
| 1465 | + } else {
|
|
| 1466 | + $output_str .= "<li>" . __('Review content ok', 'geodirectory') . "</li>";
|
|
| 1467 | + } |
|
| 1468 | + |
|
| 1469 | + |
|
| 1470 | + if ($is_error_during_diagnose) {
|
|
| 1471 | + $info_div_class = "geodir_problem_info"; |
|
| 1472 | + $fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='ratings' />";
|
|
| 1473 | + } else {
|
|
| 1474 | + $info_div_class = "geodir_noproblem_info"; |
|
| 1475 | + $fix_button_txt = ''; |
|
| 1476 | + } |
|
| 1477 | + echo "<ul class='$info_div_class'>"; |
|
| 1478 | + echo $output_str; |
|
| 1479 | + echo $fix_button_txt; |
|
| 1480 | + echo "</ul>"; |
|
| 1481 | 1481 | |
| 1482 | 1482 | } |
| 1483 | 1483 | |
@@ -1491,57 +1491,57 @@ discard block |
||
| 1491 | 1491 | */ |
| 1492 | 1492 | function geodir_diagnose_multisite_conversion() |
| 1493 | 1493 | {
|
| 1494 | - global $wpdb; |
|
| 1495 | - $fix = isset($_POST['fix']) ? true : false; |
|
| 1496 | - //if($fix){echo 'true';}else{echo 'false';}
|
|
| 1497 | - $is_error_during_diagnose = false; |
|
| 1498 | - $output_str = ''; |
|
| 1499 | - |
|
| 1500 | - $filter_arr = array(); |
|
| 1501 | - $filter_arr['output_str'] = $output_str; |
|
| 1502 | - $filter_arr['is_error_during_diagnose'] = $is_error_during_diagnose; |
|
| 1503 | - $table_arr = array('geodir_countries' => __('Countries', 'geodirectory'),
|
|
| 1504 | - 'geodir_custom_fields' => __('Custom fields', 'geodirectory'),
|
|
| 1505 | - 'geodir_post_icon' => __('Post icon', 'geodirectory'),
|
|
| 1506 | - 'geodir_attachments' => __('Attachments', 'geodirectory'),
|
|
| 1507 | - 'geodir_post_review' => __('Reviews', 'geodirectory'),
|
|
| 1508 | - 'geodir_custom_sort_fields' => __('Custom sort fields', 'geodirectory'),
|
|
| 1509 | - 'geodir_gd_place_detail' => __('Place detail', 'geodirectory')
|
|
| 1510 | - ); |
|
| 1511 | - |
|
| 1512 | - // allow other addons to hook in and add their checks |
|
| 1513 | - |
|
| 1514 | - /** |
|
| 1515 | - * Filter the array of tables. |
|
| 1516 | - * |
|
| 1517 | - * Filter the array of tables to check during the GD>Tools multisite DB conversion tool check, this allows addons to add their DB tables to the checks. |
|
| 1518 | - * |
|
| 1519 | - * @since 1.0.0 |
|
| 1520 | - * @param array $table_arr The array of tables to check, array('geodir_countries' => __('Countries', 'geodirectory'),...
|
|
| 1521 | - */ |
|
| 1522 | - $table_arr = apply_filters('geodir_diagnose_multisite_conversion', $table_arr);
|
|
| 1523 | - |
|
| 1524 | - foreach ($table_arr as $table => $table_name) {
|
|
| 1525 | - // Diagnose table |
|
| 1526 | - $filter_arr = geodir_diagnose_multisite_table($filter_arr, $table, $table_name, $fix); |
|
| 1527 | - } |
|
| 1528 | - |
|
| 1529 | - |
|
| 1530 | - $output_str = $filter_arr['output_str']; |
|
| 1531 | - $is_error_during_diagnose = $filter_arr['is_error_during_diagnose']; |
|
| 1532 | - |
|
| 1533 | - |
|
| 1534 | - if ($is_error_during_diagnose) {
|
|
| 1535 | - $info_div_class = "geodir_problem_info"; |
|
| 1536 | - $fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='multisite_conversion' />";
|
|
| 1537 | - } else {
|
|
| 1538 | - $info_div_class = "geodir_noproblem_info"; |
|
| 1539 | - $fix_button_txt = ''; |
|
| 1540 | - } |
|
| 1541 | - echo "<ul class='$info_div_class'>"; |
|
| 1542 | - echo $output_str; |
|
| 1543 | - echo $fix_button_txt; |
|
| 1544 | - echo "</ul>"; |
|
| 1494 | + global $wpdb; |
|
| 1495 | + $fix = isset($_POST['fix']) ? true : false; |
|
| 1496 | + //if($fix){echo 'true';}else{echo 'false';}
|
|
| 1497 | + $is_error_during_diagnose = false; |
|
| 1498 | + $output_str = ''; |
|
| 1499 | + |
|
| 1500 | + $filter_arr = array(); |
|
| 1501 | + $filter_arr['output_str'] = $output_str; |
|
| 1502 | + $filter_arr['is_error_during_diagnose'] = $is_error_during_diagnose; |
|
| 1503 | + $table_arr = array('geodir_countries' => __('Countries', 'geodirectory'),
|
|
| 1504 | + 'geodir_custom_fields' => __('Custom fields', 'geodirectory'),
|
|
| 1505 | + 'geodir_post_icon' => __('Post icon', 'geodirectory'),
|
|
| 1506 | + 'geodir_attachments' => __('Attachments', 'geodirectory'),
|
|
| 1507 | + 'geodir_post_review' => __('Reviews', 'geodirectory'),
|
|
| 1508 | + 'geodir_custom_sort_fields' => __('Custom sort fields', 'geodirectory'),
|
|
| 1509 | + 'geodir_gd_place_detail' => __('Place detail', 'geodirectory')
|
|
| 1510 | + ); |
|
| 1511 | + |
|
| 1512 | + // allow other addons to hook in and add their checks |
|
| 1513 | + |
|
| 1514 | + /** |
|
| 1515 | + * Filter the array of tables. |
|
| 1516 | + * |
|
| 1517 | + * Filter the array of tables to check during the GD>Tools multisite DB conversion tool check, this allows addons to add their DB tables to the checks. |
|
| 1518 | + * |
|
| 1519 | + * @since 1.0.0 |
|
| 1520 | + * @param array $table_arr The array of tables to check, array('geodir_countries' => __('Countries', 'geodirectory'),...
|
|
| 1521 | + */ |
|
| 1522 | + $table_arr = apply_filters('geodir_diagnose_multisite_conversion', $table_arr);
|
|
| 1523 | + |
|
| 1524 | + foreach ($table_arr as $table => $table_name) {
|
|
| 1525 | + // Diagnose table |
|
| 1526 | + $filter_arr = geodir_diagnose_multisite_table($filter_arr, $table, $table_name, $fix); |
|
| 1527 | + } |
|
| 1528 | + |
|
| 1529 | + |
|
| 1530 | + $output_str = $filter_arr['output_str']; |
|
| 1531 | + $is_error_during_diagnose = $filter_arr['is_error_during_diagnose']; |
|
| 1532 | + |
|
| 1533 | + |
|
| 1534 | + if ($is_error_during_diagnose) {
|
|
| 1535 | + $info_div_class = "geodir_problem_info"; |
|
| 1536 | + $fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='multisite_conversion' />";
|
|
| 1537 | + } else {
|
|
| 1538 | + $info_div_class = "geodir_noproblem_info"; |
|
| 1539 | + $fix_button_txt = ''; |
|
| 1540 | + } |
|
| 1541 | + echo "<ul class='$info_div_class'>"; |
|
| 1542 | + echo $output_str; |
|
| 1543 | + echo $fix_button_txt; |
|
| 1544 | + echo "</ul>"; |
|
| 1545 | 1545 | } |
| 1546 | 1546 | |
| 1547 | 1547 | /** |
@@ -1559,39 +1559,39 @@ discard block |
||
| 1559 | 1559 | */ |
| 1560 | 1560 | function geodir_fix_virtual_page($slug, $page_title, $old_id, $option) |
| 1561 | 1561 | {
|
| 1562 | - global $wpdb, $current_user; |
|
| 1563 | - |
|
| 1564 | - if (!empty($old_id)) {
|
|
| 1565 | - wp_delete_post($old_id, true); |
|
| 1566 | - }//delete post if already there |
|
| 1567 | - else {
|
|
| 1568 | - $page_found = $wpdb->get_var( |
|
| 1569 | - $wpdb->prepare( |
|
| 1570 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s LIMIT 1;", |
|
| 1571 | - array($slug) |
|
| 1572 | - ) |
|
| 1573 | - ); |
|
| 1574 | - wp_delete_post($page_found, true); |
|
| 1575 | - |
|
| 1576 | - } |
|
| 1577 | - |
|
| 1578 | - $page_data = array( |
|
| 1579 | - 'post_status' => 'publish', |
|
| 1580 | - 'post_type' => 'page', |
|
| 1581 | - 'post_author' => $current_user->ID, |
|
| 1582 | - 'post_name' => $slug, |
|
| 1583 | - 'post_title' => $page_title, |
|
| 1584 | - 'post_content' => '', |
|
| 1585 | - 'post_parent' => 0, |
|
| 1586 | - 'comment_status' => 'closed' |
|
| 1587 | - ); |
|
| 1588 | - $page_id = wp_insert_post($page_data); |
|
| 1589 | - update_option($option, $page_id); |
|
| 1590 | - if ($page_id) {
|
|
| 1591 | - return true; |
|
| 1592 | - } else {
|
|
| 1593 | - return false; |
|
| 1594 | - } |
|
| 1562 | + global $wpdb, $current_user; |
|
| 1563 | + |
|
| 1564 | + if (!empty($old_id)) {
|
|
| 1565 | + wp_delete_post($old_id, true); |
|
| 1566 | + }//delete post if already there |
|
| 1567 | + else {
|
|
| 1568 | + $page_found = $wpdb->get_var( |
|
| 1569 | + $wpdb->prepare( |
|
| 1570 | + "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s LIMIT 1;", |
|
| 1571 | + array($slug) |
|
| 1572 | + ) |
|
| 1573 | + ); |
|
| 1574 | + wp_delete_post($page_found, true); |
|
| 1575 | + |
|
| 1576 | + } |
|
| 1577 | + |
|
| 1578 | + $page_data = array( |
|
| 1579 | + 'post_status' => 'publish', |
|
| 1580 | + 'post_type' => 'page', |
|
| 1581 | + 'post_author' => $current_user->ID, |
|
| 1582 | + 'post_name' => $slug, |
|
| 1583 | + 'post_title' => $page_title, |
|
| 1584 | + 'post_content' => '', |
|
| 1585 | + 'post_parent' => 0, |
|
| 1586 | + 'comment_status' => 'closed' |
|
| 1587 | + ); |
|
| 1588 | + $page_id = wp_insert_post($page_data); |
|
| 1589 | + update_option($option, $page_id); |
|
| 1590 | + if ($page_id) {
|
|
| 1591 | + return true; |
|
| 1592 | + } else {
|
|
| 1593 | + return false; |
|
| 1594 | + } |
|
| 1595 | 1595 | } |
| 1596 | 1596 | |
| 1597 | 1597 | /** |
@@ -1603,212 +1603,212 @@ discard block |
||
| 1603 | 1603 | */ |
| 1604 | 1604 | function geodir_diagnose_default_pages() |
| 1605 | 1605 | {
|
| 1606 | - global $wpdb; |
|
| 1607 | - $is_error_during_diagnose = false; |
|
| 1608 | - $output_str = ''; |
|
| 1609 | - $fix = isset($_POST['fix']) ? true : false; |
|
| 1610 | - |
|
| 1611 | - ////////////////////////////////// |
|
| 1612 | - /* Diagnose GD Home Page Starts */ |
|
| 1613 | - ////////////////////////////////// |
|
| 1614 | - $option_value = get_option('geodir_home_page');
|
|
| 1615 | - $page = get_post($option_value); |
|
| 1616 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1617 | - |
|
| 1618 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1619 | - $output_str .= "<li>" . __('GD Home page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1620 | - else {
|
|
| 1621 | - $is_error_during_diagnose = true; |
|
| 1622 | - $output_str .= "<li><strong>" . __('GD Home page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1623 | - if ($fix) {
|
|
| 1624 | - if (geodir_fix_virtual_page('gd-home', __('GD Home page', 'geodirectory'), $page_found, 'geodir_home_page')) {
|
|
| 1625 | - $output_str .= "<li><strong>" . __('-->FIXED: GD Home page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1626 | - } else {
|
|
| 1627 | - $output_str .= "<li><strong>" . __('-->FAILED: GD Home page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1628 | - } |
|
| 1629 | - } |
|
| 1630 | - } |
|
| 1631 | - |
|
| 1632 | - //////////////////////////////// |
|
| 1633 | - /* Diagnose GD Home Page Ends */ |
|
| 1634 | - //////////////////////////////// |
|
| 1635 | - |
|
| 1636 | - ////////////////////////////////// |
|
| 1637 | - /* Diagnose Add Listing Page Starts */ |
|
| 1638 | - ////////////////////////////////// |
|
| 1639 | - $option_value = get_option('geodir_add_listing_page');
|
|
| 1640 | - $page = get_post($option_value); |
|
| 1641 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1642 | - |
|
| 1643 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1644 | - $output_str .= "<li>" . __('Add Listing page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1645 | - else {
|
|
| 1646 | - $is_error_during_diagnose = true; |
|
| 1647 | - $output_str .= "<li><strong>" . __('Add Listing page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1648 | - if ($fix) {
|
|
| 1649 | - if (geodir_fix_virtual_page('add-listing', __('Add Listing', 'geodirectory'), $page_found, 'geodir_add_listing_page')) {
|
|
| 1650 | - $output_str .= "<li><strong>" . __('-->FIXED: Add Listing page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1651 | - } else {
|
|
| 1652 | - $output_str .= "<li><strong>" . __('-->FAILED: Add Listing page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1653 | - } |
|
| 1654 | - } |
|
| 1655 | - } |
|
| 1656 | - |
|
| 1657 | - //////////////////////////////// |
|
| 1658 | - /* Diagnose Add Listing Page Ends */ |
|
| 1659 | - //////////////////////////////// |
|
| 1660 | - |
|
| 1661 | - |
|
| 1662 | - ////////////////////////////////// |
|
| 1663 | - /* Diagnose Listing Preview Page Starts */ |
|
| 1664 | - ////////////////////////////////// |
|
| 1665 | - $option_value = get_option('geodir_preview_page');
|
|
| 1666 | - $page = get_post($option_value); |
|
| 1667 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1668 | - |
|
| 1669 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1670 | - $output_str .= "<li>" . __('Listing Preview page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1671 | - else {
|
|
| 1672 | - $is_error_during_diagnose = true; |
|
| 1673 | - $output_str .= "<li><strong>" . __('Listing Preview page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1674 | - if ($fix) {
|
|
| 1675 | - if (geodir_fix_virtual_page('listing-preview', __('Listing Preview', 'geodirectory'), $page_found, 'geodir_preview_page')) {
|
|
| 1676 | - $output_str .= "<li><strong>" . __('-->FIXED: Listing Preview page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1677 | - } else {
|
|
| 1678 | - $output_str .= "<li><strong>" . __('-->FAILED: Listing Preview page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1679 | - } |
|
| 1680 | - } |
|
| 1681 | - } |
|
| 1682 | - |
|
| 1683 | - //////////////////////////////// |
|
| 1684 | - /* Diagnose Listing Preview Page Ends */ |
|
| 1685 | - //////////////////////////////// |
|
| 1686 | - |
|
| 1687 | - ////////////////////////////////// |
|
| 1688 | - /* Diagnose Listing Success Page Starts */ |
|
| 1689 | - ////////////////////////////////// |
|
| 1690 | - $option_value = get_option('geodir_success_page');
|
|
| 1691 | - $page = get_post($option_value); |
|
| 1692 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1693 | - |
|
| 1694 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1695 | - $output_str .= "<li>" . __('Listing Success page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1696 | - else {
|
|
| 1697 | - $is_error_during_diagnose = true; |
|
| 1698 | - $output_str .= "<li><strong>" . __('Listing Success page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1699 | - if ($fix) {
|
|
| 1700 | - if (geodir_fix_virtual_page('listing-success', __('Listing Success', 'geodirectory'), $page_found, 'geodir_success_page')) {
|
|
| 1701 | - $output_str .= "<li><strong>" . __('-->FIXED: Listing Success page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1702 | - } else {
|
|
| 1703 | - $output_str .= "<li><strong>" . __('-->FAILED: Listing Success page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1704 | - } |
|
| 1705 | - } |
|
| 1706 | - } |
|
| 1707 | - |
|
| 1708 | - //////////////////////////////// |
|
| 1709 | - /* Diagnose Listing Sucess Page Ends */ |
|
| 1710 | - //////////////////////////////// |
|
| 1711 | - |
|
| 1712 | - ////////////////////////////////// |
|
| 1713 | - /* Diagnose Info Page Starts */ |
|
| 1714 | - ////////////////////////////////// |
|
| 1715 | - $option_value = get_option('geodir_info_page');
|
|
| 1716 | - $page = get_post($option_value); |
|
| 1717 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1718 | - |
|
| 1719 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1720 | - $output_str .= "<li>" . __('Info page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1721 | - else {
|
|
| 1722 | - $is_error_during_diagnose = true; |
|
| 1723 | - $output_str .= "<li><strong>" . __('Info page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1724 | - if ($fix) {
|
|
| 1725 | - if (geodir_fix_virtual_page('gd-info', __('Info', 'geodirectory'), $page_found, 'geodir_info_page')) {
|
|
| 1726 | - $output_str .= "<li><strong>" . __('-->FIXED: Info page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1727 | - } else {
|
|
| 1728 | - $output_str .= "<li><strong>" . __('-->FAILED: Info page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1729 | - } |
|
| 1730 | - } |
|
| 1731 | - } |
|
| 1732 | - |
|
| 1733 | - //////////////////////////////// |
|
| 1734 | - /* Diagnose Info Page Ends */ |
|
| 1735 | - //////////////////////////////// |
|
| 1736 | - |
|
| 1737 | - ////////////////////////////////// |
|
| 1738 | - /* Diagnose Login Page Starts */ |
|
| 1739 | - ////////////////////////////////// |
|
| 1740 | - $option_value = get_option('geodir_login_page');
|
|
| 1741 | - $page = get_post($option_value); |
|
| 1742 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1743 | - |
|
| 1744 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1745 | - $output_str .= "<li>" . __('Login page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1746 | - else {
|
|
| 1747 | - $is_error_during_diagnose = true; |
|
| 1748 | - $output_str .= "<li><strong>" . __('Login page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1749 | - if ($fix) {
|
|
| 1750 | - if (geodir_fix_virtual_page('gd-login', __('Login', 'geodirectory'), $page_found, 'geodir_login_page')) {
|
|
| 1751 | - $output_str .= "<li><strong>" . __('-->FIXED: Login page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1752 | - } else {
|
|
| 1753 | - $output_str .= "<li><strong>" . __('-->FAILED: Login page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1754 | - } |
|
| 1755 | - } |
|
| 1756 | - } |
|
| 1757 | - |
|
| 1758 | - //////////////////////////////// |
|
| 1759 | - /* Diagnose Info Page Ends */ |
|
| 1760 | - //////////////////////////////// |
|
| 1761 | - |
|
| 1762 | - ////////////////////////////////// |
|
| 1763 | - /* Diagnose Location Page Starts */ |
|
| 1764 | - ////////////////////////////////// |
|
| 1765 | - $option_value = get_option('geodir_location_page');
|
|
| 1766 | - $page = get_post($option_value); |
|
| 1767 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1768 | - |
|
| 1769 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1770 | - $output_str .= "<li>" . __('Location page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1771 | - else {
|
|
| 1772 | - $is_error_during_diagnose = true; |
|
| 1773 | - $output_str .= "<li><strong>" . __('Location page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1774 | - if ($fix) {
|
|
| 1775 | - if (geodir_fix_virtual_page('location', __('Location', 'geodirectory'), $page_found, 'geodir_location_page')) {
|
|
| 1776 | - $output_str .= "<li><strong>" . __('-->FIXED: Location page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1777 | - } else {
|
|
| 1778 | - $output_str .= "<li><strong>" . __('-->FAILED: Location page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1779 | - } |
|
| 1780 | - } |
|
| 1781 | - } |
|
| 1782 | - |
|
| 1783 | - //////////////////////////////// |
|
| 1784 | - /* Diagnose Location Page Ends */ |
|
| 1785 | - //////////////////////////////// |
|
| 1786 | - |
|
| 1787 | - $page_chk_arr = array('output_str'=>$output_str,'is_error_during_diagnose'=>$is_error_during_diagnose );
|
|
| 1788 | - /** |
|
| 1789 | - * This action is called at the end of the GD Tools page check function. |
|
| 1790 | - * |
|
| 1791 | - * @since 1.5.2 |
|
| 1792 | - */ |
|
| 1793 | - $page_chk_arr = apply_filters('geodir_diagnose_default_pages',$page_chk_arr);
|
|
| 1794 | - |
|
| 1795 | - $output_str = $page_chk_arr['output_str']; |
|
| 1796 | - $is_error_during_diagnose = $page_chk_arr['is_error_during_diagnose']; |
|
| 1797 | - |
|
| 1798 | - if ($is_error_during_diagnose) {
|
|
| 1799 | - if ($fix) {
|
|
| 1800 | - flush_rewrite_rules(); |
|
| 1801 | - } |
|
| 1802 | - $info_div_class = "geodir_problem_info"; |
|
| 1803 | - $fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='default_pages' />";
|
|
| 1804 | - } else {
|
|
| 1805 | - $info_div_class = "geodir_noproblem_info"; |
|
| 1806 | - $fix_button_txt = ''; |
|
| 1807 | - } |
|
| 1808 | - echo "<ul class='$info_div_class'>"; |
|
| 1809 | - echo $output_str; |
|
| 1810 | - echo $fix_button_txt; |
|
| 1811 | - echo "</ul>"; |
|
| 1606 | + global $wpdb; |
|
| 1607 | + $is_error_during_diagnose = false; |
|
| 1608 | + $output_str = ''; |
|
| 1609 | + $fix = isset($_POST['fix']) ? true : false; |
|
| 1610 | + |
|
| 1611 | + ////////////////////////////////// |
|
| 1612 | + /* Diagnose GD Home Page Starts */ |
|
| 1613 | + ////////////////////////////////// |
|
| 1614 | + $option_value = get_option('geodir_home_page');
|
|
| 1615 | + $page = get_post($option_value); |
|
| 1616 | + if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1617 | + |
|
| 1618 | + if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1619 | + $output_str .= "<li>" . __('GD Home page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1620 | + else {
|
|
| 1621 | + $is_error_during_diagnose = true; |
|
| 1622 | + $output_str .= "<li><strong>" . __('GD Home page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1623 | + if ($fix) {
|
|
| 1624 | + if (geodir_fix_virtual_page('gd-home', __('GD Home page', 'geodirectory'), $page_found, 'geodir_home_page')) {
|
|
| 1625 | + $output_str .= "<li><strong>" . __('-->FIXED: GD Home page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1626 | + } else {
|
|
| 1627 | + $output_str .= "<li><strong>" . __('-->FAILED: GD Home page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1628 | + } |
|
| 1629 | + } |
|
| 1630 | + } |
|
| 1631 | + |
|
| 1632 | + //////////////////////////////// |
|
| 1633 | + /* Diagnose GD Home Page Ends */ |
|
| 1634 | + //////////////////////////////// |
|
| 1635 | + |
|
| 1636 | + ////////////////////////////////// |
|
| 1637 | + /* Diagnose Add Listing Page Starts */ |
|
| 1638 | + ////////////////////////////////// |
|
| 1639 | + $option_value = get_option('geodir_add_listing_page');
|
|
| 1640 | + $page = get_post($option_value); |
|
| 1641 | + if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1642 | + |
|
| 1643 | + if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1644 | + $output_str .= "<li>" . __('Add Listing page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1645 | + else {
|
|
| 1646 | + $is_error_during_diagnose = true; |
|
| 1647 | + $output_str .= "<li><strong>" . __('Add Listing page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1648 | + if ($fix) {
|
|
| 1649 | + if (geodir_fix_virtual_page('add-listing', __('Add Listing', 'geodirectory'), $page_found, 'geodir_add_listing_page')) {
|
|
| 1650 | + $output_str .= "<li><strong>" . __('-->FIXED: Add Listing page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1651 | + } else {
|
|
| 1652 | + $output_str .= "<li><strong>" . __('-->FAILED: Add Listing page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1653 | + } |
|
| 1654 | + } |
|
| 1655 | + } |
|
| 1656 | + |
|
| 1657 | + //////////////////////////////// |
|
| 1658 | + /* Diagnose Add Listing Page Ends */ |
|
| 1659 | + //////////////////////////////// |
|
| 1660 | + |
|
| 1661 | + |
|
| 1662 | + ////////////////////////////////// |
|
| 1663 | + /* Diagnose Listing Preview Page Starts */ |
|
| 1664 | + ////////////////////////////////// |
|
| 1665 | + $option_value = get_option('geodir_preview_page');
|
|
| 1666 | + $page = get_post($option_value); |
|
| 1667 | + if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1668 | + |
|
| 1669 | + if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1670 | + $output_str .= "<li>" . __('Listing Preview page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1671 | + else {
|
|
| 1672 | + $is_error_during_diagnose = true; |
|
| 1673 | + $output_str .= "<li><strong>" . __('Listing Preview page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1674 | + if ($fix) {
|
|
| 1675 | + if (geodir_fix_virtual_page('listing-preview', __('Listing Preview', 'geodirectory'), $page_found, 'geodir_preview_page')) {
|
|
| 1676 | + $output_str .= "<li><strong>" . __('-->FIXED: Listing Preview page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1677 | + } else {
|
|
| 1678 | + $output_str .= "<li><strong>" . __('-->FAILED: Listing Preview page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1679 | + } |
|
| 1680 | + } |
|
| 1681 | + } |
|
| 1682 | + |
|
| 1683 | + //////////////////////////////// |
|
| 1684 | + /* Diagnose Listing Preview Page Ends */ |
|
| 1685 | + //////////////////////////////// |
|
| 1686 | + |
|
| 1687 | + ////////////////////////////////// |
|
| 1688 | + /* Diagnose Listing Success Page Starts */ |
|
| 1689 | + ////////////////////////////////// |
|
| 1690 | + $option_value = get_option('geodir_success_page');
|
|
| 1691 | + $page = get_post($option_value); |
|
| 1692 | + if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1693 | + |
|
| 1694 | + if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1695 | + $output_str .= "<li>" . __('Listing Success page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1696 | + else {
|
|
| 1697 | + $is_error_during_diagnose = true; |
|
| 1698 | + $output_str .= "<li><strong>" . __('Listing Success page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1699 | + if ($fix) {
|
|
| 1700 | + if (geodir_fix_virtual_page('listing-success', __('Listing Success', 'geodirectory'), $page_found, 'geodir_success_page')) {
|
|
| 1701 | + $output_str .= "<li><strong>" . __('-->FIXED: Listing Success page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1702 | + } else {
|
|
| 1703 | + $output_str .= "<li><strong>" . __('-->FAILED: Listing Success page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1704 | + } |
|
| 1705 | + } |
|
| 1706 | + } |
|
| 1707 | + |
|
| 1708 | + //////////////////////////////// |
|
| 1709 | + /* Diagnose Listing Sucess Page Ends */ |
|
| 1710 | + //////////////////////////////// |
|
| 1711 | + |
|
| 1712 | + ////////////////////////////////// |
|
| 1713 | + /* Diagnose Info Page Starts */ |
|
| 1714 | + ////////////////////////////////// |
|
| 1715 | + $option_value = get_option('geodir_info_page');
|
|
| 1716 | + $page = get_post($option_value); |
|
| 1717 | + if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1718 | + |
|
| 1719 | + if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1720 | + $output_str .= "<li>" . __('Info page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1721 | + else {
|
|
| 1722 | + $is_error_during_diagnose = true; |
|
| 1723 | + $output_str .= "<li><strong>" . __('Info page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1724 | + if ($fix) {
|
|
| 1725 | + if (geodir_fix_virtual_page('gd-info', __('Info', 'geodirectory'), $page_found, 'geodir_info_page')) {
|
|
| 1726 | + $output_str .= "<li><strong>" . __('-->FIXED: Info page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1727 | + } else {
|
|
| 1728 | + $output_str .= "<li><strong>" . __('-->FAILED: Info page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1729 | + } |
|
| 1730 | + } |
|
| 1731 | + } |
|
| 1732 | + |
|
| 1733 | + //////////////////////////////// |
|
| 1734 | + /* Diagnose Info Page Ends */ |
|
| 1735 | + //////////////////////////////// |
|
| 1736 | + |
|
| 1737 | + ////////////////////////////////// |
|
| 1738 | + /* Diagnose Login Page Starts */ |
|
| 1739 | + ////////////////////////////////// |
|
| 1740 | + $option_value = get_option('geodir_login_page');
|
|
| 1741 | + $page = get_post($option_value); |
|
| 1742 | + if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1743 | + |
|
| 1744 | + if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1745 | + $output_str .= "<li>" . __('Login page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1746 | + else {
|
|
| 1747 | + $is_error_during_diagnose = true; |
|
| 1748 | + $output_str .= "<li><strong>" . __('Login page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1749 | + if ($fix) {
|
|
| 1750 | + if (geodir_fix_virtual_page('gd-login', __('Login', 'geodirectory'), $page_found, 'geodir_login_page')) {
|
|
| 1751 | + $output_str .= "<li><strong>" . __('-->FIXED: Login page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1752 | + } else {
|
|
| 1753 | + $output_str .= "<li><strong>" . __('-->FAILED: Login page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1754 | + } |
|
| 1755 | + } |
|
| 1756 | + } |
|
| 1757 | + |
|
| 1758 | + //////////////////////////////// |
|
| 1759 | + /* Diagnose Info Page Ends */ |
|
| 1760 | + //////////////////////////////// |
|
| 1761 | + |
|
| 1762 | + ////////////////////////////////// |
|
| 1763 | + /* Diagnose Location Page Starts */ |
|
| 1764 | + ////////////////////////////////// |
|
| 1765 | + $option_value = get_option('geodir_location_page');
|
|
| 1766 | + $page = get_post($option_value); |
|
| 1767 | + if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1768 | + |
|
| 1769 | + if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1770 | + $output_str .= "<li>" . __('Location page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1771 | + else {
|
|
| 1772 | + $is_error_during_diagnose = true; |
|
| 1773 | + $output_str .= "<li><strong>" . __('Location page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1774 | + if ($fix) {
|
|
| 1775 | + if (geodir_fix_virtual_page('location', __('Location', 'geodirectory'), $page_found, 'geodir_location_page')) {
|
|
| 1776 | + $output_str .= "<li><strong>" . __('-->FIXED: Location page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1777 | + } else {
|
|
| 1778 | + $output_str .= "<li><strong>" . __('-->FAILED: Location page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1779 | + } |
|
| 1780 | + } |
|
| 1781 | + } |
|
| 1782 | + |
|
| 1783 | + //////////////////////////////// |
|
| 1784 | + /* Diagnose Location Page Ends */ |
|
| 1785 | + //////////////////////////////// |
|
| 1786 | + |
|
| 1787 | + $page_chk_arr = array('output_str'=>$output_str,'is_error_during_diagnose'=>$is_error_during_diagnose );
|
|
| 1788 | + /** |
|
| 1789 | + * This action is called at the end of the GD Tools page check function. |
|
| 1790 | + * |
|
| 1791 | + * @since 1.5.2 |
|
| 1792 | + */ |
|
| 1793 | + $page_chk_arr = apply_filters('geodir_diagnose_default_pages',$page_chk_arr);
|
|
| 1794 | + |
|
| 1795 | + $output_str = $page_chk_arr['output_str']; |
|
| 1796 | + $is_error_during_diagnose = $page_chk_arr['is_error_during_diagnose']; |
|
| 1797 | + |
|
| 1798 | + if ($is_error_during_diagnose) {
|
|
| 1799 | + if ($fix) {
|
|
| 1800 | + flush_rewrite_rules(); |
|
| 1801 | + } |
|
| 1802 | + $info_div_class = "geodir_problem_info"; |
|
| 1803 | + $fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='default_pages' />";
|
|
| 1804 | + } else {
|
|
| 1805 | + $info_div_class = "geodir_noproblem_info"; |
|
| 1806 | + $fix_button_txt = ''; |
|
| 1807 | + } |
|
| 1808 | + echo "<ul class='$info_div_class'>"; |
|
| 1809 | + echo $output_str; |
|
| 1810 | + echo $fix_button_txt; |
|
| 1811 | + echo "</ul>"; |
|
| 1812 | 1812 | |
| 1813 | 1813 | } |
| 1814 | 1814 | |
@@ -1820,26 +1820,26 @@ discard block |
||
| 1820 | 1820 | * @global object $wpdb WordPress Database object. |
| 1821 | 1821 | */ |
| 1822 | 1822 | function geodir_diagnose_load_db_language() {
|
| 1823 | - global $wpdb; |
|
| 1823 | + global $wpdb; |
|
| 1824 | 1824 | |
| 1825 | 1825 | $is_error_during_diagnose = geodirectory_load_db_language(); |
| 1826 | 1826 | |
| 1827 | - $output_str = ''; |
|
| 1828 | - $fix_button_txt = ''; |
|
| 1827 | + $output_str = ''; |
|
| 1828 | + $fix_button_txt = ''; |
|
| 1829 | 1829 | |
| 1830 | - if ($is_error_during_diagnose) {
|
|
| 1831 | - $output_str .= "<li>" . __('Fail to load custom fields in to file for translation, please check file permission:', 'geodirectory') . ' ' . geodir_plugin_path() . '/db-language.php' . "</li>";
|
|
| 1830 | + if ($is_error_during_diagnose) {
|
|
| 1831 | + $output_str .= "<li>" . __('Fail to load custom fields in to file for translation, please check file permission:', 'geodirectory') . ' ' . geodir_plugin_path() . '/db-language.php' . "</li>";
|
|
| 1832 | 1832 | $info_div_class = "geodir_problem_info"; |
| 1833 | - } else {
|
|
| 1834 | - $output_str .= "<li>" . __('Load custom fields in to file for translation: ok', 'geodirectory') . "</li>";
|
|
| 1833 | + } else {
|
|
| 1834 | + $output_str .= "<li>" . __('Load custom fields in to file for translation: ok', 'geodirectory') . "</li>";
|
|
| 1835 | 1835 | $info_div_class = "geodir_noproblem_info"; |
| 1836 | - $fix_button_txt = ''; |
|
| 1837 | - } |
|
| 1836 | + $fix_button_txt = ''; |
|
| 1837 | + } |
|
| 1838 | 1838 | |
| 1839 | 1839 | echo "<ul class='$info_div_class'>"; |
| 1840 | - echo $output_str; |
|
| 1841 | - echo $fix_button_txt; |
|
| 1842 | - echo "</ul>"; |
|
| 1840 | + echo $output_str; |
|
| 1841 | + echo $fix_button_txt; |
|
| 1842 | + echo "</ul>"; |
|
| 1843 | 1843 | |
| 1844 | 1844 | } |
| 1845 | 1845 | |
@@ -1870,23 +1870,23 @@ discard block |
||
| 1870 | 1870 | */ |
| 1871 | 1871 | function geodir_posts_clauses_request($clauses) |
| 1872 | 1872 | {
|
| 1873 | - global $wpdb, $wp_query, $plugin_prefix; |
|
| 1873 | + global $wpdb, $wp_query, $plugin_prefix; |
|
| 1874 | 1874 | |
| 1875 | - if (is_admin() && !empty($wp_query->query_vars) && !empty($wp_query->query_vars['is_geodir_loop']) && !empty($wp_query->query_vars['orderby']) && $wp_query->query_vars['orderby'] == 'expire' && !empty($wp_query->query_vars['post_type']) && in_array($wp_query->query_vars['post_type'], geodir_get_posttypes()) && !empty($wp_query->query_vars['orderby']) && isset($clauses['join']) && isset($clauses['orderby']) && isset($clauses['fields'])) {
|
|
| 1876 | - $table = $plugin_prefix . $wp_query->query_vars['post_type'] . '_detail'; |
|
| 1875 | + if (is_admin() && !empty($wp_query->query_vars) && !empty($wp_query->query_vars['is_geodir_loop']) && !empty($wp_query->query_vars['orderby']) && $wp_query->query_vars['orderby'] == 'expire' && !empty($wp_query->query_vars['post_type']) && in_array($wp_query->query_vars['post_type'], geodir_get_posttypes()) && !empty($wp_query->query_vars['orderby']) && isset($clauses['join']) && isset($clauses['orderby']) && isset($clauses['fields'])) {
|
|
| 1876 | + $table = $plugin_prefix . $wp_query->query_vars['post_type'] . '_detail'; |
|
| 1877 | 1877 | |
| 1878 | - $join = $clauses['join'] . ' INNER JOIN ' . $table . ' AS gd_posts ON (gd_posts.post_id = ' . $wpdb->posts . '.ID)'; |
|
| 1879 | - $clauses['join'] = $join; |
|
| 1878 | + $join = $clauses['join'] . ' INNER JOIN ' . $table . ' AS gd_posts ON (gd_posts.post_id = ' . $wpdb->posts . '.ID)'; |
|
| 1879 | + $clauses['join'] = $join; |
|
| 1880 | 1880 | |
| 1881 | - $fields = $clauses['fields'] != '' ? $clauses['fields'] . ', ' : ''; |
|
| 1882 | - $fields .= 'IF(UNIX_TIMESTAMP(DATE_FORMAT(gd_posts.expire_date, "%Y-%m-%d")), UNIX_TIMESTAMP(DATE_FORMAT(gd_posts.expire_date, "%Y-%m-%d")), 253402300799) AS gd_expire'; |
|
| 1883 | - $clauses['fields'] = $fields; |
|
| 1881 | + $fields = $clauses['fields'] != '' ? $clauses['fields'] . ', ' : ''; |
|
| 1882 | + $fields .= 'IF(UNIX_TIMESTAMP(DATE_FORMAT(gd_posts.expire_date, "%Y-%m-%d")), UNIX_TIMESTAMP(DATE_FORMAT(gd_posts.expire_date, "%Y-%m-%d")), 253402300799) AS gd_expire'; |
|
| 1883 | + $clauses['fields'] = $fields; |
|
| 1884 | 1884 | |
| 1885 | - $order = !empty($wp_query->query_vars['order']) ? $wp_query->query_vars['order'] : 'ASC'; |
|
| 1886 | - $orderby = 'gd_expire ' . $order; |
|
| 1887 | - $clauses['orderby'] = $orderby; |
|
| 1888 | - } |
|
| 1889 | - return $clauses; |
|
| 1885 | + $order = !empty($wp_query->query_vars['order']) ? $wp_query->query_vars['order'] : 'ASC'; |
|
| 1886 | + $orderby = 'gd_expire ' . $order; |
|
| 1887 | + $clauses['orderby'] = $orderby; |
|
| 1888 | + } |
|
| 1889 | + return $clauses; |
|
| 1890 | 1890 | } |
| 1891 | 1891 | |
| 1892 | 1892 | |
@@ -1907,7 +1907,7 @@ discard block |
||
| 1907 | 1907 | */ |
| 1908 | 1908 | function gd_theme_switch_compat_check() |
| 1909 | 1909 | {
|
| 1910 | - gd_set_theme_compat(); |
|
| 1910 | + gd_set_theme_compat(); |
|
| 1911 | 1911 | } |
| 1912 | 1912 | |
| 1913 | 1913 | /** |
@@ -1920,27 +1920,27 @@ discard block |
||
| 1920 | 1920 | */ |
| 1921 | 1921 | function geodir_str_getcsv($input, $delimiter = ",", $enclosure = '"', $escape = "\\") |
| 1922 | 1922 | {
|
| 1923 | - if (function_exists('str_getcsv')) {
|
|
| 1924 | - $fgetcsv = str_getcsv($input, $delimiter, $enclosure, $escape); |
|
| 1925 | - } else {
|
|
| 1926 | - global $current_user; |
|
| 1927 | - $upload_dir = wp_upload_dir(); |
|
| 1928 | - |
|
| 1929 | - $file = $upload_dir['path'] . '/temp_' . $current_user->data->ID . '/geodir_tmp.csv'; |
|
| 1930 | - $handle = fopen($file, 'w'); |
|
| 1931 | - |
|
| 1932 | - fwrite($handle, $input); |
|
| 1933 | - fclose($handle); |
|
| 1934 | - |
|
| 1935 | - $handle = fopen($file, 'rt'); |
|
| 1936 | - if (PHP_VERSION >= '5.3.0') {
|
|
| 1937 | - $fgetcsv = fgetcsv($handle, 0, $delimiter, $enclosure, $escape); |
|
| 1938 | - } else {
|
|
| 1939 | - $fgetcsv = fgetcsv($handle, 0, $delimiter, $enclosure); |
|
| 1940 | - } |
|
| 1941 | - fclose($handle); |
|
| 1942 | - } |
|
| 1943 | - return $fgetcsv; |
|
| 1923 | + if (function_exists('str_getcsv')) {
|
|
| 1924 | + $fgetcsv = str_getcsv($input, $delimiter, $enclosure, $escape); |
|
| 1925 | + } else {
|
|
| 1926 | + global $current_user; |
|
| 1927 | + $upload_dir = wp_upload_dir(); |
|
| 1928 | + |
|
| 1929 | + $file = $upload_dir['path'] . '/temp_' . $current_user->data->ID . '/geodir_tmp.csv'; |
|
| 1930 | + $handle = fopen($file, 'w'); |
|
| 1931 | + |
|
| 1932 | + fwrite($handle, $input); |
|
| 1933 | + fclose($handle); |
|
| 1934 | + |
|
| 1935 | + $handle = fopen($file, 'rt'); |
|
| 1936 | + if (PHP_VERSION >= '5.3.0') {
|
|
| 1937 | + $fgetcsv = fgetcsv($handle, 0, $delimiter, $enclosure, $escape); |
|
| 1938 | + } else {
|
|
| 1939 | + $fgetcsv = fgetcsv($handle, 0, $delimiter, $enclosure); |
|
| 1940 | + } |
|
| 1941 | + fclose($handle); |
|
| 1942 | + } |
|
| 1943 | + return $fgetcsv; |
|
| 1944 | 1944 | } |
| 1945 | 1945 | |
| 1946 | 1946 | add_action('wp_ajax_gdImportCsv', 'geodir_ajax_import_csv');
|
@@ -1955,375 +1955,375 @@ discard block |
||
| 1955 | 1955 | */ |
| 1956 | 1956 | function geodir_ajax_import_csv() |
| 1957 | 1957 | {
|
| 1958 | - error_reporting(0); // hide error to get clean json response |
|
| 1958 | + error_reporting(0); // hide error to get clean json response |
|
| 1959 | 1959 | |
| 1960 | - global $wpdb, $plugin_prefix, $current_user; |
|
| 1961 | - $uploads = wp_upload_dir(); |
|
| 1962 | - ini_set('auto_detect_line_endings', true);
|
|
| 1960 | + global $wpdb, $plugin_prefix, $current_user; |
|
| 1961 | + $uploads = wp_upload_dir(); |
|
| 1962 | + ini_set('auto_detect_line_endings', true);
|
|
| 1963 | 1963 | |
| 1964 | 1964 | $wp_post_statuses = get_post_statuses(); // All of the WordPress supported post statuses. |
| 1965 | 1965 | |
| 1966 | - $task = isset($_POST['task']) ? $_POST['task'] : ''; |
|
| 1967 | - $uploadedFile = isset($_POST['gddata']['uploadedFile']) ? $_POST['gddata']['uploadedFile'] : NULL; |
|
| 1968 | - $filename = $uploadedFile; |
|
| 1969 | - |
|
| 1970 | - $uploads = wp_upload_dir(); |
|
| 1971 | - $uploads_dir = $uploads['path']; |
|
| 1972 | - $image_name_arr = explode('/', $filename);
|
|
| 1973 | - $filename = end($image_name_arr); |
|
| 1974 | - $target_path = $uploads_dir . '/temp_' . $current_user->data->ID . '/' . $filename; |
|
| 1975 | - $return = array(); |
|
| 1976 | - $return['file'] = $uploadedFile; |
|
| 1977 | - $return['error'] = __('The uploaded file is not a valid csv file. Please try again.', 'geodirectory');
|
|
| 1978 | - |
|
| 1979 | - if (is_file($target_path) && file_exists($target_path) && $uploadedFile) {
|
|
| 1980 | - $wp_filetype = wp_check_filetype_and_ext($target_path, $filename); |
|
| 1981 | - |
|
| 1982 | - if (!empty($wp_filetype) && isset($wp_filetype['ext']) && geodir_strtolower($wp_filetype['ext']) == 'csv') {
|
|
| 1983 | - $return['error'] = NULL; |
|
| 1984 | - |
|
| 1985 | - $return['rows'] = 0; |
|
| 1986 | - |
|
| 1987 | - |
|
| 1988 | - |
|
| 1989 | - if (($handle = fopen($target_path, "r")) !== FALSE) {
|
|
| 1990 | - while (($data = fgetcsv($handle, 1000, ",")) !== FALSE) {
|
|
| 1991 | - if(is_array($data) && !empty($data)) {
|
|
| 1992 | - $file[] = '"' . implode('","', $data) . '"';
|
|
| 1993 | - } |
|
| 1994 | - } |
|
| 1995 | - fclose($handle); |
|
| 1996 | - $file = $file; |
|
| 1997 | - } |
|
| 1998 | - |
|
| 1999 | - |
|
| 2000 | - |
|
| 2001 | - $return['rows'] = (!empty($file) && count($file) > 1) ? count($file) - 1 : 0; |
|
| 2002 | - |
|
| 2003 | - |
|
| 2004 | - if (!$return['rows'] > 0) {
|
|
| 2005 | - $return['error'] = __('No data found in csv file.', 'geodirectory');
|
|
| 2006 | - } |
|
| 2007 | - } |
|
| 2008 | - } |
|
| 2009 | - if ($task == 'prepare' || !empty($return['error'])) {
|
|
| 2010 | - echo json_encode($return); |
|
| 2011 | - exit; |
|
| 2012 | - } |
|
| 2013 | - |
|
| 2014 | - $totRecords = isset($_POST['gddata']['totRecords']) ? $_POST['gddata']['totRecords'] : NULL; |
|
| 2015 | - $importlimit = isset($_POST['gddata']['importlimit']) ? $_POST['gddata']['importlimit'] : 1; |
|
| 2016 | - $count = $importlimit; |
|
| 2017 | - $requested_limit = $importlimit; |
|
| 2018 | - $tmpCnt = isset($_POST['gddata']['tmpcount']) ? $_POST['gddata']['tmpcount'] : 0; |
|
| 2019 | - |
|
| 2020 | - if ($count < $totRecords) {
|
|
| 2021 | - $count = $tmpCnt + $count; |
|
| 2022 | - if ($count > $totRecords) {
|
|
| 2023 | - $count = $totRecords; |
|
| 2024 | - } |
|
| 2025 | - } else {
|
|
| 2026 | - $count = $totRecords; |
|
| 2027 | - } |
|
| 2028 | - |
|
| 2029 | - $total_records = 0; |
|
| 2030 | - $rowcount = 0; |
|
| 2031 | - $address_invalid = 0; |
|
| 2032 | - $blank_address = 0; |
|
| 2033 | - $upload_files = 0; |
|
| 2034 | - $invalid_post_type = 0; |
|
| 2035 | - $invalid_title = 0; |
|
| 2036 | - $customKeyarray = array(); |
|
| 2037 | - $gd_post_info = array(); |
|
| 2038 | - $post_location = array(); |
|
| 2039 | - $countpost = 0; |
|
| 2040 | - |
|
| 2041 | - if (!empty($file)) {
|
|
| 2042 | - $columns = isset($file[0]) ? geodir_str_getcsv($file[0]) : NULL; |
|
| 2043 | - $customKeyarray = $columns; |
|
| 2044 | - |
|
| 2045 | - if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
|
|
| 2046 | - $return['error'] = CSV_INVAILD_FILE; |
|
| 2047 | - echo json_encode($return); |
|
| 2048 | - exit; |
|
| 2049 | - } |
|
| 2050 | - |
|
| 2051 | - for ($i = 1; $i <= $importlimit; $i++) {
|
|
| 2052 | - $current_index = $tmpCnt + $i; |
|
| 2053 | - if (isset($file[$current_index])) {
|
|
| 2054 | - $total_records++; |
|
| 2055 | - |
|
| 2056 | - $buffer = geodir_str_getcsv($file[$current_index]); |
|
| 2057 | - $post_title = addslashes($buffer[0]); |
|
| 2058 | - $current_post_author = $buffer[1]; |
|
| 2059 | - $post_desc = addslashes($buffer[2]); |
|
| 2060 | - $post_cat = array(); |
|
| 2061 | - $catids_arr = array(); |
|
| 2062 | - $post_cat = trim($buffer[3]); // comma seperated category name |
|
| 2063 | - |
|
| 2064 | - if ($post_cat) {
|
|
| 2065 | - $post_cat_arr = explode(',', $post_cat);
|
|
| 2066 | - |
|
| 2067 | - for ($c = 0; $c < count($post_cat_arr); $c++) {
|
|
| 2068 | - $catid = wp_kses_normalize_entities(trim($post_cat_arr[$c])); |
|
| 2069 | - |
|
| 2070 | - if (!empty($buffer[5])) {
|
|
| 2071 | - if (in_array($buffer[5], geodir_get_posttypes())) {
|
|
| 2072 | - |
|
| 2073 | - $p_taxonomy = geodir_get_taxonomies(addslashes($buffer[5])); |
|
| 2074 | - |
|
| 2075 | - if (get_term_by('name', $catid, $p_taxonomy[0])) {
|
|
| 2076 | - $cat = get_term_by('name', $catid, $p_taxonomy[0]);
|
|
| 2077 | - $catids_arr[] = $cat->slug; |
|
| 2078 | - } else if (get_term_by('slug', $catid, $p_taxonomy[0])) {
|
|
| 2079 | - $cat = get_term_by('slug', $catid, $p_taxonomy[0]);
|
|
| 2080 | - $catids_arr[] = $cat->slug; |
|
| 2081 | - } else {
|
|
| 2082 | - $ret = wp_insert_term($catid, $p_taxonomy[0]); |
|
| 2083 | - if ($ret && !is_wp_error($ret)) {
|
|
| 2084 | - if (get_term_by('name', $catid, $p_taxonomy[0])) {
|
|
| 2085 | - $cat = get_term_by('name', $catid, $p_taxonomy[0]);
|
|
| 2086 | - $catids_arr[] = $cat->slug; |
|
| 2087 | - } elseif (get_term_by('slug', $catid, $p_taxonomy[0])) {
|
|
| 2088 | - $cat = get_term_by('slug', $catid, $p_taxonomy[0]);
|
|
| 2089 | - $catids_arr[] = $cat->slug; |
|
| 2090 | - } |
|
| 2091 | - } |
|
| 2092 | - } |
|
| 2093 | - } |
|
| 2094 | - } |
|
| 2095 | - } |
|
| 2096 | - } |
|
| 2097 | - |
|
| 2098 | - if (!$catids_arr) {
|
|
| 2099 | - $catids_arr[] = 1; |
|
| 2100 | - } |
|
| 2101 | - |
|
| 2102 | - $post_tags = trim($buffer[4]); // comma seperated tags |
|
| 2103 | - |
|
| 2104 | - $tag_arr = ''; |
|
| 2105 | - if ($post_tags) {
|
|
| 2106 | - $tag_arr = explode(',', $post_tags);
|
|
| 2107 | - } |
|
| 2108 | - |
|
| 2109 | - $table = $plugin_prefix . $buffer[5] . '_detail'; // check table in database |
|
| 2110 | - |
|
| 2111 | - $error = ''; |
|
| 2112 | - if ($wpdb->get_var("SHOW TABLES LIKE '" . $table . "'") != $table) {
|
|
| 2113 | - $invalid_post_type++; |
|
| 2114 | - continue; |
|
| 2115 | - } |
|
| 2116 | - |
|
| 2117 | - if ($post_title != '') {
|
|
| 2118 | - $menu_order = 0; |
|
| 2119 | - $image_folder_name = 'uplaod/'; |
|
| 2120 | - |
|
| 2121 | - $image_names = array(); |
|
| 2122 | - |
|
| 2123 | - for ($c = 5; $c < count($customKeyarray); $c++) {
|
|
| 2124 | - $gd_post_info[$customKeyarray[$c]] = addslashes($buffer[$c]); |
|
| 2125 | - |
|
| 2126 | - if ($customKeyarray[$c] == 'IMAGE') {
|
|
| 2127 | - $buffer[$c] = trim($buffer[$c]); |
|
| 2128 | - |
|
| 2129 | - if (!empty($buffer[$c])) {
|
|
| 2130 | - $image_names[] = $buffer[$c]; |
|
| 2131 | - } |
|
| 2132 | - } |
|
| 2133 | - |
|
| 2134 | - if ($customKeyarray[$c] == 'alive_days') {
|
|
| 2135 | - if ($buffer[$c] != '0' && $buffer[$c] != '') {
|
|
| 2136 | - $submitdata = date('Y-m-d');
|
|
| 2137 | - |
|
| 2138 | - $gd_post_info['expire_date'] = date('Y-m-d', strtotime($submitdata . "+" . addslashes($buffer[$c]) . " days"));
|
|
| 2139 | - } else {
|
|
| 2140 | - $gd_post_info['expire_date'] = 'Never'; |
|
| 2141 | - } |
|
| 2142 | - } |
|
| 2143 | - |
|
| 2144 | - if ($customKeyarray[$c] == 'post_city') {
|
|
| 2145 | - $post_city = addslashes($buffer[$c]); |
|
| 2146 | - } |
|
| 2147 | - |
|
| 2148 | - if ($customKeyarray[$c] == 'post_region') {
|
|
| 2149 | - $post_region = addslashes($buffer[$c]); |
|
| 2150 | - } |
|
| 2151 | - |
|
| 2152 | - if ($customKeyarray[$c] == 'post_country') {
|
|
| 2153 | - $post_country = addslashes($buffer[$c]); |
|
| 2154 | - } |
|
| 2155 | - |
|
| 2156 | - if ($customKeyarray[$c] == 'post_latitude') {
|
|
| 2157 | - $post_latitude = addslashes($buffer[$c]); |
|
| 2158 | - } |
|
| 2159 | - |
|
| 2160 | - if ($customKeyarray[$c] == 'post_longitude') {
|
|
| 2161 | - $post_longitude = addslashes($buffer[$c]); |
|
| 2162 | - } |
|
| 1966 | + $task = isset($_POST['task']) ? $_POST['task'] : ''; |
|
| 1967 | + $uploadedFile = isset($_POST['gddata']['uploadedFile']) ? $_POST['gddata']['uploadedFile'] : NULL; |
|
| 1968 | + $filename = $uploadedFile; |
|
| 1969 | + |
|
| 1970 | + $uploads = wp_upload_dir(); |
|
| 1971 | + $uploads_dir = $uploads['path']; |
|
| 1972 | + $image_name_arr = explode('/', $filename);
|
|
| 1973 | + $filename = end($image_name_arr); |
|
| 1974 | + $target_path = $uploads_dir . '/temp_' . $current_user->data->ID . '/' . $filename; |
|
| 1975 | + $return = array(); |
|
| 1976 | + $return['file'] = $uploadedFile; |
|
| 1977 | + $return['error'] = __('The uploaded file is not a valid csv file. Please try again.', 'geodirectory');
|
|
| 1978 | + |
|
| 1979 | + if (is_file($target_path) && file_exists($target_path) && $uploadedFile) {
|
|
| 1980 | + $wp_filetype = wp_check_filetype_and_ext($target_path, $filename); |
|
| 1981 | + |
|
| 1982 | + if (!empty($wp_filetype) && isset($wp_filetype['ext']) && geodir_strtolower($wp_filetype['ext']) == 'csv') {
|
|
| 1983 | + $return['error'] = NULL; |
|
| 1984 | + |
|
| 1985 | + $return['rows'] = 0; |
|
| 1986 | + |
|
| 1987 | + |
|
| 1988 | + |
|
| 1989 | + if (($handle = fopen($target_path, "r")) !== FALSE) {
|
|
| 1990 | + while (($data = fgetcsv($handle, 1000, ",")) !== FALSE) {
|
|
| 1991 | + if(is_array($data) && !empty($data)) {
|
|
| 1992 | + $file[] = '"' . implode('","', $data) . '"';
|
|
| 1993 | + } |
|
| 1994 | + } |
|
| 1995 | + fclose($handle); |
|
| 1996 | + $file = $file; |
|
| 1997 | + } |
|
| 1998 | + |
|
| 1999 | + |
|
| 2000 | + |
|
| 2001 | + $return['rows'] = (!empty($file) && count($file) > 1) ? count($file) - 1 : 0; |
|
| 2002 | + |
|
| 2003 | + |
|
| 2004 | + if (!$return['rows'] > 0) {
|
|
| 2005 | + $return['error'] = __('No data found in csv file.', 'geodirectory');
|
|
| 2006 | + } |
|
| 2007 | + } |
|
| 2008 | + } |
|
| 2009 | + if ($task == 'prepare' || !empty($return['error'])) {
|
|
| 2010 | + echo json_encode($return); |
|
| 2011 | + exit; |
|
| 2012 | + } |
|
| 2013 | + |
|
| 2014 | + $totRecords = isset($_POST['gddata']['totRecords']) ? $_POST['gddata']['totRecords'] : NULL; |
|
| 2015 | + $importlimit = isset($_POST['gddata']['importlimit']) ? $_POST['gddata']['importlimit'] : 1; |
|
| 2016 | + $count = $importlimit; |
|
| 2017 | + $requested_limit = $importlimit; |
|
| 2018 | + $tmpCnt = isset($_POST['gddata']['tmpcount']) ? $_POST['gddata']['tmpcount'] : 0; |
|
| 2019 | + |
|
| 2020 | + if ($count < $totRecords) {
|
|
| 2021 | + $count = $tmpCnt + $count; |
|
| 2022 | + if ($count > $totRecords) {
|
|
| 2023 | + $count = $totRecords; |
|
| 2024 | + } |
|
| 2025 | + } else {
|
|
| 2026 | + $count = $totRecords; |
|
| 2027 | + } |
|
| 2028 | + |
|
| 2029 | + $total_records = 0; |
|
| 2030 | + $rowcount = 0; |
|
| 2031 | + $address_invalid = 0; |
|
| 2032 | + $blank_address = 0; |
|
| 2033 | + $upload_files = 0; |
|
| 2034 | + $invalid_post_type = 0; |
|
| 2035 | + $invalid_title = 0; |
|
| 2036 | + $customKeyarray = array(); |
|
| 2037 | + $gd_post_info = array(); |
|
| 2038 | + $post_location = array(); |
|
| 2039 | + $countpost = 0; |
|
| 2040 | + |
|
| 2041 | + if (!empty($file)) {
|
|
| 2042 | + $columns = isset($file[0]) ? geodir_str_getcsv($file[0]) : NULL; |
|
| 2043 | + $customKeyarray = $columns; |
|
| 2044 | + |
|
| 2045 | + if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
|
|
| 2046 | + $return['error'] = CSV_INVAILD_FILE; |
|
| 2047 | + echo json_encode($return); |
|
| 2048 | + exit; |
|
| 2049 | + } |
|
| 2050 | + |
|
| 2051 | + for ($i = 1; $i <= $importlimit; $i++) {
|
|
| 2052 | + $current_index = $tmpCnt + $i; |
|
| 2053 | + if (isset($file[$current_index])) {
|
|
| 2054 | + $total_records++; |
|
| 2055 | + |
|
| 2056 | + $buffer = geodir_str_getcsv($file[$current_index]); |
|
| 2057 | + $post_title = addslashes($buffer[0]); |
|
| 2058 | + $current_post_author = $buffer[1]; |
|
| 2059 | + $post_desc = addslashes($buffer[2]); |
|
| 2060 | + $post_cat = array(); |
|
| 2061 | + $catids_arr = array(); |
|
| 2062 | + $post_cat = trim($buffer[3]); // comma seperated category name |
|
| 2063 | + |
|
| 2064 | + if ($post_cat) {
|
|
| 2065 | + $post_cat_arr = explode(',', $post_cat);
|
|
| 2066 | + |
|
| 2067 | + for ($c = 0; $c < count($post_cat_arr); $c++) {
|
|
| 2068 | + $catid = wp_kses_normalize_entities(trim($post_cat_arr[$c])); |
|
| 2069 | + |
|
| 2070 | + if (!empty($buffer[5])) {
|
|
| 2071 | + if (in_array($buffer[5], geodir_get_posttypes())) {
|
|
| 2072 | + |
|
| 2073 | + $p_taxonomy = geodir_get_taxonomies(addslashes($buffer[5])); |
|
| 2074 | + |
|
| 2075 | + if (get_term_by('name', $catid, $p_taxonomy[0])) {
|
|
| 2076 | + $cat = get_term_by('name', $catid, $p_taxonomy[0]);
|
|
| 2077 | + $catids_arr[] = $cat->slug; |
|
| 2078 | + } else if (get_term_by('slug', $catid, $p_taxonomy[0])) {
|
|
| 2079 | + $cat = get_term_by('slug', $catid, $p_taxonomy[0]);
|
|
| 2080 | + $catids_arr[] = $cat->slug; |
|
| 2081 | + } else {
|
|
| 2082 | + $ret = wp_insert_term($catid, $p_taxonomy[0]); |
|
| 2083 | + if ($ret && !is_wp_error($ret)) {
|
|
| 2084 | + if (get_term_by('name', $catid, $p_taxonomy[0])) {
|
|
| 2085 | + $cat = get_term_by('name', $catid, $p_taxonomy[0]);
|
|
| 2086 | + $catids_arr[] = $cat->slug; |
|
| 2087 | + } elseif (get_term_by('slug', $catid, $p_taxonomy[0])) {
|
|
| 2088 | + $cat = get_term_by('slug', $catid, $p_taxonomy[0]);
|
|
| 2089 | + $catids_arr[] = $cat->slug; |
|
| 2090 | + } |
|
| 2091 | + } |
|
| 2092 | + } |
|
| 2093 | + } |
|
| 2094 | + } |
|
| 2095 | + } |
|
| 2096 | + } |
|
| 2097 | + |
|
| 2098 | + if (!$catids_arr) {
|
|
| 2099 | + $catids_arr[] = 1; |
|
| 2100 | + } |
|
| 2101 | + |
|
| 2102 | + $post_tags = trim($buffer[4]); // comma seperated tags |
|
| 2103 | + |
|
| 2104 | + $tag_arr = ''; |
|
| 2105 | + if ($post_tags) {
|
|
| 2106 | + $tag_arr = explode(',', $post_tags);
|
|
| 2107 | + } |
|
| 2108 | + |
|
| 2109 | + $table = $plugin_prefix . $buffer[5] . '_detail'; // check table in database |
|
| 2110 | + |
|
| 2111 | + $error = ''; |
|
| 2112 | + if ($wpdb->get_var("SHOW TABLES LIKE '" . $table . "'") != $table) {
|
|
| 2113 | + $invalid_post_type++; |
|
| 2114 | + continue; |
|
| 2115 | + } |
|
| 2116 | + |
|
| 2117 | + if ($post_title != '') {
|
|
| 2118 | + $menu_order = 0; |
|
| 2119 | + $image_folder_name = 'uplaod/'; |
|
| 2120 | + |
|
| 2121 | + $image_names = array(); |
|
| 2122 | + |
|
| 2123 | + for ($c = 5; $c < count($customKeyarray); $c++) {
|
|
| 2124 | + $gd_post_info[$customKeyarray[$c]] = addslashes($buffer[$c]); |
|
| 2125 | + |
|
| 2126 | + if ($customKeyarray[$c] == 'IMAGE') {
|
|
| 2127 | + $buffer[$c] = trim($buffer[$c]); |
|
| 2128 | + |
|
| 2129 | + if (!empty($buffer[$c])) {
|
|
| 2130 | + $image_names[] = $buffer[$c]; |
|
| 2131 | + } |
|
| 2132 | + } |
|
| 2133 | + |
|
| 2134 | + if ($customKeyarray[$c] == 'alive_days') {
|
|
| 2135 | + if ($buffer[$c] != '0' && $buffer[$c] != '') {
|
|
| 2136 | + $submitdata = date('Y-m-d');
|
|
| 2137 | + |
|
| 2138 | + $gd_post_info['expire_date'] = date('Y-m-d', strtotime($submitdata . "+" . addslashes($buffer[$c]) . " days"));
|
|
| 2139 | + } else {
|
|
| 2140 | + $gd_post_info['expire_date'] = 'Never'; |
|
| 2141 | + } |
|
| 2142 | + } |
|
| 2143 | + |
|
| 2144 | + if ($customKeyarray[$c] == 'post_city') {
|
|
| 2145 | + $post_city = addslashes($buffer[$c]); |
|
| 2146 | + } |
|
| 2147 | + |
|
| 2148 | + if ($customKeyarray[$c] == 'post_region') {
|
|
| 2149 | + $post_region = addslashes($buffer[$c]); |
|
| 2150 | + } |
|
| 2151 | + |
|
| 2152 | + if ($customKeyarray[$c] == 'post_country') {
|
|
| 2153 | + $post_country = addslashes($buffer[$c]); |
|
| 2154 | + } |
|
| 2155 | + |
|
| 2156 | + if ($customKeyarray[$c] == 'post_latitude') {
|
|
| 2157 | + $post_latitude = addslashes($buffer[$c]); |
|
| 2158 | + } |
|
| 2159 | + |
|
| 2160 | + if ($customKeyarray[$c] == 'post_longitude') {
|
|
| 2161 | + $post_longitude = addslashes($buffer[$c]); |
|
| 2162 | + } |
|
| 2163 | 2163 | |
| 2164 | 2164 | // Post status |
| 2165 | 2165 | if ($customKeyarray[$c] == 'post_status') {
|
| 2166 | - $post_status = sanitize_key( $buffer[$c] ); |
|
| 2167 | - } |
|
| 2168 | - } |
|
| 2169 | - |
|
| 2170 | - /* ================ before array create ============== */ |
|
| 2171 | - $location_result = geodir_get_default_location(); |
|
| 2172 | - if ((!isset($gd_post_info['post_city']) || $gd_post_info['post_city'] == '') || (!isset($gd_post_info['post_region']) || $gd_post_info['post_region'] == '') || (!isset($gd_post_info['post_country']) || $gd_post_info['post_country'] == '') || (!isset($gd_post_info['post_address']) || $gd_post_info['post_address'] == '') || (!isset($gd_post_info['post_latitude']) || $gd_post_info['post_latitude'] == '') || (!isset($gd_post_info['post_longitude']) || $gd_post_info['post_longitude'] == '')) {
|
|
| 2173 | - $blank_address++; |
|
| 2174 | - continue; |
|
| 2175 | - } else if ($location_result->location_id == 0) {
|
|
| 2176 | - if ((geodir_strtolower($gd_post_info['post_city']) != geodir_strtolower($location_result->city)) || (geodir_strtolower($gd_post_info['post_region']) != geodir_strtolower($location_result->region)) || (geodir_strtolower($gd_post_info['post_country']) != geodir_strtolower($location_result->country))) {
|
|
| 2177 | - $address_invalid++; |
|
| 2178 | - continue; |
|
| 2179 | - } |
|
| 2180 | - } |
|
| 2166 | + $post_status = sanitize_key( $buffer[$c] ); |
|
| 2167 | + } |
|
| 2168 | + } |
|
| 2169 | + |
|
| 2170 | + /* ================ before array create ============== */ |
|
| 2171 | + $location_result = geodir_get_default_location(); |
|
| 2172 | + if ((!isset($gd_post_info['post_city']) || $gd_post_info['post_city'] == '') || (!isset($gd_post_info['post_region']) || $gd_post_info['post_region'] == '') || (!isset($gd_post_info['post_country']) || $gd_post_info['post_country'] == '') || (!isset($gd_post_info['post_address']) || $gd_post_info['post_address'] == '') || (!isset($gd_post_info['post_latitude']) || $gd_post_info['post_latitude'] == '') || (!isset($gd_post_info['post_longitude']) || $gd_post_info['post_longitude'] == '')) {
|
|
| 2173 | + $blank_address++; |
|
| 2174 | + continue; |
|
| 2175 | + } else if ($location_result->location_id == 0) {
|
|
| 2176 | + if ((geodir_strtolower($gd_post_info['post_city']) != geodir_strtolower($location_result->city)) || (geodir_strtolower($gd_post_info['post_region']) != geodir_strtolower($location_result->region)) || (geodir_strtolower($gd_post_info['post_country']) != geodir_strtolower($location_result->country))) {
|
|
| 2177 | + $address_invalid++; |
|
| 2178 | + continue; |
|
| 2179 | + } |
|
| 2180 | + } |
|
| 2181 | 2181 | |
| 2182 | 2182 | // Default post status |
| 2183 | 2183 | $default_status = 'publish'; |
| 2184 | 2184 | $post_status = !empty( $post_status ) ? sanitize_key( $post_status ) : $default_status; |
| 2185 | 2185 | $post_status = !empty( $wp_post_statuses ) && !isset( $wp_post_statuses[$post_status] ) ? $default_status : $post_status; |
| 2186 | 2186 | |
| 2187 | - $my_post['post_title'] = $post_title; |
|
| 2188 | - $my_post['post_content'] = $post_desc; |
|
| 2189 | - $my_post['post_type'] = addslashes($buffer[5]); |
|
| 2190 | - $my_post['post_author'] = $current_post_author; |
|
| 2191 | - $my_post['post_status'] = $post_status; |
|
| 2192 | - $my_post['post_category'] = $catids_arr; |
|
| 2193 | - $my_post['post_tags'] = $tag_arr; |
|
| 2194 | - |
|
| 2195 | - $gd_post_info['post_tags'] = $tag_arr; |
|
| 2196 | - $gd_post_info['post_title'] = $post_title; |
|
| 2197 | - $gd_post_info['post_status'] = $post_status; |
|
| 2198 | - $gd_post_info['submit_time'] = time(); |
|
| 2199 | - $gd_post_info['submit_ip'] = $_SERVER['REMOTE_ADDR']; |
|
| 2200 | - |
|
| 2201 | - $last_postid = wp_insert_post($my_post); |
|
| 2202 | - $countpost++; |
|
| 2203 | - |
|
| 2204 | - // Check if we need to save post location as new location |
|
| 2205 | - if ($location_result->location_id > 0) {
|
|
| 2206 | - if (isset($post_city) && isset($post_region)) {
|
|
| 2207 | - $request_info['post_location'] = array( |
|
| 2208 | - 'city' => $post_city, |
|
| 2209 | - 'region' => $post_region, |
|
| 2210 | - 'country' => $post_country, |
|
| 2211 | - 'geo_lat' => $post_latitude, |
|
| 2212 | - 'geo_lng' => $post_longitude |
|
| 2213 | - ); |
|
| 2214 | - |
|
| 2215 | - $post_location_info = $request_info['post_location']; |
|
| 2216 | - if ($location_id = geodir_add_new_location($post_location_info)) |
|
| 2217 | - $post_location_id = $location_id; |
|
| 2218 | - } else {
|
|
| 2219 | - $post_location_id = 0; |
|
| 2220 | - } |
|
| 2221 | - } else {
|
|
| 2222 | - $post_location_id = 0; |
|
| 2223 | - } |
|
| 2224 | - |
|
| 2225 | - /* ------- get default package info ----- */ |
|
| 2226 | - $payment_info = array(); |
|
| 2227 | - $package_info = array(); |
|
| 2228 | - |
|
| 2229 | - $package_info = (array)geodir_post_package_info($package_info, '', $buffer[5]); |
|
| 2230 | - $package_id = ''; |
|
| 2231 | - if (isset($gd_post_info['package_id']) && $gd_post_info['package_id'] != '') {
|
|
| 2232 | - $package_id = $gd_post_info['package_id']; |
|
| 2233 | - } |
|
| 2234 | - |
|
| 2235 | - if (!empty($package_info)) {
|
|
| 2236 | - $payment_info['package_id'] = $package_info['pid']; |
|
| 2237 | - |
|
| 2238 | - if (isset($package_info['alive_days']) && $package_info['alive_days'] != 0) {
|
|
| 2239 | - $payment_info['expire_date'] = date('Y-m-d', strtotime("+" . $package_info['alive_days'] . " days"));
|
|
| 2240 | - } else {
|
|
| 2241 | - $payment_info['expire_date'] = 'Never'; |
|
| 2242 | - } |
|
| 2243 | - |
|
| 2244 | - $gd_post_info = array_merge($gd_post_info, $payment_info); |
|
| 2245 | - } |
|
| 2246 | - |
|
| 2247 | - $gd_post_info['post_location_id'] = $post_location_id; |
|
| 2248 | - |
|
| 2249 | - $post_type = get_post_type($last_postid); |
|
| 2250 | - |
|
| 2251 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 2252 | - |
|
| 2253 | - geodir_save_post_info($last_postid, $gd_post_info); |
|
| 2254 | - |
|
| 2255 | - if (!empty($image_names)) {
|
|
| 2256 | - $upload_files++; |
|
| 2257 | - $menu_order = 1; |
|
| 2258 | - |
|
| 2259 | - foreach ($image_names as $image_name) {
|
|
| 2260 | - $img_name_arr = explode('.', $image_name);
|
|
| 2261 | - |
|
| 2262 | - $uploads = wp_upload_dir(); |
|
| 2263 | - $sub_dir = $uploads['subdir']; |
|
| 2264 | - |
|
| 2265 | - $arr_file_type = wp_check_filetype($image_name); |
|
| 2266 | - $uploaded_file_type = $arr_file_type['type']; |
|
| 2267 | - |
|
| 2268 | - $attachment = array(); |
|
| 2269 | - $attachment['post_id'] = $last_postid; |
|
| 2270 | - $attachment['title'] = $img_name_arr[0]; |
|
| 2271 | - $attachment['content'] = ''; |
|
| 2272 | - $attachment['file'] = $sub_dir . '/' . $image_name; |
|
| 2273 | - $attachment['mime_type'] = $uploaded_file_type; |
|
| 2274 | - $attachment['menu_order'] = $menu_order; |
|
| 2275 | - $attachment['is_featured'] = 0; |
|
| 2276 | - |
|
| 2277 | - $attachment_set = ''; |
|
| 2278 | - |
|
| 2279 | - foreach ($attachment as $key => $val) {
|
|
| 2280 | - if ($val != '') |
|
| 2281 | - $attachment_set .= $key . " = '" . $val . "', "; |
|
| 2282 | - } |
|
| 2283 | - $attachment_set = trim($attachment_set, ", "); |
|
| 2284 | - |
|
| 2285 | - $wpdb->query("INSERT INTO " . GEODIR_ATTACHMENT_TABLE . " SET " . $attachment_set);
|
|
| 2286 | - |
|
| 2287 | - if ($menu_order == 1) {
|
|
| 2288 | - $post_type = get_post_type($last_postid); |
|
| 2289 | - $wpdb->query($wpdb->prepare("UPDATE " . $table . " SET featured_image = %s where post_id =%d", array($sub_dir . '/' . $image_name, $last_postid)));
|
|
| 2290 | - } |
|
| 2291 | - $menu_order++; |
|
| 2292 | - } |
|
| 2293 | - } |
|
| 2294 | - |
|
| 2295 | - $gd_post_info['package_id'] = $package_id; |
|
| 2296 | - |
|
| 2297 | - /** This action is documented in geodirectory-functions/post-functions.php */ |
|
| 2298 | - do_action('geodir_after_save_listing', $last_postid, $gd_post_info);
|
|
| 2299 | - |
|
| 2300 | - if (!empty($buffer[5])) {
|
|
| 2301 | - if (in_array($buffer[5], geodir_get_posttypes())) {
|
|
| 2302 | - $taxonomies = geodir_get_posttype_info(addslashes($buffer[5])); |
|
| 2303 | - wp_set_object_terms($last_postid, $my_post['post_tags'], $taxonomy = $taxonomies['taxonomies'][1]); |
|
| 2304 | - wp_set_object_terms($last_postid, $my_post['post_category'], $taxonomy = $taxonomies['taxonomies'][0]); |
|
| 2305 | - |
|
| 2306 | - $post_default_category = isset($my_post['post_default_category']) ? $my_post['post_default_category'] : ''; |
|
| 2307 | - $post_category_str = isset($my_post['post_category_str']) ? $my_post['post_category_str'] : ''; |
|
| 2308 | - geodir_set_postcat_structure($last_postid, $taxonomy, $post_default_category, $post_category_str); |
|
| 2309 | - } |
|
| 2310 | - } |
|
| 2311 | - } else {
|
|
| 2312 | - $invalid_title++; |
|
| 2313 | - } |
|
| 2314 | - } |
|
| 2315 | - } |
|
| 2316 | - } |
|
| 2317 | - $return['rowcount'] = $countpost; |
|
| 2318 | - $return['invalidcount'] = $address_invalid; |
|
| 2319 | - $return['blank_address'] = $blank_address; |
|
| 2320 | - $return['upload_files'] = $upload_files; |
|
| 2321 | - $return['invalid_post_type'] = $invalid_post_type; |
|
| 2322 | - $return['invalid_title'] = $invalid_title; |
|
| 2323 | - $return['total_records'] = $total_records; |
|
| 2324 | - |
|
| 2325 | - echo json_encode($return); |
|
| 2326 | - exit; |
|
| 2187 | + $my_post['post_title'] = $post_title; |
|
| 2188 | + $my_post['post_content'] = $post_desc; |
|
| 2189 | + $my_post['post_type'] = addslashes($buffer[5]); |
|
| 2190 | + $my_post['post_author'] = $current_post_author; |
|
| 2191 | + $my_post['post_status'] = $post_status; |
|
| 2192 | + $my_post['post_category'] = $catids_arr; |
|
| 2193 | + $my_post['post_tags'] = $tag_arr; |
|
| 2194 | + |
|
| 2195 | + $gd_post_info['post_tags'] = $tag_arr; |
|
| 2196 | + $gd_post_info['post_title'] = $post_title; |
|
| 2197 | + $gd_post_info['post_status'] = $post_status; |
|
| 2198 | + $gd_post_info['submit_time'] = time(); |
|
| 2199 | + $gd_post_info['submit_ip'] = $_SERVER['REMOTE_ADDR']; |
|
| 2200 | + |
|
| 2201 | + $last_postid = wp_insert_post($my_post); |
|
| 2202 | + $countpost++; |
|
| 2203 | + |
|
| 2204 | + // Check if we need to save post location as new location |
|
| 2205 | + if ($location_result->location_id > 0) {
|
|
| 2206 | + if (isset($post_city) && isset($post_region)) {
|
|
| 2207 | + $request_info['post_location'] = array( |
|
| 2208 | + 'city' => $post_city, |
|
| 2209 | + 'region' => $post_region, |
|
| 2210 | + 'country' => $post_country, |
|
| 2211 | + 'geo_lat' => $post_latitude, |
|
| 2212 | + 'geo_lng' => $post_longitude |
|
| 2213 | + ); |
|
| 2214 | + |
|
| 2215 | + $post_location_info = $request_info['post_location']; |
|
| 2216 | + if ($location_id = geodir_add_new_location($post_location_info)) |
|
| 2217 | + $post_location_id = $location_id; |
|
| 2218 | + } else {
|
|
| 2219 | + $post_location_id = 0; |
|
| 2220 | + } |
|
| 2221 | + } else {
|
|
| 2222 | + $post_location_id = 0; |
|
| 2223 | + } |
|
| 2224 | + |
|
| 2225 | + /* ------- get default package info ----- */ |
|
| 2226 | + $payment_info = array(); |
|
| 2227 | + $package_info = array(); |
|
| 2228 | + |
|
| 2229 | + $package_info = (array)geodir_post_package_info($package_info, '', $buffer[5]); |
|
| 2230 | + $package_id = ''; |
|
| 2231 | + if (isset($gd_post_info['package_id']) && $gd_post_info['package_id'] != '') {
|
|
| 2232 | + $package_id = $gd_post_info['package_id']; |
|
| 2233 | + } |
|
| 2234 | + |
|
| 2235 | + if (!empty($package_info)) {
|
|
| 2236 | + $payment_info['package_id'] = $package_info['pid']; |
|
| 2237 | + |
|
| 2238 | + if (isset($package_info['alive_days']) && $package_info['alive_days'] != 0) {
|
|
| 2239 | + $payment_info['expire_date'] = date('Y-m-d', strtotime("+" . $package_info['alive_days'] . " days"));
|
|
| 2240 | + } else {
|
|
| 2241 | + $payment_info['expire_date'] = 'Never'; |
|
| 2242 | + } |
|
| 2243 | + |
|
| 2244 | + $gd_post_info = array_merge($gd_post_info, $payment_info); |
|
| 2245 | + } |
|
| 2246 | + |
|
| 2247 | + $gd_post_info['post_location_id'] = $post_location_id; |
|
| 2248 | + |
|
| 2249 | + $post_type = get_post_type($last_postid); |
|
| 2250 | + |
|
| 2251 | + $table = $plugin_prefix . $post_type . '_detail'; |
|
| 2252 | + |
|
| 2253 | + geodir_save_post_info($last_postid, $gd_post_info); |
|
| 2254 | + |
|
| 2255 | + if (!empty($image_names)) {
|
|
| 2256 | + $upload_files++; |
|
| 2257 | + $menu_order = 1; |
|
| 2258 | + |
|
| 2259 | + foreach ($image_names as $image_name) {
|
|
| 2260 | + $img_name_arr = explode('.', $image_name);
|
|
| 2261 | + |
|
| 2262 | + $uploads = wp_upload_dir(); |
|
| 2263 | + $sub_dir = $uploads['subdir']; |
|
| 2264 | + |
|
| 2265 | + $arr_file_type = wp_check_filetype($image_name); |
|
| 2266 | + $uploaded_file_type = $arr_file_type['type']; |
|
| 2267 | + |
|
| 2268 | + $attachment = array(); |
|
| 2269 | + $attachment['post_id'] = $last_postid; |
|
| 2270 | + $attachment['title'] = $img_name_arr[0]; |
|
| 2271 | + $attachment['content'] = ''; |
|
| 2272 | + $attachment['file'] = $sub_dir . '/' . $image_name; |
|
| 2273 | + $attachment['mime_type'] = $uploaded_file_type; |
|
| 2274 | + $attachment['menu_order'] = $menu_order; |
|
| 2275 | + $attachment['is_featured'] = 0; |
|
| 2276 | + |
|
| 2277 | + $attachment_set = ''; |
|
| 2278 | + |
|
| 2279 | + foreach ($attachment as $key => $val) {
|
|
| 2280 | + if ($val != '') |
|
| 2281 | + $attachment_set .= $key . " = '" . $val . "', "; |
|
| 2282 | + } |
|
| 2283 | + $attachment_set = trim($attachment_set, ", "); |
|
| 2284 | + |
|
| 2285 | + $wpdb->query("INSERT INTO " . GEODIR_ATTACHMENT_TABLE . " SET " . $attachment_set);
|
|
| 2286 | + |
|
| 2287 | + if ($menu_order == 1) {
|
|
| 2288 | + $post_type = get_post_type($last_postid); |
|
| 2289 | + $wpdb->query($wpdb->prepare("UPDATE " . $table . " SET featured_image = %s where post_id =%d", array($sub_dir . '/' . $image_name, $last_postid)));
|
|
| 2290 | + } |
|
| 2291 | + $menu_order++; |
|
| 2292 | + } |
|
| 2293 | + } |
|
| 2294 | + |
|
| 2295 | + $gd_post_info['package_id'] = $package_id; |
|
| 2296 | + |
|
| 2297 | + /** This action is documented in geodirectory-functions/post-functions.php */ |
|
| 2298 | + do_action('geodir_after_save_listing', $last_postid, $gd_post_info);
|
|
| 2299 | + |
|
| 2300 | + if (!empty($buffer[5])) {
|
|
| 2301 | + if (in_array($buffer[5], geodir_get_posttypes())) {
|
|
| 2302 | + $taxonomies = geodir_get_posttype_info(addslashes($buffer[5])); |
|
| 2303 | + wp_set_object_terms($last_postid, $my_post['post_tags'], $taxonomy = $taxonomies['taxonomies'][1]); |
|
| 2304 | + wp_set_object_terms($last_postid, $my_post['post_category'], $taxonomy = $taxonomies['taxonomies'][0]); |
|
| 2305 | + |
|
| 2306 | + $post_default_category = isset($my_post['post_default_category']) ? $my_post['post_default_category'] : ''; |
|
| 2307 | + $post_category_str = isset($my_post['post_category_str']) ? $my_post['post_category_str'] : ''; |
|
| 2308 | + geodir_set_postcat_structure($last_postid, $taxonomy, $post_default_category, $post_category_str); |
|
| 2309 | + } |
|
| 2310 | + } |
|
| 2311 | + } else {
|
|
| 2312 | + $invalid_title++; |
|
| 2313 | + } |
|
| 2314 | + } |
|
| 2315 | + } |
|
| 2316 | + } |
|
| 2317 | + $return['rowcount'] = $countpost; |
|
| 2318 | + $return['invalidcount'] = $address_invalid; |
|
| 2319 | + $return['blank_address'] = $blank_address; |
|
| 2320 | + $return['upload_files'] = $upload_files; |
|
| 2321 | + $return['invalid_post_type'] = $invalid_post_type; |
|
| 2322 | + $return['invalid_title'] = $invalid_title; |
|
| 2323 | + $return['total_records'] = $total_records; |
|
| 2324 | + |
|
| 2325 | + echo json_encode($return); |
|
| 2326 | + exit; |
|
| 2327 | 2327 | } |
| 2328 | 2328 | |
| 2329 | 2329 | // Add the tab in left sidebar menu fro import & export page. |
@@ -2343,9 +2343,9 @@ discard block |
||
| 2343 | 2343 | * @param $post object $post The post object of the post being saved. |
| 2344 | 2344 | */ |
| 2345 | 2345 | function geodir_update_location_prefix($post_id,$post){
|
| 2346 | - if($post->post_type=='page' && $post->post_name && $post_id==get_option('geodir_location_page')){
|
|
| 2347 | - update_option('geodir_location_prefix',$post->post_name);
|
|
| 2348 | - } |
|
| 2346 | + if($post->post_type=='page' && $post->post_name && $post_id==get_option('geodir_location_page')){
|
|
| 2347 | + update_option('geodir_location_prefix',$post->post_name);
|
|
| 2348 | + } |
|
| 2349 | 2349 | |
| 2350 | 2350 | } |
| 2351 | 2351 | |
@@ -2356,50 +2356,50 @@ discard block |
||
| 2356 | 2356 | function geodir_ga_callback(){
|
| 2357 | 2357 | |
| 2358 | 2358 | if(isset($_REQUEST['code']) && $_REQUEST['code']) {
|
| 2359 | - $oAuthURL = "https://www.googleapis.com/oauth2/v3/token?"; |
|
| 2360 | - $code = "code=".$_REQUEST['code']; |
|
| 2361 | - $grant_type = "&grant_type=authorization_code"; |
|
| 2362 | - $redirect_uri = "&redirect_uri=" . admin_url('admin-ajax.php') . "?action=geodir_ga_callback";
|
|
| 2363 | - $client_id = "&client_id=".get_option('geodir_ga_client_id');
|
|
| 2364 | - $client_secret = "&client_secret=".get_option('geodir_ga_client_secret');
|
|
| 2359 | + $oAuthURL = "https://www.googleapis.com/oauth2/v3/token?"; |
|
| 2360 | + $code = "code=".$_REQUEST['code']; |
|
| 2361 | + $grant_type = "&grant_type=authorization_code"; |
|
| 2362 | + $redirect_uri = "&redirect_uri=" . admin_url('admin-ajax.php') . "?action=geodir_ga_callback";
|
|
| 2363 | + $client_id = "&client_id=".get_option('geodir_ga_client_id');
|
|
| 2364 | + $client_secret = "&client_secret=".get_option('geodir_ga_client_secret');
|
|
| 2365 | 2365 | |
| 2366 | - $auth_url = $oAuthURL . $code . $redirect_uri . $grant_type . $client_id .$client_secret; |
|
| 2366 | + $auth_url = $oAuthURL . $code . $redirect_uri . $grant_type . $client_id .$client_secret; |
|
| 2367 | 2367 | |
| 2368 | - $response = wp_remote_post($auth_url, array('timeout' => 15));
|
|
| 2368 | + $response = wp_remote_post($auth_url, array('timeout' => 15));
|
|
| 2369 | 2369 | |
| 2370 | - //print_r($response); |
|
| 2370 | + //print_r($response); |
|
| 2371 | 2371 | |
| 2372 | - $error_msg = __('Something went wrong','geodirectory');
|
|
| 2373 | - if(!empty($response['response']['code']) && $response['response']['code']==200){
|
|
| 2372 | + $error_msg = __('Something went wrong','geodirectory');
|
|
| 2373 | + if(!empty($response['response']['code']) && $response['response']['code']==200){
|
|
| 2374 | 2374 | |
| 2375 | - $parts = json_decode($response['body']); |
|
| 2376 | - //print_r($parts); |
|
| 2377 | - if(!isset($parts->access_token)){echo $error_msg." - #1";exit;}
|
|
| 2378 | - else{
|
|
| 2375 | + $parts = json_decode($response['body']); |
|
| 2376 | + //print_r($parts); |
|
| 2377 | + if(!isset($parts->access_token)){echo $error_msg." - #1";exit;}
|
|
| 2378 | + else{
|
|
| 2379 | 2379 | |
| 2380 | - update_option('gd_ga_access_token', $parts->access_token);
|
|
| 2381 | - update_option('gd_ga_refresh_token', $parts->refresh_token);
|
|
| 2382 | - ?><script>window.close();</script><?php |
|
| 2383 | - } |
|
| 2380 | + update_option('gd_ga_access_token', $parts->access_token);
|
|
| 2381 | + update_option('gd_ga_refresh_token', $parts->refresh_token);
|
|
| 2382 | + ?><script>window.close();</script><?php |
|
| 2383 | + } |
|
| 2384 | 2384 | |
| 2385 | 2385 | |
| 2386 | - } |
|
| 2387 | - elseif(!empty($response['response']['code'])) {
|
|
| 2388 | - $parts = json_decode($response['body']); |
|
| 2386 | + } |
|
| 2387 | + elseif(!empty($response['response']['code'])) {
|
|
| 2388 | + $parts = json_decode($response['body']); |
|
| 2389 | 2389 | |
| 2390 | - if(isset($parts->error)){
|
|
| 2391 | - echo $parts->error.": ".$parts->error_description;exit; |
|
| 2392 | - }else{
|
|
| 2393 | - echo $error_msg." - #2";exit; |
|
| 2394 | - } |
|
| 2390 | + if(isset($parts->error)){
|
|
| 2391 | + echo $parts->error.": ".$parts->error_description;exit; |
|
| 2392 | + }else{
|
|
| 2393 | + echo $error_msg." - #2";exit; |
|
| 2394 | + } |
|
| 2395 | 2395 | |
| 2396 | - }else{
|
|
| 2396 | + }else{
|
|
| 2397 | 2397 | |
| 2398 | - echo $error_msg." - #3";exit; |
|
| 2398 | + echo $error_msg." - #3";exit; |
|
| 2399 | 2399 | |
| 2400 | - } |
|
| 2400 | + } |
|
| 2401 | 2401 | } |
| 2402 | - exit; |
|
| 2402 | + exit; |
|
| 2403 | 2403 | } |
| 2404 | 2404 | |
| 2405 | 2405 | if (isset($_REQUEST['tab']) && $_REQUEST['tab'] == 'permalink_settings') {
|
@@ -2415,45 +2415,45 @@ discard block |
||
| 2415 | 2415 | * @return array Array of settings. |
| 2416 | 2416 | */ |
| 2417 | 2417 | function geodir_uninstall_settings($general_settings) {
|
| 2418 | - $settings = array(); |
|
| 2419 | - $settings[] = array('type' => 'title', 'id' => 'uninstall_settings', 'name' => __('Uninstall Settings', 'geodirectory'));
|
|
| 2420 | - $settings[] = array('type' => 'sectionstart', 'id' => 'uninstall_settings_main', 'name' => __('Remove Data on Uninstall?', 'geodirectory' ));
|
|
| 2418 | + $settings = array(); |
|
| 2419 | + $settings[] = array('type' => 'title', 'id' => 'uninstall_settings', 'name' => __('Uninstall Settings', 'geodirectory'));
|
|
| 2420 | + $settings[] = array('type' => 'sectionstart', 'id' => 'uninstall_settings_main', 'name' => __('Remove Data on Uninstall?', 'geodirectory' ));
|
|
| 2421 | 2421 | |
| 2422 | - $plugins = get_plugins(); |
|
| 2423 | - $un_plugins = apply_filters('geodir_plugins_uninstall_settings', array());
|
|
| 2422 | + $plugins = get_plugins(); |
|
| 2423 | + $un_plugins = apply_filters('geodir_plugins_uninstall_settings', array());
|
|
| 2424 | 2424 | |
| 2425 | - if (!empty($plugins) && !empty($un_plugins)) {
|
|
| 2426 | - foreach ($plugins as $plugin => $data) {
|
|
| 2427 | - $plugin_name = plugin_basename(dirname($plugin)); |
|
| 2425 | + if (!empty($plugins) && !empty($un_plugins)) {
|
|
| 2426 | + foreach ($plugins as $plugin => $data) {
|
|
| 2427 | + $plugin_name = plugin_basename(dirname($plugin)); |
|
| 2428 | 2428 | |
| 2429 | - if (in_array($plugin_name, $un_plugins)) {
|
|
| 2430 | - $settings[] = array( |
|
| 2431 | - 'type' => 'checkbox', |
|
| 2432 | - 'id' => 'geodir_un_' . $plugin_name, |
|
| 2433 | - 'name' => $data['Name'], |
|
| 2434 | - 'desc' => __('Remove all data when deleted?', 'geodirectory'),
|
|
| 2435 | - 'std' => '0' |
|
| 2436 | - ); |
|
| 2437 | - } |
|
| 2438 | - } |
|
| 2439 | - } |
|
| 2429 | + if (in_array($plugin_name, $un_plugins)) {
|
|
| 2430 | + $settings[] = array( |
|
| 2431 | + 'type' => 'checkbox', |
|
| 2432 | + 'id' => 'geodir_un_' . $plugin_name, |
|
| 2433 | + 'name' => $data['Name'], |
|
| 2434 | + 'desc' => __('Remove all data when deleted?', 'geodirectory'),
|
|
| 2435 | + 'std' => '0' |
|
| 2436 | + ); |
|
| 2437 | + } |
|
| 2438 | + } |
|
| 2439 | + } |
|
| 2440 | 2440 | |
| 2441 | - $settings[] = array('type' => 'sectionend', 'id' => 'uninstall_settings_main');
|
|
| 2441 | + $settings[] = array('type' => 'sectionend', 'id' => 'uninstall_settings_main');
|
|
| 2442 | 2442 | |
| 2443 | - /** |
|
| 2444 | - * Filter the uninstall settings array. |
|
| 2445 | - * |
|
| 2446 | - * @since 1.6.9 |
|
| 2447 | - * |
|
| 2448 | - * @param array $settings The settings array. |
|
| 2449 | - */ |
|
| 2450 | - $settings = apply_filters('geodir_uninstall_settings', $settings);
|
|
| 2443 | + /** |
|
| 2444 | + * Filter the uninstall settings array. |
|
| 2445 | + * |
|
| 2446 | + * @since 1.6.9 |
|
| 2447 | + * |
|
| 2448 | + * @param array $settings The settings array. |
|
| 2449 | + */ |
|
| 2450 | + $settings = apply_filters('geodir_uninstall_settings', $settings);
|
|
| 2451 | 2451 | |
| 2452 | - if (!empty($settings) && count($settings) > 3) {
|
|
| 2453 | - return array_merge($general_settings, $settings); |
|
| 2454 | - } |
|
| 2452 | + if (!empty($settings) && count($settings) > 3) {
|
|
| 2453 | + return array_merge($general_settings, $settings); |
|
| 2454 | + } |
|
| 2455 | 2455 | |
| 2456 | - return $general_settings; |
|
| 2456 | + return $general_settings; |
|
| 2457 | 2457 | } |
| 2458 | 2458 | add_filter('geodir_general_settings', 'geodir_uninstall_settings', 100, 1);
|
| 2459 | 2459 | |
@@ -2463,7 +2463,7 @@ discard block |
||
| 2463 | 2463 | * @since 1.6.9 |
| 2464 | 2464 | */ |
| 2465 | 2465 | function geodir_uninstall_settings_desc() {
|
| 2466 | - echo '<p class="gd-un-settings-desc">' . __('Select the plugin(s) for which all data should be completely removed when the plugin is deleted.', 'geodirectory') . '</p>';
|
|
| 2466 | + echo '<p class="gd-un-settings-desc">' . __('Select the plugin(s) for which all data should be completely removed when the plugin is deleted.', 'geodirectory') . '</p>';
|
|
| 2467 | 2467 | } |
| 2468 | 2468 | add_action('geodir_settings_uninstall_settings_main_start', 'geodir_uninstall_settings_desc');
|
| 2469 | 2469 | |
@@ -2479,18 +2479,18 @@ discard block |
||
| 2479 | 2479 | * @return array The settings array. |
| 2480 | 2480 | */ |
| 2481 | 2481 | function geodir_resave_settings($settings = array()) {
|
| 2482 | - if (!empty($settings) && is_array($settings)) {
|
|
| 2483 | - $c = 0; |
|
| 2482 | + if (!empty($settings) && is_array($settings)) {
|
|
| 2483 | + $c = 0; |
|
| 2484 | 2484 | |
| 2485 | - foreach ($settings as $setting) {
|
|
| 2486 | - if (!empty($setting['id']) && false !== ($value = get_option($setting['id']))) {
|
|
| 2487 | - $settings[$c]['std'] = $value; |
|
| 2488 | - } |
|
| 2489 | - $c++; |
|
| 2490 | - } |
|
| 2491 | - } |
|
| 2492 | - |
|
| 2493 | - return $settings; |
|
| 2485 | + foreach ($settings as $setting) {
|
|
| 2486 | + if (!empty($setting['id']) && false !== ($value = get_option($setting['id']))) {
|
|
| 2487 | + $settings[$c]['std'] = $value; |
|
| 2488 | + } |
|
| 2489 | + $c++; |
|
| 2490 | + } |
|
| 2491 | + } |
|
| 2492 | + |
|
| 2493 | + return $settings; |
|
| 2494 | 2494 | } |
| 2495 | 2495 | |
| 2496 | 2496 | /** |
@@ -2502,9 +2502,9 @@ discard block |
||
| 2502 | 2502 | * @return array The modified settings. |
| 2503 | 2503 | */ |
| 2504 | 2504 | function geodir_core_uninstall_settings($settings) {
|
| 2505 | - $settings[] = plugin_basename(dirname(dirname(__FILE__))); |
|
| 2505 | + $settings[] = plugin_basename(dirname(dirname(__FILE__))); |
|
| 2506 | 2506 | |
| 2507 | - return $settings; |
|
| 2507 | + return $settings; |
|
| 2508 | 2508 | } |
| 2509 | 2509 | add_filter('geodir_plugins_uninstall_settings', 'geodir_core_uninstall_settings', 10, 1);
|
| 2510 | 2510 | |
@@ -2518,34 +2518,34 @@ discard block |
||
| 2518 | 2518 | */ |
| 2519 | 2519 | function geodir_diagnose_reload_db_countries() |
| 2520 | 2520 | {
|
| 2521 | - global $wpdb, $plugin_prefix; |
|
| 2522 | - |
|
| 2523 | - $is_error_during_diagnose = false; |
|
| 2524 | - $output_str = ''; |
|
| 2525 | - |
|
| 2526 | - $delete = $wpdb->query("TRUNCATE TABLE ".GEODIR_COUNTRIES_TABLE);
|
|
| 2527 | - |
|
| 2528 | - |
|
| 2529 | - if ($delete) {
|
|
| 2530 | - $output_str .= "<li><strong>" . __('Table dropped, refresh page to reinstall.', 'geodirectory') . "</strong></li>";
|
|
| 2531 | - ob_start(); |
|
| 2532 | - geodir_diagnose_version_clear(); |
|
| 2533 | - ob_end_clean(); |
|
| 2534 | - }else{
|
|
| 2535 | - $output_str .= "<li><strong>" . __('Something went wrong.', 'geodirectory') . "</strong></li>";
|
|
| 2536 | - } |
|
| 2537 | - |
|
| 2538 | - if ($is_error_during_diagnose) {
|
|
| 2539 | - $info_div_class = "geodir_problem_info"; |
|
| 2540 | - $fix_button_txt = ""; |
|
| 2541 | - } else {
|
|
| 2542 | - $info_div_class = "geodir_noproblem_info"; |
|
| 2543 | - $fix_button_txt = ''; |
|
| 2544 | - } |
|
| 2545 | - echo "<ul class='$info_div_class'>"; |
|
| 2546 | - echo $output_str; |
|
| 2547 | - echo $fix_button_txt; |
|
| 2548 | - echo "</ul>"; |
|
| 2521 | + global $wpdb, $plugin_prefix; |
|
| 2522 | + |
|
| 2523 | + $is_error_during_diagnose = false; |
|
| 2524 | + $output_str = ''; |
|
| 2525 | + |
|
| 2526 | + $delete = $wpdb->query("TRUNCATE TABLE ".GEODIR_COUNTRIES_TABLE);
|
|
| 2527 | + |
|
| 2528 | + |
|
| 2529 | + if ($delete) {
|
|
| 2530 | + $output_str .= "<li><strong>" . __('Table dropped, refresh page to reinstall.', 'geodirectory') . "</strong></li>";
|
|
| 2531 | + ob_start(); |
|
| 2532 | + geodir_diagnose_version_clear(); |
|
| 2533 | + ob_end_clean(); |
|
| 2534 | + }else{
|
|
| 2535 | + $output_str .= "<li><strong>" . __('Something went wrong.', 'geodirectory') . "</strong></li>";
|
|
| 2536 | + } |
|
| 2537 | + |
|
| 2538 | + if ($is_error_during_diagnose) {
|
|
| 2539 | + $info_div_class = "geodir_problem_info"; |
|
| 2540 | + $fix_button_txt = ""; |
|
| 2541 | + } else {
|
|
| 2542 | + $info_div_class = "geodir_noproblem_info"; |
|
| 2543 | + $fix_button_txt = ''; |
|
| 2544 | + } |
|
| 2545 | + echo "<ul class='$info_div_class'>"; |
|
| 2546 | + echo $output_str; |
|
| 2547 | + echo $fix_button_txt; |
|
| 2548 | + echo "</ul>"; |
|
| 2549 | 2549 | } |
| 2550 | 2550 | |
| 2551 | 2551 | /** |
@@ -2558,11 +2558,11 @@ discard block |
||
| 2558 | 2558 | * @return array Filtered actions. |
| 2559 | 2559 | */ |
| 2560 | 2560 | function geodir_disable_quick_edit( $actions = array(), $row = null ) {
|
| 2561 | - if ( isset( $actions['inline hide-if-no-js'] ) ) {
|
|
| 2562 | - unset( $actions['inline hide-if-no-js'] ); |
|
| 2563 | - } |
|
| 2561 | + if ( isset( $actions['inline hide-if-no-js'] ) ) {
|
|
| 2562 | + unset( $actions['inline hide-if-no-js'] ); |
|
| 2563 | + } |
|
| 2564 | 2564 | |
| 2565 | - return $actions; |
|
| 2565 | + return $actions; |
|
| 2566 | 2566 | } |
| 2567 | 2567 | |
| 2568 | 2568 | /** |
@@ -2576,26 +2576,26 @@ discard block |
||
| 2576 | 2576 | * @global bool $gd_cpt_screen True if current scrrrn has GD post type. |
| 2577 | 2577 | */ |
| 2578 | 2578 | function geodir_check_quick_edit() {
|
| 2579 | - global $pagenow, $current_screen, $gd_cpt_screen; |
|
| 2580 | - |
|
| 2581 | - if ( ( $pagenow == 'edit.php' || $pagenow == 'edit-tags.php' ) && !empty( $current_screen->post_type ) ) {
|
|
| 2582 | - if ( empty( $gd_cpt_screen ) ) {
|
|
| 2583 | - if ( in_array( $current_screen->post_type, geodir_get_posttypes() ) ) {
|
|
| 2584 | - $gd_cpt_screen = 'y'; |
|
| 2585 | - } else {
|
|
| 2586 | - $gd_cpt_screen = 'n'; |
|
| 2587 | - } |
|
| 2588 | - } |
|
| 2589 | - |
|
| 2590 | - if ( $gd_cpt_screen == 'y' ) {
|
|
| 2591 | - if ( $pagenow == 'edit.php' ) {
|
|
| 2592 | - add_filter( 'post_row_actions', 'geodir_disable_quick_edit', 10, 2 ); |
|
| 2593 | - add_filter( 'page_row_actions', 'geodir_disable_quick_edit', 10, 2 ); |
|
| 2594 | - } elseif ( $pagenow == 'edit-tags.php' && !empty( $current_screen->taxonomy ) ) {
|
|
| 2595 | - add_filter( $current_screen->taxonomy . '_row_actions', 'geodir_disable_quick_edit', 10, 2 ); |
|
| 2596 | - } |
|
| 2597 | - } |
|
| 2598 | - } |
|
| 2579 | + global $pagenow, $current_screen, $gd_cpt_screen; |
|
| 2580 | + |
|
| 2581 | + if ( ( $pagenow == 'edit.php' || $pagenow == 'edit-tags.php' ) && !empty( $current_screen->post_type ) ) {
|
|
| 2582 | + if ( empty( $gd_cpt_screen ) ) {
|
|
| 2583 | + if ( in_array( $current_screen->post_type, geodir_get_posttypes() ) ) {
|
|
| 2584 | + $gd_cpt_screen = 'y'; |
|
| 2585 | + } else {
|
|
| 2586 | + $gd_cpt_screen = 'n'; |
|
| 2587 | + } |
|
| 2588 | + } |
|
| 2589 | + |
|
| 2590 | + if ( $gd_cpt_screen == 'y' ) {
|
|
| 2591 | + if ( $pagenow == 'edit.php' ) {
|
|
| 2592 | + add_filter( 'post_row_actions', 'geodir_disable_quick_edit', 10, 2 ); |
|
| 2593 | + add_filter( 'page_row_actions', 'geodir_disable_quick_edit', 10, 2 ); |
|
| 2594 | + } elseif ( $pagenow == 'edit-tags.php' && !empty( $current_screen->taxonomy ) ) {
|
|
| 2595 | + add_filter( $current_screen->taxonomy . '_row_actions', 'geodir_disable_quick_edit', 10, 2 ); |
|
| 2596 | + } |
|
| 2597 | + } |
|
| 2598 | + } |
|
| 2599 | 2599 | } |
| 2600 | 2600 | add_action( 'admin_head', 'geodir_check_quick_edit', 10 ); |
| 2601 | 2601 | |
@@ -2609,9 +2609,9 @@ discard block |
||
| 2609 | 2609 | * @return array Filtered bulk actions. |
| 2610 | 2610 | */ |
| 2611 | 2611 | function geodir_filter_bulk_actions( $actions ) {
|
| 2612 | - if ( isset( $actions['edit'] ) ) {
|
|
| 2613 | - unset( $actions['edit'] ); |
|
| 2614 | - } |
|
| 2612 | + if ( isset( $actions['edit'] ) ) {
|
|
| 2613 | + unset( $actions['edit'] ); |
|
| 2614 | + } |
|
| 2615 | 2615 | |
| 2616 | - return $actions; |
|
| 2616 | + return $actions; |
|
| 2617 | 2617 | } |
@@ -62,7 +62,7 @@ discard block |
||
| 62 | 62 | */ |
| 63 | 63 | function geodir_get_admin_option_form($current_tab) |
| 64 | 64 | {
|
| 65 | - geodir_admin_option_form($current_tab);// defined in admin template tags.php |
|
| 65 | + geodir_admin_option_form($current_tab); // defined in admin template tags.php |
|
| 66 | 66 | } |
| 67 | 67 | |
| 68 | 68 | |
@@ -70,7 +70,7 @@ discard block |
||
| 70 | 70 | add_action('geodir_update_options_compatibility_settings', 'geodir_update_options_compatibility_settings');
|
| 71 | 71 | add_action('geodir_update_options_default_location_settings', 'geodir_location_form_submit');
|
| 72 | 72 | add_action('geodir_before_admin_panel', 'geodir_before_admin_panel'); // this function is in admin_functions.php
|
| 73 | -add_action('geodir_before_update_options', 'geodir_before_update_options',10,2);
|
|
| 73 | +add_action('geodir_before_update_options', 'geodir_before_update_options', 10, 2);
|
|
| 74 | 74 | |
| 75 | 75 | //add_action('geodir_before_admin_panel', 'geodir_autoinstall_admin_header');
|
| 76 | 76 | |
@@ -99,7 +99,7 @@ discard block |
||
| 99 | 99 | |
| 100 | 100 | // Disable VC editor for GD post types. |
| 101 | 101 | if (class_exists('Vc_Role_Access_Controller')) {
|
| 102 | - add_filter( 'vc_role_access_with_post_types_can', '__return_false', 100 ); |
|
| 102 | + add_filter('vc_role_access_with_post_types_can', '__return_false', 100);
|
|
| 103 | 103 | } |
| 104 | 104 | } |
| 105 | 105 | |
@@ -126,8 +126,8 @@ discard block |
||
| 126 | 126 | add_action('admin_panel_init', 'geodir_admin_list_columns', 2);
|
| 127 | 127 | |
| 128 | 128 | /* --- insert dummy post action ---*/ |
| 129 | -add_action('geodir_insert_dummy_posts', 'geodir_insert_dummy_posts', 1,3);
|
|
| 130 | -add_action('geodir_delete_dummy_posts', 'geodir_delete_dummy_posts', 1,3);
|
|
| 129 | +add_action('geodir_insert_dummy_posts', 'geodir_insert_dummy_posts', 1, 3);
|
|
| 130 | +add_action('geodir_delete_dummy_posts', 'geodir_delete_dummy_posts', 1, 3);
|
|
| 131 | 131 | |
| 132 | 132 | |
| 133 | 133 | /** |
@@ -240,9 +240,9 @@ discard block |
||
| 240 | 240 | |
| 241 | 241 | // Filter-Payment-Manager |
| 242 | 242 | |
| 243 | - add_meta_box('geodir_post_images', $post_typename . ' ' . __('Attachments', 'geodirectory'), 'geodir_post_attachments', $geodir_posttype, 'side');
|
|
| 243 | + add_meta_box('geodir_post_images', $post_typename.' '.__('Attachments', 'geodirectory'), 'geodir_post_attachments', $geodir_posttype, 'side');
|
|
| 244 | 244 | |
| 245 | - add_meta_box('geodir_post_info', $post_typename . ' ' . __('Information', 'geodirectory'), 'geodir_post_info_setting', $geodir_posttype, 'normal', 'high');
|
|
| 245 | + add_meta_box('geodir_post_info', $post_typename.' '.__('Information', 'geodirectory'), 'geodir_post_info_setting', $geodir_posttype, 'normal', 'high');
|
|
| 246 | 246 | |
| 247 | 247 | // no need of this box as all fields moved to main information box |
| 248 | 248 | //add_meta_box( 'geodir_post_addinfo', $post_typename. ' ' .__('Additional Information' , 'geodirectory'), 'geodir_post_addinfo_setting', $geodir_posttype,'normal', 'high' );
|
@@ -251,7 +251,7 @@ discard block |
||
| 251 | 251 | |
| 252 | 252 | } |
| 253 | 253 | |
| 254 | -add_action('save_post', 'geodir_post_information_save',10,2);
|
|
| 254 | +add_action('save_post', 'geodir_post_information_save', 10, 2);
|
|
| 255 | 255 | |
| 256 | 256 | |
| 257 | 257 | |
@@ -278,10 +278,10 @@ discard block |
||
| 278 | 278 | |
| 279 | 279 | $gd_taxonomy = geodir_get_taxonomies($geodir_post_type); |
| 280 | 280 | |
| 281 | - if(!empty($gd_taxonomy)) {
|
|
| 281 | + if (!empty($gd_taxonomy)) {
|
|
| 282 | 282 | foreach ($gd_taxonomy as $tax) {
|
| 283 | 283 | |
| 284 | - remove_meta_box($tax . 'div', $geodir_post_type, 'normal'); |
|
| 284 | + remove_meta_box($tax.'div', $geodir_post_type, 'normal'); |
|
| 285 | 285 | |
| 286 | 286 | } |
| 287 | 287 | } |
@@ -367,14 +367,14 @@ discard block |
||
| 367 | 367 | add_action('geodir_manage_available_fields_predefined', 'geodir_manage_available_fields_predefined');
|
| 368 | 368 | add_action('geodir_manage_available_fields_custom', 'geodir_manage_available_fields_custom');
|
| 369 | 369 | |
| 370 | -function geodir_manage_available_fields_predefined($sub_tab){
|
|
| 371 | - if($sub_tab=='custom_fields'){
|
|
| 370 | +function geodir_manage_available_fields_predefined($sub_tab) {
|
|
| 371 | + if ($sub_tab == 'custom_fields') {
|
|
| 372 | 372 | geodir_custom_available_fields('predefined');
|
| 373 | 373 | } |
| 374 | 374 | } |
| 375 | 375 | |
| 376 | -function geodir_manage_available_fields_custom($sub_tab){
|
|
| 377 | - if($sub_tab=='custom_fields'){
|
|
| 376 | +function geodir_manage_available_fields_custom($sub_tab) {
|
|
| 377 | + if ($sub_tab == 'custom_fields') {
|
|
| 378 | 378 | geodir_custom_available_fields('custom');
|
| 379 | 379 | } |
| 380 | 380 | } |
@@ -444,7 +444,7 @@ discard block |
||
| 444 | 444 | global $wpdb; |
| 445 | 445 | $listing_type = ($_REQUEST['listing_type'] != '') ? sanitize_text_field($_REQUEST['listing_type']) : 'gd_place'; |
| 446 | 446 | ?> |
| 447 | - <input type="hidden" name="listing_type" id="new_post_type" value="<?php echo $listing_type;?>"/> |
|
| 447 | + <input type="hidden" name="listing_type" id="new_post_type" value="<?php echo $listing_type; ?>"/> |
|
| 448 | 448 | <input type="hidden" name="manage_field_type" class="manage_field_type" value="<?php echo sanitize_text_field($_REQUEST['subtab']); ?>"/> |
| 449 | 449 | <ul> |
| 450 | 450 | <?php |
@@ -455,7 +455,7 @@ discard block |
||
| 455 | 455 | |
| 456 | 456 | $check_html_variable = $wpdb->get_var( |
| 457 | 457 | $wpdb->prepare( |
| 458 | - "SELECT htmlvar_name FROM " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " WHERE htmlvar_name = %s AND post_type = %s AND field_type=%s", |
|
| 458 | + "SELECT htmlvar_name FROM ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." WHERE htmlvar_name = %s AND post_type = %s AND field_type=%s", |
|
| 459 | 459 | array($val['htmlvar_name'], $listing_type, $val['field_type']) |
| 460 | 460 | ) |
| 461 | 461 | ); |
@@ -463,23 +463,23 @@ discard block |
||
| 463 | 463 | $display = $check_html_variable ? ' style="display:none;"' : ''; |
| 464 | 464 | ?> |
| 465 | 465 | |
| 466 | - <li class="gd-cf-tooltip-wrap" <?php echo $display;?>> |
|
| 466 | + <li class="gd-cf-tooltip-wrap" <?php echo $display; ?>> |
|
| 467 | 467 | <?php |
| 468 | - if(isset($val['description']) && $val['description']){
|
|
| 468 | + if (isset($val['description']) && $val['description']) {
|
|
| 469 | 469 | echo '<div class="gdcf-tooltip">'.$val['description'].'</div>'; |
| 470 | 470 | }?> |
| 471 | 471 | |
| 472 | - <a id="gd-<?php echo $val['field_type'];?>-_-<?php echo $val['htmlvar_name'];?>" data-field-type-key="<?php echo $val['htmlvar_name'];?>" data-field-type="<?php echo $val['field_type'];?>" |
|
| 473 | - title="<?php echo $val['site_title'];?>" |
|
| 474 | - class="gd-draggable-form-items gd-<?php echo $val['field_type'];?> geodir-sort-<?php echo $val['htmlvar_name'];?>" href="javascript:void(0);"> |
|
| 472 | + <a id="gd-<?php echo $val['field_type']; ?>-_-<?php echo $val['htmlvar_name']; ?>" data-field-type-key="<?php echo $val['htmlvar_name']; ?>" data-field-type="<?php echo $val['field_type']; ?>" |
|
| 473 | + title="<?php echo $val['site_title']; ?>" |
|
| 474 | + class="gd-draggable-form-items gd-<?php echo $val['field_type']; ?> geodir-sort-<?php echo $val['htmlvar_name']; ?>" href="javascript:void(0);"> |
|
| 475 | 475 | <?php if (isset($val['field_icon']) && strpos($val['field_icon'], 'fa fa-') !== false) {
|
| 476 | 476 | echo '<i class="'.$val['field_icon'].'" aria-hidden="true"></i>'; |
| 477 | - }elseif(isset($val['field_icon']) && $val['field_icon'] ){
|
|
| 477 | + }elseif (isset($val['field_icon']) && $val['field_icon']) {
|
|
| 478 | 478 | echo '<b class="gd-cf-icon" style="background-image: url(\''.$val['field_icon'].'\')"></b>'; |
| 479 | - }else{
|
|
| 479 | + } else {
|
|
| 480 | 480 | echo '<i class="fa fa-cog" aria-hidden="true"></i>'; |
| 481 | 481 | }?> |
| 482 | - <?php echo (! empty( $val['admin_title'] ) ? $val['admin_title'] : $val['site_title'] );?> |
|
| 482 | + <?php echo (!empty($val['admin_title']) ? $val['admin_title'] : $val['site_title']); ?> |
|
| 483 | 483 | </a> |
| 484 | 484 | </li> |
| 485 | 485 | |
@@ -507,7 +507,7 @@ discard block |
||
| 507 | 507 | <?php |
| 508 | 508 | global $wpdb; |
| 509 | 509 | |
| 510 | - $fields = $wpdb->get_results($wpdb->prepare("SELECT * FROM " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " WHERE post_type = %s AND field_type != 'address' ORDER BY sort_order ASC", array($listing_type)));
|
|
| 510 | + $fields = $wpdb->get_results($wpdb->prepare("SELECT * FROM ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." WHERE post_type = %s AND field_type != 'address' ORDER BY sort_order ASC", array($listing_type)));
|
|
| 511 | 511 | |
| 512 | 512 | if (!empty($fields)) {
|
| 513 | 513 | foreach ($fields as $field) {
|
@@ -532,14 +532,14 @@ discard block |
||
| 532 | 532 | * @since 1.6.9 |
| 533 | 533 | * @package GeoDirectory |
| 534 | 534 | */ |
| 535 | -function geodir_custom_fields_custom($post_type=''){
|
|
| 535 | +function geodir_custom_fields_custom($post_type = '') {
|
|
| 536 | 536 | |
| 537 | 537 | $custom_fields = array(); |
| 538 | 538 | |
| 539 | 539 | /** |
| 540 | 540 | * @see `geodir_custom_fields` |
| 541 | 541 | */ |
| 542 | - return apply_filters('geodir_custom_fields_custom',$custom_fields,$post_type);
|
|
| 542 | + return apply_filters('geodir_custom_fields_custom', $custom_fields, $post_type);
|
|
| 543 | 543 | } |
| 544 | 544 | |
| 545 | 545 | |
@@ -550,7 +550,7 @@ discard block |
||
| 550 | 550 | * @since 1.6.6 |
| 551 | 551 | * @package GeoDirectory |
| 552 | 552 | */ |
| 553 | -function geodir_custom_fields($post_type=''){
|
|
| 553 | +function geodir_custom_fields($post_type = '') {
|
|
| 554 | 554 | |
| 555 | 555 | $custom_fields = array( |
| 556 | 556 | 'text' => array( |
@@ -685,7 +685,7 @@ discard block |
||
| 685 | 685 | * } |
| 686 | 686 | * @param string $post_type The post type requested. |
| 687 | 687 | */ |
| 688 | - return apply_filters('geodir_custom_fields',$custom_fields,$post_type);
|
|
| 688 | + return apply_filters('geodir_custom_fields', $custom_fields, $post_type);
|
|
| 689 | 689 | } |
| 690 | 690 | |
| 691 | 691 | /** |
@@ -696,25 +696,25 @@ discard block |
||
| 696 | 696 | * @param string $type The custom field type, predefined, custom or blank for default |
| 697 | 697 | * @package GeoDirectory |
| 698 | 698 | */ |
| 699 | -function geodir_custom_available_fields($type='') |
|
| 699 | +function geodir_custom_available_fields($type = '') |
|
| 700 | 700 | {
|
| 701 | 701 | $listing_type = ($_REQUEST['listing_type'] != '') ? sanitize_text_field($_REQUEST['listing_type']) : 'gd_place'; |
| 702 | 702 | ?> |
| 703 | - <input type="hidden" name="listing_type" id="new_post_type" value="<?php echo $listing_type;?>"/> |
|
| 703 | + <input type="hidden" name="listing_type" id="new_post_type" value="<?php echo $listing_type; ?>"/> |
|
| 704 | 704 | <input type="hidden" name="manage_field_type" class="manage_field_type" value="<?php echo sanitize_text_field($_REQUEST['subtab']); ?>" /> |
| 705 | 705 | |
| 706 | 706 | <?php |
| 707 | - if($type=='predefined'){
|
|
| 707 | + if ($type == 'predefined') {
|
|
| 708 | 708 | $cfs = geodir_custom_fields_predefined($listing_type); |
| 709 | - }elseif($type=='custom'){
|
|
| 709 | + }elseif ($type == 'custom') {
|
|
| 710 | 710 | $cfs = geodir_custom_fields_custom($listing_type); |
| 711 | - }else{
|
|
| 711 | + } else {
|
|
| 712 | 712 | $cfs = geodir_custom_fields($listing_type); |
| 713 | 713 | ?> |
| 714 | 714 | <ul class="full gd-cf-tooltip-wrap"> |
| 715 | 715 | <li> |
| 716 | 716 | <div class="gdcf-tooltip"> |
| 717 | - <?php _e('This adds a section separator with a title.', 'geodirectory');?>
|
|
| 717 | + <?php _e('This adds a section separator with a title.', 'geodirectory'); ?>
|
|
| 718 | 718 | </div> |
| 719 | 719 | <a id="gt-fieldset" |
| 720 | 720 | class="gd-draggable-form-items gt-fieldset" |
@@ -725,7 +725,7 @@ discard block |
||
| 725 | 725 | |
| 726 | 726 | <i class="fa fa-long-arrow-left " aria-hidden="true"></i> |
| 727 | 727 | <i class="fa fa-long-arrow-right " aria-hidden="true"></i> |
| 728 | - <?php _e('Fieldset (section separator)', 'geodirectory');?>
|
|
| 728 | + <?php _e('Fieldset (section separator)', 'geodirectory'); ?>
|
|
| 729 | 729 | </a> |
| 730 | 730 | </li> |
| 731 | 731 | </ul> |
@@ -733,15 +733,15 @@ discard block |
||
| 733 | 733 | <?php |
| 734 | 734 | } |
| 735 | 735 | |
| 736 | - if(!empty($cfs)) {
|
|
| 736 | + if (!empty($cfs)) {
|
|
| 737 | 737 | echo '<ul>'; |
| 738 | - foreach ( $cfs as $id => $cf ) {
|
|
| 738 | + foreach ($cfs as $id => $cf) {
|
|
| 739 | 739 | ?> |
| 740 | 740 | |
| 741 | 741 | <li class="gd-cf-tooltip-wrap"> |
| 742 | 742 | <?php |
| 743 | - if ( isset( $cf['description'] ) && $cf['description'] ) {
|
|
| 744 | - echo '<div class="gdcf-tooltip">' . $cf['description'] . '</div>'; |
|
| 743 | + if (isset($cf['description']) && $cf['description']) {
|
|
| 744 | + echo '<div class="gdcf-tooltip">'.$cf['description'].'</div>'; |
|
| 745 | 745 | } ?> |
| 746 | 746 | |
| 747 | 747 | <a id="gd-<?php echo $id; ?>" |
@@ -751,10 +751,10 @@ discard block |
||
| 751 | 751 | class="gd-draggable-form-items <?php echo $cf['class']; ?>" |
| 752 | 752 | href="javascript:void(0);"> |
| 753 | 753 | |
| 754 | - <?php if ( isset( $cf['icon'] ) && strpos( $cf['icon'], 'fa fa-' ) !== false ) {
|
|
| 755 | - echo '<i class="' . $cf['icon'] . '" aria-hidden="true"></i>'; |
|
| 756 | - } elseif ( isset( $cf['icon'] ) && $cf['icon'] ) {
|
|
| 757 | - echo '<b class="gd-cf-icon" style="background-image: url(\'' . $cf['icon'] . '\')"></b>'; |
|
| 754 | + <?php if (isset($cf['icon']) && strpos($cf['icon'], 'fa fa-') !== false) {
|
|
| 755 | + echo '<i class="'.$cf['icon'].'" aria-hidden="true"></i>'; |
|
| 756 | + } elseif (isset($cf['icon']) && $cf['icon']) {
|
|
| 757 | + echo '<b class="gd-cf-icon" style="background-image: url(\''.$cf['icon'].'\')"></b>'; |
|
| 758 | 758 | } else {
|
| 759 | 759 | echo '<i class="fa fa-cog" aria-hidden="true"></i>'; |
| 760 | 760 | } ?> |
@@ -763,7 +763,7 @@ discard block |
||
| 763 | 763 | </li> |
| 764 | 764 | <?php |
| 765 | 765 | } |
| 766 | - }else{
|
|
| 766 | + } else {
|
|
| 767 | 767 | _e('There are no custom fields here yet.', 'geodirectory');
|
| 768 | 768 | } |
| 769 | 769 | ?> |
@@ -791,7 +791,7 @@ discard block |
||
| 791 | 791 | <ul class="core"> |
| 792 | 792 | <?php |
| 793 | 793 | global $wpdb; |
| 794 | - $fields = $wpdb->get_results($wpdb->prepare("SELECT * FROM " . GEODIR_CUSTOM_FIELDS_TABLE . " WHERE post_type = %s ORDER BY sort_order ASC", array($listing_type)));
|
|
| 794 | + $fields = $wpdb->get_results($wpdb->prepare("SELECT * FROM ".GEODIR_CUSTOM_FIELDS_TABLE." WHERE post_type = %s ORDER BY sort_order ASC", array($listing_type)));
|
|
| 795 | 795 | |
| 796 | 796 | if (!empty($fields)) {
|
| 797 | 797 | foreach ($fields as $field) {
|
@@ -801,7 +801,7 @@ discard block |
||
| 801 | 801 | $field_type_key = $field->field_type_key; |
| 802 | 802 | $field_ins_upd = 'display'; |
| 803 | 803 | |
| 804 | - geodir_custom_field_adminhtml($field_type, $result_str, $field_ins_upd,$field_type_key); |
|
| 804 | + geodir_custom_field_adminhtml($field_type, $result_str, $field_ins_upd, $field_type_key); |
|
| 805 | 805 | } |
| 806 | 806 | } |
| 807 | 807 | ?></ul> |
@@ -960,8 +960,8 @@ discard block |
||
| 960 | 960 | |
| 961 | 961 | if (!get_option('geodir_remove_unnecessary_fields')) {
|
| 962 | 962 | |
| 963 | - if ($wpdb->get_var("SHOW COLUMNS FROM " . $plugin_prefix . "gd_place_detail WHERE field = 'categories'"))
|
|
| 964 | - $wpdb->query("ALTER TABLE `" . $plugin_prefix . "gd_place_detail` DROP `categories`");
|
|
| 963 | + if ($wpdb->get_var("SHOW COLUMNS FROM ".$plugin_prefix."gd_place_detail WHERE field = 'categories'"))
|
|
| 964 | + $wpdb->query("ALTER TABLE `".$plugin_prefix."gd_place_detail` DROP `categories`");
|
|
| 965 | 965 | |
| 966 | 966 | update_option('geodir_remove_unnecessary_fields', '1');
|
| 967 | 967 | |
@@ -990,7 +990,7 @@ discard block |
||
| 990 | 990 | case 'diagnosis' : |
| 991 | 991 | if (isset($_REQUEST['diagnose_this']) && $_REQUEST['diagnose_this'] != '') {
|
| 992 | 992 | $diagnose_this = sanitize_text_field($_REQUEST['diagnose_this']); |
| 993 | - call_user_func('geodir_diagnose_' . $diagnose_this);
|
|
| 993 | + call_user_func('geodir_diagnose_'.$diagnose_this);
|
|
| 994 | 994 | |
| 995 | 995 | } |
| 996 | 996 | exit(); |
@@ -999,7 +999,7 @@ discard block |
||
| 999 | 999 | case 'diagnosis-fix' : |
| 1000 | 1000 | if (isset($_REQUEST['diagnose_this']) && $_REQUEST['diagnose_this'] != '') |
| 1001 | 1001 | $diagnose_this = sanitize_text_field($_REQUEST['diagnose_this']); |
| 1002 | - call_user_func('geodir_diagnose_' . $diagnose_this);
|
|
| 1002 | + call_user_func('geodir_diagnose_'.$diagnose_this);
|
|
| 1003 | 1003 | exit(); |
| 1004 | 1004 | break; |
| 1005 | 1005 | } |
@@ -1024,50 +1024,50 @@ discard block |
||
| 1024 | 1024 | {
|
| 1025 | 1025 | global $wpdb; |
| 1026 | 1026 | //$filter_arr['output_str'] .='###'.$table.'###'; |
| 1027 | - if ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak2'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak'") > 0) {
|
|
| 1028 | - $filter_arr['output_str'] .= "<li>" . __('ERROR: You did not follow instructions! Now you will need to contact support to manually fix things.', 'geodirectory') . "</li>";
|
|
| 1027 | + if ($wpdb->query("SHOW TABLES LIKE '".$table."_ms_bak2'") > 0 && $wpdb->query("SHOW TABLES LIKE '".$table."_ms_bak'") > 0) {
|
|
| 1028 | + $filter_arr['output_str'] .= "<li>".__('ERROR: You did not follow instructions! Now you will need to contact support to manually fix things.', 'geodirectory')."</li>";
|
|
| 1029 | 1029 | $filter_arr['is_error_during_diagnose'] = true; |
| 1030 | 1030 | |
| 1031 | - } elseif ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") > 0) {
|
|
| 1032 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('ERROR: %s_ms_bak table found', 'geodirectory'), $tabel_name) . "</li>";
|
|
| 1031 | + } elseif ($wpdb->query("SHOW TABLES LIKE '".$table."_ms_bak'") > 0 && $wpdb->query("SHOW TABLES LIKE '".$wpdb->prefix."$table'") > 0) {
|
|
| 1032 | + $filter_arr['output_str'] .= "<li>".sprintf(__('ERROR: %s_ms_bak table found', 'geodirectory'), $tabel_name)."</li>";
|
|
| 1033 | 1033 | $filter_arr['is_error_during_diagnose'] = true; |
| 1034 | - $filter_arr['output_str'] .= "<li>" . __('IMPORTANT: This can be caused by out of date core or addons, please update core + addons before trying the fix OR YOU WILL HAVE A BAD TIME!', 'geodirectory') . "</li>";
|
|
| 1034 | + $filter_arr['output_str'] .= "<li>".__('IMPORTANT: This can be caused by out of date core or addons, please update core + addons before trying the fix OR YOU WILL HAVE A BAD TIME!', 'geodirectory')."</li>";
|
|
| 1035 | 1035 | $filter_arr['is_error_during_diagnose'] = true; |
| 1036 | 1036 | |
| 1037 | 1037 | if ($fix) {
|
| 1038 | - $ms_bak_count = $wpdb->get_var("SELECT COUNT(*) FROM " . $table . "_ms_bak");// get backup table count
|
|
| 1039 | - $new_table_count = $wpdb->get_var("SELECT COUNT(*) FROM " . $wpdb->prefix . "$table");// get new table count
|
|
| 1038 | + $ms_bak_count = $wpdb->get_var("SELECT COUNT(*) FROM ".$table."_ms_bak"); // get backup table count
|
|
| 1039 | + $new_table_count = $wpdb->get_var("SELECT COUNT(*) FROM ".$wpdb->prefix."$table"); // get new table count
|
|
| 1040 | 1040 | |
| 1041 | 1041 | if ($ms_bak_count == $new_table_count) {// if they are the same count rename to bak2
|
| 1042 | 1042 | //$filter_arr['output_str'] .= "<li>".sprintf( __('-->PROBLEM: %s table count is the same as new table, contact support' , 'geodirectory'), $table )."</li>" ;
|
| 1043 | 1043 | |
| 1044 | - $wpdb->query("RENAME TABLE " . $table . "_ms_bak TO " . $table . "_ms_bak2");// rename bak table to new table
|
|
| 1044 | + $wpdb->query("RENAME TABLE ".$table."_ms_bak TO ".$table."_ms_bak2"); // rename bak table to new table
|
|
| 1045 | 1045 | |
| 1046 | - if ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak2'") && $wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak'") == 0) {
|
|
| 1047 | - $filter_arr['output_str'] .= "<li>" . __('-->FIXED: Renamed and backed up the tables', 'geodirectory') . "</li>";
|
|
| 1046 | + if ($wpdb->query("SHOW TABLES LIKE '".$table."_ms_bak2'") && $wpdb->query("SHOW TABLES LIKE '".$table."_ms_bak'") == 0) {
|
|
| 1047 | + $filter_arr['output_str'] .= "<li>".__('-->FIXED: Renamed and backed up the tables', 'geodirectory')."</li>";
|
|
| 1048 | 1048 | } else {
|
| 1049 | - $filter_arr['output_str'] .= "<li>" . __('-->PROBLEM: Failed to rename tables, please contact support.', 'geodirectory') . "</li>";
|
|
| 1049 | + $filter_arr['output_str'] .= "<li>".__('-->PROBLEM: Failed to rename tables, please contact support.', 'geodirectory')."</li>";
|
|
| 1050 | 1050 | } |
| 1051 | 1051 | |
| 1052 | 1052 | } elseif ($ms_bak_count > $new_table_count) {//if backup is greater then restore it
|
| 1053 | 1053 | |
| 1054 | - $wpdb->query("RENAME TABLE " . $wpdb->prefix . "$table TO " . $table . "_ms_bak2");// rename new table to bak2
|
|
| 1055 | - $wpdb->query("RENAME TABLE " . $table . "_ms_bak TO " . $wpdb->prefix . "$table");// rename bak table to new table
|
|
| 1054 | + $wpdb->query("RENAME TABLE ".$wpdb->prefix."$table TO ".$table."_ms_bak2"); // rename new table to bak2
|
|
| 1055 | + $wpdb->query("RENAME TABLE ".$table."_ms_bak TO ".$wpdb->prefix."$table"); // rename bak table to new table
|
|
| 1056 | 1056 | |
| 1057 | - if ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak2'") && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") && $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
|
|
| 1058 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: restored largest table %s', 'geodirectory'), $table) . "</li>";
|
|
| 1057 | + if ($wpdb->query("SHOW TABLES LIKE '".$table."_ms_bak2'") && $wpdb->query("SHOW TABLES LIKE '".$wpdb->prefix."$table'") && $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
|
|
| 1058 | + $filter_arr['output_str'] .= "<li>".sprintf(__('-->FIXED: restored largest table %s', 'geodirectory'), $table)."</li>";
|
|
| 1059 | 1059 | } else {
|
| 1060 | - $filter_arr['output_str'] .= "<li>" . __('-->PROBLEM: Failed to rename tables, please contact support.', 'geodirectory') . "</li>";
|
|
| 1060 | + $filter_arr['output_str'] .= "<li>".__('-->PROBLEM: Failed to rename tables, please contact support.', 'geodirectory')."</li>";
|
|
| 1061 | 1061 | } |
| 1062 | 1062 | |
| 1063 | 1063 | } elseif ($new_table_count > $ms_bak_count) {// we cant do much so rename the table to stop errors
|
| 1064 | 1064 | |
| 1065 | - $wpdb->query("RENAME TABLE " . $table . "_ms_bak TO " . $table . "_ms_bak2");// rename ms_bak table to ms_bak2
|
|
| 1065 | + $wpdb->query("RENAME TABLE ".$table."_ms_bak TO ".$table."_ms_bak2"); // rename ms_bak table to ms_bak2
|
|
| 1066 | 1066 | |
| 1067 | - if ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak'") == 0) {
|
|
| 1068 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: table %s_ms_bak renamed and backed up', 'geodirectory'), $table) . "</li>";
|
|
| 1067 | + if ($wpdb->query("SHOW TABLES LIKE '".$table."_ms_bak'") == 0) {
|
|
| 1068 | + $filter_arr['output_str'] .= "<li>".sprintf(__('-->FIXED: table %s_ms_bak renamed and backed up', 'geodirectory'), $table)."</li>";
|
|
| 1069 | 1069 | } else {
|
| 1070 | - $filter_arr['output_str'] .= "<li>" . __('-->PROBLEM: Failed to rename tables, please contact support.', 'geodirectory') . "</li>";
|
|
| 1070 | + $filter_arr['output_str'] .= "<li>".__('-->PROBLEM: Failed to rename tables, please contact support.', 'geodirectory')."</li>";
|
|
| 1071 | 1071 | } |
| 1072 | 1072 | |
| 1073 | 1073 | } |
@@ -1075,54 +1075,54 @@ discard block |
||
| 1075 | 1075 | } |
| 1076 | 1076 | |
| 1077 | 1077 | |
| 1078 | - } elseif ($wpdb->query("SHOW TABLES LIKE '$table'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") > 0) {
|
|
| 1079 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('ERROR: Two %s tables found', 'geodirectory'), $tabel_name) . "</li>";
|
|
| 1078 | + } elseif ($wpdb->query("SHOW TABLES LIKE '$table'") > 0 && $wpdb->query("SHOW TABLES LIKE '".$wpdb->prefix."$table'") > 0) {
|
|
| 1079 | + $filter_arr['output_str'] .= "<li>".sprintf(__('ERROR: Two %s tables found', 'geodirectory'), $tabel_name)."</li>";
|
|
| 1080 | 1080 | $filter_arr['is_error_during_diagnose'] = true; |
| 1081 | 1081 | |
| 1082 | 1082 | if ($fix) {
|
| 1083 | 1083 | if ($wpdb->get_var("SELECT COUNT(*) FROM $table") == 0) {// if first table is empty just delete it
|
| 1084 | 1084 | if ($wpdb->query("DROP TABLE IF EXISTS $table")) {
|
| 1085 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Deleted table %s', 'geodirectory'), $table) . "</li>";
|
|
| 1085 | + $filter_arr['output_str'] .= "<li>".sprintf(__('-->FIXED: Deleted table %s', 'geodirectory'), $table)."</li>";
|
|
| 1086 | 1086 | } else {
|
| 1087 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->PROBLEM: Delete table %s failed, please try manual delete from DB', 'geodirectory'), $table) . "</li>";
|
|
| 1087 | + $filter_arr['output_str'] .= "<li>".sprintf(__('-->PROBLEM: Delete table %s failed, please try manual delete from DB', 'geodirectory'), $table)."</li>";
|
|
| 1088 | 1088 | } |
| 1089 | 1089 | |
| 1090 | - } elseif ($wpdb->get_var("SELECT COUNT(*) FROM " . $wpdb->prefix . "$table") == 0) {// if main table is empty but original is not, delete main and rename original
|
|
| 1091 | - if ($wpdb->query("DROP TABLE IF EXISTS " . $wpdb->prefix . "$table")) {
|
|
| 1092 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Deleted table %s', 'geodirectory'), $wpdb->prefix . $table) . "</li>";
|
|
| 1090 | + } elseif ($wpdb->get_var("SELECT COUNT(*) FROM ".$wpdb->prefix."$table") == 0) {// if main table is empty but original is not, delete main and rename original
|
|
| 1091 | + if ($wpdb->query("DROP TABLE IF EXISTS ".$wpdb->prefix."$table")) {
|
|
| 1092 | + $filter_arr['output_str'] .= "<li>".sprintf(__('-->FIXED: Deleted table %s', 'geodirectory'), $wpdb->prefix.$table)."</li>";
|
|
| 1093 | 1093 | } else {
|
| 1094 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->PROBLEM: Delete table %s failed, please try manual delete from DB', 'geodirectory'), $wpdb->prefix . $table) . "</li>";
|
|
| 1094 | + $filter_arr['output_str'] .= "<li>".sprintf(__('-->PROBLEM: Delete table %s failed, please try manual delete from DB', 'geodirectory'), $wpdb->prefix.$table)."</li>";
|
|
| 1095 | 1095 | } |
| 1096 | - if ($wpdb->query("RENAME TABLE $table TO " . $wpdb->prefix . "$table") || $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
|
|
| 1097 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Table %s renamed to %s', 'geodirectory'), $table, $wpdb->prefix . $table) . "</li>";
|
|
| 1096 | + if ($wpdb->query("RENAME TABLE $table TO ".$wpdb->prefix."$table") || $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
|
|
| 1097 | + $filter_arr['output_str'] .= "<li>".sprintf(__('-->FIXED: Table %s renamed to %s', 'geodirectory'), $table, $wpdb->prefix.$table)."</li>";
|
|
| 1098 | 1098 | } else {
|
| 1099 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->PROBLEM: Failed to rename table %s to %s, please try manually from DB', 'geodirectory'), $table, $wpdb->prefix . $table) . "</li>";
|
|
| 1099 | + $filter_arr['output_str'] .= "<li>".sprintf(__('-->PROBLEM: Failed to rename table %s to %s, please try manually from DB', 'geodirectory'), $table, $wpdb->prefix.$table)."</li>";
|
|
| 1100 | 1100 | } |
| 1101 | 1101 | } else {// else rename the original table to _ms_bak
|
| 1102 | - if ($wpdb->query("RENAME TABLE $table TO " . $table . "_ms_bak") || $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
|
|
| 1103 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Table contained info so we renamed %s to %s incase it is needed in future', 'geodirectory'), $table, $table . "_ms_bak") . "</li>";
|
|
| 1102 | + if ($wpdb->query("RENAME TABLE $table TO ".$table."_ms_bak") || $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
|
|
| 1103 | + $filter_arr['output_str'] .= "<li>".sprintf(__('-->FIXED: Table contained info so we renamed %s to %s incase it is needed in future', 'geodirectory'), $table, $table."_ms_bak")."</li>";
|
|
| 1104 | 1104 | } else {
|
| 1105 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->PROBLEM: Table %s could not be renamed to %s, this table has info so may need to be reviewed manually in the DB', 'geodirectory'), $table, $table . "_ms_bak") . "</li>";
|
|
| 1105 | + $filter_arr['output_str'] .= "<li>".sprintf(__('-->PROBLEM: Table %s could not be renamed to %s, this table has info so may need to be reviewed manually in the DB', 'geodirectory'), $table, $table."_ms_bak")."</li>";
|
|
| 1106 | 1106 | } |
| 1107 | 1107 | } |
| 1108 | 1108 | } |
| 1109 | 1109 | |
| 1110 | - } elseif ($wpdb->query("SHOW TABLES LIKE '$table'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") == 0) {
|
|
| 1111 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('ERROR: %s table not converted', 'geodirectory'), $tabel_name) . "</li>";
|
|
| 1110 | + } elseif ($wpdb->query("SHOW TABLES LIKE '$table'") > 0 && $wpdb->query("SHOW TABLES LIKE '".$wpdb->prefix."$table'") == 0) {
|
|
| 1111 | + $filter_arr['output_str'] .= "<li>".sprintf(__('ERROR: %s table not converted', 'geodirectory'), $tabel_name)."</li>";
|
|
| 1112 | 1112 | $filter_arr['is_error_during_diagnose'] = true; |
| 1113 | 1113 | |
| 1114 | 1114 | if ($fix) {
|
| 1115 | 1115 | // if original table exists but new does not, rename |
| 1116 | - if ($wpdb->query("RENAME TABLE $table TO " . $wpdb->prefix . "$table") || $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
|
|
| 1117 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Table %s renamed to %s', 'geodirectory'), $table, $wpdb->prefix . $table) . "</li>";
|
|
| 1116 | + if ($wpdb->query("RENAME TABLE $table TO ".$wpdb->prefix."$table") || $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
|
|
| 1117 | + $filter_arr['output_str'] .= "<li>".sprintf(__('-->FIXED: Table %s renamed to %s', 'geodirectory'), $table, $wpdb->prefix.$table)."</li>";
|
|
| 1118 | 1118 | } else {
|
| 1119 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->PROBLEM: Failed to rename table %s to %s, please try manually from DB', 'geodirectory'), $table, $wpdb->prefix . $table) . "</li>";
|
|
| 1119 | + $filter_arr['output_str'] .= "<li>".sprintf(__('-->PROBLEM: Failed to rename table %s to %s, please try manually from DB', 'geodirectory'), $table, $wpdb->prefix.$table)."</li>";
|
|
| 1120 | 1120 | } |
| 1121 | 1121 | |
| 1122 | 1122 | } |
| 1123 | 1123 | |
| 1124 | - } elseif ($wpdb->query("SHOW TABLES LIKE '$table'") == 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") == 0) {
|
|
| 1125 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('ERROR: %s table does not exist', 'geodirectory'), $tabel_name) . "</li>";
|
|
| 1124 | + } elseif ($wpdb->query("SHOW TABLES LIKE '$table'") == 0 && $wpdb->query("SHOW TABLES LIKE '".$wpdb->prefix."$table'") == 0) {
|
|
| 1125 | + $filter_arr['output_str'] .= "<li>".sprintf(__('ERROR: %s table does not exist', 'geodirectory'), $tabel_name)."</li>";
|
|
| 1126 | 1126 | $filter_arr['is_error_during_diagnose'] = true; |
| 1127 | 1127 | |
| 1128 | 1128 | if ($fix) {
|
@@ -1136,11 +1136,11 @@ discard block |
||
| 1136 | 1136 | delete_option('geodir_custom_posts_db_version');
|
| 1137 | 1137 | delete_option('geodir_reviewratings_db_version');
|
| 1138 | 1138 | delete_option('geodiradvancesearch_db_version');
|
| 1139 | - $filter_arr['output_str'] .= "<li>" . __('-->TRY: Please refresh page to run table install functions', 'geodirectory') . "</li>";
|
|
| 1139 | + $filter_arr['output_str'] .= "<li>".__('-->TRY: Please refresh page to run table install functions', 'geodirectory')."</li>";
|
|
| 1140 | 1140 | } |
| 1141 | 1141 | |
| 1142 | 1142 | } else {
|
| 1143 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('%s table converted correctly', 'geodirectory'), $tabel_name) . "</li>";
|
|
| 1143 | + $filter_arr['output_str'] .= "<li>".sprintf(__('%s table converted correctly', 'geodirectory'), $tabel_name)."</li>";
|
|
| 1144 | 1144 | } |
| 1145 | 1145 | return $filter_arr; |
| 1146 | 1146 | } |
@@ -1181,21 +1181,21 @@ discard block |
||
| 1181 | 1181 | } |
| 1182 | 1182 | |
| 1183 | 1183 | if ($stepped_process) {
|
| 1184 | - $sql = $wpdb->prepare( "SELECT * FROM " . $wpdb->prefix . "geodir_" . $ptype . "_detail LIMIT %d OFFSET %d", $step_max_items, $offset ); |
|
| 1185 | - $posts = $wpdb->get_results( $sql ); |
|
| 1184 | + $sql = $wpdb->prepare("SELECT * FROM ".$wpdb->prefix."geodir_".$ptype."_detail LIMIT %d OFFSET %d", $step_max_items, $offset);
|
|
| 1185 | + $posts = $wpdb->get_results($sql); |
|
| 1186 | 1186 | |
| 1187 | 1187 | if (!empty($posts)) {
|
| 1188 | 1188 | |
| 1189 | 1189 | foreach ($posts as $p) {
|
| 1190 | 1190 | $p->post_type = $ptype; |
| 1191 | - $raw_tags = wp_get_object_terms($p->post_id, $p->post_type . '_tags', array('fields' => 'names'));
|
|
| 1191 | + $raw_tags = wp_get_object_terms($p->post_id, $p->post_type.'_tags', array('fields' => 'names'));
|
|
| 1192 | 1192 | if (empty($raw_tags)) {
|
| 1193 | 1193 | $post_tags = ''; |
| 1194 | 1194 | } else {
|
| 1195 | 1195 | $post_tags = implode(",", $raw_tags);
|
| 1196 | 1196 | } |
| 1197 | - $tablename = $plugin_prefix . $p->post_type . '_detail'; |
|
| 1198 | - $wpdb->query($wpdb->prepare("UPDATE " . $tablename . " SET post_tags=%s WHERE post_id =%d", $post_tags, $p->post_id));
|
|
| 1197 | + $tablename = $plugin_prefix.$p->post_type.'_detail'; |
|
| 1198 | + $wpdb->query($wpdb->prepare("UPDATE ".$tablename." SET post_tags=%s WHERE post_id =%d", $post_tags, $p->post_id));
|
|
| 1199 | 1199 | |
| 1200 | 1200 | } |
| 1201 | 1201 | if ($step >= $max_step) {
|
@@ -1211,23 +1211,23 @@ discard block |
||
| 1211 | 1211 | if (!empty($all_postypes)) {
|
| 1212 | 1212 | foreach ($all_postypes as $key) {
|
| 1213 | 1213 | // update each GD CPT |
| 1214 | - $posts = $wpdb->get_results( "SELECT * FROM " . $wpdb->prefix . "geodir_" . $key . "_detail"); |
|
| 1214 | + $posts = $wpdb->get_results("SELECT * FROM ".$wpdb->prefix."geodir_".$key."_detail");
|
|
| 1215 | 1215 | |
| 1216 | 1216 | if (!empty($posts)) {
|
| 1217 | 1217 | |
| 1218 | 1218 | foreach ($posts as $p) {
|
| 1219 | 1219 | $p->post_type = $key; |
| 1220 | - $raw_tags = wp_get_object_terms($p->post_id, $p->post_type . '_tags', array('fields' => 'names'));
|
|
| 1220 | + $raw_tags = wp_get_object_terms($p->post_id, $p->post_type.'_tags', array('fields' => 'names'));
|
|
| 1221 | 1221 | if (empty($raw_tags)) {
|
| 1222 | 1222 | $post_tags = ''; |
| 1223 | 1223 | } else {
|
| 1224 | 1224 | $post_tags = implode(",", $raw_tags);
|
| 1225 | 1225 | } |
| 1226 | - $tablename = $plugin_prefix . $p->post_type . '_detail'; |
|
| 1227 | - $wpdb->query($wpdb->prepare("UPDATE " . $tablename . " SET post_tags=%s WHERE post_id =%d", $post_tags, $p->post_id));
|
|
| 1226 | + $tablename = $plugin_prefix.$p->post_type.'_detail'; |
|
| 1227 | + $wpdb->query($wpdb->prepare("UPDATE ".$tablename." SET post_tags=%s WHERE post_id =%d", $post_tags, $p->post_id));
|
|
| 1228 | 1228 | |
| 1229 | 1229 | } |
| 1230 | - $output_str .= "<li>" . $key . __(': Done', 'geodirectory') . "</li>";
|
|
| 1230 | + $output_str .= "<li>".$key.__(': Done', 'geodirectory')."</li>";
|
|
| 1231 | 1231 | } |
| 1232 | 1232 | |
| 1233 | 1233 | } |
@@ -1238,14 +1238,14 @@ discard block |
||
| 1238 | 1238 | |
| 1239 | 1239 | if ($is_error_during_diagnose) {
|
| 1240 | 1240 | $info_div_class = "geodir_problem_info"; |
| 1241 | - $fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='ratings' />";
|
|
| 1241 | + $fix_button_txt = "<input type='button' value='".__('Fix', 'geodirectory')."' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='ratings' />";
|
|
| 1242 | 1242 | } else {
|
| 1243 | 1243 | $info_div_class = "geodir_noproblem_info"; |
| 1244 | 1244 | $fix_button_txt = ''; |
| 1245 | 1245 | } |
| 1246 | 1246 | |
| 1247 | 1247 | if ($stepped_process) {
|
| 1248 | - $percent = ($step/$max_step) * 100; |
|
| 1248 | + $percent = ($step / $max_step) * 100; |
|
| 1249 | 1249 | if ($output_str == 'done') {
|
| 1250 | 1250 | echo $output_str; |
| 1251 | 1251 | } else {
|
@@ -1288,29 +1288,29 @@ discard block |
||
| 1288 | 1288 | if (!empty($all_postypes)) {
|
| 1289 | 1289 | foreach ($all_postypes as $key) {
|
| 1290 | 1290 | // update each GD CTP |
| 1291 | - $posts = $wpdb->get_results("SELECT * FROM " . $wpdb->prefix . "geodir_" . $key . "_detail d WHERE d." . $key . "category='' ");
|
|
| 1291 | + $posts = $wpdb->get_results("SELECT * FROM ".$wpdb->prefix."geodir_".$key."_detail d WHERE d.".$key."category='' ");
|
|
| 1292 | 1292 | |
| 1293 | 1293 | if (!empty($posts)) {
|
| 1294 | 1294 | |
| 1295 | 1295 | foreach ($posts as $p) {
|
| 1296 | 1296 | $p->post_type = $key; |
| 1297 | - $raw_cats = wp_get_object_terms($p->post_id, $p->post_type . 'category', array('fields' => 'ids'));
|
|
| 1297 | + $raw_cats = wp_get_object_terms($p->post_id, $p->post_type.'category', array('fields' => 'ids'));
|
|
| 1298 | 1298 | |
| 1299 | 1299 | if (empty($raw_cats)) {
|
| 1300 | 1300 | $post_categories = get_post_meta($p->post_id, 'post_categories', true); |
| 1301 | 1301 | |
| 1302 | - if (!empty($post_categories) && !empty($post_categories[$p->post_type . 'category'])) {
|
|
| 1303 | - $post_categories[$p->post_type . 'category'] = str_replace("d:", "", $post_categories[$p->post_type . 'category']);
|
|
| 1304 | - foreach (explode(",", $post_categories[$p->post_type . 'category']) as $cat_part) {
|
|
| 1302 | + if (!empty($post_categories) && !empty($post_categories[$p->post_type.'category'])) {
|
|
| 1303 | + $post_categories[$p->post_type.'category'] = str_replace("d:", "", $post_categories[$p->post_type.'category']);
|
|
| 1304 | + foreach (explode(",", $post_categories[$p->post_type.'category']) as $cat_part) {
|
|
| 1305 | 1305 | if (is_numeric($cat_part)) {
|
| 1306 | - $raw_cats[] = (int)$cat_part; |
|
| 1306 | + $raw_cats[] = (int) $cat_part; |
|
| 1307 | 1307 | } |
| 1308 | 1308 | } |
| 1309 | 1309 | |
| 1310 | 1310 | } |
| 1311 | 1311 | |
| 1312 | 1312 | if (!empty($raw_cats)) {
|
| 1313 | - $term_taxonomy_ids = wp_set_object_terms($p->post_id, $raw_cats, $p->post_type . 'category'); |
|
| 1313 | + $term_taxonomy_ids = wp_set_object_terms($p->post_id, $raw_cats, $p->post_type.'category'); |
|
| 1314 | 1314 | |
| 1315 | 1315 | } |
| 1316 | 1316 | |
@@ -1320,14 +1320,14 @@ discard block |
||
| 1320 | 1320 | if (empty($raw_cats)) {
|
| 1321 | 1321 | $post_cats = ''; |
| 1322 | 1322 | } else {
|
| 1323 | - $post_cats = ',' . implode(",", $raw_cats) . ',';
|
|
| 1323 | + $post_cats = ','.implode(",", $raw_cats).',';
|
|
| 1324 | 1324 | } |
| 1325 | - $tablename = $plugin_prefix . $p->post_type . '_detail'; |
|
| 1326 | - $wpdb->query($wpdb->prepare("UPDATE " . $tablename . " SET " . $p->post_type . "category=%s WHERE post_id =%d", $post_cats, $p->post_id));
|
|
| 1325 | + $tablename = $plugin_prefix.$p->post_type.'_detail'; |
|
| 1326 | + $wpdb->query($wpdb->prepare("UPDATE ".$tablename." SET ".$p->post_type."category=%s WHERE post_id =%d", $post_cats, $p->post_id));
|
|
| 1327 | 1327 | } |
| 1328 | 1328 | |
| 1329 | 1329 | } |
| 1330 | - $output_str .= "<li>" . $key . __(': Done', 'geodirectory') . "</li>";
|
|
| 1330 | + $output_str .= "<li>".$key.__(': Done', 'geodirectory')."</li>";
|
|
| 1331 | 1331 | |
| 1332 | 1332 | } |
| 1333 | 1333 | |
@@ -1335,7 +1335,7 @@ discard block |
||
| 1335 | 1335 | |
| 1336 | 1336 | if ($is_error_during_diagnose) {
|
| 1337 | 1337 | $info_div_class = "geodir_problem_info"; |
| 1338 | - $fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='ratings' />";
|
|
| 1338 | + $fix_button_txt = "<input type='button' value='".__('Fix', 'geodirectory')."' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='ratings' />";
|
|
| 1339 | 1339 | } else {
|
| 1340 | 1340 | $info_div_class = "geodir_noproblem_info"; |
| 1341 | 1341 | $fix_button_txt = ''; |
@@ -1388,15 +1388,15 @@ discard block |
||
| 1388 | 1388 | if (!empty($ver_arr)) {
|
| 1389 | 1389 | foreach ($ver_arr as $key => $val) {
|
| 1390 | 1390 | if (delete_option($val)) {
|
| 1391 | - $output_str .= "<li>" . $key . __(' Version: Deleted', 'geodirectory') . "</li>";
|
|
| 1391 | + $output_str .= "<li>".$key.__(' Version: Deleted', 'geodirectory')."</li>";
|
|
| 1392 | 1392 | } else {
|
| 1393 | - $output_str .= "<li>" . $key . __(' Version: Not Found', 'geodirectory') . "</li>";
|
|
| 1393 | + $output_str .= "<li>".$key.__(' Version: Not Found', 'geodirectory')."</li>";
|
|
| 1394 | 1394 | } |
| 1395 | 1395 | |
| 1396 | 1396 | } |
| 1397 | 1397 | |
| 1398 | 1398 | if ($output_str) {
|
| 1399 | - $output_str .= "<li><strong>" . __(' Upgrade/install scripts will run on next page reload.', 'geodirectory') . "</strong></li>";
|
|
| 1399 | + $output_str .= "<li><strong>".__(' Upgrade/install scripts will run on next page reload.', 'geodirectory')."</strong></li>";
|
|
| 1400 | 1400 | } |
| 1401 | 1401 | |
| 1402 | 1402 | } |
@@ -1433,43 +1433,43 @@ discard block |
||
| 1433 | 1433 | $output_str = ''; |
| 1434 | 1434 | |
| 1435 | 1435 | // check review locations |
| 1436 | - if ($wpdb->get_results("SELECT * FROM " . GEODIR_REVIEW_TABLE . " WHERE post_city='' OR post_city IS NULL OR post_latitude='' OR post_latitude IS NULL")) {
|
|
| 1437 | - $output_str .= "<li>" . __('Review locations missing or broken', 'geodirectory') . "</li>";
|
|
| 1436 | + if ($wpdb->get_results("SELECT * FROM ".GEODIR_REVIEW_TABLE." WHERE post_city='' OR post_city IS NULL OR post_latitude='' OR post_latitude IS NULL")) {
|
|
| 1437 | + $output_str .= "<li>".__('Review locations missing or broken', 'geodirectory')."</li>";
|
|
| 1438 | 1438 | $is_error_during_diagnose = true; |
| 1439 | 1439 | |
| 1440 | 1440 | if ($fix) {
|
| 1441 | 1441 | if (geodir_fix_review_location()) {
|
| 1442 | - $output_str .= "<li><strong>" . __('-->FIXED: Review locations fixed', 'geodirectory') . "</strong></li>";
|
|
| 1442 | + $output_str .= "<li><strong>".__('-->FIXED: Review locations fixed', 'geodirectory')."</strong></li>";
|
|
| 1443 | 1443 | } else {
|
| 1444 | - $output_str .= "<li><strong>" . __('-->FAILED: Review locations fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1444 | + $output_str .= "<li><strong>".__('-->FAILED: Review locations fix failed', 'geodirectory')."</strong></li>";
|
|
| 1445 | 1445 | } |
| 1446 | 1446 | } |
| 1447 | 1447 | |
| 1448 | 1448 | } else {
|
| 1449 | - $output_str .= "<li>" . __('Review locations ok', 'geodirectory') . "</li>";
|
|
| 1449 | + $output_str .= "<li>".__('Review locations ok', 'geodirectory')."</li>";
|
|
| 1450 | 1450 | } |
| 1451 | 1451 | |
| 1452 | 1452 | // check review content |
| 1453 | - if ($wpdb->get_results("SELECT * FROM " . GEODIR_REVIEW_TABLE . " WHERE comment_content IS NULL")) {
|
|
| 1454 | - $output_str .= "<li>" . __('Review content missing or broken', 'geodirectory') . "</li>";
|
|
| 1453 | + if ($wpdb->get_results("SELECT * FROM ".GEODIR_REVIEW_TABLE." WHERE comment_content IS NULL")) {
|
|
| 1454 | + $output_str .= "<li>".__('Review content missing or broken', 'geodirectory')."</li>";
|
|
| 1455 | 1455 | $is_error_during_diagnose = true; |
| 1456 | 1456 | |
| 1457 | 1457 | if ($fix) {
|
| 1458 | 1458 | if (geodir_fix_review_content()) {
|
| 1459 | - $output_str .= "<li><strong>" . __('-->FIXED: Review content fixed', 'geodirectory') . "</strong></li>";
|
|
| 1459 | + $output_str .= "<li><strong>".__('-->FIXED: Review content fixed', 'geodirectory')."</strong></li>";
|
|
| 1460 | 1460 | } else {
|
| 1461 | - $output_str .= "<li><strong>" . __('-->FAILED: Review content fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1461 | + $output_str .= "<li><strong>".__('-->FAILED: Review content fix failed', 'geodirectory')."</strong></li>";
|
|
| 1462 | 1462 | } |
| 1463 | 1463 | } |
| 1464 | 1464 | |
| 1465 | 1465 | } else {
|
| 1466 | - $output_str .= "<li>" . __('Review content ok', 'geodirectory') . "</li>";
|
|
| 1466 | + $output_str .= "<li>".__('Review content ok', 'geodirectory')."</li>";
|
|
| 1467 | 1467 | } |
| 1468 | 1468 | |
| 1469 | 1469 | |
| 1470 | 1470 | if ($is_error_during_diagnose) {
|
| 1471 | 1471 | $info_div_class = "geodir_problem_info"; |
| 1472 | - $fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='ratings' />";
|
|
| 1472 | + $fix_button_txt = "<input type='button' value='".__('Fix', 'geodirectory')."' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='ratings' />";
|
|
| 1473 | 1473 | } else {
|
| 1474 | 1474 | $info_div_class = "geodir_noproblem_info"; |
| 1475 | 1475 | $fix_button_txt = ''; |
@@ -1533,7 +1533,7 @@ discard block |
||
| 1533 | 1533 | |
| 1534 | 1534 | if ($is_error_during_diagnose) {
|
| 1535 | 1535 | $info_div_class = "geodir_problem_info"; |
| 1536 | - $fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='multisite_conversion' />";
|
|
| 1536 | + $fix_button_txt = "<input type='button' value='".__('Fix', 'geodirectory')."' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='multisite_conversion' />";
|
|
| 1537 | 1537 | } else {
|
| 1538 | 1538 | $info_div_class = "geodir_noproblem_info"; |
| 1539 | 1539 | $fix_button_txt = ''; |
@@ -1567,7 +1567,7 @@ discard block |
||
| 1567 | 1567 | else {
|
| 1568 | 1568 | $page_found = $wpdb->get_var( |
| 1569 | 1569 | $wpdb->prepare( |
| 1570 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s LIMIT 1;", |
|
| 1570 | + "SELECT ID FROM ".$wpdb->posts." WHERE post_name = %s LIMIT 1;", |
|
| 1571 | 1571 | array($slug) |
| 1572 | 1572 | ) |
| 1573 | 1573 | ); |
@@ -1613,18 +1613,18 @@ discard block |
||
| 1613 | 1613 | ////////////////////////////////// |
| 1614 | 1614 | $option_value = get_option('geodir_home_page');
|
| 1615 | 1615 | $page = get_post($option_value); |
| 1616 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1616 | + if (!empty($page)) {$page_found = $page->ID; } else {$page_found = ''; }
|
|
| 1617 | 1617 | |
| 1618 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1619 | - $output_str .= "<li>" . __('GD Home page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1618 | + if (!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status == 'publish') |
|
| 1619 | + $output_str .= "<li>".__('GD Home page exists with proper setting.', 'geodirectory')."</li>";
|
|
| 1620 | 1620 | else {
|
| 1621 | 1621 | $is_error_during_diagnose = true; |
| 1622 | - $output_str .= "<li><strong>" . __('GD Home page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1622 | + $output_str .= "<li><strong>".__('GD Home page is missing.', 'geodirectory')."</strong></li>";
|
|
| 1623 | 1623 | if ($fix) {
|
| 1624 | 1624 | if (geodir_fix_virtual_page('gd-home', __('GD Home page', 'geodirectory'), $page_found, 'geodir_home_page')) {
|
| 1625 | - $output_str .= "<li><strong>" . __('-->FIXED: GD Home page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1625 | + $output_str .= "<li><strong>".__('-->FIXED: GD Home page fixed', 'geodirectory')."</strong></li>";
|
|
| 1626 | 1626 | } else {
|
| 1627 | - $output_str .= "<li><strong>" . __('-->FAILED: GD Home page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1627 | + $output_str .= "<li><strong>".__('-->FAILED: GD Home page fix failed', 'geodirectory')."</strong></li>";
|
|
| 1628 | 1628 | } |
| 1629 | 1629 | } |
| 1630 | 1630 | } |
@@ -1638,18 +1638,18 @@ discard block |
||
| 1638 | 1638 | ////////////////////////////////// |
| 1639 | 1639 | $option_value = get_option('geodir_add_listing_page');
|
| 1640 | 1640 | $page = get_post($option_value); |
| 1641 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1641 | + if (!empty($page)) {$page_found = $page->ID; } else {$page_found = ''; }
|
|
| 1642 | 1642 | |
| 1643 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1644 | - $output_str .= "<li>" . __('Add Listing page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1643 | + if (!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status == 'publish') |
|
| 1644 | + $output_str .= "<li>".__('Add Listing page exists with proper setting.', 'geodirectory')."</li>";
|
|
| 1645 | 1645 | else {
|
| 1646 | 1646 | $is_error_during_diagnose = true; |
| 1647 | - $output_str .= "<li><strong>" . __('Add Listing page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1647 | + $output_str .= "<li><strong>".__('Add Listing page is missing.', 'geodirectory')."</strong></li>";
|
|
| 1648 | 1648 | if ($fix) {
|
| 1649 | 1649 | if (geodir_fix_virtual_page('add-listing', __('Add Listing', 'geodirectory'), $page_found, 'geodir_add_listing_page')) {
|
| 1650 | - $output_str .= "<li><strong>" . __('-->FIXED: Add Listing page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1650 | + $output_str .= "<li><strong>".__('-->FIXED: Add Listing page fixed', 'geodirectory')."</strong></li>";
|
|
| 1651 | 1651 | } else {
|
| 1652 | - $output_str .= "<li><strong>" . __('-->FAILED: Add Listing page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1652 | + $output_str .= "<li><strong>".__('-->FAILED: Add Listing page fix failed', 'geodirectory')."</strong></li>";
|
|
| 1653 | 1653 | } |
| 1654 | 1654 | } |
| 1655 | 1655 | } |
@@ -1664,18 +1664,18 @@ discard block |
||
| 1664 | 1664 | ////////////////////////////////// |
| 1665 | 1665 | $option_value = get_option('geodir_preview_page');
|
| 1666 | 1666 | $page = get_post($option_value); |
| 1667 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1667 | + if (!empty($page)) {$page_found = $page->ID; } else {$page_found = ''; }
|
|
| 1668 | 1668 | |
| 1669 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1670 | - $output_str .= "<li>" . __('Listing Preview page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1669 | + if (!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status == 'publish') |
|
| 1670 | + $output_str .= "<li>".__('Listing Preview page exists with proper setting.', 'geodirectory')."</li>";
|
|
| 1671 | 1671 | else {
|
| 1672 | 1672 | $is_error_during_diagnose = true; |
| 1673 | - $output_str .= "<li><strong>" . __('Listing Preview page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1673 | + $output_str .= "<li><strong>".__('Listing Preview page is missing.', 'geodirectory')."</strong></li>";
|
|
| 1674 | 1674 | if ($fix) {
|
| 1675 | 1675 | if (geodir_fix_virtual_page('listing-preview', __('Listing Preview', 'geodirectory'), $page_found, 'geodir_preview_page')) {
|
| 1676 | - $output_str .= "<li><strong>" . __('-->FIXED: Listing Preview page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1676 | + $output_str .= "<li><strong>".__('-->FIXED: Listing Preview page fixed', 'geodirectory')."</strong></li>";
|
|
| 1677 | 1677 | } else {
|
| 1678 | - $output_str .= "<li><strong>" . __('-->FAILED: Listing Preview page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1678 | + $output_str .= "<li><strong>".__('-->FAILED: Listing Preview page fix failed', 'geodirectory')."</strong></li>";
|
|
| 1679 | 1679 | } |
| 1680 | 1680 | } |
| 1681 | 1681 | } |
@@ -1689,18 +1689,18 @@ discard block |
||
| 1689 | 1689 | ////////////////////////////////// |
| 1690 | 1690 | $option_value = get_option('geodir_success_page');
|
| 1691 | 1691 | $page = get_post($option_value); |
| 1692 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1692 | + if (!empty($page)) {$page_found = $page->ID; } else {$page_found = ''; }
|
|
| 1693 | 1693 | |
| 1694 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1695 | - $output_str .= "<li>" . __('Listing Success page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1694 | + if (!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status == 'publish') |
|
| 1695 | + $output_str .= "<li>".__('Listing Success page exists with proper setting.', 'geodirectory')."</li>";
|
|
| 1696 | 1696 | else {
|
| 1697 | 1697 | $is_error_during_diagnose = true; |
| 1698 | - $output_str .= "<li><strong>" . __('Listing Success page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1698 | + $output_str .= "<li><strong>".__('Listing Success page is missing.', 'geodirectory')."</strong></li>";
|
|
| 1699 | 1699 | if ($fix) {
|
| 1700 | 1700 | if (geodir_fix_virtual_page('listing-success', __('Listing Success', 'geodirectory'), $page_found, 'geodir_success_page')) {
|
| 1701 | - $output_str .= "<li><strong>" . __('-->FIXED: Listing Success page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1701 | + $output_str .= "<li><strong>".__('-->FIXED: Listing Success page fixed', 'geodirectory')."</strong></li>";
|
|
| 1702 | 1702 | } else {
|
| 1703 | - $output_str .= "<li><strong>" . __('-->FAILED: Listing Success page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1703 | + $output_str .= "<li><strong>".__('-->FAILED: Listing Success page fix failed', 'geodirectory')."</strong></li>";
|
|
| 1704 | 1704 | } |
| 1705 | 1705 | } |
| 1706 | 1706 | } |
@@ -1714,18 +1714,18 @@ discard block |
||
| 1714 | 1714 | ////////////////////////////////// |
| 1715 | 1715 | $option_value = get_option('geodir_info_page');
|
| 1716 | 1716 | $page = get_post($option_value); |
| 1717 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1717 | + if (!empty($page)) {$page_found = $page->ID; } else {$page_found = ''; }
|
|
| 1718 | 1718 | |
| 1719 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1720 | - $output_str .= "<li>" . __('Info page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1719 | + if (!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status == 'publish') |
|
| 1720 | + $output_str .= "<li>".__('Info page exists with proper setting.', 'geodirectory')."</li>";
|
|
| 1721 | 1721 | else {
|
| 1722 | 1722 | $is_error_during_diagnose = true; |
| 1723 | - $output_str .= "<li><strong>" . __('Info page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1723 | + $output_str .= "<li><strong>".__('Info page is missing.', 'geodirectory')."</strong></li>";
|
|
| 1724 | 1724 | if ($fix) {
|
| 1725 | 1725 | if (geodir_fix_virtual_page('gd-info', __('Info', 'geodirectory'), $page_found, 'geodir_info_page')) {
|
| 1726 | - $output_str .= "<li><strong>" . __('-->FIXED: Info page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1726 | + $output_str .= "<li><strong>".__('-->FIXED: Info page fixed', 'geodirectory')."</strong></li>";
|
|
| 1727 | 1727 | } else {
|
| 1728 | - $output_str .= "<li><strong>" . __('-->FAILED: Info page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1728 | + $output_str .= "<li><strong>".__('-->FAILED: Info page fix failed', 'geodirectory')."</strong></li>";
|
|
| 1729 | 1729 | } |
| 1730 | 1730 | } |
| 1731 | 1731 | } |
@@ -1739,18 +1739,18 @@ discard block |
||
| 1739 | 1739 | ////////////////////////////////// |
| 1740 | 1740 | $option_value = get_option('geodir_login_page');
|
| 1741 | 1741 | $page = get_post($option_value); |
| 1742 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1742 | + if (!empty($page)) {$page_found = $page->ID; } else {$page_found = ''; }
|
|
| 1743 | 1743 | |
| 1744 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1745 | - $output_str .= "<li>" . __('Login page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1744 | + if (!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status == 'publish') |
|
| 1745 | + $output_str .= "<li>".__('Login page exists with proper setting.', 'geodirectory')."</li>";
|
|
| 1746 | 1746 | else {
|
| 1747 | 1747 | $is_error_during_diagnose = true; |
| 1748 | - $output_str .= "<li><strong>" . __('Login page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1748 | + $output_str .= "<li><strong>".__('Login page is missing.', 'geodirectory')."</strong></li>";
|
|
| 1749 | 1749 | if ($fix) {
|
| 1750 | 1750 | if (geodir_fix_virtual_page('gd-login', __('Login', 'geodirectory'), $page_found, 'geodir_login_page')) {
|
| 1751 | - $output_str .= "<li><strong>" . __('-->FIXED: Login page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1751 | + $output_str .= "<li><strong>".__('-->FIXED: Login page fixed', 'geodirectory')."</strong></li>";
|
|
| 1752 | 1752 | } else {
|
| 1753 | - $output_str .= "<li><strong>" . __('-->FAILED: Login page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1753 | + $output_str .= "<li><strong>".__('-->FAILED: Login page fix failed', 'geodirectory')."</strong></li>";
|
|
| 1754 | 1754 | } |
| 1755 | 1755 | } |
| 1756 | 1756 | } |
@@ -1764,18 +1764,18 @@ discard block |
||
| 1764 | 1764 | ////////////////////////////////// |
| 1765 | 1765 | $option_value = get_option('geodir_location_page');
|
| 1766 | 1766 | $page = get_post($option_value); |
| 1767 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1767 | + if (!empty($page)) {$page_found = $page->ID; } else {$page_found = ''; }
|
|
| 1768 | 1768 | |
| 1769 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1770 | - $output_str .= "<li>" . __('Location page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1769 | + if (!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status == 'publish') |
|
| 1770 | + $output_str .= "<li>".__('Location page exists with proper setting.', 'geodirectory')."</li>";
|
|
| 1771 | 1771 | else {
|
| 1772 | 1772 | $is_error_during_diagnose = true; |
| 1773 | - $output_str .= "<li><strong>" . __('Location page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1773 | + $output_str .= "<li><strong>".__('Location page is missing.', 'geodirectory')."</strong></li>";
|
|
| 1774 | 1774 | if ($fix) {
|
| 1775 | 1775 | if (geodir_fix_virtual_page('location', __('Location', 'geodirectory'), $page_found, 'geodir_location_page')) {
|
| 1776 | - $output_str .= "<li><strong>" . __('-->FIXED: Location page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1776 | + $output_str .= "<li><strong>".__('-->FIXED: Location page fixed', 'geodirectory')."</strong></li>";
|
|
| 1777 | 1777 | } else {
|
| 1778 | - $output_str .= "<li><strong>" . __('-->FAILED: Location page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1778 | + $output_str .= "<li><strong>".__('-->FAILED: Location page fix failed', 'geodirectory')."</strong></li>";
|
|
| 1779 | 1779 | } |
| 1780 | 1780 | } |
| 1781 | 1781 | } |
@@ -1784,13 +1784,13 @@ discard block |
||
| 1784 | 1784 | /* Diagnose Location Page Ends */ |
| 1785 | 1785 | //////////////////////////////// |
| 1786 | 1786 | |
| 1787 | - $page_chk_arr = array('output_str'=>$output_str,'is_error_during_diagnose'=>$is_error_during_diagnose );
|
|
| 1787 | + $page_chk_arr = array('output_str'=>$output_str, 'is_error_during_diagnose'=>$is_error_during_diagnose);
|
|
| 1788 | 1788 | /** |
| 1789 | 1789 | * This action is called at the end of the GD Tools page check function. |
| 1790 | 1790 | * |
| 1791 | 1791 | * @since 1.5.2 |
| 1792 | 1792 | */ |
| 1793 | - $page_chk_arr = apply_filters('geodir_diagnose_default_pages',$page_chk_arr);
|
|
| 1793 | + $page_chk_arr = apply_filters('geodir_diagnose_default_pages', $page_chk_arr);
|
|
| 1794 | 1794 | |
| 1795 | 1795 | $output_str = $page_chk_arr['output_str']; |
| 1796 | 1796 | $is_error_during_diagnose = $page_chk_arr['is_error_during_diagnose']; |
@@ -1800,7 +1800,7 @@ discard block |
||
| 1800 | 1800 | flush_rewrite_rules(); |
| 1801 | 1801 | } |
| 1802 | 1802 | $info_div_class = "geodir_problem_info"; |
| 1803 | - $fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='default_pages' />";
|
|
| 1803 | + $fix_button_txt = "<input type='button' value='".__('Fix', 'geodirectory')."' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='default_pages' />";
|
|
| 1804 | 1804 | } else {
|
| 1805 | 1805 | $info_div_class = "geodir_noproblem_info"; |
| 1806 | 1806 | $fix_button_txt = ''; |
@@ -1828,10 +1828,10 @@ discard block |
||
| 1828 | 1828 | $fix_button_txt = ''; |
| 1829 | 1829 | |
| 1830 | 1830 | if ($is_error_during_diagnose) {
|
| 1831 | - $output_str .= "<li>" . __('Fail to load custom fields in to file for translation, please check file permission:', 'geodirectory') . ' ' . geodir_plugin_path() . '/db-language.php' . "</li>";
|
|
| 1831 | + $output_str .= "<li>".__('Fail to load custom fields in to file for translation, please check file permission:', 'geodirectory').' '.geodir_plugin_path().'/db-language.php'."</li>";
|
|
| 1832 | 1832 | $info_div_class = "geodir_problem_info"; |
| 1833 | 1833 | } else {
|
| 1834 | - $output_str .= "<li>" . __('Load custom fields in to file for translation: ok', 'geodirectory') . "</li>";
|
|
| 1834 | + $output_str .= "<li>".__('Load custom fields in to file for translation: ok', 'geodirectory')."</li>";
|
|
| 1835 | 1835 | $info_div_class = "geodir_noproblem_info"; |
| 1836 | 1836 | $fix_button_txt = ''; |
| 1837 | 1837 | } |
@@ -1873,17 +1873,17 @@ discard block |
||
| 1873 | 1873 | global $wpdb, $wp_query, $plugin_prefix; |
| 1874 | 1874 | |
| 1875 | 1875 | if (is_admin() && !empty($wp_query->query_vars) && !empty($wp_query->query_vars['is_geodir_loop']) && !empty($wp_query->query_vars['orderby']) && $wp_query->query_vars['orderby'] == 'expire' && !empty($wp_query->query_vars['post_type']) && in_array($wp_query->query_vars['post_type'], geodir_get_posttypes()) && !empty($wp_query->query_vars['orderby']) && isset($clauses['join']) && isset($clauses['orderby']) && isset($clauses['fields'])) {
|
| 1876 | - $table = $plugin_prefix . $wp_query->query_vars['post_type'] . '_detail'; |
|
| 1876 | + $table = $plugin_prefix.$wp_query->query_vars['post_type'].'_detail'; |
|
| 1877 | 1877 | |
| 1878 | - $join = $clauses['join'] . ' INNER JOIN ' . $table . ' AS gd_posts ON (gd_posts.post_id = ' . $wpdb->posts . '.ID)'; |
|
| 1878 | + $join = $clauses['join'].' INNER JOIN '.$table.' AS gd_posts ON (gd_posts.post_id = '.$wpdb->posts.'.ID)'; |
|
| 1879 | 1879 | $clauses['join'] = $join; |
| 1880 | 1880 | |
| 1881 | - $fields = $clauses['fields'] != '' ? $clauses['fields'] . ', ' : ''; |
|
| 1881 | + $fields = $clauses['fields'] != '' ? $clauses['fields'].', ' : ''; |
|
| 1882 | 1882 | $fields .= 'IF(UNIX_TIMESTAMP(DATE_FORMAT(gd_posts.expire_date, "%Y-%m-%d")), UNIX_TIMESTAMP(DATE_FORMAT(gd_posts.expire_date, "%Y-%m-%d")), 253402300799) AS gd_expire'; |
| 1883 | 1883 | $clauses['fields'] = $fields; |
| 1884 | 1884 | |
| 1885 | 1885 | $order = !empty($wp_query->query_vars['order']) ? $wp_query->query_vars['order'] : 'ASC'; |
| 1886 | - $orderby = 'gd_expire ' . $order; |
|
| 1886 | + $orderby = 'gd_expire '.$order; |
|
| 1887 | 1887 | $clauses['orderby'] = $orderby; |
| 1888 | 1888 | } |
| 1889 | 1889 | return $clauses; |
@@ -1926,7 +1926,7 @@ discard block |
||
| 1926 | 1926 | global $current_user; |
| 1927 | 1927 | $upload_dir = wp_upload_dir(); |
| 1928 | 1928 | |
| 1929 | - $file = $upload_dir['path'] . '/temp_' . $current_user->data->ID . '/geodir_tmp.csv'; |
|
| 1929 | + $file = $upload_dir['path'].'/temp_'.$current_user->data->ID.'/geodir_tmp.csv'; |
|
| 1930 | 1930 | $handle = fopen($file, 'w'); |
| 1931 | 1931 | |
| 1932 | 1932 | fwrite($handle, $input); |
@@ -1971,7 +1971,7 @@ discard block |
||
| 1971 | 1971 | $uploads_dir = $uploads['path']; |
| 1972 | 1972 | $image_name_arr = explode('/', $filename);
|
| 1973 | 1973 | $filename = end($image_name_arr); |
| 1974 | - $target_path = $uploads_dir . '/temp_' . $current_user->data->ID . '/' . $filename; |
|
| 1974 | + $target_path = $uploads_dir.'/temp_'.$current_user->data->ID.'/'.$filename; |
|
| 1975 | 1975 | $return = array(); |
| 1976 | 1976 | $return['file'] = $uploadedFile; |
| 1977 | 1977 | $return['error'] = __('The uploaded file is not a valid csv file. Please try again.', 'geodirectory');
|
@@ -1988,8 +1988,8 @@ discard block |
||
| 1988 | 1988 | |
| 1989 | 1989 | if (($handle = fopen($target_path, "r")) !== FALSE) {
|
| 1990 | 1990 | while (($data = fgetcsv($handle, 1000, ",")) !== FALSE) {
|
| 1991 | - if(is_array($data) && !empty($data)) {
|
|
| 1992 | - $file[] = '"' . implode('","', $data) . '"';
|
|
| 1991 | + if (is_array($data) && !empty($data)) {
|
|
| 1992 | + $file[] = '"'.implode('","', $data).'"';
|
|
| 1993 | 1993 | } |
| 1994 | 1994 | } |
| 1995 | 1995 | fclose($handle); |
@@ -2106,10 +2106,10 @@ discard block |
||
| 2106 | 2106 | $tag_arr = explode(',', $post_tags);
|
| 2107 | 2107 | } |
| 2108 | 2108 | |
| 2109 | - $table = $plugin_prefix . $buffer[5] . '_detail'; // check table in database |
|
| 2109 | + $table = $plugin_prefix.$buffer[5].'_detail'; // check table in database |
|
| 2110 | 2110 | |
| 2111 | 2111 | $error = ''; |
| 2112 | - if ($wpdb->get_var("SHOW TABLES LIKE '" . $table . "'") != $table) {
|
|
| 2112 | + if ($wpdb->get_var("SHOW TABLES LIKE '".$table."'") != $table) {
|
|
| 2113 | 2113 | $invalid_post_type++; |
| 2114 | 2114 | continue; |
| 2115 | 2115 | } |
@@ -2135,7 +2135,7 @@ discard block |
||
| 2135 | 2135 | if ($buffer[$c] != '0' && $buffer[$c] != '') {
|
| 2136 | 2136 | $submitdata = date('Y-m-d');
|
| 2137 | 2137 | |
| 2138 | - $gd_post_info['expire_date'] = date('Y-m-d', strtotime($submitdata . "+" . addslashes($buffer[$c]) . " days"));
|
|
| 2138 | + $gd_post_info['expire_date'] = date('Y-m-d', strtotime($submitdata."+".addslashes($buffer[$c])." days"));
|
|
| 2139 | 2139 | } else {
|
| 2140 | 2140 | $gd_post_info['expire_date'] = 'Never'; |
| 2141 | 2141 | } |
@@ -2163,7 +2163,7 @@ discard block |
||
| 2163 | 2163 | |
| 2164 | 2164 | // Post status |
| 2165 | 2165 | if ($customKeyarray[$c] == 'post_status') {
|
| 2166 | - $post_status = sanitize_key( $buffer[$c] ); |
|
| 2166 | + $post_status = sanitize_key($buffer[$c]); |
|
| 2167 | 2167 | } |
| 2168 | 2168 | } |
| 2169 | 2169 | |
@@ -2181,8 +2181,8 @@ discard block |
||
| 2181 | 2181 | |
| 2182 | 2182 | // Default post status |
| 2183 | 2183 | $default_status = 'publish'; |
| 2184 | - $post_status = !empty( $post_status ) ? sanitize_key( $post_status ) : $default_status; |
|
| 2185 | - $post_status = !empty( $wp_post_statuses ) && !isset( $wp_post_statuses[$post_status] ) ? $default_status : $post_status; |
|
| 2184 | + $post_status = !empty($post_status) ? sanitize_key($post_status) : $default_status; |
|
| 2185 | + $post_status = !empty($wp_post_statuses) && !isset($wp_post_statuses[$post_status]) ? $default_status : $post_status; |
|
| 2186 | 2186 | |
| 2187 | 2187 | $my_post['post_title'] = $post_title; |
| 2188 | 2188 | $my_post['post_content'] = $post_desc; |
@@ -2226,7 +2226,7 @@ discard block |
||
| 2226 | 2226 | $payment_info = array(); |
| 2227 | 2227 | $package_info = array(); |
| 2228 | 2228 | |
| 2229 | - $package_info = (array)geodir_post_package_info($package_info, '', $buffer[5]); |
|
| 2229 | + $package_info = (array) geodir_post_package_info($package_info, '', $buffer[5]); |
|
| 2230 | 2230 | $package_id = ''; |
| 2231 | 2231 | if (isset($gd_post_info['package_id']) && $gd_post_info['package_id'] != '') {
|
| 2232 | 2232 | $package_id = $gd_post_info['package_id']; |
@@ -2236,7 +2236,7 @@ discard block |
||
| 2236 | 2236 | $payment_info['package_id'] = $package_info['pid']; |
| 2237 | 2237 | |
| 2238 | 2238 | if (isset($package_info['alive_days']) && $package_info['alive_days'] != 0) {
|
| 2239 | - $payment_info['expire_date'] = date('Y-m-d', strtotime("+" . $package_info['alive_days'] . " days"));
|
|
| 2239 | + $payment_info['expire_date'] = date('Y-m-d', strtotime("+".$package_info['alive_days']." days"));
|
|
| 2240 | 2240 | } else {
|
| 2241 | 2241 | $payment_info['expire_date'] = 'Never'; |
| 2242 | 2242 | } |
@@ -2248,7 +2248,7 @@ discard block |
||
| 2248 | 2248 | |
| 2249 | 2249 | $post_type = get_post_type($last_postid); |
| 2250 | 2250 | |
| 2251 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 2251 | + $table = $plugin_prefix.$post_type.'_detail'; |
|
| 2252 | 2252 | |
| 2253 | 2253 | geodir_save_post_info($last_postid, $gd_post_info); |
| 2254 | 2254 | |
@@ -2269,7 +2269,7 @@ discard block |
||
| 2269 | 2269 | $attachment['post_id'] = $last_postid; |
| 2270 | 2270 | $attachment['title'] = $img_name_arr[0]; |
| 2271 | 2271 | $attachment['content'] = ''; |
| 2272 | - $attachment['file'] = $sub_dir . '/' . $image_name; |
|
| 2272 | + $attachment['file'] = $sub_dir.'/'.$image_name; |
|
| 2273 | 2273 | $attachment['mime_type'] = $uploaded_file_type; |
| 2274 | 2274 | $attachment['menu_order'] = $menu_order; |
| 2275 | 2275 | $attachment['is_featured'] = 0; |
@@ -2278,15 +2278,15 @@ discard block |
||
| 2278 | 2278 | |
| 2279 | 2279 | foreach ($attachment as $key => $val) {
|
| 2280 | 2280 | if ($val != '') |
| 2281 | - $attachment_set .= $key . " = '" . $val . "', "; |
|
| 2281 | + $attachment_set .= $key." = '".$val."', "; |
|
| 2282 | 2282 | } |
| 2283 | 2283 | $attachment_set = trim($attachment_set, ", "); |
| 2284 | 2284 | |
| 2285 | - $wpdb->query("INSERT INTO " . GEODIR_ATTACHMENT_TABLE . " SET " . $attachment_set);
|
|
| 2285 | + $wpdb->query("INSERT INTO ".GEODIR_ATTACHMENT_TABLE." SET ".$attachment_set);
|
|
| 2286 | 2286 | |
| 2287 | 2287 | if ($menu_order == 1) {
|
| 2288 | 2288 | $post_type = get_post_type($last_postid); |
| 2289 | - $wpdb->query($wpdb->prepare("UPDATE " . $table . " SET featured_image = %s where post_id =%d", array($sub_dir . '/' . $image_name, $last_postid)));
|
|
| 2289 | + $wpdb->query($wpdb->prepare("UPDATE ".$table." SET featured_image = %s where post_id =%d", array($sub_dir.'/'.$image_name, $last_postid)));
|
|
| 2290 | 2290 | } |
| 2291 | 2291 | $menu_order++; |
| 2292 | 2292 | } |
@@ -2327,11 +2327,11 @@ discard block |
||
| 2327 | 2327 | } |
| 2328 | 2328 | |
| 2329 | 2329 | // Add the tab in left sidebar menu fro import & export page. |
| 2330 | -add_filter( 'geodir_settings_tabs_array', 'geodir_import_export_tab', 94 ); |
|
| 2330 | +add_filter('geodir_settings_tabs_array', 'geodir_import_export_tab', 94);
|
|
| 2331 | 2331 | |
| 2332 | 2332 | // Handle ajax request for import/export. |
| 2333 | -add_action( 'wp_ajax_geodir_import_export', 'geodir_ajax_import_export' ); |
|
| 2334 | -add_action( 'wp_ajax_nopriv_geodir_import_exportn', 'geodir_ajax_import_export' ); |
|
| 2333 | +add_action('wp_ajax_geodir_import_export', 'geodir_ajax_import_export');
|
|
| 2334 | +add_action('wp_ajax_nopriv_geodir_import_exportn', 'geodir_ajax_import_export');
|
|
| 2335 | 2335 | |
| 2336 | 2336 | |
| 2337 | 2337 | /** |
@@ -2342,40 +2342,40 @@ discard block |
||
| 2342 | 2342 | * @param $post_id int $post_id The post ID of the post being saved. |
| 2343 | 2343 | * @param $post object $post The post object of the post being saved. |
| 2344 | 2344 | */ |
| 2345 | -function geodir_update_location_prefix($post_id,$post){
|
|
| 2346 | - if($post->post_type=='page' && $post->post_name && $post_id==get_option('geodir_location_page')){
|
|
| 2347 | - update_option('geodir_location_prefix',$post->post_name);
|
|
| 2345 | +function geodir_update_location_prefix($post_id, $post) {
|
|
| 2346 | + if ($post->post_type == 'page' && $post->post_name && $post_id == get_option('geodir_location_page')) {
|
|
| 2347 | + update_option('geodir_location_prefix', $post->post_name);
|
|
| 2348 | 2348 | } |
| 2349 | 2349 | |
| 2350 | 2350 | } |
| 2351 | 2351 | |
| 2352 | -add_action('save_post', 'geodir_update_location_prefix',10,2);
|
|
| 2352 | +add_action('save_post', 'geodir_update_location_prefix', 10, 2);
|
|
| 2353 | 2353 | |
| 2354 | -add_action( 'wp_ajax_geodir_ga_callback', 'geodir_ga_callback' ); |
|
| 2354 | +add_action('wp_ajax_geodir_ga_callback', 'geodir_ga_callback');
|
|
| 2355 | 2355 | |
| 2356 | -function geodir_ga_callback(){
|
|
| 2356 | +function geodir_ga_callback() {
|
|
| 2357 | 2357 | |
| 2358 | -if(isset($_REQUEST['code']) && $_REQUEST['code']) {
|
|
| 2358 | +if (isset($_REQUEST['code']) && $_REQUEST['code']) {
|
|
| 2359 | 2359 | $oAuthURL = "https://www.googleapis.com/oauth2/v3/token?"; |
| 2360 | 2360 | $code = "code=".$_REQUEST['code']; |
| 2361 | 2361 | $grant_type = "&grant_type=authorization_code"; |
| 2362 | - $redirect_uri = "&redirect_uri=" . admin_url('admin-ajax.php') . "?action=geodir_ga_callback";
|
|
| 2362 | + $redirect_uri = "&redirect_uri=".admin_url('admin-ajax.php')."?action=geodir_ga_callback";
|
|
| 2363 | 2363 | $client_id = "&client_id=".get_option('geodir_ga_client_id');
|
| 2364 | 2364 | $client_secret = "&client_secret=".get_option('geodir_ga_client_secret');
|
| 2365 | 2365 | |
| 2366 | - $auth_url = $oAuthURL . $code . $redirect_uri . $grant_type . $client_id .$client_secret; |
|
| 2366 | + $auth_url = $oAuthURL.$code.$redirect_uri.$grant_type.$client_id.$client_secret; |
|
| 2367 | 2367 | |
| 2368 | 2368 | $response = wp_remote_post($auth_url, array('timeout' => 15));
|
| 2369 | 2369 | |
| 2370 | 2370 | //print_r($response); |
| 2371 | 2371 | |
| 2372 | - $error_msg = __('Something went wrong','geodirectory');
|
|
| 2373 | - if(!empty($response['response']['code']) && $response['response']['code']==200){
|
|
| 2372 | + $error_msg = __('Something went wrong', 'geodirectory');
|
|
| 2373 | + if (!empty($response['response']['code']) && $response['response']['code'] == 200) {
|
|
| 2374 | 2374 | |
| 2375 | 2375 | $parts = json_decode($response['body']); |
| 2376 | 2376 | //print_r($parts); |
| 2377 | - if(!isset($parts->access_token)){echo $error_msg." - #1";exit;}
|
|
| 2378 | - else{
|
|
| 2377 | + if (!isset($parts->access_token)) {echo $error_msg." - #1"; exit; }
|
|
| 2378 | + else {
|
|
| 2379 | 2379 | |
| 2380 | 2380 | update_option('gd_ga_access_token', $parts->access_token);
|
| 2381 | 2381 | update_option('gd_ga_refresh_token', $parts->refresh_token);
|
@@ -2384,18 +2384,18 @@ discard block |
||
| 2384 | 2384 | |
| 2385 | 2385 | |
| 2386 | 2386 | } |
| 2387 | - elseif(!empty($response['response']['code'])) {
|
|
| 2387 | + elseif (!empty($response['response']['code'])) {
|
|
| 2388 | 2388 | $parts = json_decode($response['body']); |
| 2389 | 2389 | |
| 2390 | - if(isset($parts->error)){
|
|
| 2391 | - echo $parts->error.": ".$parts->error_description;exit; |
|
| 2392 | - }else{
|
|
| 2393 | - echo $error_msg." - #2";exit; |
|
| 2390 | + if (isset($parts->error)) {
|
|
| 2391 | + echo $parts->error.": ".$parts->error_description; exit; |
|
| 2392 | + } else {
|
|
| 2393 | + echo $error_msg." - #2"; exit; |
|
| 2394 | 2394 | } |
| 2395 | 2395 | |
| 2396 | - }else{
|
|
| 2396 | + } else {
|
|
| 2397 | 2397 | |
| 2398 | - echo $error_msg." - #3";exit; |
|
| 2398 | + echo $error_msg." - #3"; exit; |
|
| 2399 | 2399 | |
| 2400 | 2400 | } |
| 2401 | 2401 | } |
@@ -2417,7 +2417,7 @@ discard block |
||
| 2417 | 2417 | function geodir_uninstall_settings($general_settings) {
|
| 2418 | 2418 | $settings = array(); |
| 2419 | 2419 | $settings[] = array('type' => 'title', 'id' => 'uninstall_settings', 'name' => __('Uninstall Settings', 'geodirectory'));
|
| 2420 | - $settings[] = array('type' => 'sectionstart', 'id' => 'uninstall_settings_main', 'name' => __('Remove Data on Uninstall?', 'geodirectory' ));
|
|
| 2420 | + $settings[] = array('type' => 'sectionstart', 'id' => 'uninstall_settings_main', 'name' => __('Remove Data on Uninstall?', 'geodirectory'));
|
|
| 2421 | 2421 | |
| 2422 | 2422 | $plugins = get_plugins(); |
| 2423 | 2423 | $un_plugins = apply_filters('geodir_plugins_uninstall_settings', array());
|
@@ -2429,7 +2429,7 @@ discard block |
||
| 2429 | 2429 | if (in_array($plugin_name, $un_plugins)) {
|
| 2430 | 2430 | $settings[] = array( |
| 2431 | 2431 | 'type' => 'checkbox', |
| 2432 | - 'id' => 'geodir_un_' . $plugin_name, |
|
| 2432 | + 'id' => 'geodir_un_'.$plugin_name, |
|
| 2433 | 2433 | 'name' => $data['Name'], |
| 2434 | 2434 | 'desc' => __('Remove all data when deleted?', 'geodirectory'),
|
| 2435 | 2435 | 'std' => '0' |
@@ -2463,7 +2463,7 @@ discard block |
||
| 2463 | 2463 | * @since 1.6.9 |
| 2464 | 2464 | */ |
| 2465 | 2465 | function geodir_uninstall_settings_desc() {
|
| 2466 | - echo '<p class="gd-un-settings-desc">' . __('Select the plugin(s) for which all data should be completely removed when the plugin is deleted.', 'geodirectory') . '</p>';
|
|
| 2466 | + echo '<p class="gd-un-settings-desc">'.__('Select the plugin(s) for which all data should be completely removed when the plugin is deleted.', 'geodirectory').'</p>';
|
|
| 2467 | 2467 | } |
| 2468 | 2468 | add_action('geodir_settings_uninstall_settings_main_start', 'geodir_uninstall_settings_desc');
|
| 2469 | 2469 | |
@@ -2527,12 +2527,12 @@ discard block |
||
| 2527 | 2527 | |
| 2528 | 2528 | |
| 2529 | 2529 | if ($delete) {
|
| 2530 | - $output_str .= "<li><strong>" . __('Table dropped, refresh page to reinstall.', 'geodirectory') . "</strong></li>";
|
|
| 2530 | + $output_str .= "<li><strong>".__('Table dropped, refresh page to reinstall.', 'geodirectory')."</strong></li>";
|
|
| 2531 | 2531 | ob_start(); |
| 2532 | 2532 | geodir_diagnose_version_clear(); |
| 2533 | 2533 | ob_end_clean(); |
| 2534 | - }else{
|
|
| 2535 | - $output_str .= "<li><strong>" . __('Something went wrong.', 'geodirectory') . "</strong></li>";
|
|
| 2534 | + } else {
|
|
| 2535 | + $output_str .= "<li><strong>".__('Something went wrong.', 'geodirectory')."</strong></li>";
|
|
| 2536 | 2536 | } |
| 2537 | 2537 | |
| 2538 | 2538 | if ($is_error_during_diagnose) {
|
@@ -2557,9 +2557,9 @@ discard block |
||
| 2557 | 2557 | * @param object $row The post|taxonomy object. |
| 2558 | 2558 | * @return array Filtered actions. |
| 2559 | 2559 | */ |
| 2560 | -function geodir_disable_quick_edit( $actions = array(), $row = null ) {
|
|
| 2561 | - if ( isset( $actions['inline hide-if-no-js'] ) ) {
|
|
| 2562 | - unset( $actions['inline hide-if-no-js'] ); |
|
| 2560 | +function geodir_disable_quick_edit($actions = array(), $row = null) {
|
|
| 2561 | + if (isset($actions['inline hide-if-no-js'])) {
|
|
| 2562 | + unset($actions['inline hide-if-no-js']); |
|
| 2563 | 2563 | } |
| 2564 | 2564 | |
| 2565 | 2565 | return $actions; |
@@ -2578,26 +2578,26 @@ discard block |
||
| 2578 | 2578 | function geodir_check_quick_edit() {
|
| 2579 | 2579 | global $pagenow, $current_screen, $gd_cpt_screen; |
| 2580 | 2580 | |
| 2581 | - if ( ( $pagenow == 'edit.php' || $pagenow == 'edit-tags.php' ) && !empty( $current_screen->post_type ) ) {
|
|
| 2582 | - if ( empty( $gd_cpt_screen ) ) {
|
|
| 2583 | - if ( in_array( $current_screen->post_type, geodir_get_posttypes() ) ) {
|
|
| 2581 | + if (($pagenow == 'edit.php' || $pagenow == 'edit-tags.php') && !empty($current_screen->post_type)) {
|
|
| 2582 | + if (empty($gd_cpt_screen)) {
|
|
| 2583 | + if (in_array($current_screen->post_type, geodir_get_posttypes())) {
|
|
| 2584 | 2584 | $gd_cpt_screen = 'y'; |
| 2585 | 2585 | } else {
|
| 2586 | 2586 | $gd_cpt_screen = 'n'; |
| 2587 | 2587 | } |
| 2588 | 2588 | } |
| 2589 | 2589 | |
| 2590 | - if ( $gd_cpt_screen == 'y' ) {
|
|
| 2591 | - if ( $pagenow == 'edit.php' ) {
|
|
| 2592 | - add_filter( 'post_row_actions', 'geodir_disable_quick_edit', 10, 2 ); |
|
| 2593 | - add_filter( 'page_row_actions', 'geodir_disable_quick_edit', 10, 2 ); |
|
| 2594 | - } elseif ( $pagenow == 'edit-tags.php' && !empty( $current_screen->taxonomy ) ) {
|
|
| 2595 | - add_filter( $current_screen->taxonomy . '_row_actions', 'geodir_disable_quick_edit', 10, 2 ); |
|
| 2590 | + if ($gd_cpt_screen == 'y') {
|
|
| 2591 | + if ($pagenow == 'edit.php') {
|
|
| 2592 | + add_filter('post_row_actions', 'geodir_disable_quick_edit', 10, 2);
|
|
| 2593 | + add_filter('page_row_actions', 'geodir_disable_quick_edit', 10, 2);
|
|
| 2594 | + } elseif ($pagenow == 'edit-tags.php' && !empty($current_screen->taxonomy)) {
|
|
| 2595 | + add_filter($current_screen->taxonomy.'_row_actions', 'geodir_disable_quick_edit', 10, 2); |
|
| 2596 | 2596 | } |
| 2597 | 2597 | } |
| 2598 | 2598 | } |
| 2599 | 2599 | } |
| 2600 | -add_action( 'admin_head', 'geodir_check_quick_edit', 10 ); |
|
| 2600 | +add_action('admin_head', 'geodir_check_quick_edit', 10);
|
|
| 2601 | 2601 | |
| 2602 | 2602 | /** |
| 2603 | 2603 | * Filter the bulk actions for GD CPT. |
@@ -2608,9 +2608,9 @@ discard block |
||
| 2608 | 2608 | * @param array $actions An array of the available bulk actions. |
| 2609 | 2609 | * @return array Filtered bulk actions. |
| 2610 | 2610 | */ |
| 2611 | -function geodir_filter_bulk_actions( $actions ) {
|
|
| 2612 | - if ( isset( $actions['edit'] ) ) {
|
|
| 2613 | - unset( $actions['edit'] ); |
|
| 2611 | +function geodir_filter_bulk_actions($actions) {
|
|
| 2612 | + if (isset($actions['edit'])) {
|
|
| 2613 | + unset($actions['edit']); |
|
| 2614 | 2614 | } |
| 2615 | 2615 | |
| 2616 | 2616 | return $actions; |
@@ -24,8 +24,11 @@ discard block |
||
| 24 | 24 | global $current_tab; |
| 25 | 25 | geodir_redirect_to_admin_panel_on_installed(); |
| 26 | 26 | $current_tab = (isset($_GET['tab']) && $_GET['tab'] != '') ? $_GET['tab'] : 'general_settings'; |
| 27 | - if (!(isset($_REQUEST['action']))) // this will avoid Ajax requests |
|
| 28 | - geodir_handle_option_form_submit($current_tab); // located in admin function.php |
|
| 27 | + if (!(isset($_REQUEST['action']))) { |
|
| 28 | + // this will avoid Ajax requests |
|
| 29 | + geodir_handle_option_form_submit($current_tab); |
|
| 30 | + } |
|
| 31 | + // located in admin function.php |
|
| 29 | 32 | /** |
| 30 | 33 | * Called on the WordPress 'admin_init' hook this hookis used to call everything for the GD settings pages in the admin area. |
| 31 | 34 | * |
@@ -328,8 +331,9 @@ discard block |
||
| 328 | 331 | if (!empty($notification) && get_option('geodir_tiny_editor') == '1') {
|
| 329 | 332 | |
| 330 | 333 | foreach ($notification as $key => $value) {
|
| 331 | - if ($value['type'] == 'textarea') |
|
| 332 | - $notification[$key]['type'] = 'editor'; |
|
| 334 | + if ($value['type'] == 'textarea') { |
|
| 335 | + $notification[$key]['type'] = 'editor'; |
|
| 336 | + } |
|
| 333 | 337 | } |
| 334 | 338 | |
| 335 | 339 | } |
@@ -354,8 +358,9 @@ discard block |
||
| 354 | 358 | if (!empty($design_setting) && get_option('geodir_tiny_editor') == '1') {
|
| 355 | 359 | |
| 356 | 360 | foreach ($design_setting as $key => $value) {
|
| 357 | - if ($value['type'] == 'textarea' && $value['id'] == 'geodir_term_condition_content') |
|
| 358 | - $design_setting[$key]['type'] = 'editor'; |
|
| 361 | + if ($value['type'] == 'textarea' && $value['id'] == 'geodir_term_condition_content') { |
|
| 362 | + $design_setting[$key]['type'] = 'editor'; |
|
| 363 | + } |
|
| 359 | 364 | } |
| 360 | 365 | |
| 361 | 366 | } |
@@ -474,9 +479,9 @@ discard block |
||
| 474 | 479 | class="gd-draggable-form-items gd-<?php echo $val['field_type'];?> geodir-sort-<?php echo $val['htmlvar_name'];?>" href="javascript:void(0);"> |
| 475 | 480 | <?php if (isset($val['field_icon']) && strpos($val['field_icon'], 'fa fa-') !== false) {
|
| 476 | 481 | echo '<i class="'.$val['field_icon'].'" aria-hidden="true"></i>'; |
| 477 | - }elseif(isset($val['field_icon']) && $val['field_icon'] ){
|
|
| 482 | + } elseif(isset($val['field_icon']) && $val['field_icon'] ){
|
|
| 478 | 483 | echo '<b class="gd-cf-icon" style="background-image: url(\''.$val['field_icon'].'\')"></b>'; |
| 479 | - }else{
|
|
| 484 | + } else{
|
|
| 480 | 485 | echo '<i class="fa fa-cog" aria-hidden="true"></i>'; |
| 481 | 486 | }?> |
| 482 | 487 | <?php echo (! empty( $val['admin_title'] ) ? $val['admin_title'] : $val['site_title'] );?> |
@@ -706,9 +711,9 @@ discard block |
||
| 706 | 711 | <?php |
| 707 | 712 | if($type=='predefined'){
|
| 708 | 713 | $cfs = geodir_custom_fields_predefined($listing_type); |
| 709 | - }elseif($type=='custom'){
|
|
| 714 | + } elseif($type=='custom'){
|
|
| 710 | 715 | $cfs = geodir_custom_fields_custom($listing_type); |
| 711 | - }else{
|
|
| 716 | + } else{
|
|
| 712 | 717 | $cfs = geodir_custom_fields($listing_type); |
| 713 | 718 | ?> |
| 714 | 719 | <ul class="full gd-cf-tooltip-wrap"> |
@@ -763,7 +768,7 @@ discard block |
||
| 763 | 768 | </li> |
| 764 | 769 | <?php |
| 765 | 770 | } |
| 766 | - }else{
|
|
| 771 | + } else{
|
|
| 767 | 772 | _e('There are no custom fields here yet.', 'geodirectory');
|
| 768 | 773 | } |
| 769 | 774 | ?> |
@@ -960,8 +965,9 @@ discard block |
||
| 960 | 965 | |
| 961 | 966 | if (!get_option('geodir_remove_unnecessary_fields')) {
|
| 962 | 967 | |
| 963 | - if ($wpdb->get_var("SHOW COLUMNS FROM " . $plugin_prefix . "gd_place_detail WHERE field = 'categories'"))
|
|
| 964 | - $wpdb->query("ALTER TABLE `" . $plugin_prefix . "gd_place_detail` DROP `categories`");
|
|
| 968 | + if ($wpdb->get_var("SHOW COLUMNS FROM " . $plugin_prefix . "gd_place_detail WHERE field = 'categories'")) { |
|
| 969 | + $wpdb->query("ALTER TABLE `" . $plugin_prefix . "gd_place_detail` DROP `categories`"); |
|
| 970 | + } |
|
| 965 | 971 | |
| 966 | 972 | update_option('geodir_remove_unnecessary_fields', '1');
|
| 967 | 973 | |
@@ -997,8 +1003,9 @@ discard block |
||
| 997 | 1003 | break; |
| 998 | 1004 | |
| 999 | 1005 | case 'diagnosis-fix' : |
| 1000 | - if (isset($_REQUEST['diagnose_this']) && $_REQUEST['diagnose_this'] != '') |
|
| 1001 | - $diagnose_this = sanitize_text_field($_REQUEST['diagnose_this']); |
|
| 1006 | + if (isset($_REQUEST['diagnose_this']) && $_REQUEST['diagnose_this'] != '') { |
|
| 1007 | + $diagnose_this = sanitize_text_field($_REQUEST['diagnose_this']); |
|
| 1008 | + } |
|
| 1002 | 1009 | call_user_func('geodir_diagnose_' . $diagnose_this);
|
| 1003 | 1010 | exit(); |
| 1004 | 1011 | break; |
@@ -1613,11 +1620,11 @@ discard block |
||
| 1613 | 1620 | ////////////////////////////////// |
| 1614 | 1621 | $option_value = get_option('geodir_home_page');
|
| 1615 | 1622 | $page = get_post($option_value); |
| 1616 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1623 | + if(!empty($page)){$page_found = $page->ID;} else{$page_found = '';}
|
|
| 1617 | 1624 | |
| 1618 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1619 | - $output_str .= "<li>" . __('GD Home page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1620 | - else {
|
|
| 1625 | + if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') { |
|
| 1626 | + $output_str .= "<li>" . __('GD Home page exists with proper setting.', 'geodirectory') . "</li>"; |
|
| 1627 | + } else {
|
|
| 1621 | 1628 | $is_error_during_diagnose = true; |
| 1622 | 1629 | $output_str .= "<li><strong>" . __('GD Home page is missing.', 'geodirectory') . "</strong></li>";
|
| 1623 | 1630 | if ($fix) {
|
@@ -1638,11 +1645,11 @@ discard block |
||
| 1638 | 1645 | ////////////////////////////////// |
| 1639 | 1646 | $option_value = get_option('geodir_add_listing_page');
|
| 1640 | 1647 | $page = get_post($option_value); |
| 1641 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1648 | + if(!empty($page)){$page_found = $page->ID;} else{$page_found = '';}
|
|
| 1642 | 1649 | |
| 1643 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1644 | - $output_str .= "<li>" . __('Add Listing page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1645 | - else {
|
|
| 1650 | + if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') { |
|
| 1651 | + $output_str .= "<li>" . __('Add Listing page exists with proper setting.', 'geodirectory') . "</li>"; |
|
| 1652 | + } else {
|
|
| 1646 | 1653 | $is_error_during_diagnose = true; |
| 1647 | 1654 | $output_str .= "<li><strong>" . __('Add Listing page is missing.', 'geodirectory') . "</strong></li>";
|
| 1648 | 1655 | if ($fix) {
|
@@ -1664,11 +1671,11 @@ discard block |
||
| 1664 | 1671 | ////////////////////////////////// |
| 1665 | 1672 | $option_value = get_option('geodir_preview_page');
|
| 1666 | 1673 | $page = get_post($option_value); |
| 1667 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1674 | + if(!empty($page)){$page_found = $page->ID;} else{$page_found = '';}
|
|
| 1668 | 1675 | |
| 1669 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1670 | - $output_str .= "<li>" . __('Listing Preview page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1671 | - else {
|
|
| 1676 | + if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') { |
|
| 1677 | + $output_str .= "<li>" . __('Listing Preview page exists with proper setting.', 'geodirectory') . "</li>"; |
|
| 1678 | + } else {
|
|
| 1672 | 1679 | $is_error_during_diagnose = true; |
| 1673 | 1680 | $output_str .= "<li><strong>" . __('Listing Preview page is missing.', 'geodirectory') . "</strong></li>";
|
| 1674 | 1681 | if ($fix) {
|
@@ -1689,11 +1696,11 @@ discard block |
||
| 1689 | 1696 | ////////////////////////////////// |
| 1690 | 1697 | $option_value = get_option('geodir_success_page');
|
| 1691 | 1698 | $page = get_post($option_value); |
| 1692 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1699 | + if(!empty($page)){$page_found = $page->ID;} else{$page_found = '';}
|
|
| 1693 | 1700 | |
| 1694 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1695 | - $output_str .= "<li>" . __('Listing Success page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1696 | - else {
|
|
| 1701 | + if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') { |
|
| 1702 | + $output_str .= "<li>" . __('Listing Success page exists with proper setting.', 'geodirectory') . "</li>"; |
|
| 1703 | + } else {
|
|
| 1697 | 1704 | $is_error_during_diagnose = true; |
| 1698 | 1705 | $output_str .= "<li><strong>" . __('Listing Success page is missing.', 'geodirectory') . "</strong></li>";
|
| 1699 | 1706 | if ($fix) {
|
@@ -1714,11 +1721,11 @@ discard block |
||
| 1714 | 1721 | ////////////////////////////////// |
| 1715 | 1722 | $option_value = get_option('geodir_info_page');
|
| 1716 | 1723 | $page = get_post($option_value); |
| 1717 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1724 | + if(!empty($page)){$page_found = $page->ID;} else{$page_found = '';}
|
|
| 1718 | 1725 | |
| 1719 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1720 | - $output_str .= "<li>" . __('Info page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1721 | - else {
|
|
| 1726 | + if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') { |
|
| 1727 | + $output_str .= "<li>" . __('Info page exists with proper setting.', 'geodirectory') . "</li>"; |
|
| 1728 | + } else {
|
|
| 1722 | 1729 | $is_error_during_diagnose = true; |
| 1723 | 1730 | $output_str .= "<li><strong>" . __('Info page is missing.', 'geodirectory') . "</strong></li>";
|
| 1724 | 1731 | if ($fix) {
|
@@ -1739,11 +1746,11 @@ discard block |
||
| 1739 | 1746 | ////////////////////////////////// |
| 1740 | 1747 | $option_value = get_option('geodir_login_page');
|
| 1741 | 1748 | $page = get_post($option_value); |
| 1742 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1749 | + if(!empty($page)){$page_found = $page->ID;} else{$page_found = '';}
|
|
| 1743 | 1750 | |
| 1744 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1745 | - $output_str .= "<li>" . __('Login page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1746 | - else {
|
|
| 1751 | + if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') { |
|
| 1752 | + $output_str .= "<li>" . __('Login page exists with proper setting.', 'geodirectory') . "</li>"; |
|
| 1753 | + } else {
|
|
| 1747 | 1754 | $is_error_during_diagnose = true; |
| 1748 | 1755 | $output_str .= "<li><strong>" . __('Login page is missing.', 'geodirectory') . "</strong></li>";
|
| 1749 | 1756 | if ($fix) {
|
@@ -1764,11 +1771,11 @@ discard block |
||
| 1764 | 1771 | ////////////////////////////////// |
| 1765 | 1772 | $option_value = get_option('geodir_location_page');
|
| 1766 | 1773 | $page = get_post($option_value); |
| 1767 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1774 | + if(!empty($page)){$page_found = $page->ID;} else{$page_found = '';}
|
|
| 1768 | 1775 | |
| 1769 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1770 | - $output_str .= "<li>" . __('Location page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1771 | - else {
|
|
| 1776 | + if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') { |
|
| 1777 | + $output_str .= "<li>" . __('Location page exists with proper setting.', 'geodirectory') . "</li>"; |
|
| 1778 | + } else {
|
|
| 1772 | 1779 | $is_error_during_diagnose = true; |
| 1773 | 1780 | $output_str .= "<li><strong>" . __('Location page is missing.', 'geodirectory') . "</strong></li>";
|
| 1774 | 1781 | if ($fix) {
|
@@ -2213,8 +2220,9 @@ discard block |
||
| 2213 | 2220 | ); |
| 2214 | 2221 | |
| 2215 | 2222 | $post_location_info = $request_info['post_location']; |
| 2216 | - if ($location_id = geodir_add_new_location($post_location_info)) |
|
| 2217 | - $post_location_id = $location_id; |
|
| 2223 | + if ($location_id = geodir_add_new_location($post_location_info)) { |
|
| 2224 | + $post_location_id = $location_id; |
|
| 2225 | + } |
|
| 2218 | 2226 | } else {
|
| 2219 | 2227 | $post_location_id = 0; |
| 2220 | 2228 | } |
@@ -2277,8 +2285,9 @@ discard block |
||
| 2277 | 2285 | $attachment_set = ''; |
| 2278 | 2286 | |
| 2279 | 2287 | foreach ($attachment as $key => $val) {
|
| 2280 | - if ($val != '') |
|
| 2281 | - $attachment_set .= $key . " = '" . $val . "', "; |
|
| 2288 | + if ($val != '') { |
|
| 2289 | + $attachment_set .= $key . " = '" . $val . "', "; |
|
| 2290 | + } |
|
| 2282 | 2291 | } |
| 2283 | 2292 | $attachment_set = trim($attachment_set, ", "); |
| 2284 | 2293 | |
@@ -2374,8 +2383,7 @@ discard block |
||
| 2374 | 2383 | |
| 2375 | 2384 | $parts = json_decode($response['body']); |
| 2376 | 2385 | //print_r($parts); |
| 2377 | - if(!isset($parts->access_token)){echo $error_msg." - #1";exit;}
|
|
| 2378 | - else{
|
|
| 2386 | + if(!isset($parts->access_token)){echo $error_msg." - #1";exit;} else{
|
|
| 2379 | 2387 | |
| 2380 | 2388 | update_option('gd_ga_access_token', $parts->access_token);
|
| 2381 | 2389 | update_option('gd_ga_refresh_token', $parts->refresh_token);
|
@@ -2383,17 +2391,16 @@ discard block |
||
| 2383 | 2391 | } |
| 2384 | 2392 | |
| 2385 | 2393 | |
| 2386 | - } |
|
| 2387 | - elseif(!empty($response['response']['code'])) {
|
|
| 2394 | + } elseif(!empty($response['response']['code'])) {
|
|
| 2388 | 2395 | $parts = json_decode($response['body']); |
| 2389 | 2396 | |
| 2390 | 2397 | if(isset($parts->error)){
|
| 2391 | 2398 | echo $parts->error.": ".$parts->error_description;exit; |
| 2392 | - }else{
|
|
| 2399 | + } else{
|
|
| 2393 | 2400 | echo $error_msg." - #2";exit; |
| 2394 | 2401 | } |
| 2395 | 2402 | |
| 2396 | - }else{
|
|
| 2403 | + } else{
|
|
| 2397 | 2404 | |
| 2398 | 2405 | echo $error_msg." - #3";exit; |
| 2399 | 2406 | |
@@ -2531,7 +2538,7 @@ discard block |
||
| 2531 | 2538 | ob_start(); |
| 2532 | 2539 | geodir_diagnose_version_clear(); |
| 2533 | 2540 | ob_end_clean(); |
| 2534 | - }else{
|
|
| 2541 | + } else{
|
|
| 2535 | 2542 | $output_str .= "<li><strong>" . __('Something went wrong.', 'geodirectory') . "</strong></li>";
|
| 2536 | 2543 | } |
| 2537 | 2544 | |
@@ -10,21 +10,21 @@ |
||
| 10 | 10 | |
| 11 | 11 | // Exit if accessed directly. |
| 12 | 12 | if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { |
| 13 | - exit; |
|
| 13 | + exit; |
|
| 14 | 14 | } |
| 15 | 15 | |
| 16 | 16 | global $wpdb; |
| 17 | 17 | |
| 18 | 18 | if (get_option('geodir_un_geodirectory')) { |
| 19 | - $wpdb->hide_errors(); |
|
| 19 | + $wpdb->hide_errors(); |
|
| 20 | 20 | |
| 21 | - /* |
|
| 21 | + /* |
|
| 22 | 22 | if (!defined('GEODIRECTORY_VERSION')) { |
| 23 | 23 | // Load plugin file. |
| 24 | 24 | include_once('geodirectory.php'); |
| 25 | 25 | } |
| 26 | 26 | */ |
| 27 | 27 | |
| 28 | - // Delete default data. |
|
| 29 | - delete_option('geodir_default_data_installed'); |
|
| 28 | + // Delete default data. |
|
| 29 | + delete_option('geodir_default_data_installed'); |
|
| 30 | 30 | } |
| 31 | 31 | \ No newline at end of file |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | */ |
| 10 | 10 | |
| 11 | 11 | // Exit if accessed directly. |
| 12 | -if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { |
|
| 12 | +if (!defined('WP_UNINSTALL_PLUGIN')) { |
|
| 13 | 13 | exit; |
| 14 | 14 | } |
| 15 | 15 | |
@@ -15,296 +15,296 @@ discard block |
||
| 15 | 15 | */ |
| 16 | 16 | function geodir_register_sidebar() |
| 17 | 17 | {
|
| 18 | - global $geodir_sidebars; |
|
| 19 | - |
|
| 20 | - if (function_exists('register_sidebar')) {
|
|
| 21 | - /*===========================*/ |
|
| 22 | - /* Home page sidebars start*/ |
|
| 23 | - /*===========================*/ |
|
| 24 | - |
|
| 25 | - /** |
|
| 26 | - * Filter the `$before_widget` widget opening HTML tag. |
|
| 27 | - * |
|
| 28 | - * @since 1.0.0 |
|
| 29 | - * @param string $var The HTML string to filter. Default = '<section id="%1$s" class="widget geodir-widget %2$s">'. |
|
| 30 | - * @see 'geodir_after_widget' |
|
| 31 | - */ |
|
| 32 | - $before_widget = apply_filters('geodir_before_widget', '<section id="%1$s" class="widget geodir-widget %2$s">');
|
|
| 33 | - /** |
|
| 34 | - * Filter the `$after_widget` widget closing HTML tag. |
|
| 35 | - * |
|
| 36 | - * @since 1.0.0 |
|
| 37 | - * @param string $var The HTML string to filter. Default = '</section>'. |
|
| 38 | - * @see 'geodir_before_widget' |
|
| 39 | - */ |
|
| 40 | - $after_widget = apply_filters('geodir_after_widget', '</section>');
|
|
| 41 | - /** |
|
| 42 | - * Filter the `$before_title` widget title opening HTML tag. |
|
| 43 | - * |
|
| 44 | - * @since 1.0.0 |
|
| 45 | - * @param string $var The HTML string to filter. Default = '<h3 class="widget-title">'. |
|
| 46 | - * @see 'geodir_after_title' |
|
| 47 | - */ |
|
| 48 | - $before_title = apply_filters('geodir_before_title', '<h3 class="widget-title">');
|
|
| 49 | - /** |
|
| 50 | - * Filter the `$after_title` widget title closing HTML tag. |
|
| 51 | - * |
|
| 52 | - * @since 1.0.0 |
|
| 53 | - * @param string $var The HTML string to filter. Default = '</h3>'. |
|
| 54 | - * @see 'geodir_before_title' |
|
| 55 | - */ |
|
| 56 | - $after_title = apply_filters('geodir_after_title', '</h3>');
|
|
| 57 | - |
|
| 58 | - if (get_option('geodir_show_home_top_section')) {
|
|
| 59 | - register_sidebars(1, array('id' => 'geodir_home_top', 'name' => __('GD Home Top Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 60 | - |
|
| 61 | - $geodir_sidebars[] = 'geodir_home_top'; |
|
| 62 | - } |
|
| 63 | - |
|
| 64 | - if (get_option('geodir_show_home_contant_section')) {
|
|
| 65 | - register_sidebars(1, array('id' => 'geodir_home_content', 'name' => __('GD Home Content Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 18 | + global $geodir_sidebars; |
|
| 66 | 19 | |
| 67 | - $geodir_sidebars[] = 'geodir_home_content'; |
|
| 68 | - } |
|
| 20 | + if (function_exists('register_sidebar')) {
|
|
| 21 | + /*===========================*/ |
|
| 22 | + /* Home page sidebars start*/ |
|
| 23 | + /*===========================*/ |
|
| 69 | 24 | |
| 70 | - if (get_option('geodir_show_home_right_section')) {
|
|
| 71 | - register_sidebars(1, array('id' => 'geodir_home_right', 'name' => __('GD Home Right Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 25 | + /** |
|
| 26 | + * Filter the `$before_widget` widget opening HTML tag. |
|
| 27 | + * |
|
| 28 | + * @since 1.0.0 |
|
| 29 | + * @param string $var The HTML string to filter. Default = '<section id="%1$s" class="widget geodir-widget %2$s">'. |
|
| 30 | + * @see 'geodir_after_widget' |
|
| 31 | + */ |
|
| 32 | + $before_widget = apply_filters('geodir_before_widget', '<section id="%1$s" class="widget geodir-widget %2$s">');
|
|
| 33 | + /** |
|
| 34 | + * Filter the `$after_widget` widget closing HTML tag. |
|
| 35 | + * |
|
| 36 | + * @since 1.0.0 |
|
| 37 | + * @param string $var The HTML string to filter. Default = '</section>'. |
|
| 38 | + * @see 'geodir_before_widget' |
|
| 39 | + */ |
|
| 40 | + $after_widget = apply_filters('geodir_after_widget', '</section>');
|
|
| 41 | + /** |
|
| 42 | + * Filter the `$before_title` widget title opening HTML tag. |
|
| 43 | + * |
|
| 44 | + * @since 1.0.0 |
|
| 45 | + * @param string $var The HTML string to filter. Default = '<h3 class="widget-title">'. |
|
| 46 | + * @see 'geodir_after_title' |
|
| 47 | + */ |
|
| 48 | + $before_title = apply_filters('geodir_before_title', '<h3 class="widget-title">');
|
|
| 49 | + /** |
|
| 50 | + * Filter the `$after_title` widget title closing HTML tag. |
|
| 51 | + * |
|
| 52 | + * @since 1.0.0 |
|
| 53 | + * @param string $var The HTML string to filter. Default = '</h3>'. |
|
| 54 | + * @see 'geodir_before_title' |
|
| 55 | + */ |
|
| 56 | + $after_title = apply_filters('geodir_after_title', '</h3>');
|
|
| 57 | + |
|
| 58 | + if (get_option('geodir_show_home_top_section')) {
|
|
| 59 | + register_sidebars(1, array('id' => 'geodir_home_top', 'name' => __('GD Home Top Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 72 | 60 | |
| 73 | - $geodir_sidebars[] = 'geodir_home_right'; |
|
| 74 | - } |
|
| 61 | + $geodir_sidebars[] = 'geodir_home_top'; |
|
| 62 | + } |
|
| 75 | 63 | |
| 76 | - if (get_option('geodir_show_home_left_section')) {
|
|
| 77 | - register_sidebars(1, array('id' => 'geodir_home_left', 'name' => __('GD Home Left Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 64 | + if (get_option('geodir_show_home_contant_section')) {
|
|
| 65 | + register_sidebars(1, array('id' => 'geodir_home_content', 'name' => __('GD Home Content Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 78 | 66 | |
| 79 | - $geodir_sidebars[] = 'geodir_home_left'; |
|
| 80 | - } |
|
| 67 | + $geodir_sidebars[] = 'geodir_home_content'; |
|
| 68 | + } |
|
| 81 | 69 | |
| 82 | - if (get_option('geodir_show_home_bottom_section')) {
|
|
| 83 | - register_sidebars(1, array('id' => 'geodir_home_bottom', 'name' => __('GD Home Bottom Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 70 | + if (get_option('geodir_show_home_right_section')) {
|
|
| 71 | + register_sidebars(1, array('id' => 'geodir_home_right', 'name' => __('GD Home Right Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 84 | 72 | |
| 85 | - $geodir_sidebars[] = 'geodir_home_bottom'; |
|
| 86 | - } |
|
| 73 | + $geodir_sidebars[] = 'geodir_home_right'; |
|
| 74 | + } |
|
| 87 | 75 | |
| 88 | - /*===========================*/ |
|
| 89 | - /* Home page sidebars end*/ |
|
| 90 | - /*===========================*/ |
|
| 76 | + if (get_option('geodir_show_home_left_section')) {
|
|
| 77 | + register_sidebars(1, array('id' => 'geodir_home_left', 'name' => __('GD Home Left Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 91 | 78 | |
| 92 | - /*===========================*/ |
|
| 93 | - /* Listing page sidebars start*/ |
|
| 94 | - /*===========================*/ |
|
| 79 | + $geodir_sidebars[] = 'geodir_home_left'; |
|
| 80 | + } |
|
| 95 | 81 | |
| 96 | - if (get_option('geodir_show_listing_top_section')) {
|
|
| 97 | - register_sidebars(1, array('id' => 'geodir_listing_top', 'name' => __('GD Listing Top Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 82 | + if (get_option('geodir_show_home_bottom_section')) {
|
|
| 83 | + register_sidebars(1, array('id' => 'geodir_home_bottom', 'name' => __('GD Home Bottom Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 98 | 84 | |
| 99 | - $geodir_sidebars[] = 'geodir_listing_top'; |
|
| 100 | - } |
|
| 85 | + $geodir_sidebars[] = 'geodir_home_bottom'; |
|
| 86 | + } |
|
| 101 | 87 | |
| 102 | - if (get_option('geodir_show_listing_left_section')) {
|
|
| 103 | - register_sidebars(1, array('id' => 'geodir_listing_left_sidebar', 'name' => __('GD Listing Left Sidebar', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 88 | + /*===========================*/ |
|
| 89 | + /* Home page sidebars end*/ |
|
| 90 | + /*===========================*/ |
|
| 104 | 91 | |
| 105 | - $geodir_sidebars[] = 'geodir_listing_left_sidebar'; |
|
| 106 | - } |
|
| 92 | + /*===========================*/ |
|
| 93 | + /* Listing page sidebars start*/ |
|
| 94 | + /*===========================*/ |
|
| 107 | 95 | |
| 108 | - if (get_option('geodir_show_listing_right_section')) {
|
|
| 109 | - register_sidebars(1, array('id' => 'geodir_listing_right_sidebar', 'name' => __('GD Listing Right Sidebar', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 96 | + if (get_option('geodir_show_listing_top_section')) {
|
|
| 97 | + register_sidebars(1, array('id' => 'geodir_listing_top', 'name' => __('GD Listing Top Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 110 | 98 | |
| 111 | - $geodir_sidebars[] = 'geodir_listing_right_sidebar'; |
|
| 112 | - } |
|
| 99 | + $geodir_sidebars[] = 'geodir_listing_top'; |
|
| 100 | + } |
|
| 113 | 101 | |
| 114 | - if (get_option('geodir_show_listing_bottom_section')) {
|
|
| 115 | - register_sidebars(1, array('id' => 'geodir_listing_bottom', 'name' => __('GD Listing Bottom Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 102 | + if (get_option('geodir_show_listing_left_section')) {
|
|
| 103 | + register_sidebars(1, array('id' => 'geodir_listing_left_sidebar', 'name' => __('GD Listing Left Sidebar', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 116 | 104 | |
| 117 | - $geodir_sidebars[] = 'geodir_listing_bottom'; |
|
| 118 | - } |
|
| 105 | + $geodir_sidebars[] = 'geodir_listing_left_sidebar'; |
|
| 106 | + } |
|
| 119 | 107 | |
| 120 | - /*===========================*/ |
|
| 121 | - /* Listing page sidebars start*/ |
|
| 122 | - /*===========================*/ |
|
| 108 | + if (get_option('geodir_show_listing_right_section')) {
|
|
| 109 | + register_sidebars(1, array('id' => 'geodir_listing_right_sidebar', 'name' => __('GD Listing Right Sidebar', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 123 | 110 | |
| 124 | - /*===========================*/ |
|
| 125 | - /* Search page sidebars start*/ |
|
| 126 | - /*===========================*/ |
|
| 111 | + $geodir_sidebars[] = 'geodir_listing_right_sidebar'; |
|
| 112 | + } |
|
| 127 | 113 | |
| 128 | - if (get_option('geodir_show_search_top_section')) {
|
|
| 129 | - register_sidebars(1, array('id' => 'geodir_search_top', 'name' => __('GD Search Top Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 114 | + if (get_option('geodir_show_listing_bottom_section')) {
|
|
| 115 | + register_sidebars(1, array('id' => 'geodir_listing_bottom', 'name' => __('GD Listing Bottom Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 130 | 116 | |
| 131 | - $geodir_sidebars[] = 'geodir_search_top'; |
|
| 132 | - } |
|
| 117 | + $geodir_sidebars[] = 'geodir_listing_bottom'; |
|
| 118 | + } |
|
| 133 | 119 | |
| 134 | - if (get_option('geodir_show_search_left_section')) {
|
|
| 135 | - register_sidebars(1, array('id' => 'geodir_search_left_sidebar', 'name' => __('GD Search Left Sidebar', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 120 | + /*===========================*/ |
|
| 121 | + /* Listing page sidebars start*/ |
|
| 122 | + /*===========================*/ |
|
| 136 | 123 | |
| 137 | - $geodir_sidebars[] = 'geodir_search_left_sidebar'; |
|
| 138 | - } |
|
| 124 | + /*===========================*/ |
|
| 125 | + /* Search page sidebars start*/ |
|
| 126 | + /*===========================*/ |
|
| 139 | 127 | |
| 140 | - if (get_option('geodir_show_search_right_section')) {
|
|
| 141 | - register_sidebars(1, array('id' => 'geodir_search_right_sidebar', 'name' => __('GD Search Right Sidebar', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 128 | + if (get_option('geodir_show_search_top_section')) {
|
|
| 129 | + register_sidebars(1, array('id' => 'geodir_search_top', 'name' => __('GD Search Top Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 142 | 130 | |
| 143 | - $geodir_sidebars[] = 'geodir_search_right_sidebar'; |
|
| 144 | - } |
|
| 131 | + $geodir_sidebars[] = 'geodir_search_top'; |
|
| 132 | + } |
|
| 145 | 133 | |
| 146 | - if (get_option('geodir_show_search_bottom_section')) {
|
|
| 147 | - register_sidebars(1, array('id' => 'geodir_search_bottom', 'name' => __('GD Search Bottom Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 134 | + if (get_option('geodir_show_search_left_section')) {
|
|
| 135 | + register_sidebars(1, array('id' => 'geodir_search_left_sidebar', 'name' => __('GD Search Left Sidebar', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 148 | 136 | |
| 149 | - $geodir_sidebars[] = 'geodir_search_bottom'; |
|
| 150 | - } |
|
| 137 | + $geodir_sidebars[] = 'geodir_search_left_sidebar'; |
|
| 138 | + } |
|
| 151 | 139 | |
| 152 | - /*===========================*/ |
|
| 153 | - /* Search page sidebars end*/ |
|
| 154 | - /*===========================*/ |
|
| 140 | + if (get_option('geodir_show_search_right_section')) {
|
|
| 141 | + register_sidebars(1, array('id' => 'geodir_search_right_sidebar', 'name' => __('GD Search Right Sidebar', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 155 | 142 | |
| 156 | - /*==================================*/ |
|
| 157 | - /* Detail/Single page sidebars start*/ |
|
| 158 | - /*==================================*/ |
|
| 159 | - if (get_option('geodir_show_detail_top_section')) {
|
|
| 160 | - register_sidebars(1, array('id' => 'geodir_detail_top', 'name' => __('GD Detail Top Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 143 | + $geodir_sidebars[] = 'geodir_search_right_sidebar'; |
|
| 144 | + } |
|
| 161 | 145 | |
| 162 | - $geodir_sidebars[] = 'geodir_detail_top'; |
|
| 163 | - } |
|
| 146 | + if (get_option('geodir_show_search_bottom_section')) {
|
|
| 147 | + register_sidebars(1, array('id' => 'geodir_search_bottom', 'name' => __('GD Search Bottom Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 164 | 148 | |
| 165 | - register_sidebars(1, array('id' => 'geodir_detail_sidebar', 'name' => __('GD Detail Sidebar', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 149 | + $geodir_sidebars[] = 'geodir_search_bottom'; |
|
| 150 | + } |
|
| 166 | 151 | |
| 167 | - $geodir_sidebars[] = 'geodir_detail_sidebar'; |
|
| 152 | + /*===========================*/ |
|
| 153 | + /* Search page sidebars end*/ |
|
| 154 | + /*===========================*/ |
|
| 168 | 155 | |
| 169 | - if (get_option('geodir_show_detail_bottom_section')) {
|
|
| 170 | - register_sidebars(1, array('id' => 'geodir_detail_bottom', 'name' => __('GD Detail Bottom Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 156 | + /*==================================*/ |
|
| 157 | + /* Detail/Single page sidebars start*/ |
|
| 158 | + /*==================================*/ |
|
| 159 | + if (get_option('geodir_show_detail_top_section')) {
|
|
| 160 | + register_sidebars(1, array('id' => 'geodir_detail_top', 'name' => __('GD Detail Top Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 171 | 161 | |
| 172 | - $geodir_sidebars[] = 'geodir_detail_bottom'; |
|
| 173 | - } |
|
| 162 | + $geodir_sidebars[] = 'geodir_detail_top'; |
|
| 163 | + } |
|
| 174 | 164 | |
| 175 | - /*==================================*/ |
|
| 176 | - /* Detail/Single page sidebars end*/ |
|
| 177 | - /*==================================*/ |
|
| 165 | + register_sidebars(1, array('id' => 'geodir_detail_sidebar', 'name' => __('GD Detail Sidebar', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 178 | 166 | |
| 179 | - /*==================================*/ |
|
| 180 | - /* Author page sidebars start */ |
|
| 181 | - /*==================================*/ |
|
| 167 | + $geodir_sidebars[] = 'geodir_detail_sidebar'; |
|
| 182 | 168 | |
| 183 | - if (get_option('geodir_show_author_top_section')) {
|
|
| 184 | - register_sidebars(1, array('id' => 'geodir_author_top', 'name' => __('GD Author Top Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 169 | + if (get_option('geodir_show_detail_bottom_section')) {
|
|
| 170 | + register_sidebars(1, array('id' => 'geodir_detail_bottom', 'name' => __('GD Detail Bottom Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 185 | 171 | |
| 186 | - $geodir_sidebars[] = 'geodir_author_top'; |
|
| 187 | - } |
|
| 172 | + $geodir_sidebars[] = 'geodir_detail_bottom'; |
|
| 173 | + } |
|
| 188 | 174 | |
| 189 | - if (get_option('geodir_show_author_left_section')) {
|
|
| 190 | - register_sidebars(1, array('id' => 'geodir_author_left_sidebar', 'name' => __('GD Author Left Sidebar', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 175 | + /*==================================*/ |
|
| 176 | + /* Detail/Single page sidebars end*/ |
|
| 177 | + /*==================================*/ |
|
| 191 | 178 | |
| 192 | - $geodir_sidebars[] = 'geodir_author_left_sidebar'; |
|
| 193 | - } |
|
| 179 | + /*==================================*/ |
|
| 180 | + /* Author page sidebars start */ |
|
| 181 | + /*==================================*/ |
|
| 194 | 182 | |
| 195 | - if (get_option('geodir_show_author_right_section')) {
|
|
| 196 | - register_sidebars(1, array('id' => 'geodir_author_right_sidebar', 'name' => __('GD Author Right Sidebar', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 183 | + if (get_option('geodir_show_author_top_section')) {
|
|
| 184 | + register_sidebars(1, array('id' => 'geodir_author_top', 'name' => __('GD Author Top Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 197 | 185 | |
| 198 | - $geodir_sidebars[] = 'geodir_author_right_sidebar'; |
|
| 199 | - } |
|
| 186 | + $geodir_sidebars[] = 'geodir_author_top'; |
|
| 187 | + } |
|
| 200 | 188 | |
| 201 | - if (get_option('geodir_show_author_bottom_section')) {
|
|
| 202 | - register_sidebars(1, array('id' => 'geodir_author_bottom', 'name' => __('GD Author Bottom Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 189 | + if (get_option('geodir_show_author_left_section')) {
|
|
| 190 | + register_sidebars(1, array('id' => 'geodir_author_left_sidebar', 'name' => __('GD Author Left Sidebar', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 203 | 191 | |
| 204 | - $geodir_sidebars[] = 'geodir_author_bottom'; |
|
| 205 | - } |
|
| 192 | + $geodir_sidebars[] = 'geodir_author_left_sidebar'; |
|
| 193 | + } |
|
| 206 | 194 | |
| 207 | - /*==================================*/ |
|
| 208 | - /* Author page sidebars end */ |
|
| 209 | - /*==================================*/ |
|
| 195 | + if (get_option('geodir_show_author_right_section')) {
|
|
| 196 | + register_sidebars(1, array('id' => 'geodir_author_right_sidebar', 'name' => __('GD Author Right Sidebar', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 210 | 197 | |
| 211 | - /*==================================*/ |
|
| 212 | - /* Add listing page sidebars start */ |
|
| 213 | - /*==================================*/ |
|
| 198 | + $geodir_sidebars[] = 'geodir_author_right_sidebar'; |
|
| 199 | + } |
|
| 214 | 200 | |
| 215 | - register_sidebars(1, array('id' => 'geodir_add_listing_sidebar', 'name' => __('GD Add Listing Right Sidebar', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 201 | + if (get_option('geodir_show_author_bottom_section')) {
|
|
| 202 | + register_sidebars(1, array('id' => 'geodir_author_bottom', 'name' => __('GD Author Bottom Section', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 216 | 203 | |
| 217 | - $geodir_sidebars[] = 'geodir_add_listing_sidebar'; |
|
| 204 | + $geodir_sidebars[] = 'geodir_author_bottom'; |
|
| 205 | + } |
|
| 218 | 206 | |
| 219 | - /*==================================*/ |
|
| 220 | - /* Add listing page sidebars end */ |
|
| 221 | - /*==================================*/ |
|
| 207 | + /*==================================*/ |
|
| 208 | + /* Author page sidebars end */ |
|
| 209 | + /*==================================*/ |
|
| 222 | 210 | |
| 223 | - } |
|
| 211 | + /*==================================*/ |
|
| 212 | + /* Add listing page sidebars start */ |
|
| 213 | + /*==================================*/ |
|
| 214 | + |
|
| 215 | + register_sidebars(1, array('id' => 'geodir_add_listing_sidebar', 'name' => __('GD Add Listing Right Sidebar', 'geodirectory'), 'before_widget' => $before_widget, 'after_widget' => $after_widget, 'before_title' => $before_title, 'after_title' => $after_title));
|
|
| 216 | + |
|
| 217 | + $geodir_sidebars[] = 'geodir_add_listing_sidebar'; |
|
| 218 | + |
|
| 219 | + /*==================================*/ |
|
| 220 | + /* Add listing page sidebars end */ |
|
| 221 | + /*==================================*/ |
|
| 222 | + |
|
| 223 | + } |
|
| 224 | 224 | } |
| 225 | 225 | |
| 226 | 226 | |
| 227 | 227 | if (!function_exists('register_geodir_widgets')) {
|
| 228 | - /** |
|
| 229 | - * Registers all Widgets. |
|
| 230 | - * |
|
| 231 | - * @since 1.0.0 |
|
| 232 | - * @package GeoDirectory |
|
| 233 | - */ |
|
| 234 | - function register_geodir_widgets() |
|
| 235 | - {
|
|
| 236 | - /** |
|
| 237 | - * Login Widget. |
|
| 238 | - * |
|
| 239 | - * @since 1.0.0 |
|
| 240 | - */ |
|
| 241 | - class geodir_loginwidget extends WP_Widget |
|
| 242 | - {
|
|
| 243 | - /** |
|
| 244 | - * Register the login widget with WordPress. |
|
| 245 | - * |
|
| 246 | - * @since 1.0.0 |
|
| 247 | - * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
|
| 248 | - */ |
|
| 249 | - public function __construct() {
|
|
| 250 | - $widget_ops = array('classname' => 'geodir_loginbox', 'description' => __('Geodirectory Loginbox Widget', 'geodirectory'));
|
|
| 251 | - parent::__construct( |
|
| 252 | - 'geodir_loginbox', // Base ID |
|
| 253 | - __('GD > Loginbox', 'geodirectory'), // Name
|
|
| 254 | - $widget_ops// Args |
|
| 255 | - ); |
|
| 256 | - } |
|
| 257 | - |
|
| 258 | - /** |
|
| 259 | - * Front-end display content for login widget. |
|
| 260 | - * |
|
| 261 | - * @since 1.0.0 |
|
| 262 | - * @since 1.5.1 Declare function public. |
|
| 263 | - * |
|
| 264 | - * @param array $args Widget arguments. |
|
| 265 | - * @param array $instance Saved values from database. |
|
| 266 | - */ |
|
| 267 | - public function widget($args, $instance) |
|
| 268 | - {
|
|
| 269 | - geodir_loginwidget_output($args, $instance); |
|
| 270 | - } |
|
| 271 | - |
|
| 272 | - /** |
|
| 273 | - * Sanitize login widget form values as they are saved. |
|
| 274 | - * |
|
| 275 | - * @since 1.0.0 |
|
| 276 | - * @since 1.5.1 Declare function public. |
|
| 277 | - * |
|
| 278 | - * @param array $new_instance Values just sent to be saved. |
|
| 279 | - * @param array $old_instance Previously saved values from database. |
|
| 280 | - * |
|
| 281 | - * @return array Updated safe values to be saved. |
|
| 282 | - */ |
|
| 283 | - public function update($new_instance, $old_instance) |
|
| 284 | - {
|
|
| 285 | - //save the widget |
|
| 286 | - $instance = $old_instance; |
|
| 287 | - $instance['title'] = strip_tags($new_instance['title']); |
|
| 288 | - |
|
| 289 | - return $instance; |
|
| 290 | - } |
|
| 291 | - |
|
| 292 | - /** |
|
| 293 | - * Back-end login widget settings form. |
|
| 294 | - * |
|
| 295 | - * @since 1.0.0 |
|
| 296 | - * @since 1.5.1 Declare function public. |
|
| 297 | - * |
|
| 298 | - * @param array $instance Previously saved values from database. |
|
| 299 | - * @return string|void |
|
| 300 | - */ |
|
| 301 | - public function form($instance) |
|
| 302 | - {
|
|
| 303 | - //widgetform in backend |
|
| 304 | - $instance = wp_parse_args((array)$instance, array('title' => '', 't1' => '', 't2' => '', 't3' => '', 'img1' => '', 'desc1' => ''));
|
|
| 305 | - $title = strip_tags($instance['title']); |
|
| 306 | - |
|
| 307 | - ?> |
|
| 228 | + /** |
|
| 229 | + * Registers all Widgets. |
|
| 230 | + * |
|
| 231 | + * @since 1.0.0 |
|
| 232 | + * @package GeoDirectory |
|
| 233 | + */ |
|
| 234 | + function register_geodir_widgets() |
|
| 235 | + {
|
|
| 236 | + /** |
|
| 237 | + * Login Widget. |
|
| 238 | + * |
|
| 239 | + * @since 1.0.0 |
|
| 240 | + */ |
|
| 241 | + class geodir_loginwidget extends WP_Widget |
|
| 242 | + {
|
|
| 243 | + /** |
|
| 244 | + * Register the login widget with WordPress. |
|
| 245 | + * |
|
| 246 | + * @since 1.0.0 |
|
| 247 | + * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
|
| 248 | + */ |
|
| 249 | + public function __construct() {
|
|
| 250 | + $widget_ops = array('classname' => 'geodir_loginbox', 'description' => __('Geodirectory Loginbox Widget', 'geodirectory'));
|
|
| 251 | + parent::__construct( |
|
| 252 | + 'geodir_loginbox', // Base ID |
|
| 253 | + __('GD > Loginbox', 'geodirectory'), // Name
|
|
| 254 | + $widget_ops// Args |
|
| 255 | + ); |
|
| 256 | + } |
|
| 257 | + |
|
| 258 | + /** |
|
| 259 | + * Front-end display content for login widget. |
|
| 260 | + * |
|
| 261 | + * @since 1.0.0 |
|
| 262 | + * @since 1.5.1 Declare function public. |
|
| 263 | + * |
|
| 264 | + * @param array $args Widget arguments. |
|
| 265 | + * @param array $instance Saved values from database. |
|
| 266 | + */ |
|
| 267 | + public function widget($args, $instance) |
|
| 268 | + {
|
|
| 269 | + geodir_loginwidget_output($args, $instance); |
|
| 270 | + } |
|
| 271 | + |
|
| 272 | + /** |
|
| 273 | + * Sanitize login widget form values as they are saved. |
|
| 274 | + * |
|
| 275 | + * @since 1.0.0 |
|
| 276 | + * @since 1.5.1 Declare function public. |
|
| 277 | + * |
|
| 278 | + * @param array $new_instance Values just sent to be saved. |
|
| 279 | + * @param array $old_instance Previously saved values from database. |
|
| 280 | + * |
|
| 281 | + * @return array Updated safe values to be saved. |
|
| 282 | + */ |
|
| 283 | + public function update($new_instance, $old_instance) |
|
| 284 | + {
|
|
| 285 | + //save the widget |
|
| 286 | + $instance = $old_instance; |
|
| 287 | + $instance['title'] = strip_tags($new_instance['title']); |
|
| 288 | + |
|
| 289 | + return $instance; |
|
| 290 | + } |
|
| 291 | + |
|
| 292 | + /** |
|
| 293 | + * Back-end login widget settings form. |
|
| 294 | + * |
|
| 295 | + * @since 1.0.0 |
|
| 296 | + * @since 1.5.1 Declare function public. |
|
| 297 | + * |
|
| 298 | + * @param array $instance Previously saved values from database. |
|
| 299 | + * @return string|void |
|
| 300 | + */ |
|
| 301 | + public function form($instance) |
|
| 302 | + {
|
|
| 303 | + //widgetform in backend |
|
| 304 | + $instance = wp_parse_args((array)$instance, array('title' => '', 't1' => '', 't2' => '', 't3' => '', 'img1' => '', 'desc1' => ''));
|
|
| 305 | + $title = strip_tags($instance['title']); |
|
| 306 | + |
|
| 307 | + ?> |
|
| 308 | 308 | <p><label |
| 309 | 309 | for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Widget Title', 'geodirectory'); ?>
|
| 310 | 310 | : <input class="widefat" id="<?php echo $this->get_field_id('title'); ?>"
|
@@ -313,64 +313,64 @@ discard block |
||
| 313 | 313 | |
| 314 | 314 | |
| 315 | 315 | <?php |
| 316 | - } |
|
| 317 | - } |
|
| 318 | - |
|
| 319 | - register_widget('geodir_loginwidget');
|
|
| 320 | - |
|
| 321 | - |
|
| 322 | - /** |
|
| 323 | - * GeoDirectory Social Like Widget. |
|
| 324 | - * |
|
| 325 | - * @since 1.0.0 |
|
| 326 | - */ |
|
| 327 | - class geodir_social_like_widget extends WP_Widget |
|
| 328 | - {
|
|
| 329 | - |
|
| 330 | - /** |
|
| 331 | - * Register the social like widget with WordPress. |
|
| 332 | - * |
|
| 333 | - * @since 1.0.0 |
|
| 334 | - * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
|
| 335 | - */ |
|
| 336 | - public function __construct() {
|
|
| 337 | - $widget_ops = array('classname' => 'geodir_social_like_widget', 'description' => __('GD > Twitter,Facebook and Google+ buttons', 'geodirectory'));
|
|
| 338 | - parent::__construct( |
|
| 339 | - 'social_like_widget', // Base ID |
|
| 340 | - __('GD > Social Like', 'geodirectory'), // Name
|
|
| 341 | - $widget_ops// Args |
|
| 342 | - ); |
|
| 343 | - } |
|
| 344 | - |
|
| 345 | - /** |
|
| 346 | - * Front-end display content for social like widget. |
|
| 347 | - * |
|
| 348 | - * @since 1.0.0 |
|
| 349 | - * @since 1.5.1 Declare function public. |
|
| 350 | - * |
|
| 351 | - * @param array $args Widget arguments. |
|
| 352 | - * @param array $instance Saved values from database. |
|
| 353 | - */ |
|
| 354 | - public function widget($args, $instance) |
|
| 355 | - {
|
|
| 356 | - // prints the widget |
|
| 357 | - extract($args, EXTR_SKIP); |
|
| 358 | - |
|
| 359 | - /** |
|
| 360 | - * Filter the widget title text. |
|
| 361 | - * |
|
| 362 | - * @since 1.0.0 |
|
| 363 | - * @global object $current_user Current user object. |
|
| 364 | - * @param string $title The widget title text. |
|
| 365 | - */ |
|
| 366 | - $title = empty($instance['title']) ? ' ' : apply_filters('widget_title', $instance['title']);
|
|
| 367 | - |
|
| 368 | - global $current_user, $post; |
|
| 369 | - echo $before_widget; |
|
| 370 | - ?> |
|
| 316 | + } |
|
| 317 | + } |
|
| 318 | + |
|
| 319 | + register_widget('geodir_loginwidget');
|
|
| 320 | + |
|
| 321 | + |
|
| 322 | + /** |
|
| 323 | + * GeoDirectory Social Like Widget. |
|
| 324 | + * |
|
| 325 | + * @since 1.0.0 |
|
| 326 | + */ |
|
| 327 | + class geodir_social_like_widget extends WP_Widget |
|
| 328 | + {
|
|
| 329 | + |
|
| 330 | + /** |
|
| 331 | + * Register the social like widget with WordPress. |
|
| 332 | + * |
|
| 333 | + * @since 1.0.0 |
|
| 334 | + * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
|
| 335 | + */ |
|
| 336 | + public function __construct() {
|
|
| 337 | + $widget_ops = array('classname' => 'geodir_social_like_widget', 'description' => __('GD > Twitter,Facebook and Google+ buttons', 'geodirectory'));
|
|
| 338 | + parent::__construct( |
|
| 339 | + 'social_like_widget', // Base ID |
|
| 340 | + __('GD > Social Like', 'geodirectory'), // Name
|
|
| 341 | + $widget_ops// Args |
|
| 342 | + ); |
|
| 343 | + } |
|
| 344 | + |
|
| 345 | + /** |
|
| 346 | + * Front-end display content for social like widget. |
|
| 347 | + * |
|
| 348 | + * @since 1.0.0 |
|
| 349 | + * @since 1.5.1 Declare function public. |
|
| 350 | + * |
|
| 351 | + * @param array $args Widget arguments. |
|
| 352 | + * @param array $instance Saved values from database. |
|
| 353 | + */ |
|
| 354 | + public function widget($args, $instance) |
|
| 355 | + {
|
|
| 356 | + // prints the widget |
|
| 357 | + extract($args, EXTR_SKIP); |
|
| 358 | + |
|
| 359 | + /** |
|
| 360 | + * Filter the widget title text. |
|
| 361 | + * |
|
| 362 | + * @since 1.0.0 |
|
| 363 | + * @global object $current_user Current user object. |
|
| 364 | + * @param string $title The widget title text. |
|
| 365 | + */ |
|
| 366 | + $title = empty($instance['title']) ? ' ' : apply_filters('widget_title', $instance['title']);
|
|
| 367 | + |
|
| 368 | + global $current_user, $post; |
|
| 369 | + echo $before_widget; |
|
| 370 | + ?> |
|
| 371 | 371 | |
| 372 | 372 | <?php //if ( get_option('gd_tweet_button') ) {
|
| 373 | - ?> |
|
| 373 | + ?> |
|
| 374 | 374 | |
| 375 | 375 | <a href="http://twitter.com/share" |
| 376 | 376 | class="twitter-share-button"><?php _e('Tweet', 'geodirectory');?></a>
|
@@ -378,23 +378,23 @@ discard block |
||
| 378 | 378 | <script type="text/javascript" src="//platform.twitter.com/widgets.js"></script> |
| 379 | 379 | |
| 380 | 380 | <?php //} |
| 381 | - ?> |
|
| 381 | + ?> |
|
| 382 | 382 | |
| 383 | 383 | <?php // if ( get_option('gd_facebook_button') ) {
|
| 384 | - ?> |
|
| 384 | + ?> |
|
| 385 | 385 | |
| 386 | 386 | <iframe <?php if (isset($_SERVER['HTTP_USER_AGENT']) && (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false)) {
|
| 387 | - echo 'allowtransparency="true"'; |
|
| 388 | - }?> class="facebook" |
|
| 387 | + echo 'allowtransparency="true"'; |
|
| 388 | + }?> class="facebook" |
|
| 389 | 389 | src="//www.facebook.com/plugins/like.php?href=<?php echo urlencode(geodir_curPageURL()); ?>&layout=button_count&show_faces=false&width=100&action=like&colorscheme=light" |
| 390 | 390 | style="border:none; overflow:hidden; width:100px; height:20px"></iframe> |
| 391 | 391 | |
| 392 | 392 | |
| 393 | 393 | <?php //} |
| 394 | - ?> |
|
| 394 | + ?> |
|
| 395 | 395 | |
| 396 | 396 | <?php //if ( get_option('gd_google_button') ) {
|
| 397 | - ?> |
|
| 397 | + ?> |
|
| 398 | 398 | <script> |
| 399 | 399 | window.___gcfg = {
|
| 400 | 400 | parsetags: 'explicit' |
@@ -408,118 +408,118 @@ discard block |
||
| 408 | 408 | "count": "true" |
| 409 | 409 | });</script> |
| 410 | 410 | <?php //} |
| 411 | - echo $after_widget; |
|
| 412 | - |
|
| 413 | - } |
|
| 414 | - |
|
| 415 | - /** |
|
| 416 | - * Sanitize social like widget form values as they are saved. |
|
| 417 | - * |
|
| 418 | - * @since 1.0.0 |
|
| 419 | - * @since 1.5.1 Declare function public. |
|
| 420 | - * |
|
| 421 | - * @param array $new_instance Values just sent to be saved. |
|
| 422 | - * @param array $old_instance Previously saved values from database. |
|
| 423 | - * |
|
| 424 | - * @return array Updated safe values to be saved. |
|
| 425 | - */ |
|
| 426 | - public function update($new_instance, $old_instance) |
|
| 427 | - {
|
|
| 428 | - //save the widget |
|
| 429 | - $instance = $old_instance; |
|
| 430 | - $instance['title'] = strip_tags($new_instance['title']); |
|
| 431 | - return $instance; |
|
| 432 | - } |
|
| 433 | - |
|
| 434 | - /** |
|
| 435 | - * Back-end social like widget settings form. |
|
| 436 | - * |
|
| 437 | - * @since 1.0.0 |
|
| 438 | - * @since 1.5.1 Declare function public. |
|
| 439 | - * |
|
| 440 | - * @param array $instance Previously saved values from database. |
|
| 441 | - * @return string|void |
|
| 442 | - */ |
|
| 443 | - public function form($instance) |
|
| 444 | - {
|
|
| 445 | - //widgetform in backend |
|
| 446 | - $instance = wp_parse_args((array)$instance, array('title' => ''));
|
|
| 447 | - $title = strip_tags($instance['title']); |
|
| 448 | - ?> |
|
| 411 | + echo $after_widget; |
|
| 412 | + |
|
| 413 | + } |
|
| 414 | + |
|
| 415 | + /** |
|
| 416 | + * Sanitize social like widget form values as they are saved. |
|
| 417 | + * |
|
| 418 | + * @since 1.0.0 |
|
| 419 | + * @since 1.5.1 Declare function public. |
|
| 420 | + * |
|
| 421 | + * @param array $new_instance Values just sent to be saved. |
|
| 422 | + * @param array $old_instance Previously saved values from database. |
|
| 423 | + * |
|
| 424 | + * @return array Updated safe values to be saved. |
|
| 425 | + */ |
|
| 426 | + public function update($new_instance, $old_instance) |
|
| 427 | + {
|
|
| 428 | + //save the widget |
|
| 429 | + $instance = $old_instance; |
|
| 430 | + $instance['title'] = strip_tags($new_instance['title']); |
|
| 431 | + return $instance; |
|
| 432 | + } |
|
| 433 | + |
|
| 434 | + /** |
|
| 435 | + * Back-end social like widget settings form. |
|
| 436 | + * |
|
| 437 | + * @since 1.0.0 |
|
| 438 | + * @since 1.5.1 Declare function public. |
|
| 439 | + * |
|
| 440 | + * @param array $instance Previously saved values from database. |
|
| 441 | + * @return string|void |
|
| 442 | + */ |
|
| 443 | + public function form($instance) |
|
| 444 | + {
|
|
| 445 | + //widgetform in backend |
|
| 446 | + $instance = wp_parse_args((array)$instance, array('title' => ''));
|
|
| 447 | + $title = strip_tags($instance['title']); |
|
| 448 | + ?> |
|
| 449 | 449 | <p>No settings for this widget</p> |
| 450 | 450 | |
| 451 | 451 | |
| 452 | 452 | <?php |
| 453 | - } |
|
| 454 | - } |
|
| 455 | - |
|
| 456 | - register_widget('geodir_social_like_widget');
|
|
| 457 | - |
|
| 458 | - |
|
| 459 | - /** |
|
| 460 | - * GeoDirectory Feedburner Subscribe widget. |
|
| 461 | - * |
|
| 462 | - * @since 1.0.0 |
|
| 463 | - */ |
|
| 464 | - class geodirsubscribeWidget extends WP_Widget |
|
| 465 | - {
|
|
| 466 | - |
|
| 467 | - /** |
|
| 468 | - * Register the feedburner subscribe widget with WordPress. |
|
| 469 | - * |
|
| 470 | - * @since 1.0.0 |
|
| 471 | - * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
|
| 472 | - */ |
|
| 473 | - public function __construct() {
|
|
| 474 | - $widget_ops = array('classname' => 'geodir-subscribe', 'description' => __('GD > Google Feedburner Subscribe', 'geodirectory'));
|
|
| 475 | - parent::__construct( |
|
| 476 | - 'widget_subscribeWidget', // Base ID |
|
| 477 | - __('GD > Subscribe', 'geodirectory'), // Name
|
|
| 478 | - $widget_ops// Args |
|
| 479 | - ); |
|
| 480 | - } |
|
| 481 | - |
|
| 482 | - /** |
|
| 483 | - * Front-end display content for feedburner subscribe widget. |
|
| 484 | - * |
|
| 485 | - * @since 1.0.0 |
|
| 486 | - * @since 1.5.1 Declare function public. |
|
| 487 | - * |
|
| 488 | - * @param array $args Widget arguments. |
|
| 489 | - * @param array $instance Saved values from database. |
|
| 490 | - */ |
|
| 491 | - public function widget($args, $instance) |
|
| 492 | - {
|
|
| 493 | - // prints the widget |
|
| 494 | - extract($args, EXTR_SKIP); |
|
| 495 | - |
|
| 496 | - /** |
|
| 497 | - * Filter the widget instance id. |
|
| 498 | - * |
|
| 499 | - * @since 1.0.0 |
|
| 500 | - * @param string $id The widget instance id. |
|
| 501 | - */ |
|
| 502 | - $id = empty($instance['id']) ? '' : apply_filters('widget_id', $instance['id']);
|
|
| 503 | - |
|
| 504 | - /** This filter is documented in geodirectory_widgets.php */ |
|
| 505 | - $title = empty($instance['title']) ? '' : apply_filters('widget_title', __($instance['title'], 'geodirectory'));
|
|
| 506 | - |
|
| 507 | - /** |
|
| 508 | - * Filter the widget text. |
|
| 509 | - * |
|
| 510 | - * @since 1.0.0 |
|
| 511 | - * @param string $text The widget text. |
|
| 512 | - */ |
|
| 513 | - $text = empty($instance['text']) ? '' : apply_filters('widget_text', $instance['text']);
|
|
| 514 | - |
|
| 515 | - echo $before_widget; |
|
| 516 | - ?> |
|
| 453 | + } |
|
| 454 | + } |
|
| 455 | + |
|
| 456 | + register_widget('geodir_social_like_widget');
|
|
| 457 | + |
|
| 458 | + |
|
| 459 | + /** |
|
| 460 | + * GeoDirectory Feedburner Subscribe widget. |
|
| 461 | + * |
|
| 462 | + * @since 1.0.0 |
|
| 463 | + */ |
|
| 464 | + class geodirsubscribeWidget extends WP_Widget |
|
| 465 | + {
|
|
| 466 | + |
|
| 467 | + /** |
|
| 468 | + * Register the feedburner subscribe widget with WordPress. |
|
| 469 | + * |
|
| 470 | + * @since 1.0.0 |
|
| 471 | + * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
|
| 472 | + */ |
|
| 473 | + public function __construct() {
|
|
| 474 | + $widget_ops = array('classname' => 'geodir-subscribe', 'description' => __('GD > Google Feedburner Subscribe', 'geodirectory'));
|
|
| 475 | + parent::__construct( |
|
| 476 | + 'widget_subscribeWidget', // Base ID |
|
| 477 | + __('GD > Subscribe', 'geodirectory'), // Name
|
|
| 478 | + $widget_ops// Args |
|
| 479 | + ); |
|
| 480 | + } |
|
| 481 | + |
|
| 482 | + /** |
|
| 483 | + * Front-end display content for feedburner subscribe widget. |
|
| 484 | + * |
|
| 485 | + * @since 1.0.0 |
|
| 486 | + * @since 1.5.1 Declare function public. |
|
| 487 | + * |
|
| 488 | + * @param array $args Widget arguments. |
|
| 489 | + * @param array $instance Saved values from database. |
|
| 490 | + */ |
|
| 491 | + public function widget($args, $instance) |
|
| 492 | + {
|
|
| 493 | + // prints the widget |
|
| 494 | + extract($args, EXTR_SKIP); |
|
| 495 | + |
|
| 496 | + /** |
|
| 497 | + * Filter the widget instance id. |
|
| 498 | + * |
|
| 499 | + * @since 1.0.0 |
|
| 500 | + * @param string $id The widget instance id. |
|
| 501 | + */ |
|
| 502 | + $id = empty($instance['id']) ? '' : apply_filters('widget_id', $instance['id']);
|
|
| 503 | + |
|
| 504 | + /** This filter is documented in geodirectory_widgets.php */ |
|
| 505 | + $title = empty($instance['title']) ? '' : apply_filters('widget_title', __($instance['title'], 'geodirectory'));
|
|
| 506 | + |
|
| 507 | + /** |
|
| 508 | + * Filter the widget text. |
|
| 509 | + * |
|
| 510 | + * @since 1.0.0 |
|
| 511 | + * @param string $text The widget text. |
|
| 512 | + */ |
|
| 513 | + $text = empty($instance['text']) ? '' : apply_filters('widget_text', $instance['text']);
|
|
| 514 | + |
|
| 515 | + echo $before_widget; |
|
| 516 | + ?> |
|
| 517 | 517 | |
| 518 | 518 | <?php echo $before_title . $title; ?> <a href="<?php if ($id) {
|
| 519 | - echo 'http://feeds2.feedburner.com/' . $id; |
|
| 520 | - } else {
|
|
| 521 | - bloginfo('rss_url');
|
|
| 522 | - } ?>"><i class="fa fa-rss-square"></i> </a><?php echo $after_title;?> |
|
| 519 | + echo 'http://feeds2.feedburner.com/' . $id; |
|
| 520 | + } else {
|
|
| 521 | + bloginfo('rss_url');
|
|
| 522 | + } ?>"><i class="fa fa-rss-square"></i> </a><?php echo $after_title;?> |
|
| 523 | 523 | |
| 524 | 524 | <?php if ($text <> "") { ?>
|
| 525 | 525 | |
@@ -544,57 +544,57 @@ discard block |
||
| 544 | 544 | </form> |
| 545 | 545 | |
| 546 | 546 | <?php |
| 547 | - echo $after_widget; |
|
| 547 | + echo $after_widget; |
|
| 548 | 548 | |
| 549 | - } |
|
| 549 | + } |
|
| 550 | 550 | |
| 551 | - /** |
|
| 552 | - * Sanitize feedburner subscribe widget form values as they are saved. |
|
| 553 | - * |
|
| 554 | - * @since 1.0.0 |
|
| 555 | - * @since 1.5.1 Declare function public. |
|
| 556 | - * |
|
| 557 | - * @param array $new_instance Values just sent to be saved. |
|
| 558 | - * @param array $old_instance Previously saved values from database. |
|
| 559 | - * |
|
| 560 | - * @return array Updated safe values to be saved. |
|
| 561 | - */ |
|
| 562 | - public function update($new_instance, $old_instance) |
|
| 563 | - {
|
|
| 551 | + /** |
|
| 552 | + * Sanitize feedburner subscribe widget form values as they are saved. |
|
| 553 | + * |
|
| 554 | + * @since 1.0.0 |
|
| 555 | + * @since 1.5.1 Declare function public. |
|
| 556 | + * |
|
| 557 | + * @param array $new_instance Values just sent to be saved. |
|
| 558 | + * @param array $old_instance Previously saved values from database. |
|
| 559 | + * |
|
| 560 | + * @return array Updated safe values to be saved. |
|
| 561 | + */ |
|
| 562 | + public function update($new_instance, $old_instance) |
|
| 563 | + {
|
|
| 564 | 564 | |
| 565 | - //save the widget |
|
| 566 | - $instance = $old_instance; |
|
| 567 | - $instance['id'] = strip_tags($new_instance['id']); |
|
| 568 | - $instance['title'] = ($new_instance['title']); |
|
| 569 | - $instance['text'] = ($new_instance['text']); |
|
| 565 | + //save the widget |
|
| 566 | + $instance = $old_instance; |
|
| 567 | + $instance['id'] = strip_tags($new_instance['id']); |
|
| 568 | + $instance['title'] = ($new_instance['title']); |
|
| 569 | + $instance['text'] = ($new_instance['text']); |
|
| 570 | 570 | |
| 571 | 571 | |
| 572 | - return $instance; |
|
| 573 | - } |
|
| 572 | + return $instance; |
|
| 573 | + } |
|
| 574 | 574 | |
| 575 | - /** |
|
| 576 | - * Back-end feedburner subscribe widget settings form. |
|
| 577 | - * |
|
| 578 | - * @since 1.0.0 |
|
| 579 | - * @since 1.5.1 Declare function public. |
|
| 580 | - * |
|
| 581 | - * @param array $instance Previously saved values from database. |
|
| 582 | - * @return string|void |
|
| 583 | - */ |
|
| 584 | - public function form($instance) |
|
| 585 | - {
|
|
| 586 | - //widgetform in backend |
|
| 587 | - $instance = wp_parse_args((array)$instance, array('title' => '', 'id' => '', 'advt1' => '', 'text' => '', 'twitter' => '', 'facebook' => '', 'digg' => '', 'myspace' => ''));
|
|
| 575 | + /** |
|
| 576 | + * Back-end feedburner subscribe widget settings form. |
|
| 577 | + * |
|
| 578 | + * @since 1.0.0 |
|
| 579 | + * @since 1.5.1 Declare function public. |
|
| 580 | + * |
|
| 581 | + * @param array $instance Previously saved values from database. |
|
| 582 | + * @return string|void |
|
| 583 | + */ |
|
| 584 | + public function form($instance) |
|
| 585 | + {
|
|
| 586 | + //widgetform in backend |
|
| 587 | + $instance = wp_parse_args((array)$instance, array('title' => '', 'id' => '', 'advt1' => '', 'text' => '', 'twitter' => '', 'facebook' => '', 'digg' => '', 'myspace' => ''));
|
|
| 588 | 588 | |
| 589 | - $id = strip_tags($instance['id']); |
|
| 589 | + $id = strip_tags($instance['id']); |
|
| 590 | 590 | |
| 591 | - $title = strip_tags($instance['title']); |
|
| 591 | + $title = strip_tags($instance['title']); |
|
| 592 | 592 | |
| 593 | - $text = strip_tags($instance['text']); |
|
| 593 | + $text = strip_tags($instance['text']); |
|
| 594 | 594 | |
| 595 | 595 | |
| 596 | 596 | |
| 597 | - ?> |
|
| 597 | + ?> |
|
| 598 | 598 | <p><label |
| 599 | 599 | for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title', 'geodirectory');?>:
|
| 600 | 600 | <input class="widefat" id="<?php echo $this->get_field_id('title'); ?>"
|
@@ -613,101 +613,101 @@ discard block |
||
| 613 | 613 | name="<?php echo $this->get_field_name('text'); ?>"><?php echo esc_attr($text); ?></textarea></label>
|
| 614 | 614 | </p> |
| 615 | 615 | <?php |
| 616 | - } |
|
| 617 | - } |
|
| 618 | - |
|
| 619 | - register_widget('geodirsubscribeWidget');
|
|
| 620 | - |
|
| 621 | - /** |
|
| 622 | - * GeoDirectory advertise widget. |
|
| 623 | - * |
|
| 624 | - * @since 1.0.0 |
|
| 625 | - */ |
|
| 626 | - class geodiradvtwidget extends WP_Widget |
|
| 627 | - {
|
|
| 628 | - |
|
| 629 | - /** |
|
| 630 | - * Register the advertise widget with WordPress. |
|
| 631 | - * |
|
| 632 | - * @since 1.0.0 |
|
| 633 | - * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
|
| 634 | - */ |
|
| 635 | - public function __construct() {
|
|
| 636 | - $widget_ops = array('classname' => 'GeoDirectory Advertise', 'description' => __('GD > common advertise widget in sidebar, bottom section', 'geodirectory'));
|
|
| 637 | - parent::__construct( |
|
| 638 | - 'advtwidget', // Base ID |
|
| 639 | - __('GD > Advertise', 'geodirectory'), // Name
|
|
| 640 | - $widget_ops// Args |
|
| 641 | - ); |
|
| 642 | - } |
|
| 643 | - |
|
| 644 | - |
|
| 645 | - /** |
|
| 646 | - * Front-end display content for advertise widget. |
|
| 647 | - * |
|
| 648 | - * @since 1.0.0 |
|
| 649 | - * @since 1.5.1 Declare function public. |
|
| 650 | - * |
|
| 651 | - * @param array $args Widget arguments. |
|
| 652 | - * @param array $instance Saved values from database. |
|
| 653 | - */ |
|
| 654 | - public function widget($args, $instance) |
|
| 655 | - {
|
|
| 656 | - |
|
| 657 | - // prints the widget |
|
| 658 | - |
|
| 659 | - extract($args, EXTR_SKIP); |
|
| 660 | - |
|
| 661 | - /** |
|
| 662 | - * Filter the description text. |
|
| 663 | - * |
|
| 664 | - * @since 1.0.0 |
|
| 665 | - * @param string $desc1 The widget description text. |
|
| 666 | - */ |
|
| 667 | - $desc1 = empty($instance['desc1']) ? ' ' : apply_filters('widget_desc1', $instance['desc1']);
|
|
| 668 | - echo $before_widget; |
|
| 669 | - ?> |
|
| 616 | + } |
|
| 617 | + } |
|
| 618 | + |
|
| 619 | + register_widget('geodirsubscribeWidget');
|
|
| 620 | + |
|
| 621 | + /** |
|
| 622 | + * GeoDirectory advertise widget. |
|
| 623 | + * |
|
| 624 | + * @since 1.0.0 |
|
| 625 | + */ |
|
| 626 | + class geodiradvtwidget extends WP_Widget |
|
| 627 | + {
|
|
| 628 | + |
|
| 629 | + /** |
|
| 630 | + * Register the advertise widget with WordPress. |
|
| 631 | + * |
|
| 632 | + * @since 1.0.0 |
|
| 633 | + * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
|
| 634 | + */ |
|
| 635 | + public function __construct() {
|
|
| 636 | + $widget_ops = array('classname' => 'GeoDirectory Advertise', 'description' => __('GD > common advertise widget in sidebar, bottom section', 'geodirectory'));
|
|
| 637 | + parent::__construct( |
|
| 638 | + 'advtwidget', // Base ID |
|
| 639 | + __('GD > Advertise', 'geodirectory'), // Name
|
|
| 640 | + $widget_ops// Args |
|
| 641 | + ); |
|
| 642 | + } |
|
| 643 | + |
|
| 644 | + |
|
| 645 | + /** |
|
| 646 | + * Front-end display content for advertise widget. |
|
| 647 | + * |
|
| 648 | + * @since 1.0.0 |
|
| 649 | + * @since 1.5.1 Declare function public. |
|
| 650 | + * |
|
| 651 | + * @param array $args Widget arguments. |
|
| 652 | + * @param array $instance Saved values from database. |
|
| 653 | + */ |
|
| 654 | + public function widget($args, $instance) |
|
| 655 | + {
|
|
| 656 | + |
|
| 657 | + // prints the widget |
|
| 658 | + |
|
| 659 | + extract($args, EXTR_SKIP); |
|
| 660 | + |
|
| 661 | + /** |
|
| 662 | + * Filter the description text. |
|
| 663 | + * |
|
| 664 | + * @since 1.0.0 |
|
| 665 | + * @param string $desc1 The widget description text. |
|
| 666 | + */ |
|
| 667 | + $desc1 = empty($instance['desc1']) ? ' ' : apply_filters('widget_desc1', $instance['desc1']);
|
|
| 668 | + echo $before_widget; |
|
| 669 | + ?> |
|
| 670 | 670 | <?php if ($desc1 <> "") { ?>
|
| 671 | 671 | <?php echo $desc1; ?> |
| 672 | 672 | <?php } |
| 673 | - echo $after_widget; |
|
| 674 | - } |
|
| 675 | - |
|
| 676 | - /** |
|
| 677 | - * Sanitize advertise widget form values as they are saved. |
|
| 678 | - * |
|
| 679 | - * @since 1.0.0 |
|
| 680 | - * @since 1.5.1 Declare function public. |
|
| 681 | - * |
|
| 682 | - * @param array $new_instance Values just sent to be saved. |
|
| 683 | - * @param array $old_instance Previously saved values from database. |
|
| 684 | - * |
|
| 685 | - * @return array Updated safe values to be saved. |
|
| 686 | - */ |
|
| 687 | - public function update($new_instance, $old_instance) |
|
| 688 | - {
|
|
| 689 | - //save the widget |
|
| 690 | - $instance = $old_instance; |
|
| 691 | - $instance['desc1'] = ($new_instance['desc1']); |
|
| 692 | - return $instance; |
|
| 693 | - } |
|
| 694 | - |
|
| 695 | - /** |
|
| 696 | - * Back-end advertise widget settings form. |
|
| 697 | - * |
|
| 698 | - * @since 1.0.0 |
|
| 699 | - * @since 1.5.1 Declare function public. |
|
| 700 | - * |
|
| 701 | - * @param array $instance Previously saved values from database. |
|
| 702 | - * @return string|void |
|
| 703 | - */ |
|
| 704 | - public function form($instance) |
|
| 705 | - {
|
|
| 706 | - //widgetform in backend |
|
| 707 | - $instance = wp_parse_args((array)$instance, array('title' => '', 't1' => '', 't2' => '', 't3' => '', 'img1' => '', 'desc1' => ''));
|
|
| 708 | - |
|
| 709 | - $desc1 = ($instance['desc1']); |
|
| 710 | - ?> |
|
| 673 | + echo $after_widget; |
|
| 674 | + } |
|
| 675 | + |
|
| 676 | + /** |
|
| 677 | + * Sanitize advertise widget form values as they are saved. |
|
| 678 | + * |
|
| 679 | + * @since 1.0.0 |
|
| 680 | + * @since 1.5.1 Declare function public. |
|
| 681 | + * |
|
| 682 | + * @param array $new_instance Values just sent to be saved. |
|
| 683 | + * @param array $old_instance Previously saved values from database. |
|
| 684 | + * |
|
| 685 | + * @return array Updated safe values to be saved. |
|
| 686 | + */ |
|
| 687 | + public function update($new_instance, $old_instance) |
|
| 688 | + {
|
|
| 689 | + //save the widget |
|
| 690 | + $instance = $old_instance; |
|
| 691 | + $instance['desc1'] = ($new_instance['desc1']); |
|
| 692 | + return $instance; |
|
| 693 | + } |
|
| 694 | + |
|
| 695 | + /** |
|
| 696 | + * Back-end advertise widget settings form. |
|
| 697 | + * |
|
| 698 | + * @since 1.0.0 |
|
| 699 | + * @since 1.5.1 Declare function public. |
|
| 700 | + * |
|
| 701 | + * @param array $instance Previously saved values from database. |
|
| 702 | + * @return string|void |
|
| 703 | + */ |
|
| 704 | + public function form($instance) |
|
| 705 | + {
|
|
| 706 | + //widgetform in backend |
|
| 707 | + $instance = wp_parse_args((array)$instance, array('title' => '', 't1' => '', 't2' => '', 't3' => '', 'img1' => '', 'desc1' => ''));
|
|
| 708 | + |
|
| 709 | + $desc1 = ($instance['desc1']); |
|
| 710 | + ?> |
|
| 711 | 711 | <p><label |
| 712 | 712 | for="<?php echo $this->get_field_id('desc1'); ?>"><?php _e('Your Advt code (ex.google adsense, etc.)', 'geodirectory');?>
|
| 713 | 713 | <textarea class="widefat" rows="6" cols="20" id="<?php echo $this->get_field_id('desc1'); ?>"
|
@@ -715,65 +715,65 @@ discard block |
||
| 715 | 715 | </p> |
| 716 | 716 | |
| 717 | 717 | <?php |
| 718 | - } |
|
| 719 | - } |
|
| 720 | - |
|
| 721 | - register_widget('geodiradvtwidget');
|
|
| 722 | - |
|
| 723 | - /** |
|
| 724 | - * GeoDirectory Flickr widget. |
|
| 725 | - * |
|
| 726 | - * @since 1.0.0 |
|
| 727 | - */ |
|
| 728 | - class GeodirFlickrWidget extends WP_Widget |
|
| 729 | - {
|
|
| 730 | - |
|
| 731 | - /** |
|
| 732 | - * Register the flickr widget with WordPress. |
|
| 733 | - * |
|
| 734 | - * @since 1.0.0 |
|
| 735 | - * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
|
| 736 | - */ |
|
| 737 | - public function __construct() {
|
|
| 738 | - $widget_ops = array('classname' => 'Geo Dir Flickr Photos ', 'description' => __('GD > Flickr Photos', 'geodirectory'));
|
|
| 739 | - parent::__construct( |
|
| 740 | - 'widget_flickrwidget', // Base ID |
|
| 741 | - __('GD > Flickr Photos', 'geodirectory'), // Name
|
|
| 742 | - $widget_ops// Args |
|
| 743 | - ); |
|
| 744 | - } |
|
| 745 | - |
|
| 746 | - /** |
|
| 747 | - * Front-end display content for flickr widget. |
|
| 748 | - * |
|
| 749 | - * @since 1.0.0 |
|
| 750 | - * @since 1.5.1 Declare function public. |
|
| 751 | - * |
|
| 752 | - * @param array $args Widget arguments. |
|
| 753 | - * @param array $instance Saved values from database. |
|
| 754 | - */ |
|
| 755 | - public function widget($args, $instance) |
|
| 756 | - {
|
|
| 757 | - |
|
| 758 | - // prints the widget |
|
| 759 | - extract($args, EXTR_SKIP); |
|
| 760 | - |
|
| 761 | - echo $before_widget; |
|
| 762 | - |
|
| 763 | - /** This filter is documented in geodirectory_widgets.php */ |
|
| 764 | - $id = empty($instance['id']) ? ' ' : apply_filters('widget_id', $instance['id']);
|
|
| 765 | - |
|
| 766 | - /** |
|
| 767 | - * Filter the widget number. |
|
| 768 | - * |
|
| 769 | - * This is used in the flicker widget to show how many images to show. |
|
| 770 | - * |
|
| 771 | - * @since 1.0.0 |
|
| 772 | - * @param string $number The image count. |
|
| 773 | - */ |
|
| 774 | - $number = empty($instance['number']) ? ' ' : apply_filters('widget_number', $instance['number']);
|
|
| 775 | - echo $before_title . __('Photo Gallery', 'geodirectory') . $after_title;
|
|
| 776 | - ?> |
|
| 718 | + } |
|
| 719 | + } |
|
| 720 | + |
|
| 721 | + register_widget('geodiradvtwidget');
|
|
| 722 | + |
|
| 723 | + /** |
|
| 724 | + * GeoDirectory Flickr widget. |
|
| 725 | + * |
|
| 726 | + * @since 1.0.0 |
|
| 727 | + */ |
|
| 728 | + class GeodirFlickrWidget extends WP_Widget |
|
| 729 | + {
|
|
| 730 | + |
|
| 731 | + /** |
|
| 732 | + * Register the flickr widget with WordPress. |
|
| 733 | + * |
|
| 734 | + * @since 1.0.0 |
|
| 735 | + * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
|
| 736 | + */ |
|
| 737 | + public function __construct() {
|
|
| 738 | + $widget_ops = array('classname' => 'Geo Dir Flickr Photos ', 'description' => __('GD > Flickr Photos', 'geodirectory'));
|
|
| 739 | + parent::__construct( |
|
| 740 | + 'widget_flickrwidget', // Base ID |
|
| 741 | + __('GD > Flickr Photos', 'geodirectory'), // Name
|
|
| 742 | + $widget_ops// Args |
|
| 743 | + ); |
|
| 744 | + } |
|
| 745 | + |
|
| 746 | + /** |
|
| 747 | + * Front-end display content for flickr widget. |
|
| 748 | + * |
|
| 749 | + * @since 1.0.0 |
|
| 750 | + * @since 1.5.1 Declare function public. |
|
| 751 | + * |
|
| 752 | + * @param array $args Widget arguments. |
|
| 753 | + * @param array $instance Saved values from database. |
|
| 754 | + */ |
|
| 755 | + public function widget($args, $instance) |
|
| 756 | + {
|
|
| 757 | + |
|
| 758 | + // prints the widget |
|
| 759 | + extract($args, EXTR_SKIP); |
|
| 760 | + |
|
| 761 | + echo $before_widget; |
|
| 762 | + |
|
| 763 | + /** This filter is documented in geodirectory_widgets.php */ |
|
| 764 | + $id = empty($instance['id']) ? ' ' : apply_filters('widget_id', $instance['id']);
|
|
| 765 | + |
|
| 766 | + /** |
|
| 767 | + * Filter the widget number. |
|
| 768 | + * |
|
| 769 | + * This is used in the flicker widget to show how many images to show. |
|
| 770 | + * |
|
| 771 | + * @since 1.0.0 |
|
| 772 | + * @param string $number The image count. |
|
| 773 | + */ |
|
| 774 | + $number = empty($instance['number']) ? ' ' : apply_filters('widget_number', $instance['number']);
|
|
| 775 | + echo $before_title . __('Photo Gallery', 'geodirectory') . $after_title;
|
|
| 776 | + ?> |
|
| 777 | 777 | |
| 778 | 778 | <div class="geodir-flickr clearfix"> |
| 779 | 779 | |
@@ -784,45 +784,45 @@ discard block |
||
| 784 | 784 | |
| 785 | 785 | |
| 786 | 786 | <?php echo $after_widget; |
| 787 | - } |
|
| 788 | - |
|
| 789 | - /** |
|
| 790 | - * Sanitize flickr widget form values as they are saved. |
|
| 791 | - * |
|
| 792 | - * @since 1.0.0 |
|
| 793 | - * @since 1.5.1 Declare function public. |
|
| 794 | - * |
|
| 795 | - * @param array $new_instance Values just sent to be saved. |
|
| 796 | - * @param array $old_instance Previously saved values from database. |
|
| 797 | - * |
|
| 798 | - * @return array Updated safe values to be saved. |
|
| 799 | - */ |
|
| 800 | - public function update($new_instance, $old_instance) |
|
| 801 | - {
|
|
| 802 | - //save the widget |
|
| 803 | - $instance = $old_instance; |
|
| 804 | - $instance['id'] = strip_tags($new_instance['id']); |
|
| 805 | - $instance['number'] = strip_tags($new_instance['number']); |
|
| 806 | - return $instance; |
|
| 807 | - } |
|
| 808 | - |
|
| 809 | - /** |
|
| 810 | - * Back-end flickr widget settings form. |
|
| 811 | - * |
|
| 812 | - * @since 1.0.0 |
|
| 813 | - * @since 1.5.1 Declare function public. |
|
| 814 | - * |
|
| 815 | - * @param array $instance Previously saved values from database. |
|
| 816 | - * @return string|void |
|
| 817 | - */ |
|
| 818 | - public function form($instance) |
|
| 819 | - {
|
|
| 820 | - |
|
| 821 | - //widgetform in backend |
|
| 822 | - $instance = wp_parse_args((array)$instance, array('title' => '', 'id' => '', 'number' => ''));
|
|
| 823 | - $id = strip_tags($instance['id']); |
|
| 824 | - $number = strip_tags($instance['number']); |
|
| 825 | - ?> |
|
| 787 | + } |
|
| 788 | + |
|
| 789 | + /** |
|
| 790 | + * Sanitize flickr widget form values as they are saved. |
|
| 791 | + * |
|
| 792 | + * @since 1.0.0 |
|
| 793 | + * @since 1.5.1 Declare function public. |
|
| 794 | + * |
|
| 795 | + * @param array $new_instance Values just sent to be saved. |
|
| 796 | + * @param array $old_instance Previously saved values from database. |
|
| 797 | + * |
|
| 798 | + * @return array Updated safe values to be saved. |
|
| 799 | + */ |
|
| 800 | + public function update($new_instance, $old_instance) |
|
| 801 | + {
|
|
| 802 | + //save the widget |
|
| 803 | + $instance = $old_instance; |
|
| 804 | + $instance['id'] = strip_tags($new_instance['id']); |
|
| 805 | + $instance['number'] = strip_tags($new_instance['number']); |
|
| 806 | + return $instance; |
|
| 807 | + } |
|
| 808 | + |
|
| 809 | + /** |
|
| 810 | + * Back-end flickr widget settings form. |
|
| 811 | + * |
|
| 812 | + * @since 1.0.0 |
|
| 813 | + * @since 1.5.1 Declare function public. |
|
| 814 | + * |
|
| 815 | + * @param array $instance Previously saved values from database. |
|
| 816 | + * @return string|void |
|
| 817 | + */ |
|
| 818 | + public function form($instance) |
|
| 819 | + {
|
|
| 820 | + |
|
| 821 | + //widgetform in backend |
|
| 822 | + $instance = wp_parse_args((array)$instance, array('title' => '', 'id' => '', 'number' => ''));
|
|
| 823 | + $id = strip_tags($instance['id']); |
|
| 824 | + $number = strip_tags($instance['number']); |
|
| 825 | + ?> |
|
| 826 | 826 | |
| 827 | 827 | <p> |
| 828 | 828 | <label |
@@ -843,99 +843,99 @@ discard block |
||
| 843 | 843 | </label> |
| 844 | 844 | </p> |
| 845 | 845 | <?php |
| 846 | - } |
|
| 847 | - } |
|
| 848 | - |
|
| 849 | - register_widget('GeodirFlickrWidget');
|
|
| 850 | - |
|
| 851 | - /** |
|
| 852 | - * GeoDirectory Twitter widget. |
|
| 853 | - * |
|
| 854 | - * @since 1.0.0 |
|
| 855 | - */ |
|
| 856 | - class geodir_twitter extends WP_Widget |
|
| 857 | - {
|
|
| 858 | - /** |
|
| 859 | - * Register the Twitter widget with WordPress. |
|
| 860 | - * |
|
| 861 | - * @since 1.0.0 |
|
| 862 | - * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
|
| 863 | - */ |
|
| 864 | - public function __construct() {
|
|
| 865 | - $widget_ops = array('classname' => 'Twitter', 'description' => __('GD > Twitter Feed', 'geodirectory'));
|
|
| 866 | - parent::__construct( |
|
| 867 | - 'widget_Twidget', // Base ID |
|
| 868 | - __('GD > Twitter', 'geodirectory'), // Name
|
|
| 869 | - $widget_ops// Args |
|
| 870 | - ); |
|
| 871 | - } |
|
| 872 | - |
|
| 873 | - |
|
| 874 | - /** |
|
| 875 | - * Front-end display content for Twitter widget. |
|
| 876 | - * |
|
| 877 | - * @since 1.0.0 |
|
| 878 | - * @since 1.5.1 Declare function public. |
|
| 879 | - * |
|
| 880 | - * @param array $args Widget arguments. |
|
| 881 | - * @param array $instance Saved values from database. |
|
| 882 | - */ |
|
| 883 | - public function widget($args, $instance) |
|
| 884 | - {
|
|
| 885 | - |
|
| 886 | - // prints the widget |
|
| 887 | - |
|
| 888 | - extract($args, EXTR_SKIP); |
|
| 889 | - |
|
| 890 | - /** |
|
| 891 | - * Filter the twitter widget description text. |
|
| 892 | - * |
|
| 893 | - * @since 1.0.0 |
|
| 894 | - * @param string $desc1 The widget description text. |
|
| 895 | - */ |
|
| 896 | - $desc1 = empty($instance['gd_tw_desc1']) ? ' ' : apply_filters('gd_tw_widget_desc1', $instance['gd_tw_desc1']);
|
|
| 897 | - echo $before_widget; |
|
| 898 | - if ($desc1 <> "") {
|
|
| 899 | - echo $desc1; |
|
| 900 | - } |
|
| 901 | - echo $after_widget; |
|
| 902 | - } |
|
| 903 | - |
|
| 904 | - /** |
|
| 905 | - * Sanitize twitter widget form values as they are saved. |
|
| 906 | - * |
|
| 907 | - * @since 1.0.0 |
|
| 908 | - * @since 1.5.1 Declare function public. |
|
| 909 | - * |
|
| 910 | - * @param array $new_instance Values just sent to be saved. |
|
| 911 | - * @param array $old_instance Previously saved values from database. |
|
| 912 | - * |
|
| 913 | - * @return array Updated safe values to be saved. |
|
| 914 | - */ |
|
| 915 | - public function update($new_instance, $old_instance) |
|
| 916 | - {
|
|
| 917 | - //save the widget |
|
| 918 | - $instance = $old_instance; |
|
| 919 | - $instance['gd_tw_desc1'] = ($new_instance['gd_tw_desc1']); |
|
| 920 | - return $instance; |
|
| 921 | - } |
|
| 922 | - |
|
| 923 | - /** |
|
| 924 | - * Back-end twitter widget settings form. |
|
| 925 | - * |
|
| 926 | - * @since 1.0.0 |
|
| 927 | - * @since 1.5.1 Declare function public. |
|
| 928 | - * |
|
| 929 | - * @param array $instance Previously saved values from database. |
|
| 930 | - * @return string|void |
|
| 931 | - */ |
|
| 932 | - public function form($instance) |
|
| 933 | - {
|
|
| 934 | - //widgetform in backend |
|
| 935 | - $instance = wp_parse_args((array)$instance, array('title' => '', 't1' => '', 't2' => '', 't3' => '', 'img1' => '', 'gd_tw_desc1' => ''));
|
|
| 936 | - |
|
| 937 | - $desc1 = ($instance['gd_tw_desc1']); |
|
| 938 | - ?> |
|
| 846 | + } |
|
| 847 | + } |
|
| 848 | + |
|
| 849 | + register_widget('GeodirFlickrWidget');
|
|
| 850 | + |
|
| 851 | + /** |
|
| 852 | + * GeoDirectory Twitter widget. |
|
| 853 | + * |
|
| 854 | + * @since 1.0.0 |
|
| 855 | + */ |
|
| 856 | + class geodir_twitter extends WP_Widget |
|
| 857 | + {
|
|
| 858 | + /** |
|
| 859 | + * Register the Twitter widget with WordPress. |
|
| 860 | + * |
|
| 861 | + * @since 1.0.0 |
|
| 862 | + * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
|
| 863 | + */ |
|
| 864 | + public function __construct() {
|
|
| 865 | + $widget_ops = array('classname' => 'Twitter', 'description' => __('GD > Twitter Feed', 'geodirectory'));
|
|
| 866 | + parent::__construct( |
|
| 867 | + 'widget_Twidget', // Base ID |
|
| 868 | + __('GD > Twitter', 'geodirectory'), // Name
|
|
| 869 | + $widget_ops// Args |
|
| 870 | + ); |
|
| 871 | + } |
|
| 872 | + |
|
| 873 | + |
|
| 874 | + /** |
|
| 875 | + * Front-end display content for Twitter widget. |
|
| 876 | + * |
|
| 877 | + * @since 1.0.0 |
|
| 878 | + * @since 1.5.1 Declare function public. |
|
| 879 | + * |
|
| 880 | + * @param array $args Widget arguments. |
|
| 881 | + * @param array $instance Saved values from database. |
|
| 882 | + */ |
|
| 883 | + public function widget($args, $instance) |
|
| 884 | + {
|
|
| 885 | + |
|
| 886 | + // prints the widget |
|
| 887 | + |
|
| 888 | + extract($args, EXTR_SKIP); |
|
| 889 | + |
|
| 890 | + /** |
|
| 891 | + * Filter the twitter widget description text. |
|
| 892 | + * |
|
| 893 | + * @since 1.0.0 |
|
| 894 | + * @param string $desc1 The widget description text. |
|
| 895 | + */ |
|
| 896 | + $desc1 = empty($instance['gd_tw_desc1']) ? ' ' : apply_filters('gd_tw_widget_desc1', $instance['gd_tw_desc1']);
|
|
| 897 | + echo $before_widget; |
|
| 898 | + if ($desc1 <> "") {
|
|
| 899 | + echo $desc1; |
|
| 900 | + } |
|
| 901 | + echo $after_widget; |
|
| 902 | + } |
|
| 903 | + |
|
| 904 | + /** |
|
| 905 | + * Sanitize twitter widget form values as they are saved. |
|
| 906 | + * |
|
| 907 | + * @since 1.0.0 |
|
| 908 | + * @since 1.5.1 Declare function public. |
|
| 909 | + * |
|
| 910 | + * @param array $new_instance Values just sent to be saved. |
|
| 911 | + * @param array $old_instance Previously saved values from database. |
|
| 912 | + * |
|
| 913 | + * @return array Updated safe values to be saved. |
|
| 914 | + */ |
|
| 915 | + public function update($new_instance, $old_instance) |
|
| 916 | + {
|
|
| 917 | + //save the widget |
|
| 918 | + $instance = $old_instance; |
|
| 919 | + $instance['gd_tw_desc1'] = ($new_instance['gd_tw_desc1']); |
|
| 920 | + return $instance; |
|
| 921 | + } |
|
| 922 | + |
|
| 923 | + /** |
|
| 924 | + * Back-end twitter widget settings form. |
|
| 925 | + * |
|
| 926 | + * @since 1.0.0 |
|
| 927 | + * @since 1.5.1 Declare function public. |
|
| 928 | + * |
|
| 929 | + * @param array $instance Previously saved values from database. |
|
| 930 | + * @return string|void |
|
| 931 | + */ |
|
| 932 | + public function form($instance) |
|
| 933 | + {
|
|
| 934 | + //widgetform in backend |
|
| 935 | + $instance = wp_parse_args((array)$instance, array('title' => '', 't1' => '', 't2' => '', 't3' => '', 'img1' => '', 'gd_tw_desc1' => ''));
|
|
| 936 | + |
|
| 937 | + $desc1 = ($instance['gd_tw_desc1']); |
|
| 938 | + ?> |
|
| 939 | 939 | <p><label |
| 940 | 940 | for="<?php echo $this->get_field_id('gd_tw_desc1'); ?>"><?php _e('Your twitter code', 'geodirectory');?>
|
| 941 | 941 | <textarea class="widefat" rows="6" cols="20" |
@@ -944,179 +944,179 @@ discard block |
||
| 944 | 944 | </p> |
| 945 | 945 | |
| 946 | 946 | <?php |
| 947 | - } |
|
| 948 | - } |
|
| 949 | - |
|
| 950 | - register_widget('geodir_twitter');
|
|
| 951 | - |
|
| 952 | - /** |
|
| 953 | - * GeoDirectory Advanced Search widget. |
|
| 954 | - * |
|
| 955 | - * @since 1.0.0 |
|
| 956 | - */ |
|
| 957 | - class geodir_advance_search_widget extends WP_Widget |
|
| 958 | - {
|
|
| 959 | - /** |
|
| 960 | - * Register the advanced search widget with WordPress. |
|
| 961 | - * |
|
| 962 | - * @since 1.0.0 |
|
| 963 | - * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
|
| 964 | - */ |
|
| 965 | - public function __construct() {
|
|
| 966 | - $widget_ops = array('classname' => 'geodir_advance_search_widget', 'description' => __('GD > Search', 'geodirectory'),'post_type'=>'');
|
|
| 967 | - parent::__construct( |
|
| 968 | - 'geodir_advance_search', // Base ID |
|
| 969 | - __('GD > Search', 'geodirectory'), // Name
|
|
| 970 | - $widget_ops// Args |
|
| 971 | - ); |
|
| 972 | - } |
|
| 973 | - |
|
| 974 | - |
|
| 975 | - /** |
|
| 976 | - * Front-end display content for advanced search widget. |
|
| 977 | - * |
|
| 978 | - * @since 1.0.0 |
|
| 979 | - * @since 1.5.1 Declare function public. |
|
| 980 | - * |
|
| 981 | - * @param array $args Widget arguments. |
|
| 982 | - * @param array $instance Saved values from database. |
|
| 983 | - */ |
|
| 984 | - public function widget($args, $instance) |
|
| 985 | - {
|
|
| 986 | - /** |
|
| 987 | - * Filter the search widget arguments. |
|
| 988 | - * |
|
| 989 | - * @since 1.5.7 |
|
| 990 | - * @param array $args The widget arguments. |
|
| 991 | - * @param array $instance The widget instance. |
|
| 992 | - */ |
|
| 993 | - $args = apply_filters('widget_geodir_advance_search_args',$args,$instance);
|
|
| 994 | - |
|
| 995 | - // prints the widget |
|
| 996 | - extract($args, EXTR_SKIP); |
|
| 997 | - |
|
| 998 | - if(isset($post_type) && $post_type){
|
|
| 999 | - geodir_get_search_post_type($post_type);// set the post type |
|
| 1000 | - }else{
|
|
| 1001 | - geodir_get_search_post_type();// set the post type |
|
| 1002 | - } |
|
| 1003 | - |
|
| 1004 | - echo $before_widget; |
|
| 1005 | - |
|
| 1006 | - /** This filter is documented in geodirectory_widgets.php */ |
|
| 1007 | - $title = empty($instance['title']) ? __('Search', 'geodirectory') : apply_filters('widget_title', __($instance['title'], 'geodirectory'));
|
|
| 1008 | - |
|
| 1009 | - geodir_get_template_part('listing', 'filter-form');
|
|
| 1010 | - |
|
| 1011 | - echo $after_widget; |
|
| 1012 | - |
|
| 1013 | - // after outputing the search reset the CPT |
|
| 1014 | - global $geodir_search_post_type; |
|
| 1015 | - $geodir_search_post_type = ''; |
|
| 1016 | - } |
|
| 1017 | - |
|
| 1018 | - /** |
|
| 1019 | - * Sanitize advanced search widget form values as they are saved. |
|
| 1020 | - * |
|
| 1021 | - * @since 1.0.0 |
|
| 1022 | - * @since 1.5.1 Declare function public. |
|
| 1023 | - * |
|
| 1024 | - * @param array $new_instance Values just sent to be saved. |
|
| 1025 | - * @param array $old_instance Previously saved values from database. |
|
| 1026 | - * |
|
| 1027 | - * @return array Updated safe values to be saved. |
|
| 1028 | - */ |
|
| 1029 | - public function update($new_instance, $old_instance) |
|
| 1030 | - {
|
|
| 1031 | - //save the widget |
|
| 1032 | - //Nothing to save |
|
| 1033 | - return isset($instance) ? $instance : array(); |
|
| 1034 | - } |
|
| 1035 | - |
|
| 1036 | - /** |
|
| 1037 | - * Back-end advanced search widget settings form. |
|
| 1038 | - * |
|
| 1039 | - * @since 1.0.0 |
|
| 1040 | - * @since 1.5.1 Declare function public. |
|
| 1041 | - * |
|
| 1042 | - * @param array $instance Previously saved values from database. |
|
| 1043 | - * @return string|void |
|
| 1044 | - */ |
|
| 1045 | - public function form($instance) |
|
| 1046 | - {
|
|
| 1047 | - //widgetform in backend |
|
| 1048 | - echo __("This is a search widget to show advance search for gedodirectory listings.", 'geodirectory');
|
|
| 1049 | - } |
|
| 1050 | - } |
|
| 1051 | - |
|
| 1052 | - register_widget('geodir_advance_search_widget');
|
|
| 1053 | - |
|
| 1054 | - |
|
| 1055 | - /** |
|
| 1056 | - * Contains all functions for popular widget. |
|
| 1057 | - * |
|
| 1058 | - * @since 1.0.0 |
|
| 1059 | - * @package GeoDirectory |
|
| 1060 | - */ |
|
| 1061 | - include_once('geodirectory-widgets/geodirectory_popular_widget.php');
|
|
| 1062 | - /** |
|
| 1063 | - * Contains all functions for listing slider widget. |
|
| 1064 | - * |
|
| 1065 | - * @since 1.0.0 |
|
| 1066 | - * @package GeoDirectory |
|
| 1067 | - */ |
|
| 1068 | - include_once('geodirectory-widgets/geodirectory_listing_slider_widget.php');
|
|
| 1069 | - /** |
|
| 1070 | - * Contains all functions for home map widget. |
|
| 1071 | - * |
|
| 1072 | - * @since 1.0.0 |
|
| 1073 | - * @package GeoDirectory |
|
| 1074 | - */ |
|
| 1075 | - include_once('geodirectory-widgets/home_map_widget.php');
|
|
| 1076 | - /** |
|
| 1077 | - * Contains all functions for listing map widget. |
|
| 1078 | - * |
|
| 1079 | - * @since 1.0.0 |
|
| 1080 | - * @package GeoDirectory |
|
| 1081 | - */ |
|
| 1082 | - include_once('geodirectory-widgets/listing_map_widget.php');
|
|
| 1083 | - /** |
|
| 1084 | - * Contains all functions for reviews widget. |
|
| 1085 | - * |
|
| 1086 | - * @since 1.0.0 |
|
| 1087 | - * @package GeoDirectory |
|
| 1088 | - */ |
|
| 1089 | - include_once('geodirectory-widgets/geodirectory_reviews_widget.php');
|
|
| 1090 | - /** |
|
| 1091 | - * Contains all functions for related listing widget. |
|
| 1092 | - * |
|
| 1093 | - * @since 1.0.0 |
|
| 1094 | - * @package GeoDirectory |
|
| 1095 | - */ |
|
| 1096 | - include_once('geodirectory-widgets/geodirectory_related_listing_widget.php');
|
|
| 1097 | - /** |
|
| 1098 | - * Contains all functions for bestof widget. |
|
| 1099 | - * |
|
| 1100 | - * @since 1.0.0 |
|
| 1101 | - * @package GeoDirectory |
|
| 1102 | - */ |
|
| 1103 | - include_once('geodirectory-widgets/geodirectory_bestof_widget.php');
|
|
| 947 | + } |
|
| 948 | + } |
|
| 949 | + |
|
| 950 | + register_widget('geodir_twitter');
|
|
| 951 | + |
|
| 952 | + /** |
|
| 953 | + * GeoDirectory Advanced Search widget. |
|
| 954 | + * |
|
| 955 | + * @since 1.0.0 |
|
| 956 | + */ |
|
| 957 | + class geodir_advance_search_widget extends WP_Widget |
|
| 958 | + {
|
|
| 959 | + /** |
|
| 960 | + * Register the advanced search widget with WordPress. |
|
| 961 | + * |
|
| 962 | + * @since 1.0.0 |
|
| 963 | + * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
|
| 964 | + */ |
|
| 965 | + public function __construct() {
|
|
| 966 | + $widget_ops = array('classname' => 'geodir_advance_search_widget', 'description' => __('GD > Search', 'geodirectory'),'post_type'=>'');
|
|
| 967 | + parent::__construct( |
|
| 968 | + 'geodir_advance_search', // Base ID |
|
| 969 | + __('GD > Search', 'geodirectory'), // Name
|
|
| 970 | + $widget_ops// Args |
|
| 971 | + ); |
|
| 972 | + } |
|
| 973 | + |
|
| 974 | + |
|
| 975 | + /** |
|
| 976 | + * Front-end display content for advanced search widget. |
|
| 977 | + * |
|
| 978 | + * @since 1.0.0 |
|
| 979 | + * @since 1.5.1 Declare function public. |
|
| 980 | + * |
|
| 981 | + * @param array $args Widget arguments. |
|
| 982 | + * @param array $instance Saved values from database. |
|
| 983 | + */ |
|
| 984 | + public function widget($args, $instance) |
|
| 985 | + {
|
|
| 986 | + /** |
|
| 987 | + * Filter the search widget arguments. |
|
| 988 | + * |
|
| 989 | + * @since 1.5.7 |
|
| 990 | + * @param array $args The widget arguments. |
|
| 991 | + * @param array $instance The widget instance. |
|
| 992 | + */ |
|
| 993 | + $args = apply_filters('widget_geodir_advance_search_args',$args,$instance);
|
|
| 994 | + |
|
| 995 | + // prints the widget |
|
| 996 | + extract($args, EXTR_SKIP); |
|
| 997 | + |
|
| 998 | + if(isset($post_type) && $post_type){
|
|
| 999 | + geodir_get_search_post_type($post_type);// set the post type |
|
| 1000 | + }else{
|
|
| 1001 | + geodir_get_search_post_type();// set the post type |
|
| 1002 | + } |
|
| 1003 | + |
|
| 1004 | + echo $before_widget; |
|
| 1005 | + |
|
| 1006 | + /** This filter is documented in geodirectory_widgets.php */ |
|
| 1007 | + $title = empty($instance['title']) ? __('Search', 'geodirectory') : apply_filters('widget_title', __($instance['title'], 'geodirectory'));
|
|
| 1008 | + |
|
| 1009 | + geodir_get_template_part('listing', 'filter-form');
|
|
| 1010 | + |
|
| 1011 | + echo $after_widget; |
|
| 1012 | + |
|
| 1013 | + // after outputing the search reset the CPT |
|
| 1014 | + global $geodir_search_post_type; |
|
| 1015 | + $geodir_search_post_type = ''; |
|
| 1016 | + } |
|
| 1017 | + |
|
| 1018 | + /** |
|
| 1019 | + * Sanitize advanced search widget form values as they are saved. |
|
| 1020 | + * |
|
| 1021 | + * @since 1.0.0 |
|
| 1022 | + * @since 1.5.1 Declare function public. |
|
| 1023 | + * |
|
| 1024 | + * @param array $new_instance Values just sent to be saved. |
|
| 1025 | + * @param array $old_instance Previously saved values from database. |
|
| 1026 | + * |
|
| 1027 | + * @return array Updated safe values to be saved. |
|
| 1028 | + */ |
|
| 1029 | + public function update($new_instance, $old_instance) |
|
| 1030 | + {
|
|
| 1031 | + //save the widget |
|
| 1032 | + //Nothing to save |
|
| 1033 | + return isset($instance) ? $instance : array(); |
|
| 1034 | + } |
|
| 1035 | + |
|
| 1036 | + /** |
|
| 1037 | + * Back-end advanced search widget settings form. |
|
| 1038 | + * |
|
| 1039 | + * @since 1.0.0 |
|
| 1040 | + * @since 1.5.1 Declare function public. |
|
| 1041 | + * |
|
| 1042 | + * @param array $instance Previously saved values from database. |
|
| 1043 | + * @return string|void |
|
| 1044 | + */ |
|
| 1045 | + public function form($instance) |
|
| 1046 | + {
|
|
| 1047 | + //widgetform in backend |
|
| 1048 | + echo __("This is a search widget to show advance search for gedodirectory listings.", 'geodirectory');
|
|
| 1049 | + } |
|
| 1050 | + } |
|
| 1051 | + |
|
| 1052 | + register_widget('geodir_advance_search_widget');
|
|
| 1053 | + |
|
| 1054 | + |
|
| 1055 | + /** |
|
| 1056 | + * Contains all functions for popular widget. |
|
| 1057 | + * |
|
| 1058 | + * @since 1.0.0 |
|
| 1059 | + * @package GeoDirectory |
|
| 1060 | + */ |
|
| 1061 | + include_once('geodirectory-widgets/geodirectory_popular_widget.php');
|
|
| 1062 | + /** |
|
| 1063 | + * Contains all functions for listing slider widget. |
|
| 1064 | + * |
|
| 1065 | + * @since 1.0.0 |
|
| 1066 | + * @package GeoDirectory |
|
| 1067 | + */ |
|
| 1068 | + include_once('geodirectory-widgets/geodirectory_listing_slider_widget.php');
|
|
| 1069 | + /** |
|
| 1070 | + * Contains all functions for home map widget. |
|
| 1071 | + * |
|
| 1072 | + * @since 1.0.0 |
|
| 1073 | + * @package GeoDirectory |
|
| 1074 | + */ |
|
| 1075 | + include_once('geodirectory-widgets/home_map_widget.php');
|
|
| 1076 | + /** |
|
| 1077 | + * Contains all functions for listing map widget. |
|
| 1078 | + * |
|
| 1079 | + * @since 1.0.0 |
|
| 1080 | + * @package GeoDirectory |
|
| 1081 | + */ |
|
| 1082 | + include_once('geodirectory-widgets/listing_map_widget.php');
|
|
| 1083 | + /** |
|
| 1084 | + * Contains all functions for reviews widget. |
|
| 1085 | + * |
|
| 1086 | + * @since 1.0.0 |
|
| 1087 | + * @package GeoDirectory |
|
| 1088 | + */ |
|
| 1089 | + include_once('geodirectory-widgets/geodirectory_reviews_widget.php');
|
|
| 1090 | + /** |
|
| 1091 | + * Contains all functions for related listing widget. |
|
| 1092 | + * |
|
| 1093 | + * @since 1.0.0 |
|
| 1094 | + * @package GeoDirectory |
|
| 1095 | + */ |
|
| 1096 | + include_once('geodirectory-widgets/geodirectory_related_listing_widget.php');
|
|
| 1097 | + /** |
|
| 1098 | + * Contains all functions for bestof widget. |
|
| 1099 | + * |
|
| 1100 | + * @since 1.0.0 |
|
| 1101 | + * @package GeoDirectory |
|
| 1102 | + */ |
|
| 1103 | + include_once('geodirectory-widgets/geodirectory_bestof_widget.php');
|
|
| 1104 | + /** |
|
| 1105 | + * Contains all functions for cpt categories widget. |
|
| 1106 | + * |
|
| 1107 | + * @since 1.5.4 |
|
| 1108 | + * @package GeoDirectory |
|
| 1109 | + */ |
|
| 1110 | + include_once('geodirectory-widgets/geodirectory_cpt_categories_widget.php');
|
|
| 1104 | 1111 | /** |
| 1105 | - * Contains all functions for cpt categories widget. |
|
| 1106 | - * |
|
| 1107 | - * @since 1.5.4 |
|
| 1108 | - * @package GeoDirectory |
|
| 1109 | - */ |
|
| 1110 | - include_once('geodirectory-widgets/geodirectory_cpt_categories_widget.php');
|
|
| 1111 | - /** |
|
| 1112 | - * Contains all functions for features widget. |
|
| 1113 | - * |
|
| 1114 | - * @since 1.5.6 |
|
| 1115 | - * @package GeoDirectory |
|
| 1116 | - * @todo make the image field recurring |
|
| 1117 | - */ |
|
| 1118 | - include_once('geodirectory-widgets/geodirectory_features_widget.php');
|
|
| 1119 | - } |
|
| 1112 | + * Contains all functions for features widget. |
|
| 1113 | + * |
|
| 1114 | + * @since 1.5.6 |
|
| 1115 | + * @package GeoDirectory |
|
| 1116 | + * @todo make the image field recurring |
|
| 1117 | + */ |
|
| 1118 | + include_once('geodirectory-widgets/geodirectory_features_widget.php');
|
|
| 1119 | + } |
|
| 1120 | 1120 | |
| 1121 | 1121 | } |
| 1122 | 1122 | |
@@ -301,7 +301,7 @@ discard block |
||
| 301 | 301 | public function form($instance) |
| 302 | 302 | {
|
| 303 | 303 | //widgetform in backend |
| 304 | - $instance = wp_parse_args((array)$instance, array('title' => '', 't1' => '', 't2' => '', 't3' => '', 'img1' => '', 'desc1' => ''));
|
|
| 304 | + $instance = wp_parse_args((array) $instance, array('title' => '', 't1' => '', 't2' => '', 't3' => '', 'img1' => '', 'desc1' => ''));
|
|
| 305 | 305 | $title = strip_tags($instance['title']); |
| 306 | 306 | |
| 307 | 307 | ?> |
@@ -373,7 +373,7 @@ discard block |
||
| 373 | 373 | ?> |
| 374 | 374 | |
| 375 | 375 | <a href="http://twitter.com/share" |
| 376 | - class="twitter-share-button"><?php _e('Tweet', 'geodirectory');?></a>
|
|
| 376 | + class="twitter-share-button"><?php _e('Tweet', 'geodirectory'); ?></a>
|
|
| 377 | 377 | |
| 378 | 378 | <script type="text/javascript" src="//platform.twitter.com/widgets.js"></script> |
| 379 | 379 | |
@@ -443,7 +443,7 @@ discard block |
||
| 443 | 443 | public function form($instance) |
| 444 | 444 | {
|
| 445 | 445 | //widgetform in backend |
| 446 | - $instance = wp_parse_args((array)$instance, array('title' => ''));
|
|
| 446 | + $instance = wp_parse_args((array) $instance, array('title' => ''));
|
|
| 447 | 447 | $title = strip_tags($instance['title']); |
| 448 | 448 | ?> |
| 449 | 449 | <p>No settings for this widget</p> |
@@ -515,11 +515,11 @@ discard block |
||
| 515 | 515 | echo $before_widget; |
| 516 | 516 | ?> |
| 517 | 517 | |
| 518 | - <?php echo $before_title . $title; ?> <a href="<?php if ($id) {
|
|
| 519 | - echo 'http://feeds2.feedburner.com/' . $id; |
|
| 518 | + <?php echo $before_title.$title; ?> <a href="<?php if ($id) {
|
|
| 519 | + echo 'http://feeds2.feedburner.com/'.$id; |
|
| 520 | 520 | } else {
|
| 521 | 521 | bloginfo('rss_url');
|
| 522 | - } ?>"><i class="fa fa-rss-square"></i> </a><?php echo $after_title;?> |
|
| 522 | + } ?>"><i class="fa fa-rss-square"></i> </a><?php echo $after_title; ?> |
|
| 523 | 523 | |
| 524 | 524 | <?php if ($text <> "") { ?>
|
| 525 | 525 | |
@@ -584,7 +584,7 @@ discard block |
||
| 584 | 584 | public function form($instance) |
| 585 | 585 | {
|
| 586 | 586 | //widgetform in backend |
| 587 | - $instance = wp_parse_args((array)$instance, array('title' => '', 'id' => '', 'advt1' => '', 'text' => '', 'twitter' => '', 'facebook' => '', 'digg' => '', 'myspace' => ''));
|
|
| 587 | + $instance = wp_parse_args((array) $instance, array('title' => '', 'id' => '', 'advt1' => '', 'text' => '', 'twitter' => '', 'facebook' => '', 'digg' => '', 'myspace' => ''));
|
|
| 588 | 588 | |
| 589 | 589 | $id = strip_tags($instance['id']); |
| 590 | 590 | |
@@ -596,19 +596,19 @@ discard block |
||
| 596 | 596 | |
| 597 | 597 | ?> |
| 598 | 598 | <p><label |
| 599 | - for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title', 'geodirectory');?>:
|
|
| 599 | + for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title', 'geodirectory'); ?>:
|
|
| 600 | 600 | <input class="widefat" id="<?php echo $this->get_field_id('title'); ?>"
|
| 601 | 601 | name="<?php echo $this->get_field_name('title'); ?>" type="text"
|
| 602 | 602 | value="<?php echo esc_attr($title); ?>"/></label></p> |
| 603 | 603 | |
| 604 | 604 | <p><label |
| 605 | - for="<?php echo $this->get_field_id('id'); ?>"><?php _e('Feedburner ID (ex :- geotheme)', 'geodirectory');?>
|
|
| 605 | + for="<?php echo $this->get_field_id('id'); ?>"><?php _e('Feedburner ID (ex :- geotheme)', 'geodirectory'); ?>
|
|
| 606 | 606 | : <input class="widefat" id="<?php echo $this->get_field_id('id'); ?>"
|
| 607 | 607 | name="<?php echo $this->get_field_name('id'); ?>" type="text"
|
| 608 | 608 | value="<?php echo esc_attr($id); ?>"/></label></p> |
| 609 | 609 | |
| 610 | 610 | <p><label |
| 611 | - for="<?php echo $this->get_field_id('text'); ?>"><?php _e('Short Description', 'geodirectory');?>
|
|
| 611 | + for="<?php echo $this->get_field_id('text'); ?>"><?php _e('Short Description', 'geodirectory'); ?>
|
|
| 612 | 612 | <textarea class="widefat" rows="6" cols="20" id="<?php echo $this->get_field_id('text'); ?>"
|
| 613 | 613 | name="<?php echo $this->get_field_name('text'); ?>"><?php echo esc_attr($text); ?></textarea></label>
|
| 614 | 614 | </p> |
@@ -704,12 +704,12 @@ discard block |
||
| 704 | 704 | public function form($instance) |
| 705 | 705 | {
|
| 706 | 706 | //widgetform in backend |
| 707 | - $instance = wp_parse_args((array)$instance, array('title' => '', 't1' => '', 't2' => '', 't3' => '', 'img1' => '', 'desc1' => ''));
|
|
| 707 | + $instance = wp_parse_args((array) $instance, array('title' => '', 't1' => '', 't2' => '', 't3' => '', 'img1' => '', 'desc1' => ''));
|
|
| 708 | 708 | |
| 709 | 709 | $desc1 = ($instance['desc1']); |
| 710 | 710 | ?> |
| 711 | 711 | <p><label |
| 712 | - for="<?php echo $this->get_field_id('desc1'); ?>"><?php _e('Your Advt code (ex.google adsense, etc.)', 'geodirectory');?>
|
|
| 712 | + for="<?php echo $this->get_field_id('desc1'); ?>"><?php _e('Your Advt code (ex.google adsense, etc.)', 'geodirectory'); ?>
|
|
| 713 | 713 | <textarea class="widefat" rows="6" cols="20" id="<?php echo $this->get_field_id('desc1'); ?>"
|
| 714 | 714 | name="<?php echo $this->get_field_name('desc1'); ?>"><?php echo esc_attr($desc1); ?></textarea></label>
|
| 715 | 715 | </p> |
@@ -772,7 +772,7 @@ discard block |
||
| 772 | 772 | * @param string $number The image count. |
| 773 | 773 | */ |
| 774 | 774 | $number = empty($instance['number']) ? ' ' : apply_filters('widget_number', $instance['number']);
|
| 775 | - echo $before_title . __('Photo Gallery', 'geodirectory') . $after_title;
|
|
| 775 | + echo $before_title.__('Photo Gallery', 'geodirectory').$after_title;
|
|
| 776 | 776 | ?> |
| 777 | 777 | |
| 778 | 778 | <div class="geodir-flickr clearfix"> |
@@ -819,14 +819,14 @@ discard block |
||
| 819 | 819 | {
|
| 820 | 820 | |
| 821 | 821 | //widgetform in backend |
| 822 | - $instance = wp_parse_args((array)$instance, array('title' => '', 'id' => '', 'number' => ''));
|
|
| 822 | + $instance = wp_parse_args((array) $instance, array('title' => '', 'id' => '', 'number' => ''));
|
|
| 823 | 823 | $id = strip_tags($instance['id']); |
| 824 | 824 | $number = strip_tags($instance['number']); |
| 825 | 825 | ?> |
| 826 | 826 | |
| 827 | 827 | <p> |
| 828 | 828 | <label |
| 829 | - for="<?php echo $this->get_field_id('id'); ?>"><?php _e('Flickr ID', 'geodirectory');?>
|
|
| 829 | + for="<?php echo $this->get_field_id('id'); ?>"><?php _e('Flickr ID', 'geodirectory'); ?>
|
|
| 830 | 830 | (<a href="http://www.idgettr.com">idGettr</a>): |
| 831 | 831 | <input class="widefat" id="<?php echo $this->get_field_id('id'); ?>"
|
| 832 | 832 | name="<?php echo $this->get_field_name('id'); ?>" type="text"
|
@@ -836,7 +836,7 @@ discard block |
||
| 836 | 836 | |
| 837 | 837 | <p> |
| 838 | 838 | <label |
| 839 | - for="<?php echo $this->get_field_id('number'); ?>"><?php _e('Number of photos:', 'geodirectory');?>
|
|
| 839 | + for="<?php echo $this->get_field_id('number'); ?>"><?php _e('Number of photos:', 'geodirectory'); ?>
|
|
| 840 | 840 | <input class="widefat" id="<?php echo $this->get_field_id('number'); ?>"
|
| 841 | 841 | name="<?php echo $this->get_field_name('number'); ?>" type="text"
|
| 842 | 842 | value="<?php echo esc_attr($number); ?>"/> |
@@ -932,12 +932,12 @@ discard block |
||
| 932 | 932 | public function form($instance) |
| 933 | 933 | {
|
| 934 | 934 | //widgetform in backend |
| 935 | - $instance = wp_parse_args((array)$instance, array('title' => '', 't1' => '', 't2' => '', 't3' => '', 'img1' => '', 'gd_tw_desc1' => ''));
|
|
| 935 | + $instance = wp_parse_args((array) $instance, array('title' => '', 't1' => '', 't2' => '', 't3' => '', 'img1' => '', 'gd_tw_desc1' => ''));
|
|
| 936 | 936 | |
| 937 | 937 | $desc1 = ($instance['gd_tw_desc1']); |
| 938 | 938 | ?> |
| 939 | 939 | <p><label |
| 940 | - for="<?php echo $this->get_field_id('gd_tw_desc1'); ?>"><?php _e('Your twitter code', 'geodirectory');?>
|
|
| 940 | + for="<?php echo $this->get_field_id('gd_tw_desc1'); ?>"><?php _e('Your twitter code', 'geodirectory'); ?>
|
|
| 941 | 941 | <textarea class="widefat" rows="6" cols="20" |
| 942 | 942 | id="<?php echo $this->get_field_id('gd_tw_desc1'); ?>"
|
| 943 | 943 | name="<?php echo $this->get_field_name('gd_tw_desc1'); ?>"><?php echo esc_attr($desc1); ?></textarea></label>
|
@@ -963,7 +963,7 @@ discard block |
||
| 963 | 963 | * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct. |
| 964 | 964 | */ |
| 965 | 965 | public function __construct() {
|
| 966 | - $widget_ops = array('classname' => 'geodir_advance_search_widget', 'description' => __('GD > Search', 'geodirectory'),'post_type'=>'');
|
|
| 966 | + $widget_ops = array('classname' => 'geodir_advance_search_widget', 'description' => __('GD > Search', 'geodirectory'), 'post_type'=>'');
|
|
| 967 | 967 | parent::__construct( |
| 968 | 968 | 'geodir_advance_search', // Base ID |
| 969 | 969 | __('GD > Search', 'geodirectory'), // Name
|
@@ -990,15 +990,15 @@ discard block |
||
| 990 | 990 | * @param array $args The widget arguments. |
| 991 | 991 | * @param array $instance The widget instance. |
| 992 | 992 | */ |
| 993 | - $args = apply_filters('widget_geodir_advance_search_args',$args,$instance);
|
|
| 993 | + $args = apply_filters('widget_geodir_advance_search_args', $args, $instance);
|
|
| 994 | 994 | |
| 995 | 995 | // prints the widget |
| 996 | 996 | extract($args, EXTR_SKIP); |
| 997 | 997 | |
| 998 | - if(isset($post_type) && $post_type){
|
|
| 999 | - geodir_get_search_post_type($post_type);// set the post type |
|
| 1000 | - }else{
|
|
| 1001 | - geodir_get_search_post_type();// set the post type |
|
| 998 | + if (isset($post_type) && $post_type) {
|
|
| 999 | + geodir_get_search_post_type($post_type); // set the post type |
|
| 1000 | + } else {
|
|
| 1001 | + geodir_get_search_post_type(); // set the post type |
|
| 1002 | 1002 | } |
| 1003 | 1003 | |
| 1004 | 1004 | echo $before_widget; |
@@ -997,7 +997,7 @@ |
||
| 997 | 997 | |
| 998 | 998 | if(isset($post_type) && $post_type){
|
| 999 | 999 | geodir_get_search_post_type($post_type);// set the post type |
| 1000 | - }else{
|
|
| 1000 | + } else{
|
|
| 1001 | 1001 | geodir_get_search_post_type();// set the post type |
| 1002 | 1002 | } |
| 1003 | 1003 | |