@@ -41,7 +41,7 @@ |
||
| 41 | 41 | define('LISTING_DETAILS_TEXT', __('Enter Listing Details', 'geodirectory'));
|
| 42 | 42 | |
| 43 | 43 | define('PLACE_TITLE_TEXT', __('Listing Title', 'geodirectory')); // depreciated @since 1.6.3
|
| 44 | -define('PLACE_DESC_TEXT', __('Listing Description', 'geodirectory'));// depreciated @since 1.6.3
|
|
| 44 | +define('PLACE_DESC_TEXT', __('Listing Description', 'geodirectory')); // depreciated @since 1.6.3
|
|
| 45 | 45 | |
| 46 | 46 | define('LISTING_ADDRESS_TEXT', __('Listing Address:', 'geodirectory'));
|
| 47 | 47 | define('PLACE_ADDRESS', __('Address:', 'geodirectory'));
|
@@ -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 */ |
@@ -19,14 +19,14 @@ discard block |
||
| 19 | 19 | * @param int $post_id The post id requested by the popup. |
| 20 | 20 | * @param object $post_info The post object requested by the popup. |
| 21 | 21 | */ |
| 22 | -do_action('geodir_popup_forms_template_start',$post_id,$post_info); |
|
| 22 | +do_action('geodir_popup_forms_template_start', $post_id, $post_info); |
|
| 23 | 23 | |
| 24 | 24 | if ($_REQUEST['popuptype'] == 'b_sendtofriend') { ?> |
| 25 | 25 | |
| 26 | 26 | <div id="basic-modal-content" class="clearfix"> |
| 27 | 27 | <form name="send_to_frnd" id="send_to_frnd" action="<?php echo get_permalink($post_info->ID); ?>" method="post"> |
| 28 | 28 | <input type="hidden" name="sendact" value="email_frnd"/> |
| 29 | - <input type="hidden" id="send_to_Frnd_pid" name="pid" value="<?php echo $post_info->ID;?>"/> |
|
| 29 | + <input type="hidden" id="send_to_Frnd_pid" name="pid" value="<?php echo $post_info->ID; ?>"/> |
|
| 30 | 30 | |
| 31 | 31 | <h3><?php |
| 32 | 32 | /** |
@@ -35,7 +35,7 @@ discard block |
||
| 35 | 35 | * @since 1.0.0 |
| 36 | 36 | * @param string $title The title for the form, defaults to global `SEND_TO_FRIEND` text. |
| 37 | 37 | */ |
| 38 | - echo apply_filters('geodir_send_to_friend_page_title', SEND_TO_FRIEND);?></h3> |
|
| 38 | + echo apply_filters('geodir_send_to_friend_page_title', SEND_TO_FRIEND); ?></h3> |
|
| 39 | 39 | |
| 40 | 40 | <p id="reply_send_success" class="sucess_msg" style="display:none;"></p> |
| 41 | 41 | <?php |
@@ -45,9 +45,9 @@ discard block |
||
| 45 | 45 | * @since 1.0.0 |
| 46 | 46 | * @param string $field The field name the actions is called before. |
| 47 | 47 | */ |
| 48 | - do_action('geodir_before_stf_form_field', 'to_name');?> |
|
| 48 | + do_action('geodir_before_stf_form_field', 'to_name'); ?> |
|
| 49 | 49 | <div class="row clearfix"> |
| 50 | - <input required field_type="text" name="to_name" id="to_name" type="text" value="" placeholder="<?php _e('Friend Name', 'geodirectory');?>"/> |
|
| 50 | + <input required field_type="text" name="to_name" id="to_name" type="text" value="" placeholder="<?php _e('Friend Name', 'geodirectory'); ?>"/> |
|
| 51 | 51 | </div> |
| 52 | 52 | <?php |
| 53 | 53 | /** |
@@ -56,55 +56,55 @@ discard block |
||
| 56 | 56 | * @since 1.0.0 |
| 57 | 57 | * @param string $field The field name the actions is called after. |
| 58 | 58 | */ |
| 59 | - do_action('geodir_after_stf_form_field', 'to_name');?> |
|
| 59 | + do_action('geodir_after_stf_form_field', 'to_name'); ?> |
|
| 60 | 60 | <?php |
| 61 | 61 | /** This action is documented in geodirectory-templates/popup-forms.php */ |
| 62 | - do_action('geodir_before_stf_form_field', 'to_email');?> |
|
| 62 | + do_action('geodir_before_stf_form_field', 'to_email'); ?> |
|
| 63 | 63 | <div class="row clearfix"> |
| 64 | - <input required field_type="email" name="to_email" id="to_email" type="email" value="" placeholder="<?php _e('Friend Email', 'geodirectory');?>"/> |
|
| 64 | + <input required field_type="email" name="to_email" id="to_email" type="email" value="" placeholder="<?php _e('Friend Email', 'geodirectory'); ?>"/> |
|
| 65 | 65 | </div> |
| 66 | 66 | <?php |
| 67 | 67 | /** This action is documented in geodirectory-templates/popup-forms.php */ |
| 68 | - do_action('geodir_after_stf_form_field', 'to_email');?> |
|
| 68 | + do_action('geodir_after_stf_form_field', 'to_email'); ?> |
|
| 69 | 69 | <?php |
| 70 | 70 | /** This action is documented in geodirectory-templates/popup-forms.php */ |
| 71 | - do_action('geodir_before_stf_form_field', 'yourname');?> |
|
| 71 | + do_action('geodir_before_stf_form_field', 'yourname'); ?> |
|
| 72 | 72 | <div class="row clearfix"> |
| 73 | - <input required field_type="text" name="yourname" id="yourname" type="text" value="" placeholder="<?php _e('Your Name', 'geodirectory');?>"/> |
|
| 73 | + <input required field_type="text" name="yourname" id="yourname" type="text" value="" placeholder="<?php _e('Your Name', 'geodirectory'); ?>"/> |
|
| 74 | 74 | </div> |
| 75 | 75 | <?php |
| 76 | 76 | /** This action is documented in geodirectory-templates/popup-forms.php */ |
| 77 | - do_action('geodir_after_stf_form_field', 'yourname');?> |
|
| 77 | + do_action('geodir_after_stf_form_field', 'yourname'); ?> |
|
| 78 | 78 | <?php |
| 79 | 79 | /** This action is documented in geodirectory-templates/popup-forms.php */ |
| 80 | - do_action('geodir_before_stf_form_field', 'youremail');?> |
|
| 80 | + do_action('geodir_before_stf_form_field', 'youremail'); ?> |
|
| 81 | 81 | <div class="row clearfix"> |
| 82 | - <input required field_type="email" name="youremail" id="youremail" type="email" value="" placeholder="<?php _e('Your Email', 'geodirectory');?>"/> |
|
| 82 | + <input required field_type="email" name="youremail" id="youremail" type="email" value="" placeholder="<?php _e('Your Email', 'geodirectory'); ?>"/> |
|
| 83 | 83 | </div> |
| 84 | 84 | <?php |
| 85 | 85 | /** This action is documented in geodirectory-templates/popup-forms.php */ |
| 86 | - do_action('geodir_after_stf_form_field', 'youremail');?> |
|
| 86 | + do_action('geodir_after_stf_form_field', 'youremail'); ?> |
|
| 87 | 87 | <?php |
| 88 | 88 | /** This action is documented in geodirectory-templates/popup-forms.php */ |
| 89 | - do_action('geodir_before_stf_form_field', 'frnd_subject');?> |
|
| 89 | + do_action('geodir_before_stf_form_field', 'frnd_subject'); ?> |
|
| 90 | 90 | <div class="row clearfix"> |
| 91 | 91 | <input required field_type="text" name="frnd_subject" |
| 92 | - value="<?php echo __('About', 'geodirectory') . ' ' . $post_info->post_title;?>" |
|
| 93 | - id="frnd_subject" type="text" placeholder="<?php _e('Subject', 'geodirectory');?>"/> |
|
| 92 | + value="<?php echo __('About', 'geodirectory').' '.$post_info->post_title; ?>" |
|
| 93 | + id="frnd_subject" type="text" placeholder="<?php _e('Subject', 'geodirectory'); ?>"/> |
|
| 94 | 94 | </div> |
| 95 | 95 | <?php |
| 96 | 96 | /** This action is documented in geodirectory-templates/popup-forms.php */ |
| 97 | - do_action('geodir_after_stf_form_field', 'frnd_subject');?> |
|
| 97 | + do_action('geodir_after_stf_form_field', 'frnd_subject'); ?> |
|
| 98 | 98 | <?php |
| 99 | 99 | /** This action is documented in geodirectory-templates/popup-forms.php */ |
| 100 | - do_action('geodir_before_stf_form_field', 'frnd_comments');?> |
|
| 100 | + do_action('geodir_before_stf_form_field', 'frnd_comments'); ?> |
|
| 101 | 101 | <div class="row clearfix"> |
| 102 | 102 | <textarea required field_type="textarea" name="frnd_comments" id="frnd_comments" cols="" |
| 103 | - rows="" placeholder="<?php echo SEND_TO_FRIEND_SAMPLE_CONTENT;?>"><?php echo SEND_TO_FRIEND_SAMPLE_CONTENT;?></textarea> |
|
| 103 | + rows="" placeholder="<?php echo SEND_TO_FRIEND_SAMPLE_CONTENT; ?>"><?php echo SEND_TO_FRIEND_SAMPLE_CONTENT; ?></textarea> |
|
| 104 | 104 | </div> |
| 105 | 105 | <?php |
| 106 | 106 | /** This action is documented in geodirectory-templates/popup-forms.php */ |
| 107 | - do_action('geodir_after_stf_form_field', 'frnd_comments');?> |
|
| 107 | + do_action('geodir_after_stf_form_field', 'frnd_comments'); ?> |
|
| 108 | 108 | <?php if (function_exists('geodir_get_captch')) { |
| 109 | 109 | geodir_get_captch('-1'); |
| 110 | 110 | }?> |
@@ -118,7 +118,7 @@ discard block |
||
| 118 | 118 | <form method="post" name="agt_mail_agent" id="agt_mail_agent" |
| 119 | 119 | action="<?php echo get_permalink($post_info->ID); ?>"> |
| 120 | 120 | <input type="hidden" name="sendact" value="send_inqury"/> |
| 121 | - <input type="hidden" name="pid" value="<?php echo $post_info->ID;?>"/> |
|
| 121 | + <input type="hidden" name="pid" value="<?php echo $post_info->ID; ?>"/> |
|
| 122 | 122 | |
| 123 | 123 | <h3><?php |
| 124 | 124 | /** |
@@ -127,7 +127,7 @@ discard block |
||
| 127 | 127 | * @since 1.0.0 |
| 128 | 128 | * @param string $title The title for the form, defaults to global `SEND_INQUIRY` text. |
| 129 | 129 | */ |
| 130 | - echo apply_filters('geodir_send_inquiry_page_title', SEND_INQUIRY);?> </h3> |
|
| 130 | + echo apply_filters('geodir_send_inquiry_page_title', SEND_INQUIRY); ?> </h3> |
|
| 131 | 131 | |
| 132 | 132 | <p id="inquiry_send_success" class="sucess_msg" style="display:none;"></p> |
| 133 | 133 | <?php |
@@ -137,9 +137,9 @@ discard block |
||
| 137 | 137 | * @since 1.0.0 |
| 138 | 138 | * @param string $field The field name the actions is called before. |
| 139 | 139 | */ |
| 140 | - do_action('geodir_before_inquiry_form_field', 'inq_name');?> |
|
| 140 | + do_action('geodir_before_inquiry_form_field', 'inq_name'); ?> |
|
| 141 | 141 | <div class="row clearfix"> |
| 142 | - <input required field_type="text" name="inq_name" type="text" value="" placeholder="<?php _e('Your Name', 'geodirectory');?>"/> |
|
| 142 | + <input required field_type="text" name="inq_name" type="text" value="" placeholder="<?php _e('Your Name', 'geodirectory'); ?>"/> |
|
| 143 | 143 | </div> |
| 144 | 144 | <?php |
| 145 | 145 | /** |
@@ -148,36 +148,36 @@ discard block |
||
| 148 | 148 | * @since 1.0.0 |
| 149 | 149 | * @param string $field The field name the actions is called after. |
| 150 | 150 | */ |
| 151 | - do_action('geodir_after_inquiry_form_field', 'inq_name');?> |
|
| 151 | + do_action('geodir_after_inquiry_form_field', 'inq_name'); ?> |
|
| 152 | 152 | <?php |
| 153 | 153 | /** This action is documented in geodirectory-templates/popup-forms.php */ |
| 154 | - do_action('geodir_before_inquiry_form_field', 'inq_email');?> |
|
| 154 | + do_action('geodir_before_inquiry_form_field', 'inq_email'); ?> |
|
| 155 | 155 | <div class="row clearfix"> |
| 156 | - <input required field_type="email" name="inq_email" type="email" value="" placeholder="<?php _e('Email', 'geodirectory');?>"/> |
|
| 156 | + <input required field_type="email" name="inq_email" type="email" value="" placeholder="<?php _e('Email', 'geodirectory'); ?>"/> |
|
| 157 | 157 | </div> |
| 158 | 158 | <?php |
| 159 | 159 | /** This action is documented in geodirectory-templates/popup-forms.php */ |
| 160 | - do_action('geodir_after_inquiry_form_field', 'inq_email');?> |
|
| 160 | + do_action('geodir_after_inquiry_form_field', 'inq_email'); ?> |
|
| 161 | 161 | <?php |
| 162 | 162 | /** This action is documented in geodirectory-templates/popup-forms.php */ |
| 163 | - do_action('geodir_before_inquiry_form_field', 'inq_phone');?> |
|
| 163 | + do_action('geodir_before_inquiry_form_field', 'inq_phone'); ?> |
|
| 164 | 164 | <div class="row clearfix"> |
| 165 | - <input name="inq_phone" id="agt_mail_phone" type="text" value="" placeholder="<?php _e('Phone number', 'geodirectory');?>"/> |
|
| 165 | + <input name="inq_phone" id="agt_mail_phone" type="text" value="" placeholder="<?php _e('Phone number', 'geodirectory'); ?>"/> |
|
| 166 | 166 | </div> |
| 167 | 167 | <?php |
| 168 | 168 | /** This action is documented in geodirectory-templates/popup-forms.php */ |
| 169 | - do_action('geodir_after_inquiry_form_field', 'inq_phone');?> |
|
| 169 | + do_action('geodir_after_inquiry_form_field', 'inq_phone'); ?> |
|
| 170 | 170 | <?php |
| 171 | 171 | /** This action is documented in geodirectory-templates/popup-forms.php */ |
| 172 | - do_action('geodir_before_inquiry_form_field', 'inq_msg');?> |
|
| 172 | + do_action('geodir_before_inquiry_form_field', 'inq_msg'); ?> |
|
| 173 | 173 | <div class="row clearfix"> |
| 174 | 174 | <textarea required field_type="textarea" name="inq_msg" cols="" |
| 175 | - rows="" placeholder="<?php echo SEND_INQUIRY_SAMPLE_CONTENT;?>"></textarea> |
|
| 175 | + rows="" placeholder="<?php echo SEND_INQUIRY_SAMPLE_CONTENT; ?>"></textarea> |
|
| 176 | 176 | </div> |
| 177 | 177 | <?php |
| 178 | 178 | /** This action is documented in geodirectory-templates/popup-forms.php */ |
| 179 | - do_action('geodir_after_inquiry_form_field', 'inq_msg');?> |
|
| 180 | - <input name="Send" type="submit" value="<?php _e('Send', 'geodirectory');?>" |
|
| 179 | + do_action('geodir_after_inquiry_form_field', 'inq_msg'); ?> |
|
| 180 | + <input name="Send" type="submit" value="<?php _e('Send', 'geodirectory'); ?>" |
|
| 181 | 181 | class="button clearfix"/> |
| 182 | 182 | </form> |
| 183 | 183 | </div> <?php |
@@ -29,85 +29,85 @@ discard block |
||
| 29 | 29 | <input type="hidden" id="send_to_Frnd_pid" name="pid" value="<?php echo $post_info->ID;?>"/> |
| 30 | 30 | |
| 31 | 31 | <h3><?php |
| 32 | - /** |
|
| 33 | - * Filter the title for the send to friend popup form. |
|
| 34 | - * |
|
| 35 | - * @since 1.0.0 |
|
| 36 | - * @param string $title The title for the form, defaults to global `SEND_TO_FRIEND` text. |
|
| 37 | - */ |
|
| 38 | - echo apply_filters('geodir_send_to_friend_page_title', SEND_TO_FRIEND);?></h3> |
|
| 32 | + /** |
|
| 33 | + * Filter the title for the send to friend popup form. |
|
| 34 | + * |
|
| 35 | + * @since 1.0.0 |
|
| 36 | + * @param string $title The title for the form, defaults to global `SEND_TO_FRIEND` text. |
|
| 37 | + */ |
|
| 38 | + echo apply_filters('geodir_send_to_friend_page_title', SEND_TO_FRIEND);?></h3> |
|
| 39 | 39 | |
| 40 | 40 | <p id="reply_send_success" class="sucess_msg" style="display:none;"></p> |
| 41 | 41 | <?php |
| 42 | - /** |
|
| 43 | - * Called before each field in the send to friend popup template. |
|
| 44 | - * |
|
| 45 | - * @since 1.0.0 |
|
| 46 | - * @param string $field The field name the actions is called before. |
|
| 47 | - */ |
|
| 48 | - do_action('geodir_before_stf_form_field', 'to_name');?> |
|
| 42 | + /** |
|
| 43 | + * Called before each field in the send to friend popup template. |
|
| 44 | + * |
|
| 45 | + * @since 1.0.0 |
|
| 46 | + * @param string $field The field name the actions is called before. |
|
| 47 | + */ |
|
| 48 | + do_action('geodir_before_stf_form_field', 'to_name');?> |
|
| 49 | 49 | <div class="row clearfix"> |
| 50 | 50 | <input required field_type="text" name="to_name" id="to_name" type="text" value="" placeholder="<?php _e('Friend Name', 'geodirectory');?>"/> |
| 51 | 51 | </div> |
| 52 | 52 | <?php |
| 53 | - /** |
|
| 54 | - * Called after each field in the send to friend popup template. |
|
| 55 | - * |
|
| 56 | - * @since 1.0.0 |
|
| 57 | - * @param string $field The field name the actions is called after. |
|
| 58 | - */ |
|
| 59 | - do_action('geodir_after_stf_form_field', 'to_name');?> |
|
| 53 | + /** |
|
| 54 | + * Called after each field in the send to friend popup template. |
|
| 55 | + * |
|
| 56 | + * @since 1.0.0 |
|
| 57 | + * @param string $field The field name the actions is called after. |
|
| 58 | + */ |
|
| 59 | + do_action('geodir_after_stf_form_field', 'to_name');?> |
|
| 60 | 60 | <?php |
| 61 | - /** This action is documented in geodirectory-templates/popup-forms.php */ |
|
| 62 | - do_action('geodir_before_stf_form_field', 'to_email');?> |
|
| 61 | + /** This action is documented in geodirectory-templates/popup-forms.php */ |
|
| 62 | + do_action('geodir_before_stf_form_field', 'to_email');?> |
|
| 63 | 63 | <div class="row clearfix"> |
| 64 | 64 | <input required field_type="email" name="to_email" id="to_email" type="email" value="" placeholder="<?php _e('Friend Email', 'geodirectory');?>"/> |
| 65 | 65 | </div> |
| 66 | 66 | <?php |
| 67 | - /** This action is documented in geodirectory-templates/popup-forms.php */ |
|
| 68 | - do_action('geodir_after_stf_form_field', 'to_email');?> |
|
| 67 | + /** This action is documented in geodirectory-templates/popup-forms.php */ |
|
| 68 | + do_action('geodir_after_stf_form_field', 'to_email');?> |
|
| 69 | 69 | <?php |
| 70 | - /** This action is documented in geodirectory-templates/popup-forms.php */ |
|
| 71 | - do_action('geodir_before_stf_form_field', 'yourname');?> |
|
| 70 | + /** This action is documented in geodirectory-templates/popup-forms.php */ |
|
| 71 | + do_action('geodir_before_stf_form_field', 'yourname');?> |
|
| 72 | 72 | <div class="row clearfix"> |
| 73 | 73 | <input required field_type="text" name="yourname" id="yourname" type="text" value="" placeholder="<?php _e('Your Name', 'geodirectory');?>"/> |
| 74 | 74 | </div> |
| 75 | 75 | <?php |
| 76 | - /** This action is documented in geodirectory-templates/popup-forms.php */ |
|
| 77 | - do_action('geodir_after_stf_form_field', 'yourname');?> |
|
| 76 | + /** This action is documented in geodirectory-templates/popup-forms.php */ |
|
| 77 | + do_action('geodir_after_stf_form_field', 'yourname');?> |
|
| 78 | 78 | <?php |
| 79 | - /** This action is documented in geodirectory-templates/popup-forms.php */ |
|
| 80 | - do_action('geodir_before_stf_form_field', 'youremail');?> |
|
| 79 | + /** This action is documented in geodirectory-templates/popup-forms.php */ |
|
| 80 | + do_action('geodir_before_stf_form_field', 'youremail');?> |
|
| 81 | 81 | <div class="row clearfix"> |
| 82 | 82 | <input required field_type="email" name="youremail" id="youremail" type="email" value="" placeholder="<?php _e('Your Email', 'geodirectory');?>"/> |
| 83 | 83 | </div> |
| 84 | 84 | <?php |
| 85 | - /** This action is documented in geodirectory-templates/popup-forms.php */ |
|
| 86 | - do_action('geodir_after_stf_form_field', 'youremail');?> |
|
| 85 | + /** This action is documented in geodirectory-templates/popup-forms.php */ |
|
| 86 | + do_action('geodir_after_stf_form_field', 'youremail');?> |
|
| 87 | 87 | <?php |
| 88 | - /** This action is documented in geodirectory-templates/popup-forms.php */ |
|
| 89 | - do_action('geodir_before_stf_form_field', 'frnd_subject');?> |
|
| 88 | + /** This action is documented in geodirectory-templates/popup-forms.php */ |
|
| 89 | + do_action('geodir_before_stf_form_field', 'frnd_subject');?> |
|
| 90 | 90 | <div class="row clearfix"> |
| 91 | 91 | <input required field_type="text" name="frnd_subject" |
| 92 | 92 | value="<?php echo __('About', 'geodirectory') . ' ' . $post_info->post_title;?>" |
| 93 | 93 | id="frnd_subject" type="text" placeholder="<?php _e('Subject', 'geodirectory');?>"/> |
| 94 | 94 | </div> |
| 95 | 95 | <?php |
| 96 | - /** This action is documented in geodirectory-templates/popup-forms.php */ |
|
| 97 | - do_action('geodir_after_stf_form_field', 'frnd_subject');?> |
|
| 96 | + /** This action is documented in geodirectory-templates/popup-forms.php */ |
|
| 97 | + do_action('geodir_after_stf_form_field', 'frnd_subject');?> |
|
| 98 | 98 | <?php |
| 99 | - /** This action is documented in geodirectory-templates/popup-forms.php */ |
|
| 100 | - do_action('geodir_before_stf_form_field', 'frnd_comments');?> |
|
| 99 | + /** This action is documented in geodirectory-templates/popup-forms.php */ |
|
| 100 | + do_action('geodir_before_stf_form_field', 'frnd_comments');?> |
|
| 101 | 101 | <div class="row clearfix"> |
| 102 | 102 | <textarea required field_type="textarea" name="frnd_comments" id="frnd_comments" cols="" |
| 103 | 103 | rows="" placeholder="<?php echo SEND_TO_FRIEND_SAMPLE_CONTENT;?>"><?php echo SEND_TO_FRIEND_SAMPLE_CONTENT;?></textarea> |
| 104 | 104 | </div> |
| 105 | 105 | <?php |
| 106 | - /** This action is documented in geodirectory-templates/popup-forms.php */ |
|
| 107 | - do_action('geodir_after_stf_form_field', 'frnd_comments');?> |
|
| 106 | + /** This action is documented in geodirectory-templates/popup-forms.php */ |
|
| 107 | + do_action('geodir_after_stf_form_field', 'frnd_comments');?> |
|
| 108 | 108 | <?php if (function_exists('geodir_get_captch')) { |
| 109 | - geodir_get_captch('-1'); |
|
| 110 | - }?> |
|
| 109 | + geodir_get_captch('-1'); |
|
| 110 | + }?> |
|
| 111 | 111 | <input name="Send" type="submit" value="<?php _e('Send', 'geodirectory')?> " class="button "/> |
| 112 | 112 | </form> |
| 113 | 113 | </div> <?php |
@@ -121,62 +121,62 @@ discard block |
||
| 121 | 121 | <input type="hidden" name="pid" value="<?php echo $post_info->ID;?>"/> |
| 122 | 122 | |
| 123 | 123 | <h3><?php |
| 124 | - /** |
|
| 125 | - * Filter the title for the send inquiry popup form. |
|
| 126 | - * |
|
| 127 | - * @since 1.0.0 |
|
| 128 | - * @param string $title The title for the form, defaults to global `SEND_INQUIRY` text. |
|
| 129 | - */ |
|
| 130 | - echo apply_filters('geodir_send_inquiry_page_title', SEND_INQUIRY);?> </h3> |
|
| 124 | + /** |
|
| 125 | + * Filter the title for the send inquiry popup form. |
|
| 126 | + * |
|
| 127 | + * @since 1.0.0 |
|
| 128 | + * @param string $title The title for the form, defaults to global `SEND_INQUIRY` text. |
|
| 129 | + */ |
|
| 130 | + echo apply_filters('geodir_send_inquiry_page_title', SEND_INQUIRY);?> </h3> |
|
| 131 | 131 | |
| 132 | 132 | <p id="inquiry_send_success" class="sucess_msg" style="display:none;"></p> |
| 133 | 133 | <?php |
| 134 | - /** |
|
| 135 | - * Called before each field in the send to friend inquiry template. |
|
| 136 | - * |
|
| 137 | - * @since 1.0.0 |
|
| 138 | - * @param string $field The field name the actions is called before. |
|
| 139 | - */ |
|
| 140 | - do_action('geodir_before_inquiry_form_field', 'inq_name');?> |
|
| 134 | + /** |
|
| 135 | + * Called before each field in the send to friend inquiry template. |
|
| 136 | + * |
|
| 137 | + * @since 1.0.0 |
|
| 138 | + * @param string $field The field name the actions is called before. |
|
| 139 | + */ |
|
| 140 | + do_action('geodir_before_inquiry_form_field', 'inq_name');?> |
|
| 141 | 141 | <div class="row clearfix"> |
| 142 | 142 | <input required field_type="text" name="inq_name" type="text" value="" placeholder="<?php _e('Your Name', 'geodirectory');?>"/> |
| 143 | 143 | </div> |
| 144 | 144 | <?php |
| 145 | - /** |
|
| 146 | - * Called after each field in the send to friend inquiry template. |
|
| 147 | - * |
|
| 148 | - * @since 1.0.0 |
|
| 149 | - * @param string $field The field name the actions is called after. |
|
| 150 | - */ |
|
| 151 | - do_action('geodir_after_inquiry_form_field', 'inq_name');?> |
|
| 145 | + /** |
|
| 146 | + * Called after each field in the send to friend inquiry template. |
|
| 147 | + * |
|
| 148 | + * @since 1.0.0 |
|
| 149 | + * @param string $field The field name the actions is called after. |
|
| 150 | + */ |
|
| 151 | + do_action('geodir_after_inquiry_form_field', 'inq_name');?> |
|
| 152 | 152 | <?php |
| 153 | - /** This action is documented in geodirectory-templates/popup-forms.php */ |
|
| 154 | - do_action('geodir_before_inquiry_form_field', 'inq_email');?> |
|
| 153 | + /** This action is documented in geodirectory-templates/popup-forms.php */ |
|
| 154 | + do_action('geodir_before_inquiry_form_field', 'inq_email');?> |
|
| 155 | 155 | <div class="row clearfix"> |
| 156 | 156 | <input required field_type="email" name="inq_email" type="email" value="" placeholder="<?php _e('Email', 'geodirectory');?>"/> |
| 157 | 157 | </div> |
| 158 | 158 | <?php |
| 159 | - /** This action is documented in geodirectory-templates/popup-forms.php */ |
|
| 160 | - do_action('geodir_after_inquiry_form_field', 'inq_email');?> |
|
| 159 | + /** This action is documented in geodirectory-templates/popup-forms.php */ |
|
| 160 | + do_action('geodir_after_inquiry_form_field', 'inq_email');?> |
|
| 161 | 161 | <?php |
| 162 | - /** This action is documented in geodirectory-templates/popup-forms.php */ |
|
| 163 | - do_action('geodir_before_inquiry_form_field', 'inq_phone');?> |
|
| 162 | + /** This action is documented in geodirectory-templates/popup-forms.php */ |
|
| 163 | + do_action('geodir_before_inquiry_form_field', 'inq_phone');?> |
|
| 164 | 164 | <div class="row clearfix"> |
| 165 | 165 | <input name="inq_phone" id="agt_mail_phone" type="text" value="" placeholder="<?php _e('Phone number', 'geodirectory');?>"/> |
| 166 | 166 | </div> |
| 167 | 167 | <?php |
| 168 | - /** This action is documented in geodirectory-templates/popup-forms.php */ |
|
| 169 | - do_action('geodir_after_inquiry_form_field', 'inq_phone');?> |
|
| 168 | + /** This action is documented in geodirectory-templates/popup-forms.php */ |
|
| 169 | + do_action('geodir_after_inquiry_form_field', 'inq_phone');?> |
|
| 170 | 170 | <?php |
| 171 | - /** This action is documented in geodirectory-templates/popup-forms.php */ |
|
| 172 | - do_action('geodir_before_inquiry_form_field', 'inq_msg');?> |
|
| 171 | + /** This action is documented in geodirectory-templates/popup-forms.php */ |
|
| 172 | + do_action('geodir_before_inquiry_form_field', 'inq_msg');?> |
|
| 173 | 173 | <div class="row clearfix"> |
| 174 | 174 | <textarea required field_type="textarea" name="inq_msg" cols="" |
| 175 | 175 | rows="" placeholder="<?php echo SEND_INQUIRY_SAMPLE_CONTENT;?>"></textarea> |
| 176 | 176 | </div> |
| 177 | 177 | <?php |
| 178 | - /** This action is documented in geodirectory-templates/popup-forms.php */ |
|
| 179 | - do_action('geodir_after_inquiry_form_field', 'inq_msg');?> |
|
| 178 | + /** This action is documented in geodirectory-templates/popup-forms.php */ |
|
| 179 | + do_action('geodir_after_inquiry_form_field', 'inq_msg');?> |
|
| 180 | 180 | <input name="Send" type="submit" value="<?php _e('Send', 'geodirectory');?>" |
| 181 | 181 | class="button clearfix"/> |
| 182 | 182 | </form> |
@@ -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' ) {
|
@@ -29,8 +29,10 @@ discard block |
||
| 29 | 29 | |
| 30 | 30 | if ( is_ssl() ) : |
| 31 | 31 | return str_replace( 'http://', 'https://', WP_PLUGIN_URL ) . "/" . plugin_basename( dirname( dirname( __FILE__ ) ) ); |
| 32 | - else : |
|
| 33 | - return WP_PLUGIN_URL . "/" . plugin_basename( dirname( dirname( __FILE__ ) ) ); |
|
| 32 | + else { |
|
| 33 | + : |
|
| 34 | + return WP_PLUGIN_URL . "/" . plugin_basename( dirname( dirname( __FILE__ ) ) ); |
|
| 35 | + } |
|
| 34 | 36 | endif; |
| 35 | 37 | } |
| 36 | 38 | |
@@ -764,7 +766,7 @@ discard block |
||
| 764 | 766 | $post_author = get_post_field( 'post_author', $post_id ); |
| 765 | 767 | if(is_super_admin( $post_author )){// if admin probably not the post author so change name
|
| 766 | 768 | $toEmailName = __('Business Owner','geodirectory');
|
| 767 | - }elseif(defined('GEODIRCLAIM_VERSION') && geodir_get_post_meta($post_id,'claimed')!='1'){// if claim manager installed but listing not claimed
|
|
| 769 | + } elseif(defined('GEODIRCLAIM_VERSION') && geodir_get_post_meta($post_id,'claimed')!='1'){// if claim manager installed but listing not claimed
|
|
| 768 | 770 | $toEmailName = __('Business Owner','geodirectory');
|
| 769 | 771 | } |
| 770 | 772 | |
@@ -1569,12 +1571,14 @@ discard block |
||
| 1569 | 1571 | */ |
| 1570 | 1572 | function geodir_allow_wpadmin() {
|
| 1571 | 1573 | global $wpdb; |
| 1572 | - if ( get_option( 'geodir_allow_wpadmin' ) == '0' && is_user_logged_in() && ( ! defined( 'DOING_AJAX' ) ) ) // checking action in request to allow ajax request go through |
|
| 1574 | + if ( get_option( 'geodir_allow_wpadmin' ) == '0' && is_user_logged_in() && ( ! defined( 'DOING_AJAX' ) ) ) { |
|
| 1575 | + // checking action in request to allow ajax request go through |
|
| 1573 | 1576 | {
|
| 1574 | 1577 | if ( current_user_can( 'administrator' ) ) {
|
| 1575 | 1578 | } else {
|
| 1576 | 1579 | |
| 1577 | - wp_redirect( home_url() ); |
|
| 1580 | + wp_redirect( home_url() ); |
|
| 1581 | + } |
|
| 1578 | 1582 | exit; |
| 1579 | 1583 | } |
| 1580 | 1584 | |
@@ -325,7 +325,7 @@ discard block |
||
| 325 | 325 | break; |
| 326 | 326 | case 'preview': |
| 327 | 327 | if ( ( is_page() && get_query_var( 'page_id' ) == geodir_preview_page_id() ) && isset( $_REQUEST['listing_type'] ) |
| 328 | - && in_array( $_REQUEST['listing_type'], geodir_get_posttypes() ) |
|
| 328 | + && in_array( $_REQUEST['listing_type'], geodir_get_posttypes() ) |
|
| 329 | 329 | ) {
|
| 330 | 330 | return true; |
| 331 | 331 | } |
@@ -526,9 +526,9 @@ discard block |
||
| 526 | 526 | |
| 527 | 527 | //check if homepage |
| 528 | 528 | if ( ! isset( $wp->query_vars['gd_is_geodir_page'] ) |
| 529 | - && ! isset( $wp->query_vars['page_id'] ) |
|
| 530 | - && ! isset( $wp->query_vars['pagename'] ) |
|
| 531 | - && is_page_geodir_home() |
|
| 529 | + && ! isset( $wp->query_vars['page_id'] ) |
|
| 530 | + && ! isset( $wp->query_vars['pagename'] ) |
|
| 531 | + && is_page_geodir_home() |
|
| 532 | 532 | ) {
|
| 533 | 533 | $wp->query_vars['gd_is_geodir_page'] = true; |
| 534 | 534 | } |
@@ -713,8 +713,8 @@ discard block |
||
| 713 | 713 | $deltaLatitude = deg2rad( (float) $point2['latitude'] - (float) $point1['latitude'] ); |
| 714 | 714 | $deltaLongitude = deg2rad( (float) $point2['longitude'] - (float) $point1['longitude'] ); |
| 715 | 715 | $a = sin( $deltaLatitude / 2 ) * sin( $deltaLatitude / 2 ) + |
| 716 | - cos( deg2rad( (float) $point1['latitude'] ) ) * cos( deg2rad( (float) $point2['latitude'] ) ) * |
|
| 717 | - sin( $deltaLongitude / 2 ) * sin( $deltaLongitude / 2 ); |
|
| 716 | + cos( deg2rad( (float) $point1['latitude'] ) ) * cos( deg2rad( (float) $point2['latitude'] ) ) * |
|
| 717 | + sin( $deltaLongitude / 2 ) * sin( $deltaLongitude / 2 ); |
|
| 718 | 718 | $c = 2 * atan2( sqrt( $a ), sqrt( 1 - $a ) ); |
| 719 | 719 | $distance = $earthMeanRadius * $c; |
| 720 | 720 | |
@@ -5290,7 +5290,7 @@ discard block |
||
| 5290 | 5290 | * @param string $name The name of the string which helps to know what's being translated. |
| 5291 | 5291 | */ |
| 5292 | 5292 | function geodir_wpml_register_string( $string, $domain = 'geodirectory', $name = '' ) {
|
| 5293 | - do_action( 'wpml_register_single_string', $domain, $name, $string ); |
|
| 5293 | + do_action( 'wpml_register_single_string', $domain, $name, $string ); |
|
| 5294 | 5294 | } |
| 5295 | 5295 | |
| 5296 | 5296 | /** |
@@ -5306,5 +5306,5 @@ discard block |
||
| 5306 | 5306 | * @return string The translated string. |
| 5307 | 5307 | */ |
| 5308 | 5308 | function geodir_wpml_translate_string( $string, $domain = 'geodirectory', $name = '', $language_code = NULL ) {
|
| 5309 | - return apply_filters( 'wpml_translate_single_string', $string, $domain, $name, $language_code ); |
|
| 5309 | + return apply_filters( 'wpml_translate_single_string', $string, $domain, $name, $language_code ); |
|
| 5310 | 5310 | } |
| 5311 | 5311 | \ 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,10 +27,10 @@ discard block |
||
| 27 | 27 | */ |
| 28 | 28 | function geodir_plugin_url() {
|
| 29 | 29 | |
| 30 | - if ( is_ssl() ) : |
|
| 31 | - return str_replace( 'http://', 'https://', WP_PLUGIN_URL ) . "/" . plugin_basename( dirname( dirname( __FILE__ ) ) ); |
|
| 30 | + if (is_ssl()) : |
|
| 31 | + return str_replace('http://', 'https://', WP_PLUGIN_URL)."/".plugin_basename(dirname(dirname(__FILE__)));
|
|
| 32 | 32 | else : |
| 33 | - return WP_PLUGIN_URL . "/" . plugin_basename( dirname( dirname( __FILE__ ) ) ); |
|
| 33 | + return WP_PLUGIN_URL."/".plugin_basename(dirname(dirname(__FILE__))); |
|
| 34 | 34 | endif; |
| 35 | 35 | } |
| 36 | 36 | |
@@ -45,10 +45,10 @@ discard block |
||
| 45 | 45 | * @return string example url eg: /home/geo/public_html/wp-content/plugins/geodirectory |
| 46 | 46 | */ |
| 47 | 47 | function geodir_plugin_path() {
|
| 48 | - if ( defined( 'GD_TESTING_MODE' ) && GD_TESTING_MODE ) {
|
|
| 49 | - return dirname( dirname( __FILE__ ) ); |
|
| 48 | + if (defined('GD_TESTING_MODE') && GD_TESTING_MODE) {
|
|
| 49 | + return dirname(dirname(__FILE__)); |
|
| 50 | 50 | } else {
|
| 51 | - return WP_PLUGIN_DIR . "/" . plugin_basename( dirname( dirname( __FILE__ ) ) ); |
|
| 51 | + return WP_PLUGIN_DIR."/".plugin_basename(dirname(dirname(__FILE__))); |
|
| 52 | 52 | } |
| 53 | 53 | } |
| 54 | 54 | |
@@ -63,10 +63,10 @@ discard block |
||
| 63 | 63 | * @return bool true or false. |
| 64 | 64 | * @todo check if this is faster than normal WP check and remove if not. |
| 65 | 65 | */ |
| 66 | -function geodir_is_plugin_active( $plugin ) {
|
|
| 67 | - $active_plugins = get_option( 'active_plugins' ); |
|
| 68 | - foreach ( $active_plugins as $key => $active_plugin ) {
|
|
| 69 | - if ( strstr( $active_plugin, $plugin ) ) {
|
|
| 66 | +function geodir_is_plugin_active($plugin) {
|
|
| 67 | + $active_plugins = get_option('active_plugins');
|
|
| 68 | + foreach ($active_plugins as $key => $active_plugin) {
|
|
| 69 | + if (strstr($active_plugin, $plugin)) {
|
|
| 70 | 70 | return true; |
| 71 | 71 | } |
| 72 | 72 | } |
@@ -88,8 +88,8 @@ discard block |
||
| 88 | 88 | * |
| 89 | 89 | * @return bool|int|string the formatted date. |
| 90 | 90 | */ |
| 91 | -function geodir_get_formated_date( $date ) {
|
|
| 92 | - return mysql2date( get_option( 'date_format' ), $date ); |
|
| 91 | +function geodir_get_formated_date($date) {
|
|
| 92 | + return mysql2date(get_option('date_format'), $date);
|
|
| 93 | 93 | } |
| 94 | 94 | |
| 95 | 95 | /** |
@@ -105,8 +105,8 @@ discard block |
||
| 105 | 105 | * |
| 106 | 106 | * @return bool|int|string the formatted time. |
| 107 | 107 | */ |
| 108 | -function geodir_get_formated_time( $time ) {
|
|
| 109 | - return mysql2date( get_option( 'time_format' ), $time, $translate = true ); |
|
| 108 | +function geodir_get_formated_time($time) {
|
|
| 109 | + return mysql2date(get_option('time_format'), $time, $translate = true);
|
|
| 110 | 110 | } |
| 111 | 111 | |
| 112 | 112 | |
@@ -124,35 +124,35 @@ discard block |
||
| 124 | 124 | * |
| 125 | 125 | * @return string Formatted link. |
| 126 | 126 | */ |
| 127 | -function geodir_getlink( $url, $params = array(), $use_existing_arguments = false ) {
|
|
| 128 | - if ( $use_existing_arguments ) {
|
|
| 127 | +function geodir_getlink($url, $params = array(), $use_existing_arguments = false) {
|
|
| 128 | + if ($use_existing_arguments) {
|
|
| 129 | 129 | $params = $params + $_GET; |
| 130 | 130 | } |
| 131 | - if ( ! $params ) {
|
|
| 131 | + if (!$params) {
|
|
| 132 | 132 | return $url; |
| 133 | 133 | } |
| 134 | 134 | $link = $url; |
| 135 | - if ( strpos( $link, '?' ) === false ) {
|
|
| 135 | + if (strpos($link, '?') === false) {
|
|
| 136 | 136 | $link .= '?'; |
| 137 | 137 | } //If there is no '?' add one at the end |
| 138 | - elseif ( strpos( $link, '//maps.google.com/maps/api/js?language=' ) ) {
|
|
| 138 | + elseif (strpos($link, '//maps.google.com/maps/api/js?language=')) {
|
|
| 139 | 139 | $link .= '&'; |
| 140 | 140 | } //If there is no '&' at the END, add one. |
| 141 | - elseif ( ! preg_match( '/(\?|\&(amp;)?)$/', $link ) ) {
|
|
| 141 | + elseif (!preg_match('/(\?|\&(amp;)?)$/', $link)) {
|
|
| 142 | 142 | $link .= '&'; |
| 143 | 143 | } //If there is no '&' at the END, add one. |
| 144 | 144 | |
| 145 | 145 | $params_arr = array(); |
| 146 | - foreach ( $params as $key => $value ) {
|
|
| 147 | - if ( gettype( $value ) == 'array' ) { //Handle array data properly
|
|
| 148 | - foreach ( $value as $val ) {
|
|
| 149 | - $params_arr[] = $key . '[]=' . urlencode( $val ); |
|
| 146 | + foreach ($params as $key => $value) {
|
|
| 147 | + if (gettype($value) == 'array') { //Handle array data properly
|
|
| 148 | + foreach ($value as $val) {
|
|
| 149 | + $params_arr[] = $key.'[]='.urlencode($val); |
|
| 150 | 150 | } |
| 151 | 151 | } else {
|
| 152 | - $params_arr[] = $key . '=' . urlencode( $value ); |
|
| 152 | + $params_arr[] = $key.'='.urlencode($value); |
|
| 153 | 153 | } |
| 154 | 154 | } |
| 155 | - $link .= implode( '&', $params_arr ); |
|
| 155 | + $link .= implode('&', $params_arr);
|
|
| 156 | 156 | |
| 157 | 157 | return $link; |
| 158 | 158 | } |
@@ -169,18 +169,18 @@ discard block |
||
| 169 | 169 | * |
| 170 | 170 | * @return string Listing page url if valid. Otherwise home url will be returned. |
| 171 | 171 | */ |
| 172 | -function geodir_get_addlisting_link( $post_type = '' ) {
|
|
| 172 | +function geodir_get_addlisting_link($post_type = '') {
|
|
| 173 | 173 | global $wpdb; |
| 174 | 174 | |
| 175 | 175 | //$check_pkg = $wpdb->get_var("SELECT pid FROM ".GEODIR_PRICE_TABLE." WHERE post_type='".$post_type."' and status != '0'");
|
| 176 | 176 | $check_pkg = 1; |
| 177 | - if ( post_type_exists( $post_type ) && $check_pkg ) {
|
|
| 177 | + if (post_type_exists($post_type) && $check_pkg) {
|
|
| 178 | 178 | |
| 179 | - $add_listing_link = get_page_link( geodir_add_listing_page_id() ); |
|
| 179 | + $add_listing_link = get_page_link(geodir_add_listing_page_id()); |
|
| 180 | 180 | |
| 181 | - return esc_url( add_query_arg( array( 'listing_type' => $post_type ), $add_listing_link ) ); |
|
| 181 | + return esc_url(add_query_arg(array('listing_type' => $post_type), $add_listing_link));
|
|
| 182 | 182 | } else {
|
| 183 | - return get_bloginfo( 'url' ); |
|
| 183 | + return get_bloginfo('url');
|
|
| 184 | 184 | } |
| 185 | 185 | } |
| 186 | 186 | |
@@ -208,7 +208,7 @@ discard block |
||
| 208 | 208 | if (!empty($_SERVER['PHP_SELF']) && !empty($_SERVER['REQUEST_URI'])) {
|
| 209 | 209 | // To build the entire URI we need to prepend the protocol, and the http host |
| 210 | 210 | // to the URI string. |
| 211 | - $pageURL .= $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; |
|
| 211 | + $pageURL .= $_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; |
|
| 212 | 212 | } else {
|
| 213 | 213 | /* |
| 214 | 214 | * Since we do not have REQUEST_URI to work with, we will assume we are |
@@ -217,11 +217,11 @@ discard block |
||
| 217 | 217 | * |
| 218 | 218 | * IIS uses the SCRIPT_NAME variable instead of a REQUEST_URI variable... thanks, MS |
| 219 | 219 | */ |
| 220 | - $pageURL .= $_SERVER['HTTP_HOST'] . $_SERVER['SCRIPT_NAME']; |
|
| 220 | + $pageURL .= $_SERVER['HTTP_HOST'].$_SERVER['SCRIPT_NAME']; |
|
| 221 | 221 | |
| 222 | 222 | // If the query string exists append it to the URI string |
| 223 | 223 | if (isset($_SERVER['QUERY_STRING']) && !empty($_SERVER['QUERY_STRING'])) {
|
| 224 | - $pageURL .= '?' . $_SERVER['QUERY_STRING']; |
|
| 224 | + $pageURL .= '?'.$_SERVER['QUERY_STRING']; |
|
| 225 | 225 | } |
| 226 | 226 | } |
| 227 | 227 | |
@@ -232,7 +232,7 @@ discard block |
||
| 232 | 232 | * |
| 233 | 233 | * @param string $pageURL The URL of the current page. |
| 234 | 234 | */ |
| 235 | - return apply_filters( 'geodir_curPageURL', $pageURL ); |
|
| 235 | + return apply_filters('geodir_curPageURL', $pageURL);
|
|
| 236 | 236 | } |
| 237 | 237 | |
| 238 | 238 | /** |
@@ -247,12 +247,12 @@ discard block |
||
| 247 | 247 | * |
| 248 | 248 | * @return string Cleaned variable. |
| 249 | 249 | */ |
| 250 | -function geodir_clean( $string ) {
|
|
| 250 | +function geodir_clean($string) {
|
|
| 251 | 251 | |
| 252 | - $string = trim( strip_tags( stripslashes( $string ) ) ); |
|
| 253 | - $string = str_replace( " ", "-", $string ); // Replaces all spaces with hyphens. |
|
| 254 | - $string = preg_replace( '/[^A-Za-z0-9\-\_]/', '', $string ); // Removes special chars. |
|
| 255 | - $string = preg_replace( '/-+/', '-', $string ); // Replaces multiple hyphens with single one. |
|
| 252 | + $string = trim(strip_tags(stripslashes($string))); |
|
| 253 | + $string = str_replace(" ", "-", $string); // Replaces all spaces with hyphens.
|
|
| 254 | + $string = preg_replace('/[^A-Za-z0-9\-\_]/', '', $string); // Removes special chars.
|
|
| 255 | + $string = preg_replace('/-+/', '-', $string); // Replaces multiple hyphens with single one.
|
|
| 256 | 256 | |
| 257 | 257 | return $string; |
| 258 | 258 | } |
@@ -266,13 +266,13 @@ discard block |
||
| 266 | 266 | */ |
| 267 | 267 | function geodir_get_weekday() {
|
| 268 | 268 | return array( |
| 269 | - __( 'Sunday', 'geodirectory' ), |
|
| 270 | - __( 'Monday', 'geodirectory' ), |
|
| 271 | - __( 'Tuesday', 'geodirectory' ), |
|
| 272 | - __( 'Wednesday', 'geodirectory' ), |
|
| 273 | - __( 'Thursday', 'geodirectory' ), |
|
| 274 | - __( 'Friday', 'geodirectory' ), |
|
| 275 | - __( 'Saturday', 'geodirectory' ) |
|
| 269 | + __('Sunday', 'geodirectory'),
|
|
| 270 | + __('Monday', 'geodirectory'),
|
|
| 271 | + __('Tuesday', 'geodirectory'),
|
|
| 272 | + __('Wednesday', 'geodirectory'),
|
|
| 273 | + __('Thursday', 'geodirectory'),
|
|
| 274 | + __('Friday', 'geodirectory'),
|
|
| 275 | + __('Saturday', 'geodirectory')
|
|
| 276 | 276 | ); |
| 277 | 277 | } |
| 278 | 278 | |
@@ -285,11 +285,11 @@ discard block |
||
| 285 | 285 | */ |
| 286 | 286 | function geodir_get_weeks() {
|
| 287 | 287 | return array( |
| 288 | - __( 'First', 'geodirectory' ), |
|
| 289 | - __( 'Second', 'geodirectory' ), |
|
| 290 | - __( 'Third', 'geodirectory' ), |
|
| 291 | - __( 'Fourth', 'geodirectory' ), |
|
| 292 | - __( 'Last', 'geodirectory' ) |
|
| 288 | + __('First', 'geodirectory'),
|
|
| 289 | + __('Second', 'geodirectory'),
|
|
| 290 | + __('Third', 'geodirectory'),
|
|
| 291 | + __('Fourth', 'geodirectory'),
|
|
| 292 | + __('Last', 'geodirectory')
|
|
| 293 | 293 | ); |
| 294 | 294 | } |
| 295 | 295 | |
@@ -308,112 +308,112 @@ discard block |
||
| 308 | 308 | * |
| 309 | 309 | * @return bool If valid returns true. Otherwise false. |
| 310 | 310 | */ |
| 311 | -function geodir_is_page( $gdpage = '' ) {
|
|
| 311 | +function geodir_is_page($gdpage = '') {
|
|
| 312 | 312 | |
| 313 | 313 | global $wp_query, $post, $wp; |
| 314 | 314 | //if(!is_admin()): |
| 315 | 315 | |
| 316 | - switch ( $gdpage ): |
|
| 316 | + switch ($gdpage): |
|
| 317 | 317 | case 'add-listing': |
| 318 | 318 | |
| 319 | - if ( is_page() && get_query_var( 'page_id' ) == geodir_add_listing_page_id() ) {
|
|
| 319 | + if (is_page() && get_query_var('page_id') == geodir_add_listing_page_id()) {
|
|
| 320 | 320 | return true; |
| 321 | - } elseif ( is_page() && isset( $post->post_content ) && has_shortcode( $post->post_content, 'gd_add_listing' ) ) {
|
|
| 321 | + } elseif (is_page() && isset($post->post_content) && has_shortcode($post->post_content, 'gd_add_listing')) {
|
|
| 322 | 322 | return true; |
| 323 | 323 | } |
| 324 | 324 | |
| 325 | 325 | break; |
| 326 | 326 | case 'preview': |
| 327 | - if ( ( is_page() && get_query_var( 'page_id' ) == geodir_preview_page_id() ) && isset( $_REQUEST['listing_type'] ) |
|
| 328 | - && in_array( $_REQUEST['listing_type'], geodir_get_posttypes() ) |
|
| 327 | + if ((is_page() && get_query_var('page_id') == geodir_preview_page_id()) && isset($_REQUEST['listing_type'])
|
|
| 328 | + && in_array($_REQUEST['listing_type'], geodir_get_posttypes()) |
|
| 329 | 329 | ) {
|
| 330 | 330 | return true; |
| 331 | 331 | } |
| 332 | 332 | break; |
| 333 | 333 | case 'listing-success': |
| 334 | - if ( is_page() && get_query_var( 'page_id' ) == geodir_success_page_id() ) {
|
|
| 334 | + if (is_page() && get_query_var('page_id') == geodir_success_page_id()) {
|
|
| 335 | 335 | return true; |
| 336 | 336 | } |
| 337 | 337 | break; |
| 338 | 338 | case 'detail': |
| 339 | - $post_type = get_query_var( 'post_type' ); |
|
| 340 | - if ( is_array( $post_type ) ) {
|
|
| 341 | - $post_type = reset( $post_type ); |
|
| 339 | + $post_type = get_query_var('post_type');
|
|
| 340 | + if (is_array($post_type)) {
|
|
| 341 | + $post_type = reset($post_type); |
|
| 342 | 342 | } |
| 343 | - if ( is_single() && in_array( $post_type, geodir_get_posttypes() ) ) {
|
|
| 343 | + if (is_single() && in_array($post_type, geodir_get_posttypes())) {
|
|
| 344 | 344 | return true; |
| 345 | 345 | } |
| 346 | 346 | break; |
| 347 | 347 | case 'pt': |
| 348 | - $post_type = get_query_var( 'post_type' ); |
|
| 349 | - if ( is_array( $post_type ) ) {
|
|
| 350 | - $post_type = reset( $post_type ); |
|
| 348 | + $post_type = get_query_var('post_type');
|
|
| 349 | + if (is_array($post_type)) {
|
|
| 350 | + $post_type = reset($post_type); |
|
| 351 | 351 | } |
| 352 | - if ( is_post_type_archive() && in_array( $post_type, geodir_get_posttypes() ) && ! is_tax() ) {
|
|
| 352 | + if (is_post_type_archive() && in_array($post_type, geodir_get_posttypes()) && !is_tax()) {
|
|
| 353 | 353 | return true; |
| 354 | 354 | } |
| 355 | 355 | |
| 356 | 356 | break; |
| 357 | 357 | case 'listing': |
| 358 | - if ( is_tax() && geodir_get_taxonomy_posttype() ) {
|
|
| 358 | + if (is_tax() && geodir_get_taxonomy_posttype()) {
|
|
| 359 | 359 | global $current_term, $taxonomy, $term; |
| 360 | 360 | |
| 361 | 361 | return true; |
| 362 | 362 | } |
| 363 | - $post_type = get_query_var( 'post_type' ); |
|
| 364 | - if ( is_array( $post_type ) ) {
|
|
| 365 | - $post_type = reset( $post_type ); |
|
| 363 | + $post_type = get_query_var('post_type');
|
|
| 364 | + if (is_array($post_type)) {
|
|
| 365 | + $post_type = reset($post_type); |
|
| 366 | 366 | } |
| 367 | - if ( is_post_type_archive() && in_array( $post_type, geodir_get_posttypes() ) ) {
|
|
| 367 | + if (is_post_type_archive() && in_array($post_type, geodir_get_posttypes())) {
|
|
| 368 | 368 | return true; |
| 369 | 369 | } |
| 370 | 370 | |
| 371 | 371 | break; |
| 372 | 372 | case 'home': |
| 373 | 373 | |
| 374 | - if ( ( is_page() && get_query_var( 'page_id' ) == geodir_home_page_id() ) || is_page_geodir_home() ) {
|
|
| 374 | + if ((is_page() && get_query_var('page_id') == geodir_home_page_id()) || is_page_geodir_home()) {
|
|
| 375 | 375 | return true; |
| 376 | 376 | } |
| 377 | 377 | |
| 378 | 378 | break; |
| 379 | 379 | case 'location': |
| 380 | - if ( is_page() && get_query_var( 'page_id' ) == geodir_location_page_id() ) {
|
|
| 380 | + if (is_page() && get_query_var('page_id') == geodir_location_page_id()) {
|
|
| 381 | 381 | return true; |
| 382 | 382 | } |
| 383 | 383 | break; |
| 384 | 384 | case 'author': |
| 385 | - if ( is_author() && isset( $_REQUEST['geodir_dashbord'] ) ) {
|
|
| 385 | + if (is_author() && isset($_REQUEST['geodir_dashbord'])) {
|
|
| 386 | 386 | return true; |
| 387 | 387 | } |
| 388 | 388 | |
| 389 | - if ( function_exists( 'bp_loggedin_user_id' ) && function_exists( 'bp_displayed_user_id' ) && $my_id = (int) bp_loggedin_user_id() ) {
|
|
| 390 | - if ( ( (bool) bp_is_current_component( 'listings' ) || (bool) bp_is_current_component( 'favorites' ) ) && $my_id > 0 && $my_id == (int) bp_displayed_user_id() ) {
|
|
| 389 | + if (function_exists('bp_loggedin_user_id') && function_exists('bp_displayed_user_id') && $my_id = (int) bp_loggedin_user_id()) {
|
|
| 390 | + if (((bool) bp_is_current_component('listings') || (bool) bp_is_current_component('favorites')) && $my_id > 0 && $my_id == (int) bp_displayed_user_id()) {
|
|
| 391 | 391 | return true; |
| 392 | 392 | } |
| 393 | 393 | } |
| 394 | 394 | break; |
| 395 | 395 | case 'search': |
| 396 | - if ( is_search() && isset( $_REQUEST['geodir_search'] ) ) {
|
|
| 396 | + if (is_search() && isset($_REQUEST['geodir_search'])) {
|
|
| 397 | 397 | return true; |
| 398 | 398 | } |
| 399 | 399 | break; |
| 400 | 400 | case 'info': |
| 401 | - if ( is_page() && get_query_var( 'page_id' ) == geodir_info_page_id() ) {
|
|
| 401 | + if (is_page() && get_query_var('page_id') == geodir_info_page_id()) {
|
|
| 402 | 402 | return true; |
| 403 | 403 | } |
| 404 | 404 | break; |
| 405 | 405 | case 'login': |
| 406 | - if ( is_page() && get_query_var( 'page_id' ) == geodir_login_page_id() ) {
|
|
| 406 | + if (is_page() && get_query_var('page_id') == geodir_login_page_id()) {
|
|
| 407 | 407 | return true; |
| 408 | 408 | } |
| 409 | 409 | break; |
| 410 | 410 | case 'checkout': |
| 411 | - if ( is_page() && function_exists( 'geodir_payment_checkout_page_id' ) && get_query_var( 'page_id' ) == geodir_payment_checkout_page_id() ) {
|
|
| 411 | + if (is_page() && function_exists('geodir_payment_checkout_page_id') && get_query_var('page_id') == geodir_payment_checkout_page_id()) {
|
|
| 412 | 412 | return true; |
| 413 | 413 | } |
| 414 | 414 | break; |
| 415 | 415 | case 'invoices': |
| 416 | - if ( is_page() && function_exists( 'geodir_payment_invoices_page_id' ) && get_query_var( 'page_id' ) == geodir_payment_invoices_page_id() ) {
|
|
| 416 | + if (is_page() && function_exists('geodir_payment_invoices_page_id') && get_query_var('page_id') == geodir_payment_invoices_page_id()) {
|
|
| 417 | 417 | return true; |
| 418 | 418 | } |
| 419 | 419 | break; |
@@ -438,25 +438,25 @@ discard block |
||
| 438 | 438 | * |
| 439 | 439 | * @param object $wp WordPress object. |
| 440 | 440 | */ |
| 441 | -function geodir_set_is_geodir_page( $wp ) {
|
|
| 442 | - if ( ! is_admin() ) {
|
|
| 441 | +function geodir_set_is_geodir_page($wp) {
|
|
| 442 | + if (!is_admin()) {
|
|
| 443 | 443 | //$wp->query_vars['gd_is_geodir_page'] = false; |
| 444 | 444 | //print_r() |
| 445 | - if ( empty( $wp->query_vars ) || ! array_diff( array_keys( $wp->query_vars ), array( |
|
| 445 | + if (empty($wp->query_vars) || !array_diff(array_keys($wp->query_vars), array( |
|
| 446 | 446 | 'preview', |
| 447 | 447 | 'page', |
| 448 | 448 | 'paged', |
| 449 | 449 | 'cpage' |
| 450 | - ) ) |
|
| 450 | + )) |
|
| 451 | 451 | ) {
|
| 452 | - if ( geodir_is_page( 'home' ) ) {
|
|
| 452 | + if (geodir_is_page('home')) {
|
|
| 453 | 453 | $wp->query_vars['gd_is_geodir_page'] = true; |
| 454 | 454 | } |
| 455 | 455 | |
| 456 | 456 | |
| 457 | 457 | } |
| 458 | 458 | |
| 459 | - if ( ! isset( $wp->query_vars['gd_is_geodir_page'] ) && isset( $wp->query_vars['page_id'] ) ) {
|
|
| 459 | + if (!isset($wp->query_vars['gd_is_geodir_page']) && isset($wp->query_vars['page_id'])) {
|
|
| 460 | 460 | if ( |
| 461 | 461 | $wp->query_vars['page_id'] == geodir_add_listing_page_id() |
| 462 | 462 | || $wp->query_vars['page_id'] == geodir_preview_page_id() |
@@ -465,26 +465,26 @@ discard block |
||
| 465 | 465 | || $wp->query_vars['page_id'] == geodir_home_page_id() |
| 466 | 466 | || $wp->query_vars['page_id'] == geodir_info_page_id() |
| 467 | 467 | || $wp->query_vars['page_id'] == geodir_login_page_id() |
| 468 | - || ( function_exists( 'geodir_payment_checkout_page_id' ) && $wp->query_vars['page_id'] == geodir_payment_checkout_page_id() ) |
|
| 469 | - || ( function_exists( 'geodir_payment_invoices_page_id' ) && $wp->query_vars['page_id'] == geodir_payment_invoices_page_id() ) |
|
| 468 | + || (function_exists('geodir_payment_checkout_page_id') && $wp->query_vars['page_id'] == geodir_payment_checkout_page_id())
|
|
| 469 | + || (function_exists('geodir_payment_invoices_page_id') && $wp->query_vars['page_id'] == geodir_payment_invoices_page_id())
|
|
| 470 | 470 | ) {
|
| 471 | 471 | $wp->query_vars['gd_is_geodir_page'] = true; |
| 472 | 472 | } |
| 473 | 473 | } |
| 474 | 474 | |
| 475 | - if ( ! isset( $wp->query_vars['gd_is_geodir_page'] ) && isset( $wp->query_vars['pagename'] ) ) {
|
|
| 476 | - $page = get_page_by_path( $wp->query_vars['pagename'] ); |
|
| 475 | + if (!isset($wp->query_vars['gd_is_geodir_page']) && isset($wp->query_vars['pagename'])) {
|
|
| 476 | + $page = get_page_by_path($wp->query_vars['pagename']); |
|
| 477 | 477 | |
| 478 | - if ( ! empty( $page ) && ( |
|
| 478 | + if (!empty($page) && ( |
|
| 479 | 479 | $page->ID == geodir_add_listing_page_id() |
| 480 | 480 | || $page->ID == geodir_preview_page_id() |
| 481 | 481 | || $page->ID == geodir_success_page_id() |
| 482 | 482 | || $page->ID == geodir_location_page_id() |
| 483 | - || ( isset( $wp->query_vars['page_id'] ) && $wp->query_vars['page_id'] == geodir_home_page_id() ) |
|
| 484 | - || ( isset( $wp->query_vars['page_id'] ) && $wp->query_vars['page_id'] == geodir_info_page_id() ) |
|
| 485 | - || ( isset( $wp->query_vars['page_id'] ) && $wp->query_vars['page_id'] == geodir_login_page_id() ) |
|
| 486 | - || ( isset( $wp->query_vars['page_id'] ) && function_exists( 'geodir_payment_checkout_page_id' ) && $wp->query_vars['page_id'] == geodir_payment_checkout_page_id() ) |
|
| 487 | - || ( isset( $wp->query_vars['page_id'] ) && function_exists( 'geodir_payment_invoices_page_id' ) && $wp->query_vars['page_id'] == geodir_payment_invoices_page_id() ) |
|
| 483 | + || (isset($wp->query_vars['page_id']) && $wp->query_vars['page_id'] == geodir_home_page_id()) |
|
| 484 | + || (isset($wp->query_vars['page_id']) && $wp->query_vars['page_id'] == geodir_info_page_id()) |
|
| 485 | + || (isset($wp->query_vars['page_id']) && $wp->query_vars['page_id'] == geodir_login_page_id()) |
|
| 486 | + || (isset($wp->query_vars['page_id']) && function_exists('geodir_payment_checkout_page_id') && $wp->query_vars['page_id'] == geodir_payment_checkout_page_id())
|
|
| 487 | + || (isset($wp->query_vars['page_id']) && function_exists('geodir_payment_invoices_page_id') && $wp->query_vars['page_id'] == geodir_payment_invoices_page_id())
|
|
| 488 | 488 | ) |
| 489 | 489 | ) {
|
| 490 | 490 | $wp->query_vars['gd_is_geodir_page'] = true; |
@@ -492,20 +492,20 @@ discard block |
||
| 492 | 492 | } |
| 493 | 493 | |
| 494 | 494 | |
| 495 | - if ( ! isset( $wp->query_vars['gd_is_geodir_page'] ) && isset( $wp->query_vars['post_type'] ) && $wp->query_vars['post_type'] != '' ) {
|
|
| 495 | + if (!isset($wp->query_vars['gd_is_geodir_page']) && isset($wp->query_vars['post_type']) && $wp->query_vars['post_type'] != '') {
|
|
| 496 | 496 | $requested_post_type = $wp->query_vars['post_type']; |
| 497 | 497 | // check if this post type is geodirectory post types |
| 498 | 498 | $post_type_array = geodir_get_posttypes(); |
| 499 | - if ( in_array( $requested_post_type, $post_type_array ) ) {
|
|
| 499 | + if (in_array($requested_post_type, $post_type_array)) {
|
|
| 500 | 500 | $wp->query_vars['gd_is_geodir_page'] = true; |
| 501 | 501 | } |
| 502 | 502 | } |
| 503 | 503 | |
| 504 | - if ( ! isset( $wp->query_vars['gd_is_geodir_page'] ) ) {
|
|
| 505 | - $geodir_taxonomis = geodir_get_taxonomies( '', true ); |
|
| 506 | - if ( ! empty( $geodir_taxonomis ) ) {
|
|
| 507 | - foreach ( $geodir_taxonomis as $taxonomy ) {
|
|
| 508 | - if ( array_key_exists( $taxonomy, $wp->query_vars ) ) {
|
|
| 504 | + if (!isset($wp->query_vars['gd_is_geodir_page'])) {
|
|
| 505 | + $geodir_taxonomis = geodir_get_taxonomies('', true);
|
|
| 506 | + if (!empty($geodir_taxonomis)) {
|
|
| 507 | + foreach ($geodir_taxonomis as $taxonomy) {
|
|
| 508 | + if (array_key_exists($taxonomy, $wp->query_vars)) {
|
|
| 509 | 509 | $wp->query_vars['gd_is_geodir_page'] = true; |
| 510 | 510 | break; |
| 511 | 511 | } |
@@ -514,20 +514,20 @@ discard block |
||
| 514 | 514 | |
| 515 | 515 | } |
| 516 | 516 | |
| 517 | - if ( ! isset( $wp->query_vars['gd_is_geodir_page'] ) && isset( $wp->query_vars['author_name'] ) && isset( $_REQUEST['geodir_dashbord'] ) ) {
|
|
| 517 | + if (!isset($wp->query_vars['gd_is_geodir_page']) && isset($wp->query_vars['author_name']) && isset($_REQUEST['geodir_dashbord'])) {
|
|
| 518 | 518 | $wp->query_vars['gd_is_geodir_page'] = true; |
| 519 | 519 | } |
| 520 | 520 | |
| 521 | 521 | |
| 522 | - if ( ! isset( $wp->query_vars['gd_is_geodir_page'] ) && isset( $_REQUEST['geodir_search'] ) ) {
|
|
| 522 | + if (!isset($wp->query_vars['gd_is_geodir_page']) && isset($_REQUEST['geodir_search'])) {
|
|
| 523 | 523 | $wp->query_vars['gd_is_geodir_page'] = true; |
| 524 | 524 | } |
| 525 | 525 | |
| 526 | 526 | |
| 527 | 527 | //check if homepage |
| 528 | - if ( ! isset( $wp->query_vars['gd_is_geodir_page'] ) |
|
| 529 | - && ! isset( $wp->query_vars['page_id'] ) |
|
| 530 | - && ! isset( $wp->query_vars['pagename'] ) |
|
| 528 | + if (!isset($wp->query_vars['gd_is_geodir_page']) |
|
| 529 | + && !isset($wp->query_vars['page_id']) |
|
| 530 | + && !isset($wp->query_vars['pagename']) |
|
| 531 | 531 | && is_page_geodir_home() |
| 532 | 532 | ) {
|
| 533 | 533 | $wp->query_vars['gd_is_geodir_page'] = true; |
@@ -551,14 +551,14 @@ discard block |
||
| 551 | 551 | */ |
| 552 | 552 | function geodir_is_geodir_page() {
|
| 553 | 553 | global $wp; |
| 554 | - if ( isset( $wp->query_vars['gd_is_geodir_page'] ) && $wp->query_vars['gd_is_geodir_page'] ) {
|
|
| 554 | + if (isset($wp->query_vars['gd_is_geodir_page']) && $wp->query_vars['gd_is_geodir_page']) {
|
|
| 555 | 555 | return true; |
| 556 | 556 | } else {
|
| 557 | 557 | return false; |
| 558 | 558 | } |
| 559 | 559 | } |
| 560 | 560 | |
| 561 | -if ( ! function_exists( 'geodir_get_imagesize' ) ) {
|
|
| 561 | +if (!function_exists('geodir_get_imagesize')) {
|
|
| 562 | 562 | /** |
| 563 | 563 | * Get image size using the size key . |
| 564 | 564 | * |
@@ -569,13 +569,13 @@ discard block |
||
| 569 | 569 | * |
| 570 | 570 | * @return array|mixed|void|WP_Error If valid returns image size. Else returns error. |
| 571 | 571 | */ |
| 572 | - function geodir_get_imagesize( $size = '' ) {
|
|
| 572 | + function geodir_get_imagesize($size = '') {
|
|
| 573 | 573 | |
| 574 | 574 | $imagesizes = array( |
| 575 | - 'list-thumb' => array( 'w' => 283, 'h' => 188 ), |
|
| 576 | - 'thumbnail' => array( 'w' => 125, 'h' => 125 ), |
|
| 577 | - 'widget-thumb' => array( 'w' => 50, 'h' => 50 ), |
|
| 578 | - 'slider-thumb' => array( 'w' => 100, 'h' => 100 ) |
|
| 575 | + 'list-thumb' => array('w' => 283, 'h' => 188),
|
|
| 576 | + 'thumbnail' => array('w' => 125, 'h' => 125),
|
|
| 577 | + 'widget-thumb' => array('w' => 50, 'h' => 50),
|
|
| 578 | + 'slider-thumb' => array('w' => 100, 'h' => 100)
|
|
| 579 | 579 | ); |
| 580 | 580 | |
| 581 | 581 | /** |
@@ -585,9 +585,9 @@ discard block |
||
| 585 | 585 | * |
| 586 | 586 | * @param array $imagesizes Image size array. |
| 587 | 587 | */ |
| 588 | - $imagesizes = apply_filters( 'geodir_imagesizes', $imagesizes ); |
|
| 588 | + $imagesizes = apply_filters('geodir_imagesizes', $imagesizes);
|
|
| 589 | 589 | |
| 590 | - if ( ! empty( $size ) && array_key_exists( $size, $imagesizes ) ) {
|
|
| 590 | + if (!empty($size) && array_key_exists($size, $imagesizes)) {
|
|
| 591 | 591 | /** |
| 592 | 592 | * Filters image size of the passed key. |
| 593 | 593 | * |
@@ -595,11 +595,11 @@ discard block |
||
| 595 | 595 | * |
| 596 | 596 | * @param array $imagesizes [$size] Image size array of the passed key. |
| 597 | 597 | */ |
| 598 | - return apply_filters( 'geodir_get_imagesize_' . $size, $imagesizes[ $size ] ); |
|
| 598 | + return apply_filters('geodir_get_imagesize_'.$size, $imagesizes[$size]);
|
|
| 599 | 599 | |
| 600 | - } elseif ( ! empty( $size ) ) {
|
|
| 600 | + } elseif (!empty($size)) {
|
|
| 601 | 601 | |
| 602 | - return new WP_Error( 'geodir_no_imagesize', __( "Given image size is not valid", 'geodirectory' ) ); |
|
| 602 | + return new WP_Error('geodir_no_imagesize', __("Given image size is not valid", 'geodirectory'));
|
|
| 603 | 603 | |
| 604 | 604 | } |
| 605 | 605 | |
@@ -623,7 +623,7 @@ discard block |
||
| 623 | 623 | */ |
| 624 | 624 | |
| 625 | 625 | |
| 626 | -if ( ! function_exists( 'createRandomString' ) ) {
|
|
| 626 | +if (!function_exists('createRandomString')) {
|
|
| 627 | 627 | /** |
| 628 | 628 | * Creates random string. |
| 629 | 629 | * |
@@ -633,21 +633,21 @@ discard block |
||
| 633 | 633 | */ |
| 634 | 634 | function createRandomString() {
|
| 635 | 635 | $chars = "abcdefghijkmlnopqrstuvwxyz1023456789"; |
| 636 | - srand( (double) microtime() * 1000000 ); |
|
| 636 | + srand((double) microtime() * 1000000); |
|
| 637 | 637 | $i = 0; |
| 638 | 638 | $rstring = ''; |
| 639 | - while ( $i <= 25 ) {
|
|
| 639 | + while ($i <= 25) {
|
|
| 640 | 640 | $num = rand() % 33; |
| 641 | - $tmp = substr( $chars, $num, 1 ); |
|
| 642 | - $rstring = $rstring . $tmp; |
|
| 643 | - $i ++; |
|
| 641 | + $tmp = substr($chars, $num, 1); |
|
| 642 | + $rstring = $rstring.$tmp; |
|
| 643 | + $i++; |
|
| 644 | 644 | } |
| 645 | 645 | |
| 646 | 646 | return $rstring; |
| 647 | 647 | } |
| 648 | 648 | } |
| 649 | 649 | |
| 650 | -if ( ! function_exists( 'geodir_getDistanceRadius' ) ) {
|
|
| 650 | +if (!function_exists('geodir_getDistanceRadius')) {
|
|
| 651 | 651 | /** |
| 652 | 652 | * Calculates the distance radius. |
| 653 | 653 | * |
@@ -658,9 +658,9 @@ discard block |
||
| 658 | 658 | * |
| 659 | 659 | * @return float The mean radius. |
| 660 | 660 | */ |
| 661 | - function geodir_getDistanceRadius( $uom = 'km' ) {
|
|
| 661 | + function geodir_getDistanceRadius($uom = 'km') {
|
|
| 662 | 662 | // Use Haversine formula to calculate the great circle distance between two points identified by longitude and latitude |
| 663 | - switch ( geodir_strtolower( $uom ) ): |
|
| 663 | + switch (geodir_strtolower($uom)): |
|
| 664 | 664 | case 'km' : |
| 665 | 665 | $earthMeanRadius = 6371.009; // km |
| 666 | 666 | break; |
@@ -692,7 +692,7 @@ discard block |
||
| 692 | 692 | } |
| 693 | 693 | |
| 694 | 694 | |
| 695 | -if ( ! function_exists( 'geodir_calculateDistanceFromLatLong' ) ) {
|
|
| 695 | +if (!function_exists('geodir_calculateDistanceFromLatLong')) {
|
|
| 696 | 696 | /** |
| 697 | 697 | * Calculate the great circle distance between two points identified by longitude and latitude. |
| 698 | 698 | * |
@@ -705,17 +705,17 @@ discard block |
||
| 705 | 705 | * |
| 706 | 706 | * @return float The distance. |
| 707 | 707 | */ |
| 708 | - function geodir_calculateDistanceFromLatLong( $point1, $point2, $uom = 'km' ) {
|
|
| 708 | + function geodir_calculateDistanceFromLatLong($point1, $point2, $uom = 'km') {
|
|
| 709 | 709 | // Use Haversine formula to calculate the great circle distance between two points identified by longitude and latitude |
| 710 | 710 | |
| 711 | - $earthMeanRadius = geodir_getDistanceRadius( $uom ); |
|
| 711 | + $earthMeanRadius = geodir_getDistanceRadius($uom); |
|
| 712 | 712 | |
| 713 | - $deltaLatitude = deg2rad( (float) $point2['latitude'] - (float) $point1['latitude'] ); |
|
| 714 | - $deltaLongitude = deg2rad( (float) $point2['longitude'] - (float) $point1['longitude'] ); |
|
| 715 | - $a = sin( $deltaLatitude / 2 ) * sin( $deltaLatitude / 2 ) + |
|
| 716 | - cos( deg2rad( (float) $point1['latitude'] ) ) * cos( deg2rad( (float) $point2['latitude'] ) ) * |
|
| 717 | - sin( $deltaLongitude / 2 ) * sin( $deltaLongitude / 2 ); |
|
| 718 | - $c = 2 * atan2( sqrt( $a ), sqrt( 1 - $a ) ); |
|
| 713 | + $deltaLatitude = deg2rad((float) $point2['latitude'] - (float) $point1['latitude']); |
|
| 714 | + $deltaLongitude = deg2rad((float) $point2['longitude'] - (float) $point1['longitude']); |
|
| 715 | + $a = sin($deltaLatitude / 2) * sin($deltaLatitude / 2) + |
|
| 716 | + cos(deg2rad((float) $point1['latitude'])) * cos(deg2rad((float) $point2['latitude'])) * |
|
| 717 | + sin($deltaLongitude / 2) * sin($deltaLongitude / 2); |
|
| 718 | + $c = 2 * atan2(sqrt($a), sqrt(1 - $a)); |
|
| 719 | 719 | $distance = $earthMeanRadius * $c; |
| 720 | 720 | |
| 721 | 721 | return $distance; |
@@ -724,7 +724,7 @@ discard block |
||
| 724 | 724 | } |
| 725 | 725 | |
| 726 | 726 | |
| 727 | -if ( ! function_exists( 'geodir_sendEmail' ) ) {
|
|
| 727 | +if (!function_exists('geodir_sendEmail')) {
|
|
| 728 | 728 | /** |
| 729 | 729 | * The main function that send transactional emails using the args provided. |
| 730 | 730 | * |
@@ -743,95 +743,95 @@ discard block |
||
| 743 | 743 | * @param string $post_id The post ID. |
| 744 | 744 | * @param string $user_id The user ID. |
| 745 | 745 | */ |
| 746 | - function geodir_sendEmail( $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra = '', $message_type, $post_id = '', $user_id = '' ) {
|
|
| 746 | + function geodir_sendEmail($fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra = '', $message_type, $post_id = '', $user_id = '') {
|
|
| 747 | 747 | $login_details = ''; |
| 748 | 748 | |
| 749 | 749 | // strip slashes from subject & message text |
| 750 | - $to_subject = stripslashes_deep( $to_subject ); |
|
| 751 | - $to_message = stripslashes_deep( $to_message ); |
|
| 750 | + $to_subject = stripslashes_deep($to_subject); |
|
| 751 | + $to_message = stripslashes_deep($to_message); |
|
| 752 | 752 | |
| 753 | - if ( $message_type == 'send_friend' ) {
|
|
| 754 | - $subject = get_option( 'geodir_email_friend_subject' ); |
|
| 755 | - $message = get_option( 'geodir_email_friend_content' ); |
|
| 756 | - } elseif ( $message_type == 'send_enquiry' ) {
|
|
| 757 | - $subject = get_option( 'geodir_email_enquiry_subject' ); |
|
| 758 | - $message = get_option( 'geodir_email_enquiry_content' ); |
|
| 753 | + if ($message_type == 'send_friend') {
|
|
| 754 | + $subject = get_option('geodir_email_friend_subject');
|
|
| 755 | + $message = get_option('geodir_email_friend_content');
|
|
| 756 | + } elseif ($message_type == 'send_enquiry') {
|
|
| 757 | + $subject = get_option('geodir_email_enquiry_subject');
|
|
| 758 | + $message = get_option('geodir_email_enquiry_content');
|
|
| 759 | 759 | |
| 760 | 760 | // change to name in some cases |
| 761 | - $post_author = get_post_field( 'post_author', $post_id ); |
|
| 762 | - if(is_super_admin( $post_author )){// if admin probably not the post author so change name
|
|
| 763 | - $toEmailName = __('Business Owner','geodirectory');
|
|
| 764 | - }elseif(defined('GEODIRCLAIM_VERSION') && geodir_get_post_meta($post_id,'claimed')!='1'){// if claim manager installed but listing not claimed
|
|
| 765 | - $toEmailName = __('Business Owner','geodirectory');
|
|
| 761 | + $post_author = get_post_field('post_author', $post_id);
|
|
| 762 | + if (is_super_admin($post_author)) {// if admin probably not the post author so change name
|
|
| 763 | + $toEmailName = __('Business Owner', 'geodirectory');
|
|
| 764 | + }elseif (defined('GEODIRCLAIM_VERSION') && geodir_get_post_meta($post_id, 'claimed') != '1') {// if claim manager installed but listing not claimed
|
|
| 765 | + $toEmailName = __('Business Owner', 'geodirectory');
|
|
| 766 | 766 | } |
| 767 | 767 | |
| 768 | 768 | |
| 769 | - } elseif ( $message_type == 'forgot_password' ) {
|
|
| 770 | - $subject = get_option( 'geodir_forgot_password_subject' ); |
|
| 771 | - $message = get_option( 'geodir_forgot_password_content' ); |
|
| 769 | + } elseif ($message_type == 'forgot_password') {
|
|
| 770 | + $subject = get_option('geodir_forgot_password_subject');
|
|
| 771 | + $message = get_option('geodir_forgot_password_content');
|
|
| 772 | 772 | $login_details = $to_message; |
| 773 | - } elseif ( $message_type == 'registration' ) {
|
|
| 774 | - $subject = get_option( 'geodir_registration_success_email_subject' ); |
|
| 775 | - $message = get_option( 'geodir_registration_success_email_content' ); |
|
| 773 | + } elseif ($message_type == 'registration') {
|
|
| 774 | + $subject = get_option('geodir_registration_success_email_subject');
|
|
| 775 | + $message = get_option('geodir_registration_success_email_content');
|
|
| 776 | 776 | $login_details = $to_message; |
| 777 | - } elseif ( $message_type == 'post_submit' ) {
|
|
| 778 | - $subject = get_option( 'geodir_post_submited_success_email_subject' ); |
|
| 779 | - $message = get_option( 'geodir_post_submited_success_email_content' ); |
|
| 780 | - } elseif ( $message_type == 'listing_published' ) {
|
|
| 781 | - $subject = get_option( 'geodir_post_published_email_subject' ); |
|
| 782 | - $message = get_option( 'geodir_post_published_email_content' ); |
|
| 783 | - } elseif ( $message_type == 'listing_edited' ) {
|
|
| 784 | - $subject = get_option( 'geodir_post_edited_email_subject_admin' ); |
|
| 785 | - $message = get_option( 'geodir_post_edited_email_content_admin' ); |
|
| 777 | + } elseif ($message_type == 'post_submit') {
|
|
| 778 | + $subject = get_option('geodir_post_submited_success_email_subject');
|
|
| 779 | + $message = get_option('geodir_post_submited_success_email_content');
|
|
| 780 | + } elseif ($message_type == 'listing_published') {
|
|
| 781 | + $subject = get_option('geodir_post_published_email_subject');
|
|
| 782 | + $message = get_option('geodir_post_published_email_content');
|
|
| 783 | + } elseif ($message_type == 'listing_edited') {
|
|
| 784 | + $subject = get_option('geodir_post_edited_email_subject_admin');
|
|
| 785 | + $message = get_option('geodir_post_edited_email_content_admin');
|
|
| 786 | 786 | } |
| 787 | 787 | |
| 788 | - if ( ! empty( $subject ) ) {
|
|
| 789 | - $subject = __( stripslashes_deep( $subject ), 'geodirectory' ); |
|
| 788 | + if (!empty($subject)) {
|
|
| 789 | + $subject = __(stripslashes_deep($subject), 'geodirectory'); |
|
| 790 | 790 | } |
| 791 | 791 | |
| 792 | - if ( ! empty( $message ) ) {
|
|
| 793 | - $message = __( stripslashes_deep( $message ), 'geodirectory' ); |
|
| 792 | + if (!empty($message)) {
|
|
| 793 | + $message = __(stripslashes_deep($message), 'geodirectory'); |
|
| 794 | 794 | } |
| 795 | 795 | |
| 796 | - $to_message = nl2br( $to_message ); |
|
| 797 | - $sitefromEmail = get_option( 'site_email' ); |
|
| 796 | + $to_message = nl2br($to_message); |
|
| 797 | + $sitefromEmail = get_option('site_email');
|
|
| 798 | 798 | $sitefromEmailName = get_site_emailName(); |
| 799 | - $productlink = get_permalink( $post_id ); |
|
| 799 | + $productlink = get_permalink($post_id); |
|
| 800 | 800 | |
| 801 | 801 | $user_login = ''; |
| 802 | - if ( $user_id > 0 && $user_info = get_userdata( $user_id ) ) {
|
|
| 802 | + if ($user_id > 0 && $user_info = get_userdata($user_id)) {
|
|
| 803 | 803 | $user_login = $user_info->user_login; |
| 804 | 804 | } |
| 805 | 805 | |
| 806 | 806 | $posted_date = ''; |
| 807 | 807 | $listingLink = ''; |
| 808 | 808 | |
| 809 | - $post_info = get_post( $post_id ); |
|
| 809 | + $post_info = get_post($post_id); |
|
| 810 | 810 | |
| 811 | - if ( $post_info ) {
|
|
| 811 | + if ($post_info) {
|
|
| 812 | 812 | $posted_date = $post_info->post_date; |
| 813 | - $listingLink = '<a href="' . $productlink . '"><b>' . $post_info->post_title . '</b></a>'; |
|
| 813 | + $listingLink = '<a href="'.$productlink.'"><b>'.$post_info->post_title.'</b></a>'; |
|
| 814 | 814 | } |
| 815 | 815 | $siteurl = home_url(); |
| 816 | - $siteurl_link = '<a href="' . $siteurl . '">' . $siteurl . '</a>'; |
|
| 816 | + $siteurl_link = '<a href="'.$siteurl.'">'.$siteurl.'</a>'; |
|
| 817 | 817 | $loginurl = geodir_login_url(); |
| 818 | - $loginurl_link = '<a href="' . $loginurl . '">login</a>'; |
|
| 818 | + $loginurl_link = '<a href="'.$loginurl.'">login</a>'; |
|
| 819 | 819 | |
| 820 | - $post_author_id = ! empty( $post_info ) ? $post_info->post_author : 0; |
|
| 821 | - $post_author_data = $post_author_id ? get_userdata( $post_author_id ) : NULL; |
|
| 822 | - $post_author_name = geodir_get_client_name( $post_author_id ); |
|
| 823 | - $post_author_email = !empty( $post_author_data->user_email ) ? $post_author_data->user_email : ''; |
|
| 824 | - $current_date = date_i18n( 'Y-m-d H:i:s', current_time( 'timestamp' ) ); |
|
| 825 | - |
|
| 826 | - if ( $fromEmail == '' ) {
|
|
| 827 | - $fromEmail = get_option( 'site_email' ); |
|
| 820 | + $post_author_id = !empty($post_info) ? $post_info->post_author : 0; |
|
| 821 | + $post_author_data = $post_author_id ? get_userdata($post_author_id) : NULL; |
|
| 822 | + $post_author_name = geodir_get_client_name($post_author_id); |
|
| 823 | + $post_author_email = !empty($post_author_data->user_email) ? $post_author_data->user_email : ''; |
|
| 824 | + $current_date = date_i18n('Y-m-d H:i:s', current_time('timestamp'));
|
|
| 825 | + |
|
| 826 | + if ($fromEmail == '') {
|
|
| 827 | + $fromEmail = get_option('site_email');
|
|
| 828 | 828 | } |
| 829 | 829 | |
| 830 | - if ( $fromEmailName == '' ) {
|
|
| 831 | - $fromEmailName = get_option( 'site_email_name' ); |
|
| 830 | + if ($fromEmailName == '') {
|
|
| 831 | + $fromEmailName = get_option('site_email_name');
|
|
| 832 | 832 | } |
| 833 | 833 | |
| 834 | - $search_array = array( |
|
| 834 | + $search_array = array( |
|
| 835 | 835 | '[#listing_link#]', |
| 836 | 836 | '[#site_name_url#]', |
| 837 | 837 | '[#post_id#]', |
@@ -873,7 +873,7 @@ discard block |
||
| 873 | 873 | $post_author_email, |
| 874 | 874 | $current_date, |
| 875 | 875 | ); |
| 876 | - $message = str_replace( $search_array, $replace_array, $message ); |
|
| 876 | + $message = str_replace($search_array, $replace_array, $message); |
|
| 877 | 877 | |
| 878 | 878 | $search_array = array( |
| 879 | 879 | '[#listing_link#]', |
@@ -911,12 +911,12 @@ discard block |
||
| 911 | 911 | $post_author_email, |
| 912 | 912 | $current_date |
| 913 | 913 | ); |
| 914 | - $subject = str_replace( $search_array, $replace_array, $subject ); |
|
| 914 | + $subject = str_replace($search_array, $replace_array, $subject); |
|
| 915 | 915 | |
| 916 | - $headers = array(); |
|
| 916 | + $headers = array(); |
|
| 917 | 917 | $headers[] = 'Content-type: text/html; charset=UTF-8'; |
| 918 | - $headers[] = "Reply-To: " . $fromEmail; |
|
| 919 | - $headers[] = 'From: ' . $sitefromEmailName . ' <' . $sitefromEmail . '>'; |
|
| 918 | + $headers[] = "Reply-To: ".$fromEmail; |
|
| 919 | + $headers[] = 'From: '.$sitefromEmailName.' <'.$sitefromEmail.'>'; |
|
| 920 | 920 | |
| 921 | 921 | $to = $toEmail; |
| 922 | 922 | |
@@ -938,7 +938,7 @@ discard block |
||
| 938 | 938 | * @param string $post_id The post ID. |
| 939 | 939 | * @param string $user_id The user ID. |
| 940 | 940 | */ |
| 941 | - $to = apply_filters( 'geodir_sendEmail_to', $to, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id ); |
|
| 941 | + $to = apply_filters('geodir_sendEmail_to', $to, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id);
|
|
| 942 | 942 | /** |
| 943 | 943 | * Filter the client email subject. |
| 944 | 944 | * |
@@ -957,7 +957,7 @@ discard block |
||
| 957 | 957 | * @param string $post_id The post ID. |
| 958 | 958 | * @param string $user_id The user ID. |
| 959 | 959 | */ |
| 960 | - $subject = apply_filters( 'geodir_sendEmail_subject', $subject, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id ); |
|
| 960 | + $subject = apply_filters('geodir_sendEmail_subject', $subject, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id);
|
|
| 961 | 961 | /** |
| 962 | 962 | * Filter the client email message. |
| 963 | 963 | * |
@@ -976,7 +976,7 @@ discard block |
||
| 976 | 976 | * @param string $post_id The post ID. |
| 977 | 977 | * @param string $user_id The user ID. |
| 978 | 978 | */ |
| 979 | - $message = apply_filters( 'geodir_sendEmail_message', $message, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id ); |
|
| 979 | + $message = apply_filters('geodir_sendEmail_message', $message, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id);
|
|
| 980 | 980 | /** |
| 981 | 981 | * Filter the client email headers. |
| 982 | 982 | * |
@@ -995,39 +995,39 @@ discard block |
||
| 995 | 995 | * @param string $post_id The post ID. |
| 996 | 996 | * @param string $user_id The user ID. |
| 997 | 997 | */ |
| 998 | - $headers = apply_filters( 'geodir_sendEmail_headers', $headers, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id ); |
|
| 998 | + $headers = apply_filters('geodir_sendEmail_headers', $headers, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id);
|
|
| 999 | 999 | |
| 1000 | - $sent = wp_mail( $to, $subject, $message, $headers ); |
|
| 1000 | + $sent = wp_mail($to, $subject, $message, $headers); |
|
| 1001 | 1001 | |
| 1002 | - if ( ! $sent ) {
|
|
| 1003 | - if ( is_array( $to ) ) {
|
|
| 1004 | - $to = implode( ',', $to ); |
|
| 1002 | + if (!$sent) {
|
|
| 1003 | + if (is_array($to)) {
|
|
| 1004 | + $to = implode(',', $to);
|
|
| 1005 | 1005 | } |
| 1006 | 1006 | $log_message = sprintf( |
| 1007 | - __( "Email from GeoDirectory failed to send.\nMessage type: %s\nSend time: %s\nTo: %s\nSubject: %s\n\n", 'geodirectory' ), |
|
| 1007 | + __("Email from GeoDirectory failed to send.\nMessage type: %s\nSend time: %s\nTo: %s\nSubject: %s\n\n", 'geodirectory'),
|
|
| 1008 | 1008 | $message_type, |
| 1009 | - date_i18n( 'F j Y H:i:s', current_time( 'timestamp' ) ), |
|
| 1009 | + date_i18n('F j Y H:i:s', current_time('timestamp')),
|
|
| 1010 | 1010 | $to, |
| 1011 | 1011 | $subject |
| 1012 | 1012 | ); |
| 1013 | - geodir_error_log( $log_message ); |
|
| 1013 | + geodir_error_log($log_message); |
|
| 1014 | 1014 | } |
| 1015 | 1015 | |
| 1016 | 1016 | ///////// ADMIN BCC EMIALS |
| 1017 | - $adminEmail = get_bloginfo( 'admin_email' ); |
|
| 1017 | + $adminEmail = get_bloginfo('admin_email');
|
|
| 1018 | 1018 | $to = $adminEmail; |
| 1019 | 1019 | |
| 1020 | 1020 | $admin_bcc = false; |
| 1021 | - if ( $message_type == 'registration' ) {
|
|
| 1022 | - $message_raw = explode( __( "Password:", 'geodirectory' ), $message ); |
|
| 1023 | - $message_raw2 = explode( "</p>", $message_raw[1], 2 ); |
|
| 1024 | - $message = $message_raw[0] . __( 'Password:', 'geodirectory' ) . ' **********</p>' . $message_raw2[1]; |
|
| 1021 | + if ($message_type == 'registration') {
|
|
| 1022 | + $message_raw = explode(__("Password:", 'geodirectory'), $message);
|
|
| 1023 | + $message_raw2 = explode("</p>", $message_raw[1], 2);
|
|
| 1024 | + $message = $message_raw[0].__('Password:', 'geodirectory').' **********</p>'.$message_raw2[1];
|
|
| 1025 | 1025 | } |
| 1026 | - if ( $message_type == 'post_submit' ) {
|
|
| 1027 | - $subject = __( stripslashes_deep( get_option( 'geodir_post_submited_success_email_subject_admin' ) ), 'geodirectory' ); |
|
| 1028 | - $message = __( stripslashes_deep( get_option( 'geodir_post_submited_success_email_content_admin' ) ), 'geodirectory' ); |
|
| 1026 | + if ($message_type == 'post_submit') {
|
|
| 1027 | + $subject = __(stripslashes_deep(get_option('geodir_post_submited_success_email_subject_admin')), 'geodirectory');
|
|
| 1028 | + $message = __(stripslashes_deep(get_option('geodir_post_submited_success_email_content_admin')), 'geodirectory');
|
|
| 1029 | 1029 | |
| 1030 | - $search_array = array( |
|
| 1030 | + $search_array = array( |
|
| 1031 | 1031 | '[#listing_link#]', |
| 1032 | 1032 | '[#site_name_url#]', |
| 1033 | 1033 | '[#post_id#]', |
@@ -1063,7 +1063,7 @@ discard block |
||
| 1063 | 1063 | $user_login, |
| 1064 | 1064 | $post_author_email, |
| 1065 | 1065 | ); |
| 1066 | - $message = str_replace( $search_array, $replace_array, $message ); |
|
| 1066 | + $message = str_replace($search_array, $replace_array, $message); |
|
| 1067 | 1067 | |
| 1068 | 1068 | $search_array = array( |
| 1069 | 1069 | '[#listing_link#]', |
@@ -1095,26 +1095,26 @@ discard block |
||
| 1095 | 1095 | $user_login, |
| 1096 | 1096 | $post_author_email, |
| 1097 | 1097 | ); |
| 1098 | - $subject = str_replace( $search_array, $replace_array, $subject ); |
|
| 1098 | + $subject = str_replace($search_array, $replace_array, $subject); |
|
| 1099 | 1099 | |
| 1100 | 1100 | $subject .= ' - ADMIN BCC COPY'; |
| 1101 | 1101 | $admin_bcc = true; |
| 1102 | 1102 | |
| 1103 | - } elseif ( $message_type == 'registration' && get_option( 'geodir_bcc_new_user' ) ) {
|
|
| 1103 | + } elseif ($message_type == 'registration' && get_option('geodir_bcc_new_user')) {
|
|
| 1104 | 1104 | $subject .= ' - ADMIN BCC COPY'; |
| 1105 | 1105 | $admin_bcc = true; |
| 1106 | - } elseif ( $message_type == 'send_friend' && get_option( 'geodir_bcc_friend' ) ) {
|
|
| 1106 | + } elseif ($message_type == 'send_friend' && get_option('geodir_bcc_friend')) {
|
|
| 1107 | 1107 | $subject .= ' - ADMIN BCC COPY'; |
| 1108 | 1108 | $admin_bcc = true; |
| 1109 | - } elseif ( $message_type == 'send_enquiry' && get_option( 'geodir_bcc_enquiry' ) ) {
|
|
| 1109 | + } elseif ($message_type == 'send_enquiry' && get_option('geodir_bcc_enquiry')) {
|
|
| 1110 | 1110 | $subject .= ' - ADMIN BCC COPY'; |
| 1111 | 1111 | $admin_bcc = true; |
| 1112 | - } elseif ( $message_type == 'listing_published' && get_option( 'geodir_bcc_listing_published' ) ) {
|
|
| 1112 | + } elseif ($message_type == 'listing_published' && get_option('geodir_bcc_listing_published')) {
|
|
| 1113 | 1113 | $subject .= ' - ADMIN BCC COPY'; |
| 1114 | 1114 | $admin_bcc = true; |
| 1115 | 1115 | } |
| 1116 | 1116 | |
| 1117 | - if ( $admin_bcc === true ) {
|
|
| 1117 | + if ($admin_bcc === true) {
|
|
| 1118 | 1118 | |
| 1119 | 1119 | /** |
| 1120 | 1120 | * Filter the client email subject. |
@@ -1134,7 +1134,7 @@ discard block |
||
| 1134 | 1134 | * @param string $post_id The post ID. |
| 1135 | 1135 | * @param string $user_id The user ID. |
| 1136 | 1136 | */ |
| 1137 | - $subject = apply_filters( 'geodir_sendEmail_subject_admin_bcc', $subject, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id ); |
|
| 1137 | + $subject = apply_filters('geodir_sendEmail_subject_admin_bcc', $subject, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id);
|
|
| 1138 | 1138 | /** |
| 1139 | 1139 | * Filter the client email message. |
| 1140 | 1140 | * |
@@ -1153,23 +1153,23 @@ discard block |
||
| 1153 | 1153 | * @param string $post_id The post ID. |
| 1154 | 1154 | * @param string $user_id The user ID. |
| 1155 | 1155 | */ |
| 1156 | - $message = apply_filters( 'geodir_sendEmail_message_admin_bcc', $message, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id ); |
|
| 1156 | + $message = apply_filters('geodir_sendEmail_message_admin_bcc', $message, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id);
|
|
| 1157 | 1157 | |
| 1158 | 1158 | |
| 1159 | - $sent = wp_mail( $to, $subject, $message, $headers ); |
|
| 1159 | + $sent = wp_mail($to, $subject, $message, $headers); |
|
| 1160 | 1160 | |
| 1161 | - if ( ! $sent ) {
|
|
| 1162 | - if ( is_array( $to ) ) {
|
|
| 1163 | - $to = implode( ',', $to ); |
|
| 1161 | + if (!$sent) {
|
|
| 1162 | + if (is_array($to)) {
|
|
| 1163 | + $to = implode(',', $to);
|
|
| 1164 | 1164 | } |
| 1165 | 1165 | $log_message = sprintf( |
| 1166 | - __( "Email from GeoDirectory failed to send.\nMessage type: %s\nSend time: %s\nTo: %s\nSubject: %s\n\n", 'geodirectory' ), |
|
| 1166 | + __("Email from GeoDirectory failed to send.\nMessage type: %s\nSend time: %s\nTo: %s\nSubject: %s\n\n", 'geodirectory'),
|
|
| 1167 | 1167 | $message_type, |
| 1168 | - date_i18n( 'F j Y H:i:s', current_time( 'timestamp' ) ), |
|
| 1168 | + date_i18n('F j Y H:i:s', current_time('timestamp')),
|
|
| 1169 | 1169 | $to, |
| 1170 | 1170 | $subject |
| 1171 | 1171 | ); |
| 1172 | - geodir_error_log( $log_message ); |
|
| 1172 | + geodir_error_log($log_message); |
|
| 1173 | 1173 | } |
| 1174 | 1174 | } |
| 1175 | 1175 | |
@@ -1185,49 +1185,49 @@ discard block |
||
| 1185 | 1185 | */ |
| 1186 | 1186 | function geodir_taxonomy_breadcrumb() {
|
| 1187 | 1187 | |
| 1188 | - $term = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) ); |
|
| 1188 | + $term = get_term_by('slug', get_query_var('term'), get_query_var('taxonomy'));
|
|
| 1189 | 1189 | $parent = $term->parent; |
| 1190 | 1190 | |
| 1191 | - while ( $parent ): |
|
| 1191 | + while ($parent): |
|
| 1192 | 1192 | $parents[] = $parent; |
| 1193 | - $new_parent = get_term_by( 'id', $parent, get_query_var( 'taxonomy' ) ); |
|
| 1193 | + $new_parent = get_term_by('id', $parent, get_query_var('taxonomy'));
|
|
| 1194 | 1194 | $parent = $new_parent->parent; |
| 1195 | 1195 | endwhile; |
| 1196 | 1196 | |
| 1197 | - if ( ! empty( $parents ) ): |
|
| 1198 | - $parents = array_reverse( $parents ); |
|
| 1197 | + if (!empty($parents)): |
|
| 1198 | + $parents = array_reverse($parents); |
|
| 1199 | 1199 | |
| 1200 | - foreach ( $parents as $parent ): |
|
| 1201 | - $item = get_term_by( 'id', $parent, get_query_var( 'taxonomy' ) ); |
|
| 1202 | - $url = get_term_link( $item, get_query_var( 'taxonomy' ) ); |
|
| 1203 | - echo '<li> > <a href="' . $url . '">' . $item->name . '</a></li>'; |
|
| 1200 | + foreach ($parents as $parent): |
|
| 1201 | + $item = get_term_by('id', $parent, get_query_var('taxonomy'));
|
|
| 1202 | + $url = get_term_link($item, get_query_var('taxonomy'));
|
|
| 1203 | + echo '<li> > <a href="'.$url.'">'.$item->name.'</a></li>'; |
|
| 1204 | 1204 | endforeach; |
| 1205 | 1205 | |
| 1206 | 1206 | endif; |
| 1207 | 1207 | |
| 1208 | - echo '<li> > ' . $term->name . '</li>'; |
|
| 1208 | + echo '<li> > '.$term->name.'</li>'; |
|
| 1209 | 1209 | } |
| 1210 | 1210 | |
| 1211 | -function geodir_wpml_post_type_archive_link($link, $post_type){
|
|
| 1211 | +function geodir_wpml_post_type_archive_link($link, $post_type) {
|
|
| 1212 | 1212 | if (function_exists('icl_object_id')) {
|
| 1213 | - $post_types = get_option( 'geodir_post_types' ); |
|
| 1214 | - $slug = $post_types[ $post_type ]['rewrite']['slug']; |
|
| 1213 | + $post_types = get_option('geodir_post_types');
|
|
| 1214 | + $slug = $post_types[$post_type]['rewrite']['slug']; |
|
| 1215 | 1215 | |
| 1216 | 1216 | // Alter the CPT slug if WPML is set to do so |
| 1217 | - if ( function_exists( 'icl_object_id' ) ) {
|
|
| 1218 | - if ( gd_wpml_slug_translation_turned_on( $post_type ) && $language_code = gd_wpml_get_lang_from_url( $link) ) {
|
|
| 1217 | + if (function_exists('icl_object_id')) {
|
|
| 1218 | + if (gd_wpml_slug_translation_turned_on($post_type) && $language_code = gd_wpml_get_lang_from_url($link)) {
|
|
| 1219 | 1219 | |
| 1220 | 1220 | $org_slug = $slug; |
| 1221 | - $slug = apply_filters( 'wpml_translate_single_string', |
|
| 1221 | + $slug = apply_filters('wpml_translate_single_string',
|
|
| 1222 | 1222 | $slug, |
| 1223 | 1223 | 'WordPress', |
| 1224 | - 'URL slug: ' . $slug, |
|
| 1225 | - $language_code ); |
|
| 1224 | + 'URL slug: '.$slug, |
|
| 1225 | + $language_code); |
|
| 1226 | 1226 | |
| 1227 | - if ( ! $slug ) {
|
|
| 1227 | + if (!$slug) {
|
|
| 1228 | 1228 | $slug = $org_slug; |
| 1229 | 1229 | } else {
|
| 1230 | - $link = str_replace( $org_slug, $slug, $link ); |
|
| 1230 | + $link = str_replace($org_slug, $slug, $link); |
|
| 1231 | 1231 | } |
| 1232 | 1232 | } |
| 1233 | 1233 | } |
@@ -1235,7 +1235,7 @@ discard block |
||
| 1235 | 1235 | |
| 1236 | 1236 | return $link; |
| 1237 | 1237 | } |
| 1238 | -add_filter( 'post_type_archive_link','geodir_wpml_post_type_archive_link', 1000, 2); |
|
| 1238 | +add_filter('post_type_archive_link', 'geodir_wpml_post_type_archive_link', 1000, 2);
|
|
| 1239 | 1239 | |
| 1240 | 1240 | /** |
| 1241 | 1241 | * Main function that generates breadcrumb for all pages. |
@@ -1256,9 +1256,9 @@ discard block |
||
| 1256 | 1256 | * |
| 1257 | 1257 | * @since 1.0.0 |
| 1258 | 1258 | */ |
| 1259 | - $separator = apply_filters( 'geodir_breadcrumb_separator', ' > ' ); |
|
| 1259 | + $separator = apply_filters('geodir_breadcrumb_separator', ' > ');
|
|
| 1260 | 1260 | |
| 1261 | - if ( ! geodir_is_page( 'home' ) ) {
|
|
| 1261 | + if (!geodir_is_page('home')) {
|
|
| 1262 | 1262 | $breadcrumb = ''; |
| 1263 | 1263 | $url_categoris = ''; |
| 1264 | 1264 | $breadcrumb .= '<div class="geodir-breadcrumb clearfix"><ul id="breadcrumbs">'; |
@@ -1267,167 +1267,167 @@ discard block |
||
| 1267 | 1267 | * |
| 1268 | 1268 | * @since 1.0.0 |
| 1269 | 1269 | */ |
| 1270 | - $breadcrumb .= '<li>' . apply_filters( 'geodir_breadcrumb_first_link', '<a href="' . home_url() . '">' . __( 'Home', 'geodirectory' ) . '</a>' ) . '</li>'; |
|
| 1270 | + $breadcrumb .= '<li>'.apply_filters('geodir_breadcrumb_first_link', '<a href="'.home_url().'">'.__('Home', 'geodirectory').'</a>').'</li>';
|
|
| 1271 | 1271 | |
| 1272 | 1272 | $gd_post_type = geodir_get_current_posttype(); |
| 1273 | - $post_type_info = get_post_type_object( $gd_post_type ); |
|
| 1273 | + $post_type_info = get_post_type_object($gd_post_type); |
|
| 1274 | 1274 | |
| 1275 | - remove_filter( 'post_type_archive_link', 'geodir_get_posttype_link' ); |
|
| 1275 | + remove_filter('post_type_archive_link', 'geodir_get_posttype_link');
|
|
| 1276 | 1276 | |
| 1277 | - $listing_link = get_post_type_archive_link( $gd_post_type ); |
|
| 1277 | + $listing_link = get_post_type_archive_link($gd_post_type); |
|
| 1278 | 1278 | |
| 1279 | - add_filter( 'post_type_archive_link', 'geodir_get_posttype_link', 10, 2 ); |
|
| 1280 | - $listing_link = rtrim( $listing_link, '/' ); |
|
| 1279 | + add_filter('post_type_archive_link', 'geodir_get_posttype_link', 10, 2);
|
|
| 1280 | + $listing_link = rtrim($listing_link, '/'); |
|
| 1281 | 1281 | $listing_link .= '/'; |
| 1282 | 1282 | |
| 1283 | 1283 | $post_type_for_location_link = $listing_link; |
| 1284 | - $location_terms = geodir_get_current_location_terms( 'query_vars', $gd_post_type ); |
|
| 1284 | + $location_terms = geodir_get_current_location_terms('query_vars', $gd_post_type);
|
|
| 1285 | 1285 | |
| 1286 | 1286 | global $wp, $gd_session; |
| 1287 | 1287 | $location_link = $post_type_for_location_link; |
| 1288 | 1288 | |
| 1289 | - if ( geodir_is_page( 'detail' ) || geodir_is_page( 'listing' ) ) {
|
|
| 1289 | + if (geodir_is_page('detail') || geodir_is_page('listing')) {
|
|
| 1290 | 1290 | global $post; |
| 1291 | - $location_manager = defined( 'POST_LOCATION_TABLE' ) ? true : false; |
|
| 1292 | - $neighbourhood_active = $location_manager && get_option( 'location_neighbourhoods' ) ? true : false; |
|
| 1291 | + $location_manager = defined('POST_LOCATION_TABLE') ? true : false;
|
|
| 1292 | + $neighbourhood_active = $location_manager && get_option('location_neighbourhoods') ? true : false;
|
|
| 1293 | 1293 | |
| 1294 | - if ( geodir_is_page( 'detail' ) && isset( $post->country_slug ) ) {
|
|
| 1294 | + if (geodir_is_page('detail') && isset($post->country_slug)) {
|
|
| 1295 | 1295 | $location_terms = array( |
| 1296 | 1296 | 'gd_country' => $post->country_slug, |
| 1297 | 1297 | 'gd_region' => $post->region_slug, |
| 1298 | 1298 | 'gd_city' => $post->city_slug |
| 1299 | 1299 | ); |
| 1300 | 1300 | |
| 1301 | - if ( $neighbourhood_active && ! empty( $location_terms['gd_city'] ) && $gd_ses_neighbourhood = $gd_session->get( 'gd_neighbourhood' ) ) {
|
|
| 1301 | + if ($neighbourhood_active && !empty($location_terms['gd_city']) && $gd_ses_neighbourhood = $gd_session->get('gd_neighbourhood')) {
|
|
| 1302 | 1302 | $location_terms['gd_neighbourhood'] = $gd_ses_neighbourhood; |
| 1303 | 1303 | } |
| 1304 | 1304 | } |
| 1305 | 1305 | |
| 1306 | - $geodir_show_location_url = get_option( 'geodir_show_location_url' ); |
|
| 1306 | + $geodir_show_location_url = get_option('geodir_show_location_url');
|
|
| 1307 | 1307 | |
| 1308 | 1308 | $hide_url_part = array(); |
| 1309 | - if ( $location_manager ) {
|
|
| 1310 | - $hide_country_part = get_option( 'geodir_location_hide_country_part' ); |
|
| 1311 | - $hide_region_part = get_option( 'geodir_location_hide_region_part' ); |
|
| 1312 | - |
|
| 1313 | - if ( $hide_region_part && $hide_country_part ) {
|
|
| 1314 | - $hide_url_part = array( 'gd_country', 'gd_region' ); |
|
| 1315 | - } else if ( $hide_region_part && ! $hide_country_part ) {
|
|
| 1316 | - $hide_url_part = array( 'gd_region' ); |
|
| 1317 | - } else if ( ! $hide_region_part && $hide_country_part ) {
|
|
| 1318 | - $hide_url_part = array( 'gd_country' ); |
|
| 1309 | + if ($location_manager) {
|
|
| 1310 | + $hide_country_part = get_option('geodir_location_hide_country_part');
|
|
| 1311 | + $hide_region_part = get_option('geodir_location_hide_region_part');
|
|
| 1312 | + |
|
| 1313 | + if ($hide_region_part && $hide_country_part) {
|
|
| 1314 | + $hide_url_part = array('gd_country', 'gd_region');
|
|
| 1315 | + } else if ($hide_region_part && !$hide_country_part) {
|
|
| 1316 | + $hide_url_part = array('gd_region');
|
|
| 1317 | + } else if (!$hide_region_part && $hide_country_part) {
|
|
| 1318 | + $hide_url_part = array('gd_country');
|
|
| 1319 | 1319 | } |
| 1320 | 1320 | } |
| 1321 | 1321 | |
| 1322 | 1322 | $hide_text_part = array(); |
| 1323 | - if ( $geodir_show_location_url == 'country_city' ) {
|
|
| 1324 | - $hide_text_part = array( 'gd_region' ); |
|
| 1323 | + if ($geodir_show_location_url == 'country_city') {
|
|
| 1324 | + $hide_text_part = array('gd_region');
|
|
| 1325 | 1325 | |
| 1326 | - if ( isset( $location_terms['gd_region'] ) && ! $location_manager ) {
|
|
| 1327 | - unset( $location_terms['gd_region'] ); |
|
| 1326 | + if (isset($location_terms['gd_region']) && !$location_manager) {
|
|
| 1327 | + unset($location_terms['gd_region']); |
|
| 1328 | 1328 | } |
| 1329 | - } else if ( $geodir_show_location_url == 'region_city' ) {
|
|
| 1330 | - $hide_text_part = array( 'gd_country' ); |
|
| 1329 | + } else if ($geodir_show_location_url == 'region_city') {
|
|
| 1330 | + $hide_text_part = array('gd_country');
|
|
| 1331 | 1331 | |
| 1332 | - if ( isset( $location_terms['gd_country'] ) && ! $location_manager ) {
|
|
| 1333 | - unset( $location_terms['gd_country'] ); |
|
| 1332 | + if (isset($location_terms['gd_country']) && !$location_manager) {
|
|
| 1333 | + unset($location_terms['gd_country']); |
|
| 1334 | 1334 | } |
| 1335 | - } else if ( $geodir_show_location_url == 'city' ) {
|
|
| 1336 | - $hide_text_part = array( 'gd_country', 'gd_region' ); |
|
| 1335 | + } else if ($geodir_show_location_url == 'city') {
|
|
| 1336 | + $hide_text_part = array('gd_country', 'gd_region');
|
|
| 1337 | 1337 | |
| 1338 | - if ( isset( $location_terms['gd_country'] ) && ! $location_manager ) {
|
|
| 1339 | - unset( $location_terms['gd_country'] ); |
|
| 1338 | + if (isset($location_terms['gd_country']) && !$location_manager) {
|
|
| 1339 | + unset($location_terms['gd_country']); |
|
| 1340 | 1340 | } |
| 1341 | - if ( isset( $location_terms['gd_region'] ) && ! $location_manager ) {
|
|
| 1342 | - unset( $location_terms['gd_region'] ); |
|
| 1341 | + if (isset($location_terms['gd_region']) && !$location_manager) {
|
|
| 1342 | + unset($location_terms['gd_region']); |
|
| 1343 | 1343 | } |
| 1344 | 1344 | } |
| 1345 | 1345 | |
| 1346 | 1346 | $is_location_last = ''; |
| 1347 | 1347 | $is_taxonomy_last = ''; |
| 1348 | 1348 | $breadcrumb .= '<li>'; |
| 1349 | - if ( get_query_var( $gd_post_type . 'category' ) ) {
|
|
| 1350 | - $gd_taxonomy = $gd_post_type . 'category'; |
|
| 1351 | - } elseif ( get_query_var( $gd_post_type . '_tags' ) ) {
|
|
| 1352 | - $gd_taxonomy = $gd_post_type . '_tags'; |
|
| 1349 | + if (get_query_var($gd_post_type.'category')) {
|
|
| 1350 | + $gd_taxonomy = $gd_post_type.'category'; |
|
| 1351 | + } elseif (get_query_var($gd_post_type.'_tags')) {
|
|
| 1352 | + $gd_taxonomy = $gd_post_type.'_tags'; |
|
| 1353 | 1353 | } |
| 1354 | 1354 | |
| 1355 | - $breadcrumb .= $separator . '<a href="' . $listing_link . '">' . __( ucfirst( $post_type_info->label ), 'geodirectory' ) . '</a>'; |
|
| 1356 | - if ( ! empty( $gd_taxonomy ) || geodir_is_page( 'detail' ) ) {
|
|
| 1355 | + $breadcrumb .= $separator.'<a href="'.$listing_link.'">'.__(ucfirst($post_type_info->label), 'geodirectory').'</a>'; |
|
| 1356 | + if (!empty($gd_taxonomy) || geodir_is_page('detail')) {
|
|
| 1357 | 1357 | $is_location_last = false; |
| 1358 | 1358 | } else {
|
| 1359 | 1359 | $is_location_last = true; |
| 1360 | 1360 | } |
| 1361 | 1361 | |
| 1362 | - if ( ! empty( $gd_taxonomy ) && geodir_is_page( 'listing' ) ) {
|
|
| 1362 | + if (!empty($gd_taxonomy) && geodir_is_page('listing')) {
|
|
| 1363 | 1363 | $is_taxonomy_last = true; |
| 1364 | 1364 | } else {
|
| 1365 | 1365 | $is_taxonomy_last = false; |
| 1366 | 1366 | } |
| 1367 | 1367 | |
| 1368 | - if ( ! empty( $location_terms ) ) {
|
|
| 1369 | - $geodir_get_locations = function_exists( 'get_actual_location_name' ) ? true : false; |
|
| 1368 | + if (!empty($location_terms)) {
|
|
| 1369 | + $geodir_get_locations = function_exists('get_actual_location_name') ? true : false;
|
|
| 1370 | 1370 | |
| 1371 | - foreach ( $location_terms as $key => $location_term ) {
|
|
| 1372 | - if ( $location_term != '' ) {
|
|
| 1373 | - if ( ! empty( $hide_url_part ) && in_array( $key, $hide_url_part ) ) { // Hide location part from url & breadcrumb.
|
|
| 1371 | + foreach ($location_terms as $key => $location_term) {
|
|
| 1372 | + if ($location_term != '') {
|
|
| 1373 | + if (!empty($hide_url_part) && in_array($key, $hide_url_part)) { // Hide location part from url & breadcrumb.
|
|
| 1374 | 1374 | continue; |
| 1375 | 1375 | } |
| 1376 | 1376 | |
| 1377 | - $gd_location_link_text = preg_replace( '/-(\d+)$/', '', $location_term ); |
|
| 1378 | - $gd_location_link_text = preg_replace( '/[_-]/', ' ', $gd_location_link_text ); |
|
| 1379 | - $gd_location_link_text = ucfirst( $gd_location_link_text ); |
|
| 1377 | + $gd_location_link_text = preg_replace('/-(\d+)$/', '', $location_term);
|
|
| 1378 | + $gd_location_link_text = preg_replace('/[_-]/', ' ', $gd_location_link_text);
|
|
| 1379 | + $gd_location_link_text = ucfirst($gd_location_link_text); |
|
| 1380 | 1380 | |
| 1381 | 1381 | $location_term_actual_country = ''; |
| 1382 | 1382 | $location_term_actual_region = ''; |
| 1383 | 1383 | $location_term_actual_city = ''; |
| 1384 | 1384 | $location_term_actual_neighbourhood = ''; |
| 1385 | - if ( $geodir_get_locations ) {
|
|
| 1386 | - if ( $key == 'gd_country' ) {
|
|
| 1387 | - $location_term_actual_country = get_actual_location_name( 'country', $location_term, true ); |
|
| 1388 | - } else if ( $key == 'gd_region' ) {
|
|
| 1389 | - $location_term_actual_region = get_actual_location_name( 'region', $location_term, true ); |
|
| 1390 | - } else if ( $key == 'gd_city' ) {
|
|
| 1391 | - $location_term_actual_city = get_actual_location_name( 'city', $location_term, true ); |
|
| 1392 | - } else if ( $key == 'gd_neighbourhood' ) {
|
|
| 1393 | - $location_term_actual_neighbourhood = get_actual_location_name( 'neighbourhood', $location_term, true ); |
|
| 1385 | + if ($geodir_get_locations) {
|
|
| 1386 | + if ($key == 'gd_country') {
|
|
| 1387 | + $location_term_actual_country = get_actual_location_name('country', $location_term, true);
|
|
| 1388 | + } else if ($key == 'gd_region') {
|
|
| 1389 | + $location_term_actual_region = get_actual_location_name('region', $location_term, true);
|
|
| 1390 | + } else if ($key == 'gd_city') {
|
|
| 1391 | + $location_term_actual_city = get_actual_location_name('city', $location_term, true);
|
|
| 1392 | + } else if ($key == 'gd_neighbourhood') {
|
|
| 1393 | + $location_term_actual_neighbourhood = get_actual_location_name('neighbourhood', $location_term, true);
|
|
| 1394 | 1394 | } |
| 1395 | 1395 | } else {
|
| 1396 | 1396 | $location_info = geodir_get_location(); |
| 1397 | 1397 | |
| 1398 | - if ( ! empty( $location_info ) && isset( $location_info->location_id ) ) {
|
|
| 1399 | - if ( $key == 'gd_country' ) {
|
|
| 1400 | - $location_term_actual_country = __( $location_info->country, 'geodirectory' ); |
|
| 1401 | - } else if ( $key == 'gd_region' ) {
|
|
| 1402 | - $location_term_actual_region = __( $location_info->region, 'geodirectory' ); |
|
| 1403 | - } else if ( $key == 'gd_city' ) {
|
|
| 1404 | - $location_term_actual_city = __( $location_info->city, 'geodirectory' ); |
|
| 1398 | + if (!empty($location_info) && isset($location_info->location_id)) {
|
|
| 1399 | + if ($key == 'gd_country') {
|
|
| 1400 | + $location_term_actual_country = __($location_info->country, 'geodirectory'); |
|
| 1401 | + } else if ($key == 'gd_region') {
|
|
| 1402 | + $location_term_actual_region = __($location_info->region, 'geodirectory'); |
|
| 1403 | + } else if ($key == 'gd_city') {
|
|
| 1404 | + $location_term_actual_city = __($location_info->city, 'geodirectory'); |
|
| 1405 | 1405 | } |
| 1406 | 1406 | } |
| 1407 | 1407 | } |
| 1408 | 1408 | |
| 1409 | - 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'] != '' ) ) {
|
|
| 1410 | - $breadcrumb .= $location_term_actual_country != '' ? $separator . $location_term_actual_country : $separator . $gd_location_link_text; |
|
| 1411 | - } else if ( $is_location_last && $key == 'gd_region' && ! ( isset( $location_terms['gd_city'] ) && $location_terms['gd_city'] != '' ) ) {
|
|
| 1412 | - $breadcrumb .= $location_term_actual_region != '' ? $separator . $location_term_actual_region : $separator . $gd_location_link_text; |
|
| 1413 | - } else if ( $is_location_last && $key == 'gd_city' && empty( $location_terms['gd_neighbourhood'] ) ) {
|
|
| 1414 | - $breadcrumb .= $location_term_actual_city != '' ? $separator . $location_term_actual_city : $separator . $gd_location_link_text; |
|
| 1415 | - } else if ( $is_location_last && $key == 'gd_neighbourhood' ) {
|
|
| 1416 | - $breadcrumb .= $location_term_actual_neighbourhood != '' ? $separator . $location_term_actual_neighbourhood : $separator . $gd_location_link_text; |
|
| 1409 | + 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'] != '')) {
|
|
| 1410 | + $breadcrumb .= $location_term_actual_country != '' ? $separator.$location_term_actual_country : $separator.$gd_location_link_text; |
|
| 1411 | + } else if ($is_location_last && $key == 'gd_region' && !(isset($location_terms['gd_city']) && $location_terms['gd_city'] != '')) {
|
|
| 1412 | + $breadcrumb .= $location_term_actual_region != '' ? $separator.$location_term_actual_region : $separator.$gd_location_link_text; |
|
| 1413 | + } else if ($is_location_last && $key == 'gd_city' && empty($location_terms['gd_neighbourhood'])) {
|
|
| 1414 | + $breadcrumb .= $location_term_actual_city != '' ? $separator.$location_term_actual_city : $separator.$gd_location_link_text; |
|
| 1415 | + } else if ($is_location_last && $key == 'gd_neighbourhood') {
|
|
| 1416 | + $breadcrumb .= $location_term_actual_neighbourhood != '' ? $separator.$location_term_actual_neighbourhood : $separator.$gd_location_link_text; |
|
| 1417 | 1417 | } else {
|
| 1418 | - if ( get_option( 'permalink_structure' ) != '' ) {
|
|
| 1419 | - $location_link .= $location_term . '/'; |
|
| 1418 | + if (get_option('permalink_structure') != '') {
|
|
| 1419 | + $location_link .= $location_term.'/'; |
|
| 1420 | 1420 | } else {
|
| 1421 | - $location_link .= "&$key=" . $location_term; |
|
| 1421 | + $location_link .= "&$key=".$location_term; |
|
| 1422 | 1422 | } |
| 1423 | 1423 | |
| 1424 | - if ( $key == 'gd_country' && $location_term_actual_country != '' ) {
|
|
| 1424 | + if ($key == 'gd_country' && $location_term_actual_country != '') {
|
|
| 1425 | 1425 | $gd_location_link_text = $location_term_actual_country; |
| 1426 | - } else if ( $key == 'gd_region' && $location_term_actual_region != '' ) {
|
|
| 1426 | + } else if ($key == 'gd_region' && $location_term_actual_region != '') {
|
|
| 1427 | 1427 | $gd_location_link_text = $location_term_actual_region; |
| 1428 | - } else if ( $key == 'gd_city' && $location_term_actual_city != '' ) {
|
|
| 1428 | + } else if ($key == 'gd_city' && $location_term_actual_city != '') {
|
|
| 1429 | 1429 | $gd_location_link_text = $location_term_actual_city; |
| 1430 | - } else if ( $key == 'gd_neighbourhood' && $location_term_actual_neighbourhood != '' ) {
|
|
| 1430 | + } else if ($key == 'gd_neighbourhood' && $location_term_actual_neighbourhood != '') {
|
|
| 1431 | 1431 | $gd_location_link_text = $location_term_actual_neighbourhood; |
| 1432 | 1432 | } |
| 1433 | 1433 | |
@@ -1437,76 +1437,76 @@ discard block |
||
| 1437 | 1437 | } |
| 1438 | 1438 | */ |
| 1439 | 1439 | |
| 1440 | - $breadcrumb .= $separator . '<a href="' . $location_link . '">' . $gd_location_link_text . '</a>'; |
|
| 1440 | + $breadcrumb .= $separator.'<a href="'.$location_link.'">'.$gd_location_link_text.'</a>'; |
|
| 1441 | 1441 | } |
| 1442 | 1442 | } |
| 1443 | 1443 | } |
| 1444 | 1444 | } |
| 1445 | 1445 | |
| 1446 | - if ( ! empty( $gd_taxonomy ) ) {
|
|
| 1446 | + if (!empty($gd_taxonomy)) {
|
|
| 1447 | 1447 | $term_index = 1; |
| 1448 | 1448 | |
| 1449 | 1449 | //if(get_option('geodir_add_categories_url'))
|
| 1450 | 1450 | {
|
| 1451 | - if ( get_query_var( $gd_post_type . '_tags' ) ) {
|
|
| 1452 | - $cat_link = $listing_link . 'tags/'; |
|
| 1451 | + if (get_query_var($gd_post_type.'_tags')) {
|
|
| 1452 | + $cat_link = $listing_link.'tags/'; |
|
| 1453 | 1453 | } else {
|
| 1454 | 1454 | $cat_link = $listing_link; |
| 1455 | 1455 | } |
| 1456 | 1456 | |
| 1457 | - foreach ( $location_terms as $key => $location_term ) {
|
|
| 1458 | - if ( $location_manager && in_array( $key, $hide_url_part ) ) {
|
|
| 1457 | + foreach ($location_terms as $key => $location_term) {
|
|
| 1458 | + if ($location_manager && in_array($key, $hide_url_part)) {
|
|
| 1459 | 1459 | continue; |
| 1460 | 1460 | } |
| 1461 | 1461 | |
| 1462 | - if ( $location_term != '' ) {
|
|
| 1463 | - if ( get_option( 'permalink_structure' ) != '' ) {
|
|
| 1464 | - $cat_link .= $location_term . '/'; |
|
| 1462 | + if ($location_term != '') {
|
|
| 1463 | + if (get_option('permalink_structure') != '') {
|
|
| 1464 | + $cat_link .= $location_term.'/'; |
|
| 1465 | 1465 | } |
| 1466 | 1466 | } |
| 1467 | 1467 | } |
| 1468 | 1468 | |
| 1469 | - $term_array = explode( "/", trim( $wp_query->query[ $gd_taxonomy ], "/" ) ); |
|
| 1470 | - foreach ( $term_array as $term ) {
|
|
| 1471 | - $term_link_text = preg_replace( '/-(\d+)$/', '', $term ); |
|
| 1472 | - $term_link_text = preg_replace( '/[_-]/', ' ', $term_link_text ); |
|
| 1469 | + $term_array = explode("/", trim($wp_query->query[$gd_taxonomy], "/"));
|
|
| 1470 | + foreach ($term_array as $term) {
|
|
| 1471 | + $term_link_text = preg_replace('/-(\d+)$/', '', $term);
|
|
| 1472 | + $term_link_text = preg_replace('/[_-]/', ' ', $term_link_text);
|
|
| 1473 | 1473 | |
| 1474 | 1474 | // get term actual name |
| 1475 | - $term_info = get_term_by( 'slug', $term, $gd_taxonomy, 'ARRAY_A' ); |
|
| 1476 | - if ( ! empty( $term_info ) && isset( $term_info['name'] ) && $term_info['name'] != '' ) {
|
|
| 1477 | - $term_link_text = urldecode( $term_info['name'] ); |
|
| 1475 | + $term_info = get_term_by('slug', $term, $gd_taxonomy, 'ARRAY_A');
|
|
| 1476 | + if (!empty($term_info) && isset($term_info['name']) && $term_info['name'] != '') {
|
|
| 1477 | + $term_link_text = urldecode($term_info['name']); |
|
| 1478 | 1478 | } else {
|
| 1479 | 1479 | continue; |
| 1480 | 1480 | //$term_link_text = wp_strip_all_tags(geodir_ucwords(urldecode($term_link_text))); |
| 1481 | 1481 | } |
| 1482 | 1482 | |
| 1483 | - if ( $term_index == count( $term_array ) && $is_taxonomy_last ) {
|
|
| 1484 | - $breadcrumb .= $separator . $term_link_text; |
|
| 1483 | + if ($term_index == count($term_array) && $is_taxonomy_last) {
|
|
| 1484 | + $breadcrumb .= $separator.$term_link_text; |
|
| 1485 | 1485 | } else {
|
| 1486 | - $cat_link .= $term . '/'; |
|
| 1487 | - $breadcrumb .= $separator . '<a href="' . $cat_link . '">' . $term_link_text . '</a>'; |
|
| 1486 | + $cat_link .= $term.'/'; |
|
| 1487 | + $breadcrumb .= $separator.'<a href="'.$cat_link.'">'.$term_link_text.'</a>'; |
|
| 1488 | 1488 | } |
| 1489 | - $term_index ++; |
|
| 1489 | + $term_index++; |
|
| 1490 | 1490 | } |
| 1491 | 1491 | } |
| 1492 | 1492 | |
| 1493 | 1493 | |
| 1494 | 1494 | } |
| 1495 | 1495 | |
| 1496 | - if ( geodir_is_page( 'detail' ) ) {
|
|
| 1497 | - $breadcrumb .= $separator . get_the_title(); |
|
| 1496 | + if (geodir_is_page('detail')) {
|
|
| 1497 | + $breadcrumb .= $separator.get_the_title(); |
|
| 1498 | 1498 | } |
| 1499 | 1499 | |
| 1500 | 1500 | $breadcrumb .= '</li>'; |
| 1501 | 1501 | |
| 1502 | 1502 | |
| 1503 | - } elseif ( geodir_is_page( 'author' ) ) {
|
|
| 1503 | + } elseif (geodir_is_page('author')) {
|
|
| 1504 | 1504 | $user_id = get_current_user_id(); |
| 1505 | - $author_link = get_author_posts_url( $user_id ); |
|
| 1506 | - $default_author_link = geodir_getlink( $author_link, array( |
|
| 1505 | + $author_link = get_author_posts_url($user_id); |
|
| 1506 | + $default_author_link = geodir_getlink($author_link, array( |
|
| 1507 | 1507 | 'geodir_dashbord' => 'true', |
| 1508 | 1508 | 'stype' => 'gd_place' |
| 1509 | - ), false ); |
|
| 1509 | + ), false); |
|
| 1510 | 1510 | |
| 1511 | 1511 | /** |
| 1512 | 1512 | * Filter author page link. |
@@ -1516,16 +1516,16 @@ discard block |
||
| 1516 | 1516 | * @param string $default_author_link Default author link. |
| 1517 | 1517 | * @param int $user_id Author ID. |
| 1518 | 1518 | */ |
| 1519 | - $default_author_link = apply_filters( 'geodir_dashboard_author_link', $default_author_link, $user_id ); |
|
| 1519 | + $default_author_link = apply_filters('geodir_dashboard_author_link', $default_author_link, $user_id);
|
|
| 1520 | 1520 | |
| 1521 | 1521 | $breadcrumb .= '<li>'; |
| 1522 | - $breadcrumb .= $separator . '<a href="' . $default_author_link . '">' . __( 'My Dashboard', 'geodirectory' ) . '</a>'; |
|
| 1522 | + $breadcrumb .= $separator.'<a href="'.$default_author_link.'">'.__('My Dashboard', 'geodirectory').'</a>';
|
|
| 1523 | 1523 | |
| 1524 | - if ( isset( $_REQUEST['list'] ) ) {
|
|
| 1525 | - $author_link = geodir_getlink( $author_link, array( |
|
| 1524 | + if (isset($_REQUEST['list'])) {
|
|
| 1525 | + $author_link = geodir_getlink($author_link, array( |
|
| 1526 | 1526 | 'geodir_dashbord' => 'true', |
| 1527 | 1527 | 'stype' => $_REQUEST['stype'] |
| 1528 | - ), false ); |
|
| 1528 | + ), false); |
|
| 1529 | 1529 | |
| 1530 | 1530 | /** |
| 1531 | 1531 | * Filter author page link. |
@@ -1536,61 +1536,61 @@ discard block |
||
| 1536 | 1536 | * @param int $user_id Author ID. |
| 1537 | 1537 | * @param string $_REQUEST ['stype'] Post type. |
| 1538 | 1538 | */ |
| 1539 | - $author_link = apply_filters( 'geodir_dashboard_author_link', $author_link, $user_id, $_REQUEST['stype'] ); |
|
| 1539 | + $author_link = apply_filters('geodir_dashboard_author_link', $author_link, $user_id, $_REQUEST['stype']);
|
|
| 1540 | 1540 | |
| 1541 | - $breadcrumb .= $separator . '<a href="' . $author_link . '">' . __( ucfirst( $post_type_info->label ), 'geodirectory' ) . '</a>'; |
|
| 1542 | - $breadcrumb .= $separator . ucfirst( __( 'My', 'geodirectory' ) . ' ' . $_REQUEST['list'] ); |
|
| 1541 | + $breadcrumb .= $separator.'<a href="'.$author_link.'">'.__(ucfirst($post_type_info->label), 'geodirectory').'</a>'; |
|
| 1542 | + $breadcrumb .= $separator.ucfirst(__('My', 'geodirectory').' '.$_REQUEST['list']);
|
|
| 1543 | 1543 | } else {
|
| 1544 | - $breadcrumb .= $separator . __( ucfirst( $post_type_info->label ), 'geodirectory' ); |
|
| 1544 | + $breadcrumb .= $separator.__(ucfirst($post_type_info->label), 'geodirectory'); |
|
| 1545 | 1545 | } |
| 1546 | 1546 | |
| 1547 | 1547 | $breadcrumb .= '</li>'; |
| 1548 | - } elseif ( is_category() || is_single() ) {
|
|
| 1548 | + } elseif (is_category() || is_single()) {
|
|
| 1549 | 1549 | $category = get_the_category(); |
| 1550 | - if ( is_category() ) {
|
|
| 1551 | - $breadcrumb .= '<li>' . $separator . $category[0]->cat_name . '</li>'; |
|
| 1550 | + if (is_category()) {
|
|
| 1551 | + $breadcrumb .= '<li>'.$separator.$category[0]->cat_name.'</li>'; |
|
| 1552 | 1552 | } |
| 1553 | - if ( is_single() ) {
|
|
| 1554 | - $breadcrumb .= '<li>' . $separator . '<a href="' . get_category_link( $category[0]->term_id ) . '">' . $category[0]->cat_name . '</a></li>'; |
|
| 1555 | - $breadcrumb .= '<li>' . $separator . get_the_title() . '</li>'; |
|
| 1553 | + if (is_single()) {
|
|
| 1554 | + $breadcrumb .= '<li>'.$separator.'<a href="'.get_category_link($category[0]->term_id).'">'.$category[0]->cat_name.'</a></li>'; |
|
| 1555 | + $breadcrumb .= '<li>'.$separator.get_the_title().'</li>'; |
|
| 1556 | 1556 | } |
| 1557 | 1557 | /* End of my version ##################################################### */ |
| 1558 | - } else if ( is_page() ) {
|
|
| 1558 | + } else if (is_page()) {
|
|
| 1559 | 1559 | $page_title = get_the_title(); |
| 1560 | 1560 | |
| 1561 | - if ( geodir_is_page( 'location' ) ) {
|
|
| 1561 | + if (geodir_is_page('location')) {
|
|
| 1562 | 1562 | $location_page_id = geodir_location_page_id(); |
| 1563 | - $loc_post = get_post( $location_page_id ); |
|
| 1563 | + $loc_post = get_post($location_page_id); |
|
| 1564 | 1564 | $post_name = $loc_post->post_name; |
| 1565 | - $slug = ucwords( str_replace( '-', ' ', $post_name ) ); |
|
| 1566 | - $page_title = ! empty( $slug ) ? $slug : __( 'Location', 'geodirectory' ); |
|
| 1565 | + $slug = ucwords(str_replace('-', ' ', $post_name));
|
|
| 1566 | + $page_title = !empty($slug) ? $slug : __('Location', 'geodirectory');
|
|
| 1567 | 1567 | } |
| 1568 | 1568 | |
| 1569 | - $breadcrumb .= '<li>' . $separator; |
|
| 1570 | - $breadcrumb .= stripslashes_deep( $page_title ); |
|
| 1569 | + $breadcrumb .= '<li>'.$separator; |
|
| 1570 | + $breadcrumb .= stripslashes_deep($page_title); |
|
| 1571 | 1571 | $breadcrumb .= '</li>'; |
| 1572 | - } else if ( is_tag() ) {
|
|
| 1573 | - $breadcrumb .= "<li> " . $separator . single_tag_title( '', false ) . '</li>'; |
|
| 1574 | - } else if ( is_day() ) {
|
|
| 1575 | - $breadcrumb .= "<li> " . $separator . __( " Archive for", 'geodirectory' ) . " "; |
|
| 1576 | - the_time( 'F jS, Y' ); |
|
| 1572 | + } else if (is_tag()) {
|
|
| 1573 | + $breadcrumb .= "<li> ".$separator.single_tag_title('', false).'</li>';
|
|
| 1574 | + } else if (is_day()) {
|
|
| 1575 | + $breadcrumb .= "<li> ".$separator.__(" Archive for", 'geodirectory')." ";
|
|
| 1576 | + the_time('F jS, Y');
|
|
| 1577 | 1577 | $breadcrumb .= '</li>'; |
| 1578 | - } else if ( is_month() ) {
|
|
| 1579 | - $breadcrumb .= "<li> " . $separator . __( " Archive for", 'geodirectory' ) . " "; |
|
| 1580 | - the_time( 'F, Y' ); |
|
| 1578 | + } else if (is_month()) {
|
|
| 1579 | + $breadcrumb .= "<li> ".$separator.__(" Archive for", 'geodirectory')." ";
|
|
| 1580 | + the_time('F, Y');
|
|
| 1581 | 1581 | $breadcrumb .= '</li>'; |
| 1582 | - } else if ( is_year() ) {
|
|
| 1583 | - $breadcrumb .= "<li> " . $separator . __( " Archive for", 'geodirectory' ) . " "; |
|
| 1584 | - the_time( 'Y' ); |
|
| 1582 | + } else if (is_year()) {
|
|
| 1583 | + $breadcrumb .= "<li> ".$separator.__(" Archive for", 'geodirectory')." ";
|
|
| 1584 | + the_time('Y');
|
|
| 1585 | 1585 | $breadcrumb .= '</li>'; |
| 1586 | - } else if ( is_author() ) {
|
|
| 1587 | - $breadcrumb .= "<li> " . $separator . __( " Author Archive", 'geodirectory' ); |
|
| 1586 | + } else if (is_author()) {
|
|
| 1587 | + $breadcrumb .= "<li> ".$separator.__(" Author Archive", 'geodirectory');
|
|
| 1588 | 1588 | $breadcrumb .= '</li>'; |
| 1589 | - } else if ( isset( $_GET['paged'] ) && ! empty( $_GET['paged'] ) ) {
|
|
| 1590 | - $breadcrumb .= "<li>" . $separator . __( "Blog Archives", 'geodirectory' ); |
|
| 1589 | + } else if (isset($_GET['paged']) && !empty($_GET['paged'])) {
|
|
| 1590 | + $breadcrumb .= "<li>".$separator.__("Blog Archives", 'geodirectory');
|
|
| 1591 | 1591 | $breadcrumb .= '</li>'; |
| 1592 | - } else if ( is_search() ) {
|
|
| 1593 | - $breadcrumb .= "<li> " . $separator . __( " Search Results", 'geodirectory' ); |
|
| 1592 | + } else if (is_search()) {
|
|
| 1593 | + $breadcrumb .= "<li> ".$separator.__(" Search Results", 'geodirectory');
|
|
| 1594 | 1594 | $breadcrumb .= '</li>'; |
| 1595 | 1595 | } |
| 1596 | 1596 | $breadcrumb .= '</ul></div>'; |
@@ -1603,13 +1603,13 @@ discard block |
||
| 1603 | 1603 | * @param string $breadcrumb Breadcrumb HTML. |
| 1604 | 1604 | * @param string $separator Breadcrumb separator. |
| 1605 | 1605 | */ |
| 1606 | - echo $breadcrumb = apply_filters( 'geodir_breadcrumb', $breadcrumb, $separator ); |
|
| 1606 | + echo $breadcrumb = apply_filters('geodir_breadcrumb', $breadcrumb, $separator);
|
|
| 1607 | 1607 | } |
| 1608 | 1608 | } |
| 1609 | 1609 | |
| 1610 | 1610 | |
| 1611 | -add_action( "admin_init", "geodir_allow_wpadmin" ); // check user is admin |
|
| 1612 | -if ( ! function_exists( 'geodir_allow_wpadmin' ) ) {
|
|
| 1611 | +add_action("admin_init", "geodir_allow_wpadmin"); // check user is admin
|
|
| 1612 | +if (!function_exists('geodir_allow_wpadmin')) {
|
|
| 1613 | 1613 | /** |
| 1614 | 1614 | * Allow only admins to access wp-admin. |
| 1615 | 1615 | * |
@@ -1621,12 +1621,12 @@ discard block |
||
| 1621 | 1621 | */ |
| 1622 | 1622 | function geodir_allow_wpadmin() {
|
| 1623 | 1623 | global $wpdb; |
| 1624 | - if ( get_option( 'geodir_allow_wpadmin' ) == '0' && is_user_logged_in() && ( ! defined( 'DOING_AJAX' ) ) ) // checking action in request to allow ajax request go through |
|
| 1624 | + if (get_option('geodir_allow_wpadmin') == '0' && is_user_logged_in() && (!defined('DOING_AJAX'))) // checking action in request to allow ajax request go through
|
|
| 1625 | 1625 | {
|
| 1626 | - if ( current_user_can( 'administrator' ) ) {
|
|
| 1626 | + if (current_user_can('administrator')) {
|
|
| 1627 | 1627 | } else {
|
| 1628 | 1628 | |
| 1629 | - wp_redirect( home_url() ); |
|
| 1629 | + wp_redirect(home_url()); |
|
| 1630 | 1630 | exit; |
| 1631 | 1631 | } |
| 1632 | 1632 | |
@@ -1645,23 +1645,23 @@ discard block |
||
| 1645 | 1645 | * |
| 1646 | 1646 | * @return array|WP_Error The uploaded data as array. When failure returns error. |
| 1647 | 1647 | */ |
| 1648 | -function fetch_remote_file( $url ) {
|
|
| 1648 | +function fetch_remote_file($url) {
|
|
| 1649 | 1649 | // extract the file name and extension from the url |
| 1650 | - require_once( ABSPATH . 'wp-includes/pluggable.php' ); |
|
| 1651 | - $file_name = basename( $url ); |
|
| 1652 | - if ( strpos( $file_name, '?' ) !== false ) {
|
|
| 1653 | - list( $file_name ) = explode( '?', $file_name ); |
|
| 1650 | + require_once(ABSPATH.'wp-includes/pluggable.php'); |
|
| 1651 | + $file_name = basename($url); |
|
| 1652 | + if (strpos($file_name, '?') !== false) {
|
|
| 1653 | + list($file_name) = explode('?', $file_name);
|
|
| 1654 | 1654 | } |
| 1655 | 1655 | $dummy = false; |
| 1656 | 1656 | $add_to_cache = false; |
| 1657 | 1657 | $key = null; |
| 1658 | - if ( strpos( $url, '/dummy/' ) !== false ) {
|
|
| 1658 | + if (strpos($url, '/dummy/') !== false) {
|
|
| 1659 | 1659 | $dummy = true; |
| 1660 | - $key = "dummy_" . str_replace( '.', '_', $file_name ); |
|
| 1661 | - $value = get_transient( 'cached_dummy_images' ); |
|
| 1662 | - if ( $value ) {
|
|
| 1663 | - if ( isset( $value[ $key ] ) ) {
|
|
| 1664 | - return $value[ $key ]; |
|
| 1660 | + $key = "dummy_".str_replace('.', '_', $file_name);
|
|
| 1661 | + $value = get_transient('cached_dummy_images');
|
|
| 1662 | + if ($value) {
|
|
| 1663 | + if (isset($value[$key])) {
|
|
| 1664 | + return $value[$key]; |
|
| 1665 | 1665 | } else {
|
| 1666 | 1666 | $add_to_cache = true; |
| 1667 | 1667 | } |
@@ -1672,58 +1672,58 @@ discard block |
||
| 1672 | 1672 | |
| 1673 | 1673 | // get placeholder file in the upload dir with a unique, sanitized filename |
| 1674 | 1674 | |
| 1675 | - $post_upload_date = isset( $post['upload_date'] ) ? $post['upload_date'] : ''; |
|
| 1675 | + $post_upload_date = isset($post['upload_date']) ? $post['upload_date'] : ''; |
|
| 1676 | 1676 | |
| 1677 | - $upload = wp_upload_bits( $file_name, 0, '', $post_upload_date ); |
|
| 1678 | - if ( $upload['error'] ) {
|
|
| 1679 | - return new WP_Error( 'upload_dir_error', $upload['error'] ); |
|
| 1677 | + $upload = wp_upload_bits($file_name, 0, '', $post_upload_date); |
|
| 1678 | + if ($upload['error']) {
|
|
| 1679 | + return new WP_Error('upload_dir_error', $upload['error']);
|
|
| 1680 | 1680 | } |
| 1681 | 1681 | |
| 1682 | 1682 | |
| 1683 | - sleep( 0.3 );// if multiple remote file this can cause the remote server to timeout so we add a slight delay |
|
| 1683 | + sleep(0.3); // if multiple remote file this can cause the remote server to timeout so we add a slight delay |
|
| 1684 | 1684 | |
| 1685 | 1685 | // fetch the remote url and write it to the placeholder file |
| 1686 | - $headers = wp_remote_get( $url, array( 'stream' => true, 'filename' => $upload['file'] ) ); |
|
| 1686 | + $headers = wp_remote_get($url, array('stream' => true, 'filename' => $upload['file']));
|
|
| 1687 | 1687 | |
| 1688 | 1688 | $log_message = ''; |
| 1689 | - if ( is_wp_error( $headers ) ) {
|
|
| 1690 | - echo 'file: ' . $url; |
|
| 1689 | + if (is_wp_error($headers)) {
|
|
| 1690 | + echo 'file: '.$url; |
|
| 1691 | 1691 | |
| 1692 | - return new WP_Error( 'import_file_error', $headers->get_error_message() ); |
|
| 1692 | + return new WP_Error('import_file_error', $headers->get_error_message());
|
|
| 1693 | 1693 | } |
| 1694 | 1694 | |
| 1695 | - $filesize = filesize( $upload['file'] ); |
|
| 1695 | + $filesize = filesize($upload['file']); |
|
| 1696 | 1696 | // request failed |
| 1697 | - if ( ! $headers ) {
|
|
| 1698 | - $log_message = __( 'Remote server did not respond', 'geodirectory' ); |
|
| 1697 | + if (!$headers) {
|
|
| 1698 | + $log_message = __('Remote server did not respond', 'geodirectory');
|
|
| 1699 | 1699 | } // make sure the fetch was successful |
| 1700 | - elseif ( $headers['response']['code'] != '200' ) {
|
|
| 1701 | - $log_message = sprintf( __( 'Remote server returned error response %1$d %2$s', 'geodirectory' ), esc_html( $headers['response'] ), get_status_header_desc( $headers['response'] ) ); |
|
| 1702 | - } elseif ( isset( $headers['headers']['content-length'] ) && $filesize != $headers['headers']['content-length'] ) {
|
|
| 1703 | - $log_message = __( 'Remote file is incorrect size', 'geodirectory' ); |
|
| 1704 | - } elseif ( 0 == $filesize ) {
|
|
| 1705 | - $log_message = __( 'Zero size file downloaded', 'geodirectory' ); |
|
| 1706 | - } |
|
| 1707 | - |
|
| 1708 | - if ( $log_message ) {
|
|
| 1709 | - $del = unlink( $upload['file'] ); |
|
| 1710 | - if ( ! $del ) {
|
|
| 1711 | - geodir_error_log( __( 'GeoDirectory: fetch_remote_file() failed to delete temp file.', 'geodirectory' ) ); |
|
| 1700 | + elseif ($headers['response']['code'] != '200') {
|
|
| 1701 | + $log_message = sprintf(__('Remote server returned error response %1$d %2$s', 'geodirectory'), esc_html($headers['response']), get_status_header_desc($headers['response']));
|
|
| 1702 | + } elseif (isset($headers['headers']['content-length']) && $filesize != $headers['headers']['content-length']) {
|
|
| 1703 | + $log_message = __('Remote file is incorrect size', 'geodirectory');
|
|
| 1704 | + } elseif (0 == $filesize) {
|
|
| 1705 | + $log_message = __('Zero size file downloaded', 'geodirectory');
|
|
| 1706 | + } |
|
| 1707 | + |
|
| 1708 | + if ($log_message) {
|
|
| 1709 | + $del = unlink($upload['file']); |
|
| 1710 | + if (!$del) {
|
|
| 1711 | + geodir_error_log(__('GeoDirectory: fetch_remote_file() failed to delete temp file.', 'geodirectory'));
|
|
| 1712 | 1712 | } |
| 1713 | 1713 | |
| 1714 | - return new WP_Error( 'import_file_error', $log_message ); |
|
| 1714 | + return new WP_Error('import_file_error', $log_message);
|
|
| 1715 | 1715 | } |
| 1716 | 1716 | |
| 1717 | - if ( $dummy && $add_to_cache && is_array( $upload ) ) {
|
|
| 1718 | - $images = get_transient( 'cached_dummy_images' ); |
|
| 1719 | - if ( is_array( $images ) ) {
|
|
| 1720 | - $images[ $key ] = $upload; |
|
| 1717 | + if ($dummy && $add_to_cache && is_array($upload)) {
|
|
| 1718 | + $images = get_transient('cached_dummy_images');
|
|
| 1719 | + if (is_array($images)) {
|
|
| 1720 | + $images[$key] = $upload; |
|
| 1721 | 1721 | } else {
|
| 1722 | - $images = array( $key => $upload ); |
|
| 1722 | + $images = array($key => $upload); |
|
| 1723 | 1723 | } |
| 1724 | 1724 | |
| 1725 | 1725 | //setting the cache using the WP Transient API |
| 1726 | - set_transient( 'cached_dummy_images', $images, 60 * 10 ); //10 minutes cache |
|
| 1726 | + set_transient('cached_dummy_images', $images, 60 * 10); //10 minutes cache
|
|
| 1727 | 1727 | } |
| 1728 | 1728 | |
| 1729 | 1729 | return $upload; |
@@ -1737,12 +1737,12 @@ discard block |
||
| 1737 | 1737 | * @return string|void Max upload size. |
| 1738 | 1738 | */ |
| 1739 | 1739 | function geodir_max_upload_size() {
|
| 1740 | - $max_filesize = (float) get_option( 'geodir_upload_max_filesize', 2 ); |
|
| 1740 | + $max_filesize = (float) get_option('geodir_upload_max_filesize', 2);
|
|
| 1741 | 1741 | |
| 1742 | - if ( $max_filesize > 0 && $max_filesize < 1 ) {
|
|
| 1743 | - $max_filesize = (int) ( $max_filesize * 1024 ) . 'kb'; |
|
| 1742 | + if ($max_filesize > 0 && $max_filesize < 1) {
|
|
| 1743 | + $max_filesize = (int) ($max_filesize * 1024).'kb'; |
|
| 1744 | 1744 | } else {
|
| 1745 | - $max_filesize = $max_filesize > 0 ? $max_filesize . 'mb' : '2mb'; |
|
| 1745 | + $max_filesize = $max_filesize > 0 ? $max_filesize.'mb' : '2mb'; |
|
| 1746 | 1746 | } |
| 1747 | 1747 | |
| 1748 | 1748 | /** |
@@ -1752,7 +1752,7 @@ discard block |
||
| 1752 | 1752 | * |
| 1753 | 1753 | * @param string $max_filesize Max file upload size. Ex. 10mb, 512kb. |
| 1754 | 1754 | */ |
| 1755 | - return apply_filters( 'geodir_default_image_upload_size_limit', $max_filesize ); |
|
| 1755 | + return apply_filters('geodir_default_image_upload_size_limit', $max_filesize);
|
|
| 1756 | 1756 | } |
| 1757 | 1757 | |
| 1758 | 1758 | /** |
@@ -1765,8 +1765,8 @@ discard block |
||
| 1765 | 1765 | * @return bool If dummy folder exists returns true, else false. |
| 1766 | 1766 | */ |
| 1767 | 1767 | function geodir_dummy_folder_exists() {
|
| 1768 | - $path = geodir_plugin_path() . '/geodirectory-admin/dummy/'; |
|
| 1769 | - if ( ! is_dir( $path ) ) {
|
|
| 1768 | + $path = geodir_plugin_path().'/geodirectory-admin/dummy/'; |
|
| 1769 | + if (!is_dir($path)) {
|
|
| 1770 | 1770 | return false; |
| 1771 | 1771 | } else {
|
| 1772 | 1772 | return true; |
@@ -1785,17 +1785,17 @@ discard block |
||
| 1785 | 1785 | * |
| 1786 | 1786 | * @return object Author info. |
| 1787 | 1787 | */ |
| 1788 | -function geodir_get_author_info( $aid ) {
|
|
| 1788 | +function geodir_get_author_info($aid) {
|
|
| 1789 | 1789 | global $wpdb; |
| 1790 | 1790 | /*$infosql = "select * from $wpdb->users where ID=$aid";*/ |
| 1791 | - $infosql = $wpdb->prepare( "select * from $wpdb->users where ID=%d", array( $aid ) ); |
|
| 1792 | - $info = $wpdb->get_results( $infosql ); |
|
| 1793 | - if ( $info ) {
|
|
| 1791 | + $infosql = $wpdb->prepare("select * from $wpdb->users where ID=%d", array($aid));
|
|
| 1792 | + $info = $wpdb->get_results($infosql); |
|
| 1793 | + if ($info) {
|
|
| 1794 | 1794 | return $info[0]; |
| 1795 | 1795 | } |
| 1796 | 1796 | } |
| 1797 | 1797 | |
| 1798 | -if ( ! function_exists( 'adminEmail' ) ) {
|
|
| 1798 | +if (!function_exists('adminEmail')) {
|
|
| 1799 | 1799 | /** |
| 1800 | 1800 | * Send emails to client on post submission, renew etc. |
| 1801 | 1801 | * |
@@ -1808,67 +1808,67 @@ discard block |
||
| 1808 | 1808 | * @param string $message_type Can be 'expiration','post_submited','renew','upgrade','claim_approved','claim_rejected','claim_requested','auto_claim','payment_success','payment_fail'. |
| 1809 | 1809 | * @param string $custom_1 Custom data to be sent. |
| 1810 | 1810 | */ |
| 1811 | - function adminEmail( $page_id, $user_id, $message_type, $custom_1 = '' ) {
|
|
| 1811 | + function adminEmail($page_id, $user_id, $message_type, $custom_1 = '') {
|
|
| 1812 | 1812 | global $wpdb; |
| 1813 | - if ( $message_type == 'expiration' ) {
|
|
| 1814 | - $subject = stripslashes( __( get_option( 'renew_email_subject' ), 'geodirectory' ) ); |
|
| 1815 | - $client_message = stripslashes( __( get_option( 'renew_email_content' ), 'geodirectory' ) ); |
|
| 1816 | - } elseif ( $message_type == 'post_submited' ) {
|
|
| 1817 | - $subject = __( get_option( 'post_submited_success_email_subject_admin' ), 'geodirectory' ); |
|
| 1818 | - $client_message = __( get_option( 'post_submited_success_email_content_admin' ), 'geodirectory' ); |
|
| 1819 | - } elseif ( $message_type == 'renew' ) {
|
|
| 1820 | - $subject = __( get_option( 'post_renew_success_email_subject_admin' ), 'geodirectory' ); |
|
| 1821 | - $client_message = __( get_option( 'post_renew_success_email_content_admin' ), 'geodirectory' ); |
|
| 1822 | - } elseif ( $message_type == 'upgrade' ) {
|
|
| 1823 | - $subject = __( get_option( 'post_upgrade_success_email_subject_admin' ), 'geodirectory' ); |
|
| 1824 | - $client_message = __( get_option( 'post_upgrade_success_email_content_admin' ), 'geodirectory' ); |
|
| 1825 | - } elseif ( $message_type == 'claim_approved' ) {
|
|
| 1826 | - $subject = __( get_option( 'claim_approved_email_subject' ), 'geodirectory' ); |
|
| 1827 | - $client_message = __( get_option( 'claim_approved_email_content' ), 'geodirectory' ); |
|
| 1828 | - } elseif ( $message_type == 'claim_rejected' ) {
|
|
| 1829 | - $subject = __( get_option( 'claim_rejected_email_subject' ), 'geodirectory' ); |
|
| 1830 | - $client_message = __( get_option( 'claim_rejected_email_content' ), 'geodirectory' ); |
|
| 1831 | - } elseif ( $message_type == 'claim_requested' ) {
|
|
| 1832 | - $subject = __( get_option( 'claim_email_subject_admin' ), 'geodirectory' ); |
|
| 1833 | - $client_message = __( get_option( 'claim_email_content_admin' ), 'geodirectory' ); |
|
| 1834 | - } elseif ( $message_type == 'auto_claim' ) {
|
|
| 1835 | - $subject = __( get_option( 'auto_claim_email_subject' ), 'geodirectory' ); |
|
| 1836 | - $client_message = __( get_option( 'auto_claim_email_content' ), 'geodirectory' ); |
|
| 1837 | - } elseif ( $message_type == 'payment_success' ) {
|
|
| 1838 | - $subject = __( get_option( 'post_payment_success_admin_email_subject' ), 'geodirectory' ); |
|
| 1839 | - $client_message = __( get_option( 'post_payment_success_admin_email_content' ), 'geodirectory' ); |
|
| 1840 | - } elseif ( $message_type == 'payment_fail' ) {
|
|
| 1841 | - $subject = __( get_option( 'post_payment_fail_admin_email_subject' ), 'geodirectory' ); |
|
| 1842 | - $client_message = __( get_option( 'post_payment_fail_admin_email_content' ), 'geodirectory' ); |
|
| 1813 | + if ($message_type == 'expiration') {
|
|
| 1814 | + $subject = stripslashes(__(get_option('renew_email_subject'), 'geodirectory'));
|
|
| 1815 | + $client_message = stripslashes(__(get_option('renew_email_content'), 'geodirectory'));
|
|
| 1816 | + } elseif ($message_type == 'post_submited') {
|
|
| 1817 | + $subject = __(get_option('post_submited_success_email_subject_admin'), 'geodirectory');
|
|
| 1818 | + $client_message = __(get_option('post_submited_success_email_content_admin'), 'geodirectory');
|
|
| 1819 | + } elseif ($message_type == 'renew') {
|
|
| 1820 | + $subject = __(get_option('post_renew_success_email_subject_admin'), 'geodirectory');
|
|
| 1821 | + $client_message = __(get_option('post_renew_success_email_content_admin'), 'geodirectory');
|
|
| 1822 | + } elseif ($message_type == 'upgrade') {
|
|
| 1823 | + $subject = __(get_option('post_upgrade_success_email_subject_admin'), 'geodirectory');
|
|
| 1824 | + $client_message = __(get_option('post_upgrade_success_email_content_admin'), 'geodirectory');
|
|
| 1825 | + } elseif ($message_type == 'claim_approved') {
|
|
| 1826 | + $subject = __(get_option('claim_approved_email_subject'), 'geodirectory');
|
|
| 1827 | + $client_message = __(get_option('claim_approved_email_content'), 'geodirectory');
|
|
| 1828 | + } elseif ($message_type == 'claim_rejected') {
|
|
| 1829 | + $subject = __(get_option('claim_rejected_email_subject'), 'geodirectory');
|
|
| 1830 | + $client_message = __(get_option('claim_rejected_email_content'), 'geodirectory');
|
|
| 1831 | + } elseif ($message_type == 'claim_requested') {
|
|
| 1832 | + $subject = __(get_option('claim_email_subject_admin'), 'geodirectory');
|
|
| 1833 | + $client_message = __(get_option('claim_email_content_admin'), 'geodirectory');
|
|
| 1834 | + } elseif ($message_type == 'auto_claim') {
|
|
| 1835 | + $subject = __(get_option('auto_claim_email_subject'), 'geodirectory');
|
|
| 1836 | + $client_message = __(get_option('auto_claim_email_content'), 'geodirectory');
|
|
| 1837 | + } elseif ($message_type == 'payment_success') {
|
|
| 1838 | + $subject = __(get_option('post_payment_success_admin_email_subject'), 'geodirectory');
|
|
| 1839 | + $client_message = __(get_option('post_payment_success_admin_email_content'), 'geodirectory');
|
|
| 1840 | + } elseif ($message_type == 'payment_fail') {
|
|
| 1841 | + $subject = __(get_option('post_payment_fail_admin_email_subject'), 'geodirectory');
|
|
| 1842 | + $client_message = __(get_option('post_payment_fail_admin_email_content'), 'geodirectory');
|
|
| 1843 | 1843 | } |
| 1844 | 1844 | $transaction_details = $custom_1; |
| 1845 | - $fromEmail = get_option( 'site_email' ); |
|
| 1845 | + $fromEmail = get_option('site_email');
|
|
| 1846 | 1846 | $fromEmailName = get_site_emailName(); |
| 1847 | 1847 | //$alivedays = get_post_meta($page_id,'alive_days',true); |
| 1848 | - $pkg_limit = get_property_price_info_listing( $page_id ); |
|
| 1848 | + $pkg_limit = get_property_price_info_listing($page_id); |
|
| 1849 | 1849 | $alivedays = $pkg_limit['days']; |
| 1850 | - $productlink = get_permalink( $page_id ); |
|
| 1851 | - $post_info = get_post( $page_id ); |
|
| 1852 | - $post_date = date( 'dS F,Y', strtotime( $post_info->post_date ) ); |
|
| 1853 | - $listingLink = '<a href="' . $productlink . '"><b>' . $post_info->post_title . '</b></a>'; |
|
| 1850 | + $productlink = get_permalink($page_id); |
|
| 1851 | + $post_info = get_post($page_id); |
|
| 1852 | + $post_date = date('dS F,Y', strtotime($post_info->post_date));
|
|
| 1853 | + $listingLink = '<a href="'.$productlink.'"><b>'.$post_info->post_title.'</b></a>'; |
|
| 1854 | 1854 | $loginurl = geodir_login_url(); |
| 1855 | - $loginurl_link = '<a href="' . $loginurl . '">login</a>'; |
|
| 1855 | + $loginurl_link = '<a href="'.$loginurl.'">login</a>'; |
|
| 1856 | 1856 | $siteurl = home_url(); |
| 1857 | - $siteurl_link = '<a href="' . $siteurl . '">' . $fromEmailName . '</a>'; |
|
| 1858 | - $user_info = get_userdata( $user_id ); |
|
| 1857 | + $siteurl_link = '<a href="'.$siteurl.'">'.$fromEmailName.'</a>'; |
|
| 1858 | + $user_info = get_userdata($user_id); |
|
| 1859 | 1859 | $user_email = $user_info->user_email; |
| 1860 | - $display_name = geodir_get_client_name( $user_id ); |
|
| 1860 | + $display_name = geodir_get_client_name($user_id); |
|
| 1861 | 1861 | $user_login = $user_info->user_login; |
| 1862 | - $number_of_grace_days = get_option( 'ptthemes_listing_preexpiry_notice_days' ); |
|
| 1863 | - if ( $number_of_grace_days == '' ) {
|
|
| 1862 | + $number_of_grace_days = get_option('ptthemes_listing_preexpiry_notice_days');
|
|
| 1863 | + if ($number_of_grace_days == '') {
|
|
| 1864 | 1864 | $number_of_grace_days = 1; |
| 1865 | 1865 | } |
| 1866 | - if ( $post_info->post_type == 'event' ) {
|
|
| 1866 | + if ($post_info->post_type == 'event') {
|
|
| 1867 | 1867 | $post_type = 'event'; |
| 1868 | 1868 | } else {
|
| 1869 | 1869 | $post_type = 'listing'; |
| 1870 | 1870 | } |
| 1871 | - $renew_link = '<a href="' . $siteurl . '?ptype=post_' . $post_type . '&renew=1&pid=' . $page_id . '">' . RENEW_LINK . '</a>'; |
|
| 1871 | + $renew_link = '<a href="'.$siteurl.'?ptype=post_'.$post_type.'&renew=1&pid='.$page_id.'">'.RENEW_LINK.'</a>'; |
|
| 1872 | 1872 | $search_array = array( |
| 1873 | 1873 | '[#client_name#]', |
| 1874 | 1874 | '[#listing_link#]', |
@@ -1884,7 +1884,7 @@ discard block |
||
| 1884 | 1884 | '[#site_name#]', |
| 1885 | 1885 | '[#transaction_details#]' |
| 1886 | 1886 | ); |
| 1887 | - $replace_array = array( |
|
| 1887 | + $replace_array = array( |
|
| 1888 | 1888 | $display_name, |
| 1889 | 1889 | $listingLink, |
| 1890 | 1890 | $post_date, |
@@ -1899,13 +1899,13 @@ discard block |
||
| 1899 | 1899 | $fromEmailName, |
| 1900 | 1900 | $transaction_details |
| 1901 | 1901 | ); |
| 1902 | - $client_message = str_replace( $search_array, $replace_array, $client_message ); |
|
| 1903 | - $subject = str_replace( $search_array, $replace_array, $subject ); |
|
| 1902 | + $client_message = str_replace($search_array, $replace_array, $client_message); |
|
| 1903 | + $subject = str_replace($search_array, $replace_array, $subject); |
|
| 1904 | 1904 | |
| 1905 | 1905 | |
| 1906 | - $headers = array(); |
|
| 1906 | + $headers = array(); |
|
| 1907 | 1907 | $headers[] = 'Content-type: text/html; charset=UTF-8'; |
| 1908 | - $headers[] = 'From: ' . $fromEmailName . ' <' . $fromEmail . '>'; |
|
| 1908 | + $headers[] = 'From: '.$fromEmailName.' <'.$fromEmail.'>'; |
|
| 1909 | 1909 | |
| 1910 | 1910 | $to = $fromEmail; |
| 1911 | 1911 | $message = $client_message; |
@@ -1923,7 +1923,7 @@ discard block |
||
| 1923 | 1923 | * @param string $message_type Can be 'expiration','post_submited','renew','upgrade','claim_approved','claim_rejected','claim_requested','auto_claim','payment_success','payment_fail'. |
| 1924 | 1924 | * @param string $custom_1 Custom data to be sent. |
| 1925 | 1925 | */ |
| 1926 | - $to = apply_filters( 'geodir_adminEmail_to', $to, $page_id, $user_id, $message_type, $custom_1 ); |
|
| 1926 | + $to = apply_filters('geodir_adminEmail_to', $to, $page_id, $user_id, $message_type, $custom_1);
|
|
| 1927 | 1927 | /** |
| 1928 | 1928 | * Filter the admin email subject. |
| 1929 | 1929 | * |
@@ -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 | - $subject = apply_filters( 'geodir_adminEmail_subject', $subject, $page_id, $user_id, $message_type, $custom_1 ); |
|
| 1939 | + $subject = apply_filters('geodir_adminEmail_subject', $subject, $page_id, $user_id, $message_type, $custom_1);
|
|
| 1940 | 1940 | /** |
| 1941 | 1941 | * Filter the admin email message. |
| 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 | - $message = apply_filters( 'geodir_adminEmail_message', $message, $page_id, $user_id, $message_type, $custom_1 ); |
|
| 1952 | + $message = apply_filters('geodir_adminEmail_message', $message, $page_id, $user_id, $message_type, $custom_1);
|
|
| 1953 | 1953 | /** |
| 1954 | 1954 | * Filter the admin email headers. |
| 1955 | 1955 | * |
@@ -1962,22 +1962,22 @@ 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 | - $headers = apply_filters( 'geodir_adminEmail_headers', $headers, $page_id, $user_id, $message_type, $custom_1 ); |
|
| 1965 | + $headers = apply_filters('geodir_adminEmail_headers', $headers, $page_id, $user_id, $message_type, $custom_1);
|
|
| 1966 | 1966 | |
| 1967 | 1967 | |
| 1968 | - $sent = wp_mail( $to, $subject, $message, $headers ); |
|
| 1969 | - if ( ! $sent ) {
|
|
| 1970 | - if ( is_array( $to ) ) {
|
|
| 1971 | - $to = implode( ',', $to ); |
|
| 1968 | + $sent = wp_mail($to, $subject, $message, $headers); |
|
| 1969 | + if (!$sent) {
|
|
| 1970 | + if (is_array($to)) {
|
|
| 1971 | + $to = implode(',', $to);
|
|
| 1972 | 1972 | } |
| 1973 | 1973 | $log_message = sprintf( |
| 1974 | - __( "Email from GeoDirectory failed to send.\nMessage type: %s\nSend time: %s\nTo: %s\nSubject: %s\n\n", 'geodirectory' ), |
|
| 1974 | + __("Email from GeoDirectory failed to send.\nMessage type: %s\nSend time: %s\nTo: %s\nSubject: %s\n\n", 'geodirectory'),
|
|
| 1975 | 1975 | $message_type, |
| 1976 | - date_i18n( 'F j Y H:i:s', current_time( 'timestamp' ) ), |
|
| 1976 | + date_i18n('F j Y H:i:s', current_time('timestamp')),
|
|
| 1977 | 1977 | $to, |
| 1978 | 1978 | $subject |
| 1979 | 1979 | ); |
| 1980 | - geodir_error_log( $log_message ); |
|
| 1980 | + geodir_error_log($log_message); |
|
| 1981 | 1981 | } |
| 1982 | 1982 | } |
| 1983 | 1983 | } |
@@ -1997,12 +1997,12 @@ discard block |
||
| 1997 | 1997 | * |
| 1998 | 1998 | * @return array Category IDs. |
| 1999 | 1999 | */ |
| 2000 | -function gd_lang_object_ids( $ids_array, $type ) {
|
|
| 2001 | - if ( function_exists( 'icl_object_id' ) ) {
|
|
| 2000 | +function gd_lang_object_ids($ids_array, $type) {
|
|
| 2001 | + if (function_exists('icl_object_id')) {
|
|
| 2002 | 2002 | $res = array(); |
| 2003 | - foreach ( $ids_array as $id ) {
|
|
| 2004 | - $xlat = icl_object_id( $id, $type, false ); |
|
| 2005 | - if ( ! is_null( $xlat ) ) {
|
|
| 2003 | + foreach ($ids_array as $id) {
|
|
| 2004 | + $xlat = icl_object_id($id, $type, false); |
|
| 2005 | + if (!is_null($xlat)) {
|
|
| 2006 | 2006 | $res[] = $xlat; |
| 2007 | 2007 | } |
| 2008 | 2008 | } |
@@ -2026,20 +2026,20 @@ discard block |
||
| 2026 | 2026 | * |
| 2027 | 2027 | * @return array Modified Body CSS classes. |
| 2028 | 2028 | */ |
| 2029 | -function geodir_custom_posts_body_class( $classes ) {
|
|
| 2029 | +function geodir_custom_posts_body_class($classes) {
|
|
| 2030 | 2030 | global $wpdb, $wp; |
| 2031 | - $post_types = geodir_get_posttypes( 'object' ); |
|
| 2032 | - if ( ! empty( $post_types ) && count( (array) $post_types ) > 1 ) {
|
|
| 2031 | + $post_types = geodir_get_posttypes('object');
|
|
| 2032 | + if (!empty($post_types) && count((array) $post_types) > 1) {
|
|
| 2033 | 2033 | $classes[] = 'geodir_custom_posts'; |
| 2034 | 2034 | } |
| 2035 | 2035 | |
| 2036 | 2036 | // fix body class for signup page |
| 2037 | - if ( geodir_is_page( 'login' ) ) {
|
|
| 2037 | + if (geodir_is_page('login')) {
|
|
| 2038 | 2038 | $new_classes = array(); |
| 2039 | 2039 | $new_classes[] = 'signup page-geodir-signup'; |
| 2040 | - if ( ! empty( $classes ) ) {
|
|
| 2041 | - foreach ( $classes as $class ) {
|
|
| 2042 | - if ( $class && $class != 'home' && $class != 'blog' ) {
|
|
| 2040 | + if (!empty($classes)) {
|
|
| 2041 | + foreach ($classes as $class) {
|
|
| 2042 | + if ($class && $class != 'home' && $class != 'blog') {
|
|
| 2043 | 2043 | $new_classes[] = $class; |
| 2044 | 2044 | } |
| 2045 | 2045 | } |
@@ -2047,14 +2047,14 @@ discard block |
||
| 2047 | 2047 | $classes = $new_classes; |
| 2048 | 2048 | } |
| 2049 | 2049 | |
| 2050 | - if ( geodir_is_geodir_page() ) {
|
|
| 2050 | + if (geodir_is_geodir_page()) {
|
|
| 2051 | 2051 | $classes[] = 'geodir-page'; |
| 2052 | 2052 | } |
| 2053 | 2053 | |
| 2054 | 2054 | return $classes; |
| 2055 | 2055 | } |
| 2056 | 2056 | |
| 2057 | -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 |
|
| 2057 | +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
|
|
| 2058 | 2058 | |
| 2059 | 2059 | |
| 2060 | 2060 | /** |
@@ -2070,7 +2070,7 @@ discard block |
||
| 2070 | 2070 | * |
| 2071 | 2071 | * @since 1.0.0 |
| 2072 | 2072 | */ |
| 2073 | - return apply_filters( 'geodir_map_zoom_level', array( |
|
| 2073 | + return apply_filters('geodir_map_zoom_level', array(
|
|
| 2074 | 2074 | 1, |
| 2075 | 2075 | 2, |
| 2076 | 2076 | 3, |
@@ -2090,7 +2090,7 @@ discard block |
||
| 2090 | 2090 | 17, |
| 2091 | 2091 | 18, |
| 2092 | 2092 | 19 |
| 2093 | - ) ); |
|
| 2093 | + )); |
|
| 2094 | 2094 | |
| 2095 | 2095 | } |
| 2096 | 2096 | |
@@ -2103,12 +2103,12 @@ discard block |
||
| 2103 | 2103 | * |
| 2104 | 2104 | * @param string $geodir_option_name Option key. |
| 2105 | 2105 | */ |
| 2106 | -function geodir_option_version_backup( $geodir_option_name ) {
|
|
| 2106 | +function geodir_option_version_backup($geodir_option_name) {
|
|
| 2107 | 2107 | $version_date = time(); |
| 2108 | - $geodir_option = get_option( $geodir_option_name ); |
|
| 2108 | + $geodir_option = get_option($geodir_option_name); |
|
| 2109 | 2109 | |
| 2110 | - if ( ! empty( $geodir_option ) ) {
|
|
| 2111 | - add_option( $geodir_option_name . '_' . $version_date, $geodir_option ); |
|
| 2110 | + if (!empty($geodir_option)) {
|
|
| 2111 | + add_option($geodir_option_name.'_'.$version_date, $geodir_option); |
|
| 2112 | 2112 | } |
| 2113 | 2113 | } |
| 2114 | 2114 | |
@@ -2122,10 +2122,10 @@ discard block |
||
| 2122 | 2122 | * |
| 2123 | 2123 | * @return int Page ID. |
| 2124 | 2124 | */ |
| 2125 | -function get_page_id_geodir_add_listing_page( $page_id ) {
|
|
| 2126 | - if ( geodir_wpml_multilingual_status() ) {
|
|
| 2125 | +function get_page_id_geodir_add_listing_page($page_id) {
|
|
| 2126 | + if (geodir_wpml_multilingual_status()) {
|
|
| 2127 | 2127 | $post_type = 'post_page'; |
| 2128 | - $page_id = geodir_get_wpml_element_id( $page_id, $post_type ); |
|
| 2128 | + $page_id = geodir_get_wpml_element_id($page_id, $post_type); |
|
| 2129 | 2129 | } |
| 2130 | 2130 | |
| 2131 | 2131 | return $page_id; |
@@ -2139,7 +2139,7 @@ discard block |
||
| 2139 | 2139 | * @return bool Returns true when sitepress multilingual CMS active. else returns false. |
| 2140 | 2140 | */ |
| 2141 | 2141 | function geodir_wpml_multilingual_status() {
|
| 2142 | - if ( function_exists( 'icl_object_id' ) ) {
|
|
| 2142 | + if (function_exists('icl_object_id')) {
|
|
| 2143 | 2143 | return true; |
| 2144 | 2144 | } |
| 2145 | 2145 | |
@@ -2157,19 +2157,19 @@ discard block |
||
| 2157 | 2157 | * |
| 2158 | 2158 | * @return int Element ID when exists. Else the page id. |
| 2159 | 2159 | */ |
| 2160 | -function geodir_get_wpml_element_id( $page_id, $post_type ) {
|
|
| 2160 | +function geodir_get_wpml_element_id($page_id, $post_type) {
|
|
| 2161 | 2161 | global $sitepress; |
| 2162 | - if ( geodir_wpml_multilingual_status() && ! empty( $sitepress ) && isset( $sitepress->queries ) ) {
|
|
| 2163 | - $trid = $sitepress->get_element_trid( $page_id, $post_type ); |
|
| 2162 | + if (geodir_wpml_multilingual_status() && !empty($sitepress) && isset($sitepress->queries)) {
|
|
| 2163 | + $trid = $sitepress->get_element_trid($page_id, $post_type); |
|
| 2164 | 2164 | |
| 2165 | - if ( $trid > 0 ) {
|
|
| 2166 | - $translations = $sitepress->get_element_translations( $trid, $post_type ); |
|
| 2165 | + if ($trid > 0) {
|
|
| 2166 | + $translations = $sitepress->get_element_translations($trid, $post_type); |
|
| 2167 | 2167 | |
| 2168 | 2168 | $lang = $sitepress->get_current_language(); |
| 2169 | 2169 | $lang = $lang ? $lang : $sitepress->get_default_language(); |
| 2170 | 2170 | |
| 2171 | - if ( ! empty( $translations ) && ! empty( $lang ) && isset( $translations[ $lang ] ) && isset( $translations[ $lang ]->element_id ) && ! empty( $translations[ $lang ]->element_id ) ) {
|
|
| 2172 | - $page_id = $translations[ $lang ]->element_id; |
|
| 2171 | + if (!empty($translations) && !empty($lang) && isset($translations[$lang]) && isset($translations[$lang]->element_id) && !empty($translations[$lang]->element_id)) {
|
|
| 2172 | + $page_id = $translations[$lang]->element_id; |
|
| 2173 | 2173 | } |
| 2174 | 2174 | } |
| 2175 | 2175 | } |
@@ -2186,15 +2186,15 @@ discard block |
||
| 2186 | 2186 | */ |
| 2187 | 2187 | function geodir_wpml_check_element_id() {
|
| 2188 | 2188 | global $sitepress; |
| 2189 | - if ( geodir_wpml_multilingual_status() && ! empty( $sitepress ) && isset( $sitepress->queries ) ) {
|
|
| 2189 | + if (geodir_wpml_multilingual_status() && !empty($sitepress) && isset($sitepress->queries)) {
|
|
| 2190 | 2190 | $el_type = 'post_page'; |
| 2191 | - $el_id = get_option( 'geodir_add_listing_page' ); |
|
| 2191 | + $el_id = get_option('geodir_add_listing_page');
|
|
| 2192 | 2192 | $default_lang = $sitepress->get_default_language(); |
| 2193 | - $el_details = $sitepress->get_element_language_details( $el_id, $el_type ); |
|
| 2193 | + $el_details = $sitepress->get_element_language_details($el_id, $el_type); |
|
| 2194 | 2194 | |
| 2195 | - if ( ! ( $el_id > 0 && $default_lang && ! empty( $el_details ) && isset( $el_details->language_code ) && $el_details->language_code == $default_lang ) ) {
|
|
| 2196 | - if ( ! $el_details->source_language_code ) {
|
|
| 2197 | - $sitepress->set_element_language_details( $el_id, $el_type, '', $default_lang ); |
|
| 2195 | + if (!($el_id > 0 && $default_lang && !empty($el_details) && isset($el_details->language_code) && $el_details->language_code == $default_lang)) {
|
|
| 2196 | + if (!$el_details->source_language_code) {
|
|
| 2197 | + $sitepress->set_element_language_details($el_id, $el_type, '', $default_lang); |
|
| 2198 | 2198 | $sitepress->icl_translations_cache->clear(); |
| 2199 | 2199 | } |
| 2200 | 2200 | } |
@@ -2213,41 +2213,41 @@ discard block |
||
| 2213 | 2213 | * |
| 2214 | 2214 | * @return string Orderby SQL. |
| 2215 | 2215 | */ |
| 2216 | -function geodir_widget_listings_get_order( $query_args ) {
|
|
| 2216 | +function geodir_widget_listings_get_order($query_args) {
|
|
| 2217 | 2217 | global $wpdb, $plugin_prefix, $gd_query_args_widgets; |
| 2218 | 2218 | |
| 2219 | 2219 | $query_args = $gd_query_args_widgets; |
| 2220 | - if ( empty( $query_args ) || empty( $query_args['is_geodir_loop'] ) ) {
|
|
| 2221 | - return $wpdb->posts . ".post_date DESC, "; |
|
| 2220 | + if (empty($query_args) || empty($query_args['is_geodir_loop'])) {
|
|
| 2221 | + return $wpdb->posts.".post_date DESC, "; |
|
| 2222 | 2222 | } |
| 2223 | 2223 | |
| 2224 | - $post_type = empty( $query_args['post_type'] ) ? 'gd_place' : $query_args['post_type']; |
|
| 2225 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 2224 | + $post_type = empty($query_args['post_type']) ? 'gd_place' : $query_args['post_type']; |
|
| 2225 | + $table = $plugin_prefix.$post_type.'_detail'; |
|
| 2226 | 2226 | |
| 2227 | - $sort_by = ! empty( $query_args['order_by'] ) ? $query_args['order_by'] : ''; |
|
| 2227 | + $sort_by = !empty($query_args['order_by']) ? $query_args['order_by'] : ''; |
|
| 2228 | 2228 | |
| 2229 | - switch ( $sort_by ) {
|
|
| 2229 | + switch ($sort_by) {
|
|
| 2230 | 2230 | case 'latest': |
| 2231 | 2231 | case 'newest': |
| 2232 | - $orderby = $wpdb->posts . ".post_date DESC, "; |
|
| 2232 | + $orderby = $wpdb->posts.".post_date DESC, "; |
|
| 2233 | 2233 | break; |
| 2234 | 2234 | case 'featured': |
| 2235 | - $orderby = $table . ".is_featured ASC, ". $wpdb->posts . ".post_date DESC, "; |
|
| 2235 | + $orderby = $table.".is_featured ASC, ".$wpdb->posts.".post_date DESC, "; |
|
| 2236 | 2236 | break; |
| 2237 | 2237 | case 'az': |
| 2238 | - $orderby = $wpdb->posts . ".post_title ASC, "; |
|
| 2238 | + $orderby = $wpdb->posts.".post_title ASC, "; |
|
| 2239 | 2239 | break; |
| 2240 | 2240 | case 'high_review': |
| 2241 | - $orderby = $table . ".rating_count DESC, " . $table . ".overall_rating DESC, "; |
|
| 2241 | + $orderby = $table.".rating_count DESC, ".$table.".overall_rating DESC, "; |
|
| 2242 | 2242 | break; |
| 2243 | 2243 | case 'high_rating': |
| 2244 | - $orderby = "( " . $table . ".overall_rating ) DESC, "; |
|
| 2244 | + $orderby = "( ".$table.".overall_rating ) DESC, "; |
|
| 2245 | 2245 | break; |
| 2246 | 2246 | case 'random': |
| 2247 | 2247 | $orderby = "RAND(), "; |
| 2248 | 2248 | break; |
| 2249 | 2249 | default: |
| 2250 | - $orderby = $wpdb->posts . ".post_title ASC, "; |
|
| 2250 | + $orderby = $wpdb->posts.".post_title ASC, "; |
|
| 2251 | 2251 | break; |
| 2252 | 2252 | } |
| 2253 | 2253 | |
@@ -2270,15 +2270,15 @@ discard block |
||
| 2270 | 2270 | * |
| 2271 | 2271 | * @return mixed Result object. |
| 2272 | 2272 | */ |
| 2273 | -function geodir_get_widget_listings( $query_args = array(), $count_only = false ) {
|
|
| 2273 | +function geodir_get_widget_listings($query_args = array(), $count_only = false) {
|
|
| 2274 | 2274 | global $wpdb, $plugin_prefix, $table_prefix; |
| 2275 | 2275 | $GLOBALS['gd_query_args_widgets'] = $query_args; |
| 2276 | 2276 | $gd_query_args_widgets = $query_args; |
| 2277 | 2277 | |
| 2278 | - $post_type = empty( $query_args['post_type'] ) ? 'gd_place' : $query_args['post_type']; |
|
| 2279 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 2278 | + $post_type = empty($query_args['post_type']) ? 'gd_place' : $query_args['post_type']; |
|
| 2279 | + $table = $plugin_prefix.$post_type.'_detail'; |
|
| 2280 | 2280 | |
| 2281 | - $fields = $wpdb->posts . ".*, " . $table . ".*"; |
|
| 2281 | + $fields = $wpdb->posts.".*, ".$table.".*"; |
|
| 2282 | 2282 | /** |
| 2283 | 2283 | * Filter widget listing fields string part that is being used for query. |
| 2284 | 2284 | * |
@@ -2288,17 +2288,17 @@ discard block |
||
| 2288 | 2288 | * @param string $table Table name. |
| 2289 | 2289 | * @param string $post_type Post type. |
| 2290 | 2290 | */ |
| 2291 | - $fields = apply_filters( 'geodir_filter_widget_listings_fields', $fields, $table, $post_type ); |
|
| 2291 | + $fields = apply_filters('geodir_filter_widget_listings_fields', $fields, $table, $post_type);
|
|
| 2292 | 2292 | |
| 2293 | - $join = "INNER JOIN " . $table . " ON (" . $table . ".post_id = " . $wpdb->posts . ".ID)";
|
|
| 2293 | + $join = "INNER JOIN ".$table." ON (".$table.".post_id = ".$wpdb->posts.".ID)";
|
|
| 2294 | 2294 | |
| 2295 | 2295 | ########### WPML ########### |
| 2296 | 2296 | |
| 2297 | - if ( function_exists( 'icl_object_id' ) ) {
|
|
| 2297 | + if (function_exists('icl_object_id')) {
|
|
| 2298 | 2298 | global $sitepress; |
| 2299 | 2299 | $lang_code = ICL_LANGUAGE_CODE; |
| 2300 | - if ( $lang_code ) {
|
|
| 2301 | - $join .= " JOIN " . $table_prefix . "icl_translations icl_t ON icl_t.element_id = " . $table_prefix . "posts.ID"; |
|
| 2300 | + if ($lang_code) {
|
|
| 2301 | + $join .= " JOIN ".$table_prefix."icl_translations icl_t ON icl_t.element_id = ".$table_prefix."posts.ID"; |
|
| 2302 | 2302 | } |
| 2303 | 2303 | } |
| 2304 | 2304 | |
@@ -2312,15 +2312,15 @@ discard block |
||
| 2312 | 2312 | * @param string $join Join clause string. |
| 2313 | 2313 | * @param string $post_type Post type. |
| 2314 | 2314 | */ |
| 2315 | - $join = apply_filters( 'geodir_filter_widget_listings_join', $join, $post_type ); |
|
| 2315 | + $join = apply_filters('geodir_filter_widget_listings_join', $join, $post_type);
|
|
| 2316 | 2316 | |
| 2317 | - $post_status = is_super_admin() ? " OR " . $wpdb->posts . ".post_status = 'private'" : ''; |
|
| 2317 | + $post_status = is_super_admin() ? " OR ".$wpdb->posts.".post_status = 'private'" : ''; |
|
| 2318 | 2318 | |
| 2319 | - $where = " AND ( " . $wpdb->posts . ".post_status = 'publish' " . $post_status . " ) AND " . $wpdb->posts . ".post_type = '" . $post_type . "'"; |
|
| 2319 | + $where = " AND ( ".$wpdb->posts.".post_status = 'publish' ".$post_status." ) AND ".$wpdb->posts.".post_type = '".$post_type."'"; |
|
| 2320 | 2320 | |
| 2321 | 2321 | ########### WPML ########### |
| 2322 | - if ( function_exists( 'icl_object_id' ) ) {
|
|
| 2323 | - if ( $lang_code ) {
|
|
| 2322 | + if (function_exists('icl_object_id')) {
|
|
| 2323 | + if ($lang_code) {
|
|
| 2324 | 2324 | $where .= " AND icl_t.language_code = '$lang_code' AND icl_t.element_type = 'post_$post_type' "; |
| 2325 | 2325 | } |
| 2326 | 2326 | } |
@@ -2333,8 +2333,8 @@ discard block |
||
| 2333 | 2333 | * @param string $where Where clause string. |
| 2334 | 2334 | * @param string $post_type Post type. |
| 2335 | 2335 | */ |
| 2336 | - $where = apply_filters( 'geodir_filter_widget_listings_where', $where, $post_type ); |
|
| 2337 | - $where = $where != '' ? " WHERE 1=1 " . $where : ''; |
|
| 2336 | + $where = apply_filters('geodir_filter_widget_listings_where', $where, $post_type);
|
|
| 2337 | + $where = $where != '' ? " WHERE 1=1 ".$where : ''; |
|
| 2338 | 2338 | |
| 2339 | 2339 | $groupby = " GROUP BY $wpdb->posts.ID "; //@todo is this needed? faster withotu |
| 2340 | 2340 | /** |
@@ -2345,15 +2345,15 @@ discard block |
||
| 2345 | 2345 | * @param string $groupby Group by clause string. |
| 2346 | 2346 | * @param string $post_type Post type. |
| 2347 | 2347 | */ |
| 2348 | - $groupby = apply_filters( 'geodir_filter_widget_listings_groupby', $groupby, $post_type ); |
|
| 2348 | + $groupby = apply_filters('geodir_filter_widget_listings_groupby', $groupby, $post_type);
|
|
| 2349 | 2349 | |
| 2350 | - if ( $count_only ) {
|
|
| 2351 | - $sql = "SELECT COUNT(DISTINCT " . $wpdb->posts . ".ID) AS total FROM " . $wpdb->posts . " |
|
| 2352 | - " . $join . " |
|
| 2350 | + if ($count_only) {
|
|
| 2351 | + $sql = "SELECT COUNT(DISTINCT ".$wpdb->posts.".ID) AS total FROM ".$wpdb->posts." |
|
| 2352 | + " . $join." |
|
| 2353 | 2353 | " . $where; |
| 2354 | - $rows = (int) $wpdb->get_var( $sql ); |
|
| 2354 | + $rows = (int) $wpdb->get_var($sql); |
|
| 2355 | 2355 | } else {
|
| 2356 | - $orderby = geodir_widget_listings_get_order( $query_args ); |
|
| 2356 | + $orderby = geodir_widget_listings_get_order($query_args); |
|
| 2357 | 2357 | /** |
| 2358 | 2358 | * Filter widget listing orderby clause string part that is being used for query. |
| 2359 | 2359 | * |
@@ -2363,11 +2363,11 @@ discard block |
||
| 2363 | 2363 | * @param string $table Table name. |
| 2364 | 2364 | * @param string $post_type Post type. |
| 2365 | 2365 | */ |
| 2366 | - $orderby = apply_filters( 'geodir_filter_widget_listings_orderby', $orderby, $table, $post_type ); |
|
| 2367 | - $orderby .= $wpdb->posts . ".post_title ASC"; |
|
| 2368 | - $orderby = $orderby != '' ? " ORDER BY " . $orderby : ''; |
|
| 2366 | + $orderby = apply_filters('geodir_filter_widget_listings_orderby', $orderby, $table, $post_type);
|
|
| 2367 | + $orderby .= $wpdb->posts.".post_title ASC"; |
|
| 2368 | + $orderby = $orderby != '' ? " ORDER BY ".$orderby : ''; |
|
| 2369 | 2369 | |
| 2370 | - $limit = ! empty( $query_args['posts_per_page'] ) ? $query_args['posts_per_page'] : 5; |
|
| 2370 | + $limit = !empty($query_args['posts_per_page']) ? $query_args['posts_per_page'] : 5; |
|
| 2371 | 2371 | /** |
| 2372 | 2372 | * Filter widget listing limit that is being used for query. |
| 2373 | 2373 | * |
@@ -2376,27 +2376,27 @@ discard block |
||
| 2376 | 2376 | * @param int $limit Query results limit. |
| 2377 | 2377 | * @param string $post_type Post type. |
| 2378 | 2378 | */ |
| 2379 | - $limit = apply_filters( 'geodir_filter_widget_listings_limit', $limit, $post_type ); |
|
| 2379 | + $limit = apply_filters('geodir_filter_widget_listings_limit', $limit, $post_type);
|
|
| 2380 | 2380 | |
| 2381 | - $page = ! empty( $query_args['pageno'] ) ? absint( $query_args['pageno'] ) : 1; |
|
| 2382 | - if ( ! $page ) {
|
|
| 2381 | + $page = !empty($query_args['pageno']) ? absint($query_args['pageno']) : 1; |
|
| 2382 | + if (!$page) {
|
|
| 2383 | 2383 | $page = 1; |
| 2384 | 2384 | } |
| 2385 | 2385 | |
| 2386 | - $limit = (int) $limit > 0 ? " LIMIT " . absint( ( $page - 1 ) * (int) $limit ) . ", " . (int) $limit : ""; |
|
| 2386 | + $limit = (int) $limit > 0 ? " LIMIT ".absint(($page - 1) * (int) $limit).", ".(int) $limit : ""; |
|
| 2387 | 2387 | |
| 2388 | 2388 | //@todo removed SQL_CALC_FOUND_ROWS from below as don't think it is needed and query is faster without |
| 2389 | - $sql = "SELECT " . $fields . " FROM " . $wpdb->posts . " |
|
| 2390 | - " . $join . " |
|
| 2391 | - " . $where . " |
|
| 2392 | - " . $groupby . " |
|
| 2393 | - " . $orderby . " |
|
| 2389 | + $sql = "SELECT ".$fields." FROM ".$wpdb->posts." |
|
| 2390 | + " . $join." |
|
| 2391 | + " . $where." |
|
| 2392 | + " . $groupby." |
|
| 2393 | + " . $orderby." |
|
| 2394 | 2394 | " . $limit; |
| 2395 | - $rows = $wpdb->get_results( $sql ); |
|
| 2395 | + $rows = $wpdb->get_results($sql); |
|
| 2396 | 2396 | } |
| 2397 | 2397 | |
| 2398 | - unset( $GLOBALS['gd_query_args_widgets'] ); |
|
| 2399 | - unset( $gd_query_args_widgets ); |
|
| 2398 | + unset($GLOBALS['gd_query_args_widgets']); |
|
| 2399 | + unset($gd_query_args_widgets); |
|
| 2400 | 2400 | |
| 2401 | 2401 | return $rows; |
| 2402 | 2402 | } |
@@ -2413,11 +2413,11 @@ discard block |
||
| 2413 | 2413 | * |
| 2414 | 2414 | * @return string Modified fields SQL. |
| 2415 | 2415 | */ |
| 2416 | -function geodir_function_widget_listings_fields( $fields ) {
|
|
| 2416 | +function geodir_function_widget_listings_fields($fields) {
|
|
| 2417 | 2417 | global $wpdb, $plugin_prefix, $gd_query_args_widgets; |
| 2418 | 2418 | |
| 2419 | 2419 | $query_args = $gd_query_args_widgets; |
| 2420 | - if ( empty( $query_args ) || empty( $query_args['is_geodir_loop'] ) ) {
|
|
| 2420 | + if (empty($query_args) || empty($query_args['is_geodir_loop'])) {
|
|
| 2421 | 2421 | return $fields; |
| 2422 | 2422 | } |
| 2423 | 2423 | |
@@ -2436,24 +2436,24 @@ discard block |
||
| 2436 | 2436 | * |
| 2437 | 2437 | * @return string Modified join clause SQL. |
| 2438 | 2438 | */ |
| 2439 | -function geodir_function_widget_listings_join( $join ) {
|
|
| 2439 | +function geodir_function_widget_listings_join($join) {
|
|
| 2440 | 2440 | global $wpdb, $plugin_prefix, $gd_query_args_widgets; |
| 2441 | 2441 | |
| 2442 | 2442 | $query_args = $gd_query_args_widgets; |
| 2443 | - if ( empty( $query_args ) || empty( $query_args['is_geodir_loop'] ) ) {
|
|
| 2443 | + if (empty($query_args) || empty($query_args['is_geodir_loop'])) {
|
|
| 2444 | 2444 | return $join; |
| 2445 | 2445 | } |
| 2446 | 2446 | |
| 2447 | - $post_type = empty( $query_args['post_type'] ) ? 'gd_place' : $query_args['post_type']; |
|
| 2448 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 2447 | + $post_type = empty($query_args['post_type']) ? 'gd_place' : $query_args['post_type']; |
|
| 2448 | + $table = $plugin_prefix.$post_type.'_detail'; |
|
| 2449 | 2449 | |
| 2450 | - if ( ! empty( $query_args['with_pics_only'] ) ) {
|
|
| 2451 | - $join .= " LEFT JOIN " . GEODIR_ATTACHMENT_TABLE . " ON ( " . GEODIR_ATTACHMENT_TABLE . ".post_id=" . $table . ".post_id AND " . GEODIR_ATTACHMENT_TABLE . ".mime_type LIKE '%image%' )"; |
|
| 2450 | + if (!empty($query_args['with_pics_only'])) {
|
|
| 2451 | + $join .= " LEFT JOIN ".GEODIR_ATTACHMENT_TABLE." ON ( ".GEODIR_ATTACHMENT_TABLE.".post_id=".$table.".post_id AND ".GEODIR_ATTACHMENT_TABLE.".mime_type LIKE '%image%' )"; |
|
| 2452 | 2452 | } |
| 2453 | 2453 | |
| 2454 | - if ( ! empty( $query_args['tax_query'] ) ) {
|
|
| 2455 | - $tax_queries = get_tax_sql( $query_args['tax_query'], $wpdb->posts, 'ID' ); |
|
| 2456 | - if ( ! empty( $tax_queries['join'] ) && ! empty( $tax_queries['where'] ) ) {
|
|
| 2454 | + if (!empty($query_args['tax_query'])) {
|
|
| 2455 | + $tax_queries = get_tax_sql($query_args['tax_query'], $wpdb->posts, 'ID'); |
|
| 2456 | + if (!empty($tax_queries['join']) && !empty($tax_queries['where'])) {
|
|
| 2457 | 2457 | $join .= $tax_queries['join']; |
| 2458 | 2458 | } |
| 2459 | 2459 | } |
@@ -2473,49 +2473,49 @@ discard block |
||
| 2473 | 2473 | * |
| 2474 | 2474 | * @return string Modified where clause SQL. |
| 2475 | 2475 | */ |
| 2476 | -function geodir_function_widget_listings_where( $where ) {
|
|
| 2476 | +function geodir_function_widget_listings_where($where) {
|
|
| 2477 | 2477 | global $wpdb, $plugin_prefix, $gd_query_args_widgets; |
| 2478 | 2478 | |
| 2479 | 2479 | $query_args = $gd_query_args_widgets; |
| 2480 | - if ( empty( $query_args ) || empty( $query_args['is_geodir_loop'] ) ) {
|
|
| 2480 | + if (empty($query_args) || empty($query_args['is_geodir_loop'])) {
|
|
| 2481 | 2481 | return $where; |
| 2482 | 2482 | } |
| 2483 | - $post_type = empty( $query_args['post_type'] ) ? 'gd_place' : $query_args['post_type']; |
|
| 2484 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 2483 | + $post_type = empty($query_args['post_type']) ? 'gd_place' : $query_args['post_type']; |
|
| 2484 | + $table = $plugin_prefix.$post_type.'_detail'; |
|
| 2485 | 2485 | |
| 2486 | - if ( ! empty( $query_args ) ) {
|
|
| 2487 | - if ( ! empty( $query_args['gd_location'] ) && function_exists( 'geodir_default_location_where' ) ) {
|
|
| 2488 | - $where = geodir_default_location_where( $where, $table ); |
|
| 2486 | + if (!empty($query_args)) {
|
|
| 2487 | + if (!empty($query_args['gd_location']) && function_exists('geodir_default_location_where')) {
|
|
| 2488 | + $where = geodir_default_location_where($where, $table); |
|
| 2489 | 2489 | } |
| 2490 | 2490 | |
| 2491 | - if ( ! empty( $query_args['post_author'] ) ) {
|
|
| 2492 | - $where .= " AND " . $wpdb->posts . ".post_author = " . (int) $query_args['post_author']; |
|
| 2491 | + if (!empty($query_args['post_author'])) {
|
|
| 2492 | + $where .= " AND ".$wpdb->posts.".post_author = ".(int) $query_args['post_author']; |
|
| 2493 | 2493 | } |
| 2494 | 2494 | |
| 2495 | - if ( ! empty( $query_args['show_featured_only'] ) ) {
|
|
| 2496 | - $where .= " AND " . $table . ".is_featured = '1'"; |
|
| 2495 | + if (!empty($query_args['show_featured_only'])) {
|
|
| 2496 | + $where .= " AND ".$table.".is_featured = '1'"; |
|
| 2497 | 2497 | } |
| 2498 | 2498 | |
| 2499 | - if ( ! empty( $query_args['show_special_only'] ) ) {
|
|
| 2500 | - $where .= " AND ( " . $table . ".geodir_special_offers != '' AND " . $table . ".geodir_special_offers IS NOT NULL )"; |
|
| 2499 | + if (!empty($query_args['show_special_only'])) {
|
|
| 2500 | + $where .= " AND ( ".$table.".geodir_special_offers != '' AND ".$table.".geodir_special_offers IS NOT NULL )"; |
|
| 2501 | 2501 | } |
| 2502 | 2502 | |
| 2503 | - if ( ! empty( $query_args['with_pics_only'] ) ) {
|
|
| 2504 | - $where .= " AND " . GEODIR_ATTACHMENT_TABLE . ".ID IS NOT NULL "; |
|
| 2503 | + if (!empty($query_args['with_pics_only'])) {
|
|
| 2504 | + $where .= " AND ".GEODIR_ATTACHMENT_TABLE.".ID IS NOT NULL "; |
|
| 2505 | 2505 | } |
| 2506 | 2506 | |
| 2507 | - if ( ! empty( $query_args['featured_image_only'] ) ) {
|
|
| 2508 | - $where .= " AND " . $table . ".featured_image IS NOT NULL AND " . $table . ".featured_image!='' "; |
|
| 2507 | + if (!empty($query_args['featured_image_only'])) {
|
|
| 2508 | + $where .= " AND ".$table.".featured_image IS NOT NULL AND ".$table.".featured_image!='' "; |
|
| 2509 | 2509 | } |
| 2510 | 2510 | |
| 2511 | - if ( ! empty( $query_args['with_videos_only'] ) ) {
|
|
| 2512 | - $where .= " AND ( " . $table . ".geodir_video != '' AND " . $table . ".geodir_video IS NOT NULL )"; |
|
| 2511 | + if (!empty($query_args['with_videos_only'])) {
|
|
| 2512 | + $where .= " AND ( ".$table.".geodir_video != '' AND ".$table.".geodir_video IS NOT NULL )"; |
|
| 2513 | 2513 | } |
| 2514 | 2514 | |
| 2515 | - if ( ! empty( $query_args['tax_query'] ) ) {
|
|
| 2516 | - $tax_queries = get_tax_sql( $query_args['tax_query'], $wpdb->posts, 'ID' ); |
|
| 2515 | + if (!empty($query_args['tax_query'])) {
|
|
| 2516 | + $tax_queries = get_tax_sql($query_args['tax_query'], $wpdb->posts, 'ID'); |
|
| 2517 | 2517 | |
| 2518 | - if ( ! empty( $tax_queries['join'] ) && ! empty( $tax_queries['where'] ) ) {
|
|
| 2518 | + if (!empty($tax_queries['join']) && !empty($tax_queries['where'])) {
|
|
| 2519 | 2519 | $where .= $tax_queries['where']; |
| 2520 | 2520 | } |
| 2521 | 2521 | } |
@@ -2536,11 +2536,11 @@ discard block |
||
| 2536 | 2536 | * |
| 2537 | 2537 | * @return string Modified orderby clause SQL. |
| 2538 | 2538 | */ |
| 2539 | -function geodir_function_widget_listings_orderby( $orderby ) {
|
|
| 2539 | +function geodir_function_widget_listings_orderby($orderby) {
|
|
| 2540 | 2540 | global $wpdb, $plugin_prefix, $gd_query_args_widgets; |
| 2541 | 2541 | |
| 2542 | 2542 | $query_args = $gd_query_args_widgets; |
| 2543 | - if ( empty( $query_args ) || empty( $query_args['is_geodir_loop'] ) ) {
|
|
| 2543 | + if (empty($query_args) || empty($query_args['is_geodir_loop'])) {
|
|
| 2544 | 2544 | return $orderby; |
| 2545 | 2545 | } |
| 2546 | 2546 | |
@@ -2559,15 +2559,15 @@ discard block |
||
| 2559 | 2559 | * |
| 2560 | 2560 | * @return int Query limit. |
| 2561 | 2561 | */ |
| 2562 | -function geodir_function_widget_listings_limit( $limit ) {
|
|
| 2562 | +function geodir_function_widget_listings_limit($limit) {
|
|
| 2563 | 2563 | global $wpdb, $plugin_prefix, $gd_query_args_widgets; |
| 2564 | 2564 | |
| 2565 | 2565 | $query_args = $gd_query_args_widgets; |
| 2566 | - if ( empty( $query_args ) || empty( $query_args['is_geodir_loop'] ) ) {
|
|
| 2566 | + if (empty($query_args) || empty($query_args['is_geodir_loop'])) {
|
|
| 2567 | 2567 | return $limit; |
| 2568 | 2568 | } |
| 2569 | 2569 | |
| 2570 | - if ( ! empty( $query_args ) && ! empty( $query_args['posts_per_page'] ) ) {
|
|
| 2570 | + if (!empty($query_args) && !empty($query_args['posts_per_page'])) {
|
|
| 2571 | 2571 | $limit = (int) $query_args['posts_per_page']; |
| 2572 | 2572 | } |
| 2573 | 2573 | |
@@ -2585,12 +2585,12 @@ discard block |
||
| 2585 | 2585 | * |
| 2586 | 2586 | * @return int Large size width. |
| 2587 | 2587 | */ |
| 2588 | -function geodir_media_image_large_width( $default = 800, $params = '' ) {
|
|
| 2589 | - $large_size_w = get_option( 'large_size_w' ); |
|
| 2588 | +function geodir_media_image_large_width($default = 800, $params = '') {
|
|
| 2589 | + $large_size_w = get_option('large_size_w');
|
|
| 2590 | 2590 | $large_size_w = $large_size_w > 0 ? $large_size_w : $default; |
| 2591 | - $large_size_w = absint( $large_size_w ); |
|
| 2591 | + $large_size_w = absint($large_size_w); |
|
| 2592 | 2592 | |
| 2593 | - if ( ! get_option( 'geodir_use_wp_media_large_size' ) ) {
|
|
| 2593 | + if (!get_option('geodir_use_wp_media_large_size')) {
|
|
| 2594 | 2594 | $large_size_w = 800; |
| 2595 | 2595 | } |
| 2596 | 2596 | |
@@ -2603,7 +2603,7 @@ discard block |
||
| 2603 | 2603 | * @param int $default Default width. |
| 2604 | 2604 | * @param string|array $params Image parameters. |
| 2605 | 2605 | */ |
| 2606 | - $large_size_w = apply_filters( 'geodir_filter_media_image_large_width', $large_size_w, $default, $params ); |
|
| 2606 | + $large_size_w = apply_filters('geodir_filter_media_image_large_width', $large_size_w, $default, $params);
|
|
| 2607 | 2607 | |
| 2608 | 2608 | return $large_size_w; |
| 2609 | 2609 | } |
@@ -2619,12 +2619,12 @@ discard block |
||
| 2619 | 2619 | * |
| 2620 | 2620 | * @return int Large size height. |
| 2621 | 2621 | */ |
| 2622 | -function geodir_media_image_large_height( $default = 800, $params = '' ) {
|
|
| 2623 | - $large_size_h = get_option( 'large_size_h' ); |
|
| 2622 | +function geodir_media_image_large_height($default = 800, $params = '') {
|
|
| 2623 | + $large_size_h = get_option('large_size_h');
|
|
| 2624 | 2624 | $large_size_h = $large_size_h > 0 ? $large_size_h : $default; |
| 2625 | - $large_size_h = absint( $large_size_h ); |
|
| 2625 | + $large_size_h = absint($large_size_h); |
|
| 2626 | 2626 | |
| 2627 | - if ( ! get_option( 'geodir_use_wp_media_large_size' ) ) {
|
|
| 2627 | + if (!get_option('geodir_use_wp_media_large_size')) {
|
|
| 2628 | 2628 | $large_size_h = 800; |
| 2629 | 2629 | } |
| 2630 | 2630 | |
@@ -2637,7 +2637,7 @@ discard block |
||
| 2637 | 2637 | * @param int $default Default height. |
| 2638 | 2638 | * @param string|array $params Image parameters. |
| 2639 | 2639 | */ |
| 2640 | - $large_size_h = apply_filters( 'geodir_filter_media_image_large_height', $large_size_h, $default, $params ); |
|
| 2640 | + $large_size_h = apply_filters('geodir_filter_media_image_large_height', $large_size_h, $default, $params);
|
|
| 2641 | 2641 | |
| 2642 | 2642 | return $large_size_h; |
| 2643 | 2643 | } |
@@ -2654,8 +2654,8 @@ discard block |
||
| 2654 | 2654 | * |
| 2655 | 2655 | * @return string Sanitized name. |
| 2656 | 2656 | */ |
| 2657 | -function geodir_sanitize_location_name( $type, $name, $translate = true ) {
|
|
| 2658 | - if ( $name == '' ) {
|
|
| 2657 | +function geodir_sanitize_location_name($type, $name, $translate = true) {
|
|
| 2658 | + if ($name == '') {
|
|
| 2659 | 2659 | return null; |
| 2660 | 2660 | } |
| 2661 | 2661 | |
@@ -2664,13 +2664,13 @@ discard block |
||
| 2664 | 2664 | $type = $type == 'gd_city' ? 'city' : $type; |
| 2665 | 2665 | |
| 2666 | 2666 | $return = $name; |
| 2667 | - if ( function_exists( 'get_actual_location_name' ) ) {
|
|
| 2668 | - $return = get_actual_location_name( $type, $name, $translate ); |
|
| 2667 | + if (function_exists('get_actual_location_name')) {
|
|
| 2668 | + $return = get_actual_location_name($type, $name, $translate); |
|
| 2669 | 2669 | } else {
|
| 2670 | - $return = preg_replace( '/-(\d+)$/', '', $return ); |
|
| 2671 | - $return = preg_replace( '/[_-]/', ' ', $return ); |
|
| 2672 | - $return = geodir_ucwords( $return ); |
|
| 2673 | - $return = $translate ? __( $return, 'geodirectory' ) : $return; |
|
| 2670 | + $return = preg_replace('/-(\d+)$/', '', $return);
|
|
| 2671 | + $return = preg_replace('/[_-]/', ' ', $return);
|
|
| 2672 | + $return = geodir_ucwords($return); |
|
| 2673 | + $return = $translate ? __($return, 'geodirectory') : $return; |
|
| 2674 | 2674 | } |
| 2675 | 2675 | |
| 2676 | 2676 | return $return; |
@@ -2685,14 +2685,14 @@ discard block |
||
| 2685 | 2685 | * |
| 2686 | 2686 | * @param int $number Comments number. |
| 2687 | 2687 | */ |
| 2688 | -function geodir_comments_number( $number ) {
|
|
| 2688 | +function geodir_comments_number($number) {
|
|
| 2689 | 2689 | |
| 2690 | - if ( $number > 1 ) {
|
|
| 2691 | - $output = str_replace( '%', number_format_i18n( $number ), __( '% Reviews', 'geodirectory' ) ); |
|
| 2692 | - } elseif ( $number == 0 || $number == '' ) {
|
|
| 2693 | - $output = __( 'No Reviews', 'geodirectory' ); |
|
| 2690 | + if ($number > 1) {
|
|
| 2691 | + $output = str_replace('%', number_format_i18n($number), __('% Reviews', 'geodirectory'));
|
|
| 2692 | + } elseif ($number == 0 || $number == '') {
|
|
| 2693 | + $output = __('No Reviews', 'geodirectory');
|
|
| 2694 | 2694 | } else { // must be one
|
| 2695 | - $output = __( '1 Review', 'geodirectory' ); |
|
| 2695 | + $output = __('1 Review', 'geodirectory');
|
|
| 2696 | 2696 | } |
| 2697 | 2697 | echo $output; |
| 2698 | 2698 | } |
@@ -2707,18 +2707,18 @@ discard block |
||
| 2707 | 2707 | */ |
| 2708 | 2708 | function is_page_geodir_home() {
|
| 2709 | 2709 | global $wpdb; |
| 2710 | - $cur_url = str_replace( array( "https://", "http://", "www." ), array( '', '', '' ), geodir_curPageURL() ); |
|
| 2711 | - if ( function_exists( 'geodir_location_geo_home_link' ) ) {
|
|
| 2712 | - remove_filter( 'home_url', 'geodir_location_geo_home_link', 100000 ); |
|
| 2710 | + $cur_url = str_replace(array("https://", "http://", "www."), array('', '', ''), geodir_curPageURL());
|
|
| 2711 | + if (function_exists('geodir_location_geo_home_link')) {
|
|
| 2712 | + remove_filter('home_url', 'geodir_location_geo_home_link', 100000);
|
|
| 2713 | 2713 | } |
| 2714 | - $home_url = home_url( '', 'http' ); |
|
| 2715 | - if ( function_exists( 'geodir_location_geo_home_link' ) ) {
|
|
| 2716 | - add_filter( 'home_url', 'geodir_location_geo_home_link', 100000, 2 ); |
|
| 2714 | + $home_url = home_url('', 'http');
|
|
| 2715 | + if (function_exists('geodir_location_geo_home_link')) {
|
|
| 2716 | + add_filter('home_url', 'geodir_location_geo_home_link', 100000, 2);
|
|
| 2717 | 2717 | } |
| 2718 | - $home_url = str_replace( "www.", "", $home_url ); |
|
| 2719 | - 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' ) ) ) {
|
|
| 2718 | + $home_url = str_replace("www.", "", $home_url);
|
|
| 2719 | + 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'))) {
|
|
| 2720 | 2720 | return true; |
| 2721 | - } 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' ) ) {
|
|
| 2721 | + } 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')) {
|
|
| 2722 | 2722 | return true; |
| 2723 | 2723 | } else {
|
| 2724 | 2724 | return false; |
@@ -2738,18 +2738,18 @@ discard block |
||
| 2738 | 2738 | * |
| 2739 | 2739 | * @return string The canonical URL. |
| 2740 | 2740 | */ |
| 2741 | -function geodir_wpseo_homepage_canonical( $url ) {
|
|
| 2741 | +function geodir_wpseo_homepage_canonical($url) {
|
|
| 2742 | 2742 | global $post; |
| 2743 | 2743 | |
| 2744 | - if ( is_page_geodir_home() ) {
|
|
| 2744 | + if (is_page_geodir_home()) {
|
|
| 2745 | 2745 | return home_url(); |
| 2746 | 2746 | } |
| 2747 | 2747 | |
| 2748 | 2748 | return $url; |
| 2749 | 2749 | } |
| 2750 | 2750 | |
| 2751 | -add_filter( 'wpseo_canonical', 'geodir_wpseo_homepage_canonical', 10 ); |
|
| 2752 | -add_filter( 'aioseop_canonical_url', 'geodir_wpseo_homepage_canonical', 10 ); |
|
| 2751 | +add_filter('wpseo_canonical', 'geodir_wpseo_homepage_canonical', 10);
|
|
| 2752 | +add_filter('aioseop_canonical_url', 'geodir_wpseo_homepage_canonical', 10);
|
|
| 2753 | 2753 | |
| 2754 | 2754 | /** |
| 2755 | 2755 | * Add extra fields to google maps script call. |
@@ -2762,20 +2762,20 @@ discard block |
||
| 2762 | 2762 | * |
| 2763 | 2763 | * @return string Modified extra string. |
| 2764 | 2764 | */ |
| 2765 | -function geodir_googlemap_script_extra_details_page( $extra ) {
|
|
| 2765 | +function geodir_googlemap_script_extra_details_page($extra) {
|
|
| 2766 | 2766 | global $post; |
| 2767 | 2767 | $add_google_places_api = false; |
| 2768 | - if ( isset( $post->post_content ) && has_shortcode( $post->post_content, 'gd_add_listing' ) ) {
|
|
| 2768 | + if (isset($post->post_content) && has_shortcode($post->post_content, 'gd_add_listing')) {
|
|
| 2769 | 2769 | $add_google_places_api = true; |
| 2770 | 2770 | } |
| 2771 | - if ( ! str_replace( 'libraries=places', '', $extra ) && ( geodir_is_page( 'detail' ) || $add_google_places_api ) ) {
|
|
| 2771 | + if (!str_replace('libraries=places', '', $extra) && (geodir_is_page('detail') || $add_google_places_api)) {
|
|
| 2772 | 2772 | $extra .= "&libraries=places"; |
| 2773 | 2773 | } |
| 2774 | 2774 | |
| 2775 | 2775 | return $extra; |
| 2776 | 2776 | } |
| 2777 | 2777 | |
| 2778 | -add_filter( 'geodir_googlemap_script_extra', 'geodir_googlemap_script_extra_details_page', 101, 1 ); |
|
| 2778 | +add_filter('geodir_googlemap_script_extra', 'geodir_googlemap_script_extra_details_page', 101, 1);
|
|
| 2779 | 2779 | |
| 2780 | 2780 | |
| 2781 | 2781 | /** |
@@ -2793,104 +2793,104 @@ discard block |
||
| 2793 | 2793 | * after_widget. |
| 2794 | 2794 | * @param array|string $instance The settings for the particular instance of the widget. |
| 2795 | 2795 | */ |
| 2796 | -function geodir_popular_post_category_output( $args = '', $instance = '' ) {
|
|
| 2796 | +function geodir_popular_post_category_output($args = '', $instance = '') {
|
|
| 2797 | 2797 | // prints the widget |
| 2798 | 2798 | global $wpdb, $plugin_prefix, $geodir_post_category_str; |
| 2799 | - extract( $args, EXTR_SKIP ); |
|
| 2799 | + extract($args, EXTR_SKIP); |
|
| 2800 | 2800 | |
| 2801 | 2801 | echo $before_widget; |
| 2802 | 2802 | |
| 2803 | 2803 | /** This filter is documented in geodirectory_widgets.php */ |
| 2804 | - $title = empty( $instance['title'] ) ? __( 'Popular Categories', 'geodirectory' ) : apply_filters( 'widget_title', __( $instance['title'], 'geodirectory' ) ); |
|
| 2804 | + $title = empty($instance['title']) ? __('Popular Categories', 'geodirectory') : apply_filters('widget_title', __($instance['title'], 'geodirectory'));
|
|
| 2805 | 2805 | |
| 2806 | 2806 | $gd_post_type = geodir_get_current_posttype(); |
| 2807 | 2807 | |
| 2808 | - $category_limit = isset( $instance['category_limit'] ) && $instance['category_limit'] > 0 ? (int) $instance['category_limit'] : 15; |
|
| 2808 | + $category_limit = isset($instance['category_limit']) && $instance['category_limit'] > 0 ? (int) $instance['category_limit'] : 15; |
|
| 2809 | 2809 | if (!isset($category_restrict)) {
|
| 2810 | 2810 | $category_restrict = false; |
| 2811 | 2811 | } |
| 2812 | - if ( ! empty( $gd_post_type ) ) {
|
|
| 2812 | + if (!empty($gd_post_type)) {
|
|
| 2813 | 2813 | $default_post_type = $gd_post_type; |
| 2814 | - } elseif ( isset( $instance['default_post_type'] ) && gdsc_is_post_type_valid( $instance['default_post_type'] ) ) {
|
|
| 2814 | + } elseif (isset($instance['default_post_type']) && gdsc_is_post_type_valid($instance['default_post_type'])) {
|
|
| 2815 | 2815 | $default_post_type = $instance['default_post_type']; |
| 2816 | 2816 | } else {
|
| 2817 | 2817 | $all_gd_post_type = geodir_get_posttypes(); |
| 2818 | - $default_post_type = ( isset( $all_gd_post_type[0] ) ) ? $all_gd_post_type[0] : ''; |
|
| 2818 | + $default_post_type = (isset($all_gd_post_type[0])) ? $all_gd_post_type[0] : ''; |
|
| 2819 | 2819 | } |
| 2820 | - $parent_only = !empty( $instance['parent_only'] ) ? true : false; |
|
| 2820 | + $parent_only = !empty($instance['parent_only']) ? true : false; |
|
| 2821 | 2821 | |
| 2822 | 2822 | $taxonomy = array(); |
| 2823 | - if ( ! empty( $gd_post_type ) ) {
|
|
| 2824 | - $taxonomy[] = $gd_post_type . "category"; |
|
| 2823 | + if (!empty($gd_post_type)) {
|
|
| 2824 | + $taxonomy[] = $gd_post_type."category"; |
|
| 2825 | 2825 | } else {
|
| 2826 | - $taxonomy = geodir_get_taxonomies( $gd_post_type ); |
|
| 2826 | + $taxonomy = geodir_get_taxonomies($gd_post_type); |
|
| 2827 | 2827 | } |
| 2828 | 2828 | |
| 2829 | 2829 | $taxonomy = apply_filters('geodir_pp_category_taxonomy', $taxonomy);
|
| 2830 | 2830 | |
| 2831 | - $term_args = array( 'taxonomy' => $taxonomy ); |
|
| 2832 | - if ( $parent_only ) {
|
|
| 2831 | + $term_args = array('taxonomy' => $taxonomy);
|
|
| 2832 | + if ($parent_only) {
|
|
| 2833 | 2833 | $term_args['parent'] = 0; |
| 2834 | 2834 | } |
| 2835 | 2835 | |
| 2836 | - $terms = get_terms( $term_args ); |
|
| 2836 | + $terms = get_terms($term_args); |
|
| 2837 | 2837 | $a_terms = array(); |
| 2838 | 2838 | $b_terms = array(); |
| 2839 | 2839 | |
| 2840 | - foreach ( $terms as $term ) {
|
|
| 2841 | - if ( $term->count > 0 ) {
|
|
| 2842 | - $a_terms[ $term->taxonomy ][] = $term; |
|
| 2840 | + foreach ($terms as $term) {
|
|
| 2841 | + if ($term->count > 0) {
|
|
| 2842 | + $a_terms[$term->taxonomy][] = $term; |
|
| 2843 | 2843 | } |
| 2844 | 2844 | } |
| 2845 | 2845 | |
| 2846 | - if ( ! empty( $a_terms ) ) {
|
|
| 2847 | - foreach ( $a_terms as $b_key => $b_val ) {
|
|
| 2848 | - $b_terms[ $b_key ] = geodir_sort_terms( $b_val, 'count' ); |
|
| 2846 | + if (!empty($a_terms)) {
|
|
| 2847 | + foreach ($a_terms as $b_key => $b_val) {
|
|
| 2848 | + $b_terms[$b_key] = geodir_sort_terms($b_val, 'count'); |
|
| 2849 | 2849 | } |
| 2850 | 2850 | |
| 2851 | - $default_taxonomy = $default_post_type != '' && isset( $b_terms[ $default_post_type . 'category' ] ) ? $default_post_type . 'category' : ''; |
|
| 2851 | + $default_taxonomy = $default_post_type != '' && isset($b_terms[$default_post_type.'category']) ? $default_post_type.'category' : ''; |
|
| 2852 | 2852 | |
| 2853 | 2853 | $tax_change_output = ''; |
| 2854 | - if ( count( $b_terms ) > 1 ) {
|
|
| 2855 | - $tax_change_output .= "<select data-limit='$category_limit' data-parent='" . (int)$parent_only . "' class='geodir-cat-list-tax' onchange='geodir_get_post_term(this);'>"; |
|
| 2856 | - foreach ( $b_terms as $key => $val ) {
|
|
| 2857 | - $ptype = get_post_type_object( str_replace( "category", "", $key ) ); |
|
| 2858 | - $cpt_name = __( $ptype->labels->singular_name, 'geodirectory' ); |
|
| 2859 | - $tax_change_output .= "<option value='$key' " . selected( $key, $default_taxonomy, false ) . ">" . sprintf( __( '%s Categories', 'geodirectory' ), $cpt_name ) . "</option>"; |
|
| 2854 | + if (count($b_terms) > 1) {
|
|
| 2855 | + $tax_change_output .= "<select data-limit='$category_limit' data-parent='".(int) $parent_only."' class='geodir-cat-list-tax' onchange='geodir_get_post_term(this);'>"; |
|
| 2856 | + foreach ($b_terms as $key => $val) {
|
|
| 2857 | + $ptype = get_post_type_object(str_replace("category", "", $key));
|
|
| 2858 | + $cpt_name = __($ptype->labels->singular_name, 'geodirectory'); |
|
| 2859 | + $tax_change_output .= "<option value='$key' ".selected($key, $default_taxonomy, false).">".sprintf(__('%s Categories', 'geodirectory'), $cpt_name)."</option>";
|
|
| 2860 | 2860 | } |
| 2861 | 2861 | $tax_change_output .= "</select>"; |
| 2862 | 2862 | } |
| 2863 | 2863 | |
| 2864 | - if ( ! empty( $b_terms ) ) {
|
|
| 2865 | - $terms = $default_taxonomy != '' && isset( $b_terms[ $default_taxonomy ] ) ? $b_terms[ $default_taxonomy ] : reset( $b_terms );// get the first array |
|
| 2866 | - global $cat_count;//make global so we can change via function |
|
| 2864 | + if (!empty($b_terms)) {
|
|
| 2865 | + $terms = $default_taxonomy != '' && isset($b_terms[$default_taxonomy]) ? $b_terms[$default_taxonomy] : reset($b_terms); // get the first array |
|
| 2866 | + global $cat_count; //make global so we can change via function |
|
| 2867 | 2867 | $cat_count = 0; |
| 2868 | 2868 | ?> |
| 2869 | 2869 | <div class="geodir-category-list-in clearfix"> |
| 2870 | 2870 | <div class="geodir-cat-list clearfix"> |
| 2871 | 2871 | <?php |
| 2872 | - echo $before_title . __( $title ) . $after_title; |
|
| 2872 | + echo $before_title.__($title).$after_title; |
|
| 2873 | 2873 | |
| 2874 | 2874 | echo $tax_change_output; |
| 2875 | 2875 | |
| 2876 | 2876 | echo '<ul class="geodir-popular-cat-list">'; |
| 2877 | 2877 | |
| 2878 | - geodir_helper_cat_list_output( $terms, $category_limit, $category_restrict); |
|
| 2878 | + geodir_helper_cat_list_output($terms, $category_limit, $category_restrict); |
|
| 2879 | 2879 | |
| 2880 | 2880 | echo '</ul>'; |
| 2881 | 2881 | ?> |
| 2882 | 2882 | </div> |
| 2883 | 2883 | <?php |
| 2884 | 2884 | $hide = ''; |
| 2885 | - if ( $cat_count < $category_limit ) {
|
|
| 2885 | + if ($cat_count < $category_limit) {
|
|
| 2886 | 2886 | $hide = 'style="display:none;"'; |
| 2887 | 2887 | } |
| 2888 | 2888 | echo "<div class='geodir-cat-list-more' $hide >"; |
| 2889 | - echo '<a href="javascript:void(0)" class="geodir-morecat geodir-showcat">' . __( 'More Categories', 'geodirectory' ) . '</a>'; |
|
| 2890 | - echo '<a href="javascript:void(0)" class="geodir-morecat geodir-hidecat geodir-hide">' . __( 'Less Categories', 'geodirectory' ) . '</a>'; |
|
| 2889 | + echo '<a href="javascript:void(0)" class="geodir-morecat geodir-showcat">'.__('More Categories', 'geodirectory').'</a>';
|
|
| 2890 | + echo '<a href="javascript:void(0)" class="geodir-morecat geodir-hidecat geodir-hide">'.__('Less Categories', 'geodirectory').'</a>';
|
|
| 2891 | 2891 | echo "</div>"; |
| 2892 | 2892 | /* add scripts */ |
| 2893 | - add_action( 'wp_footer', 'geodir_popular_category_add_scripts', 100 ); |
|
| 2893 | + add_action('wp_footer', 'geodir_popular_category_add_scripts', 100);
|
|
| 2894 | 2894 | ?> |
| 2895 | 2895 | </div> |
| 2896 | 2896 | <?php |
@@ -2910,28 +2910,28 @@ discard block |
||
| 2910 | 2910 | * @param int $category_limit Number of categories to display by default. |
| 2911 | 2911 | * @param bool $category_restrict If the cat limit shoudl be hidden or not shown. |
| 2912 | 2912 | */ |
| 2913 | -function geodir_helper_cat_list_output( $terms, $category_limit , $category_restrict=false) {
|
|
| 2913 | +function geodir_helper_cat_list_output($terms, $category_limit, $category_restrict = false) {
|
|
| 2914 | 2914 | global $geodir_post_category_str, $cat_count; |
| 2915 | 2915 | $term_icons = geodir_get_term_icon(); |
| 2916 | 2916 | |
| 2917 | 2917 | $geodir_post_category_str = array(); |
| 2918 | 2918 | |
| 2919 | 2919 | |
| 2920 | - foreach ( $terms as $cat ) {
|
|
| 2921 | - $post_type = str_replace( "category", "", $cat->taxonomy ); |
|
| 2922 | - $term_icon_url = ! empty( $term_icons ) && isset( $term_icons[ $cat->term_id ] ) ? $term_icons[ $cat->term_id ] : ''; |
|
| 2920 | + foreach ($terms as $cat) {
|
|
| 2921 | + $post_type = str_replace("category", "", $cat->taxonomy);
|
|
| 2922 | + $term_icon_url = !empty($term_icons) && isset($term_icons[$cat->term_id]) ? $term_icons[$cat->term_id] : ''; |
|
| 2923 | 2923 | |
| 2924 | - $cat_count ++; |
|
| 2924 | + $cat_count++; |
|
| 2925 | 2925 | |
| 2926 | - $geodir_post_category_str[] = array( 'posttype' => $post_type, 'termid' => $cat->term_id ); |
|
| 2926 | + $geodir_post_category_str[] = array('posttype' => $post_type, 'termid' => $cat->term_id);
|
|
| 2927 | 2927 | |
| 2928 | - $class_row = $cat_count > $category_limit ? 'geodir-pcat-hide geodir-hide' : 'geodir-pcat-show'; |
|
| 2929 | - if($category_restrict && $cat_count > $category_limit ){
|
|
| 2928 | + $class_row = $cat_count > $category_limit ? 'geodir-pcat-hide geodir-hide' : 'geodir-pcat-show'; |
|
| 2929 | + if ($category_restrict && $cat_count > $category_limit) {
|
|
| 2930 | 2930 | continue; |
| 2931 | 2931 | } |
| 2932 | 2932 | $total_post = $cat->count; |
| 2933 | 2933 | |
| 2934 | - $term_link = get_term_link( $cat, $cat->taxonomy ); |
|
| 2934 | + $term_link = get_term_link($cat, $cat->taxonomy); |
|
| 2935 | 2935 | /** |
| 2936 | 2936 | * Filer the category term link. |
| 2937 | 2937 | * |
@@ -2941,11 +2941,11 @@ discard block |
||
| 2941 | 2941 | * @param int $cat ->term_id The term id. |
| 2942 | 2942 | * @param string $post_type Wordpress post type. |
| 2943 | 2943 | */ |
| 2944 | - $term_link = apply_filters( 'geodir_category_term_link', $term_link, $cat->term_id, $post_type ); |
|
| 2944 | + $term_link = apply_filters('geodir_category_term_link', $term_link, $cat->term_id, $post_type);
|
|
| 2945 | 2945 | |
| 2946 | - echo '<li class="' . $class_row . '"><a href="' . $term_link . '">'; |
|
| 2947 | - echo '<img alt="' . esc_attr( $cat->name ) . ' icon" style="height:20px;vertical-align:middle;" src="' . $term_icon_url . '"/> <span class="cat-link">'; |
|
| 2948 | - echo $cat->name . '</span> <span class="geodir_term_class geodir_link_span geodir_category_class_' . $post_type . '_' . $cat->term_id . '">(' . $total_post . ')</span> ';
|
|
| 2946 | + echo '<li class="'.$class_row.'"><a href="'.$term_link.'">'; |
|
| 2947 | + echo '<img alt="'.esc_attr($cat->name).' icon" style="height:20px;vertical-align:middle;" src="'.$term_icon_url.'"/> <span class="cat-link">'; |
|
| 2948 | + echo $cat->name.'</span> <span class="geodir_term_class geodir_link_span geodir_category_class_'.$post_type.'_'.$cat->term_id.'">('.$total_post.')</span> ';
|
|
| 2949 | 2949 | echo '</a></li>'; |
| 2950 | 2950 | } |
| 2951 | 2951 | } |
@@ -2960,14 +2960,14 @@ discard block |
||
| 2960 | 2960 | * @param array|string $args Display arguments including before_title, after_title, before_widget, and after_widget. |
| 2961 | 2961 | * @param array|string $instance The settings for the particular instance of the widget. |
| 2962 | 2962 | */ |
| 2963 | -function geodir_listing_slider_widget_output( $args = '', $instance = '' ) {
|
|
| 2963 | +function geodir_listing_slider_widget_output($args = '', $instance = '') {
|
|
| 2964 | 2964 | // prints the widget |
| 2965 | - extract( $args, EXTR_SKIP ); |
|
| 2965 | + extract($args, EXTR_SKIP); |
|
| 2966 | 2966 | |
| 2967 | 2967 | echo $before_widget; |
| 2968 | 2968 | |
| 2969 | 2969 | /** This filter is documented in geodirectory_widgets.php */ |
| 2970 | - $title = empty( $instance['title'] ) ? '' : apply_filters( 'widget_title', __( $instance['title'], 'geodirectory' ) ); |
|
| 2970 | + $title = empty($instance['title']) ? '' : apply_filters('widget_title', __($instance['title'], 'geodirectory'));
|
|
| 2971 | 2971 | /** |
| 2972 | 2972 | * Filter the widget post type. |
| 2973 | 2973 | * |
@@ -2975,7 +2975,7 @@ discard block |
||
| 2975 | 2975 | * |
| 2976 | 2976 | * @param string $instance ['post_type'] Post type of listing. |
| 2977 | 2977 | */ |
| 2978 | - $post_type = empty( $instance['post_type'] ) ? 'gd_place' : apply_filters( 'widget_post_type', $instance['post_type'] ); |
|
| 2978 | + $post_type = empty($instance['post_type']) ? 'gd_place' : apply_filters('widget_post_type', $instance['post_type']);
|
|
| 2979 | 2979 | /** |
| 2980 | 2980 | * Filter the widget's term. |
| 2981 | 2981 | * |
@@ -2983,7 +2983,7 @@ discard block |
||
| 2983 | 2983 | * |
| 2984 | 2984 | * @param string $instance ['category'] Filter by term. Can be any valid term. |
| 2985 | 2985 | */ |
| 2986 | - $category = empty( $instance['category'] ) ? '0' : apply_filters( 'widget_category', $instance['category'] ); |
|
| 2986 | + $category = empty($instance['category']) ? '0' : apply_filters('widget_category', $instance['category']);
|
|
| 2987 | 2987 | /** |
| 2988 | 2988 | * Filter widget's "add_location_filter" value. |
| 2989 | 2989 | * |
@@ -2991,7 +2991,7 @@ discard block |
||
| 2991 | 2991 | * |
| 2992 | 2992 | * @param string|bool $instance ['add_location_filter'] Do you want to add location filter? Can be 1 or 0. |
| 2993 | 2993 | */ |
| 2994 | - $add_location_filter = empty( $instance['add_location_filter'] ) ? '0' : apply_filters( 'widget_add_location_filter', $instance['add_location_filter'] ); |
|
| 2994 | + $add_location_filter = empty($instance['add_location_filter']) ? '0' : apply_filters('widget_add_location_filter', $instance['add_location_filter']);
|
|
| 2995 | 2995 | /** |
| 2996 | 2996 | * Filter the widget listings limit. |
| 2997 | 2997 | * |
@@ -2999,7 +2999,7 @@ discard block |
||
| 2999 | 2999 | * |
| 3000 | 3000 | * @param string $instance ['post_number'] Number of listings to display. |
| 3001 | 3001 | */ |
| 3002 | - $post_number = empty( $instance['post_number'] ) ? '5' : apply_filters( 'widget_post_number', $instance['post_number'] ); |
|
| 3002 | + $post_number = empty($instance['post_number']) ? '5' : apply_filters('widget_post_number', $instance['post_number']);
|
|
| 3003 | 3003 | /** |
| 3004 | 3004 | * Filter the widget listings limit shown at one time. |
| 3005 | 3005 | * |
@@ -3007,7 +3007,7 @@ discard block |
||
| 3007 | 3007 | * |
| 3008 | 3008 | * @param string $instance ['max_show'] Number of listings to display on screen. |
| 3009 | 3009 | */ |
| 3010 | - $max_show = empty( $instance['max_show'] ) ? '1' : apply_filters( 'widget_max_show', $instance['max_show'] ); |
|
| 3010 | + $max_show = empty($instance['max_show']) ? '1' : apply_filters('widget_max_show', $instance['max_show']);
|
|
| 3011 | 3011 | /** |
| 3012 | 3012 | * Filter the widget slide width. |
| 3013 | 3013 | * |
@@ -3015,7 +3015,7 @@ discard block |
||
| 3015 | 3015 | * |
| 3016 | 3016 | * @param string $instance ['slide_width'] Width of the slides shown. |
| 3017 | 3017 | */ |
| 3018 | - $slide_width = empty( $instance['slide_width'] ) ? '' : apply_filters( 'widget_slide_width', $instance['slide_width'] ); |
|
| 3018 | + $slide_width = empty($instance['slide_width']) ? '' : apply_filters('widget_slide_width', $instance['slide_width']);
|
|
| 3019 | 3019 | /** |
| 3020 | 3020 | * Filter widget's "show title" value. |
| 3021 | 3021 | * |
@@ -3023,7 +3023,7 @@ discard block |
||
| 3023 | 3023 | * |
| 3024 | 3024 | * @param string|bool $instance ['show_title'] Do you want to display title? Can be 1 or 0. |
| 3025 | 3025 | */ |
| 3026 | - $show_title = empty( $instance['show_title'] ) ? '' : apply_filters( 'widget_show_title', $instance['show_title'] ); |
|
| 3026 | + $show_title = empty($instance['show_title']) ? '' : apply_filters('widget_show_title', $instance['show_title']);
|
|
| 3027 | 3027 | /** |
| 3028 | 3028 | * Filter widget's "slideshow" value. |
| 3029 | 3029 | * |
@@ -3031,7 +3031,7 @@ discard block |
||
| 3031 | 3031 | * |
| 3032 | 3032 | * @param int $instance ['slideshow'] Setup a slideshow for the slider to animate automatically. |
| 3033 | 3033 | */ |
| 3034 | - $slideshow = empty( $instance['slideshow'] ) ? 0 : apply_filters( 'widget_slideshow', $instance['slideshow'] ); |
|
| 3034 | + $slideshow = empty($instance['slideshow']) ? 0 : apply_filters('widget_slideshow', $instance['slideshow']);
|
|
| 3035 | 3035 | /** |
| 3036 | 3036 | * Filter widget's "animationLoop" value. |
| 3037 | 3037 | * |
@@ -3039,7 +3039,7 @@ discard block |
||
| 3039 | 3039 | * |
| 3040 | 3040 | * @param int $instance ['animationLoop'] Gives the slider a seamless infinite loop. |
| 3041 | 3041 | */ |
| 3042 | - $animationLoop = empty( $instance['animationLoop'] ) ? 0 : apply_filters( 'widget_animationLoop', $instance['animationLoop'] ); |
|
| 3042 | + $animationLoop = empty($instance['animationLoop']) ? 0 : apply_filters('widget_animationLoop', $instance['animationLoop']);
|
|
| 3043 | 3043 | /** |
| 3044 | 3044 | * Filter widget's "directionNav" value. |
| 3045 | 3045 | * |
@@ -3047,7 +3047,7 @@ discard block |
||
| 3047 | 3047 | * |
| 3048 | 3048 | * @param int $instance ['directionNav'] Enable previous/next arrow navigation?. Can be 1 or 0. |
| 3049 | 3049 | */ |
| 3050 | - $directionNav = empty( $instance['directionNav'] ) ? 0 : apply_filters( 'widget_directionNav', $instance['directionNav'] ); |
|
| 3050 | + $directionNav = empty($instance['directionNav']) ? 0 : apply_filters('widget_directionNav', $instance['directionNav']);
|
|
| 3051 | 3051 | /** |
| 3052 | 3052 | * Filter widget's "slideshowSpeed" value. |
| 3053 | 3053 | * |
@@ -3055,7 +3055,7 @@ discard block |
||
| 3055 | 3055 | * |
| 3056 | 3056 | * @param int $instance ['slideshowSpeed'] Set the speed of the slideshow cycling, in milliseconds. |
| 3057 | 3057 | */ |
| 3058 | - $slideshowSpeed = empty( $instance['slideshowSpeed'] ) ? 5000 : apply_filters( 'widget_slideshowSpeed', $instance['slideshowSpeed'] ); |
|
| 3058 | + $slideshowSpeed = empty($instance['slideshowSpeed']) ? 5000 : apply_filters('widget_slideshowSpeed', $instance['slideshowSpeed']);
|
|
| 3059 | 3059 | /** |
| 3060 | 3060 | * Filter widget's "animationSpeed" value. |
| 3061 | 3061 | * |
@@ -3063,7 +3063,7 @@ discard block |
||
| 3063 | 3063 | * |
| 3064 | 3064 | * @param int $instance ['animationSpeed'] Set the speed of animations, in milliseconds. |
| 3065 | 3065 | */ |
| 3066 | - $animationSpeed = empty( $instance['animationSpeed'] ) ? 600 : apply_filters( 'widget_animationSpeed', $instance['animationSpeed'] ); |
|
| 3066 | + $animationSpeed = empty($instance['animationSpeed']) ? 600 : apply_filters('widget_animationSpeed', $instance['animationSpeed']);
|
|
| 3067 | 3067 | /** |
| 3068 | 3068 | * Filter widget's "animation" value. |
| 3069 | 3069 | * |
@@ -3071,7 +3071,7 @@ discard block |
||
| 3071 | 3071 | * |
| 3072 | 3072 | * @param string $instance ['animation'] Controls the animation type, "fade" or "slide". |
| 3073 | 3073 | */ |
| 3074 | - $animation = empty( $instance['animation'] ) ? 'slide' : apply_filters( 'widget_animation', $instance['animation'] ); |
|
| 3074 | + $animation = empty($instance['animation']) ? 'slide' : apply_filters('widget_animation', $instance['animation']);
|
|
| 3075 | 3075 | /** |
| 3076 | 3076 | * Filter widget's "list_sort" type. |
| 3077 | 3077 | * |
@@ -3079,10 +3079,10 @@ discard block |
||
| 3079 | 3079 | * |
| 3080 | 3080 | * @param string $instance ['list_sort'] Listing sort by type. |
| 3081 | 3081 | */ |
| 3082 | - $list_sort = empty( $instance['list_sort'] ) ? 'latest' : apply_filters( 'widget_list_sort', $instance['list_sort'] ); |
|
| 3083 | - $show_featured_only = ! empty( $instance['show_featured_only'] ) ? 1 : null; |
|
| 3082 | + $list_sort = empty($instance['list_sort']) ? 'latest' : apply_filters('widget_list_sort', $instance['list_sort']);
|
|
| 3083 | + $show_featured_only = !empty($instance['show_featured_only']) ? 1 : null; |
|
| 3084 | 3084 | |
| 3085 | - wp_enqueue_script( 'geodirectory-jquery-flexslider-js' ); |
|
| 3085 | + wp_enqueue_script('geodirectory-jquery-flexslider-js');
|
|
| 3086 | 3086 | ?> |
| 3087 | 3087 | <script type="text/javascript"> |
| 3088 | 3088 | jQuery(window).load(function () {
|
@@ -3100,23 +3100,23 @@ discard block |
||
| 3100 | 3100 | itemWidth: 75, |
| 3101 | 3101 | itemMargin: 5, |
| 3102 | 3102 | asNavFor: '#geodir_widget_slider', |
| 3103 | - rtl: <?php echo( is_rtl() ? 'true' : 'false' ); /* fix rtl issue */ ?> |
|
| 3103 | + rtl: <?php echo(is_rtl() ? 'true' : 'false'); /* fix rtl issue */ ?> |
|
| 3104 | 3104 | }); |
| 3105 | 3105 | |
| 3106 | 3106 | jQuery('#geodir_widget_slider').flexslider({
|
| 3107 | - animation: "<?php echo $animation;?>", |
|
| 3107 | + animation: "<?php echo $animation; ?>", |
|
| 3108 | 3108 | selector: ".geodir-slides > li", |
| 3109 | 3109 | namespace: "geodir-", |
| 3110 | 3110 | controlNav: true, |
| 3111 | - animationLoop: <?php echo $animationLoop;?>, |
|
| 3112 | - slideshow: <?php echo $slideshow;?>, |
|
| 3113 | - slideshowSpeed: <?php echo $slideshowSpeed;?>, |
|
| 3114 | - animationSpeed: <?php echo $animationSpeed;?>, |
|
| 3115 | - directionNav: <?php echo $directionNav;?>, |
|
| 3116 | - maxItems: <?php echo $max_show;?>, |
|
| 3111 | + animationLoop: <?php echo $animationLoop; ?>, |
|
| 3112 | + slideshow: <?php echo $slideshow; ?>, |
|
| 3113 | + slideshowSpeed: <?php echo $slideshowSpeed; ?>, |
|
| 3114 | + animationSpeed: <?php echo $animationSpeed; ?>, |
|
| 3115 | + directionNav: <?php echo $directionNav; ?>, |
|
| 3116 | + maxItems: <?php echo $max_show; ?>, |
|
| 3117 | 3117 | move: 1, |
| 3118 | - <?php if ( $slide_width ) {
|
|
| 3119 | - echo "itemWidth: " . $slide_width . ","; |
|
| 3118 | + <?php if ($slide_width) {
|
|
| 3119 | + echo "itemWidth: ".$slide_width.","; |
|
| 3120 | 3120 | }?> |
| 3121 | 3121 | sync: "#geodir_widget_carousel", |
| 3122 | 3122 | start: function (slider) {
|
@@ -3128,7 +3128,7 @@ discard block |
||
| 3128 | 3128 | jQuery('#geodir_widget_slider').css({'visibility': 'visible'});
|
| 3129 | 3129 | jQuery('#geodir_widget_carousel').css({'visibility': 'visible'});
|
| 3130 | 3130 | }, |
| 3131 | - rtl: <?php echo( is_rtl() ? 'true' : 'false' ); /* fix rtl issue */ ?> |
|
| 3131 | + rtl: <?php echo(is_rtl() ? 'true' : 'false'); /* fix rtl issue */ ?> |
|
| 3132 | 3132 | }); |
| 3133 | 3133 | }); |
| 3134 | 3134 | </script> |
@@ -3141,62 +3141,62 @@ discard block |
||
| 3141 | 3141 | 'order_by' => $list_sort |
| 3142 | 3142 | ); |
| 3143 | 3143 | |
| 3144 | - if ( $show_featured_only ) {
|
|
| 3144 | + if ($show_featured_only) {
|
|
| 3145 | 3145 | $query_args['show_featured_only'] = 1; |
| 3146 | 3146 | } |
| 3147 | 3147 | |
| 3148 | - if ( $category != 0 || $category != '' ) {
|
|
| 3149 | - $category_taxonomy = geodir_get_taxonomies( $post_type ); |
|
| 3148 | + if ($category != 0 || $category != '') {
|
|
| 3149 | + $category_taxonomy = geodir_get_taxonomies($post_type); |
|
| 3150 | 3150 | $tax_query = array( |
| 3151 | 3151 | 'taxonomy' => $category_taxonomy[0], |
| 3152 | 3152 | 'field' => 'id', |
| 3153 | 3153 | 'terms' => $category |
| 3154 | 3154 | ); |
| 3155 | 3155 | |
| 3156 | - $query_args['tax_query'] = array( $tax_query ); |
|
| 3156 | + $query_args['tax_query'] = array($tax_query); |
|
| 3157 | 3157 | } |
| 3158 | 3158 | |
| 3159 | 3159 | // we want listings with featured image only |
| 3160 | 3160 | $query_args['featured_image_only'] = 1; |
| 3161 | 3161 | |
| 3162 | - if ( $post_type == 'gd_event' ) {
|
|
| 3162 | + if ($post_type == 'gd_event') {
|
|
| 3163 | 3163 | $query_args['gedir_event_listing_filter'] = 'upcoming'; |
| 3164 | 3164 | }// show only upcoming events |
| 3165 | 3165 | |
| 3166 | - $widget_listings = geodir_get_widget_listings( $query_args ); |
|
| 3167 | - if ( ! empty( $widget_listings ) || ( isset( $with_no_results ) && $with_no_results ) ) {
|
|
| 3168 | - if ( $title ) {
|
|
| 3169 | - echo $before_title . $title . $after_title; |
|
| 3166 | + $widget_listings = geodir_get_widget_listings($query_args); |
|
| 3167 | + if (!empty($widget_listings) || (isset($with_no_results) && $with_no_results)) {
|
|
| 3168 | + if ($title) {
|
|
| 3169 | + echo $before_title.$title.$after_title; |
|
| 3170 | 3170 | } |
| 3171 | 3171 | |
| 3172 | 3172 | global $post; |
| 3173 | 3173 | |
| 3174 | - $current_post = $post;// keep current post info |
|
| 3174 | + $current_post = $post; // keep current post info |
|
| 3175 | 3175 | |
| 3176 | 3176 | $widget_main_slides = ''; |
| 3177 | 3177 | $nav_slides = ''; |
| 3178 | 3178 | $widget_slides = 0; |
| 3179 | 3179 | |
| 3180 | - foreach ( $widget_listings as $widget_listing ) {
|
|
| 3180 | + foreach ($widget_listings as $widget_listing) {
|
|
| 3181 | 3181 | global $gd_widget_listing_type; |
| 3182 | 3182 | $post = $widget_listing; |
| 3183 | - $widget_image = geodir_get_featured_image( $post->ID, 'thumbnail', get_option( 'geodir_listing_no_img' ) ); |
|
| 3183 | + $widget_image = geodir_get_featured_image($post->ID, 'thumbnail', get_option('geodir_listing_no_img'));
|
|
| 3184 | 3184 | |
| 3185 | - if ( ! empty( $widget_image ) ) {
|
|
| 3186 | - if ( $widget_image->height >= 200 ) {
|
|
| 3185 | + if (!empty($widget_image)) {
|
|
| 3186 | + if ($widget_image->height >= 200) {
|
|
| 3187 | 3187 | $widget_spacer_height = 0; |
| 3188 | 3188 | } else {
|
| 3189 | - $widget_spacer_height = ( ( 200 - $widget_image->height ) / 2 ); |
|
| 3189 | + $widget_spacer_height = ((200 - $widget_image->height) / 2); |
|
| 3190 | 3190 | } |
| 3191 | 3191 | |
| 3192 | - $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" />'; |
|
| 3192 | + $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" />'; |
|
| 3193 | 3193 | |
| 3194 | 3194 | $title = ''; |
| 3195 | - if ( $show_title ) {
|
|
| 3196 | - $title_html = '<div class="geodir-slider-title"><a href="' . get_permalink( $post->ID ) . '">' . get_the_title( $post->ID ) . '</a></div>'; |
|
| 3195 | + if ($show_title) {
|
|
| 3196 | + $title_html = '<div class="geodir-slider-title"><a href="'.get_permalink($post->ID).'">'.get_the_title($post->ID).'</a></div>'; |
|
| 3197 | 3197 | $post_id = $post->ID; |
| 3198 | - $post_permalink = get_permalink( $post->ID ); |
|
| 3199 | - $post_title = get_the_title( $post->ID ); |
|
| 3198 | + $post_permalink = get_permalink($post->ID); |
|
| 3199 | + $post_title = get_the_title($post->ID); |
|
| 3200 | 3200 | /** |
| 3201 | 3201 | * Filter the listing slider widget title. |
| 3202 | 3202 | * |
@@ -3207,12 +3207,12 @@ discard block |
||
| 3207 | 3207 | * @param string $post_permalink The post permalink url. |
| 3208 | 3208 | * @param string $post_title The post title text. |
| 3209 | 3209 | */ |
| 3210 | - $title = apply_filters( 'geodir_listing_slider_title', $title_html, $post_id, $post_permalink, $post_title ); |
|
| 3210 | + $title = apply_filters('geodir_listing_slider_title', $title_html, $post_id, $post_permalink, $post_title);
|
|
| 3211 | 3211 | } |
| 3212 | 3212 | |
| 3213 | - $widget_main_slides .= $title . '<img src="' . $widget_image->src . '" alt="' . $widget_image->title . '" title="' . $widget_image->title . '" style="max-height:200px;margin:0 auto;" /></li>'; |
|
| 3214 | - $nav_slides .= '<li><img src="' . $widget_image->src . '" alt="' . $widget_image->title . '" title="' . $widget_image->title . '" style="max-height:48px;margin:0 auto;" /></li>'; |
|
| 3215 | - $widget_slides ++; |
|
| 3213 | + $widget_main_slides .= $title.'<img src="'.$widget_image->src.'" alt="'.$widget_image->title.'" title="'.$widget_image->title.'" style="max-height:200px;margin:0 auto;" /></li>'; |
|
| 3214 | + $nav_slides .= '<li><img src="'.$widget_image->src.'" alt="'.$widget_image->title.'" title="'.$widget_image->title.'" style="max-height:48px;margin:0 auto;" /></li>'; |
|
| 3215 | + $widget_slides++; |
|
| 3216 | 3216 | } |
| 3217 | 3217 | } |
| 3218 | 3218 | ?> |
@@ -3221,7 +3221,7 @@ discard block |
||
| 3221 | 3221 | <div id="geodir_widget_slider" class="geodir_flexslider"> |
| 3222 | 3222 | <ul class="geodir-slides clearfix"><?php echo $widget_main_slides; ?></ul> |
| 3223 | 3223 | </div> |
| 3224 | - <?php if ( $widget_slides > 1 ) { ?>
|
|
| 3224 | + <?php if ($widget_slides > 1) { ?>
|
|
| 3225 | 3225 | <div id="geodir_widget_carousel" class="geodir_flexslider"> |
| 3226 | 3226 | <ul class="geodir-slides clearfix"><?php echo $nav_slides; ?></ul> |
| 3227 | 3227 | </div> |
@@ -3229,7 +3229,7 @@ discard block |
||
| 3229 | 3229 | </div> |
| 3230 | 3230 | <?php |
| 3231 | 3231 | $GLOBALS['post'] = $current_post; |
| 3232 | - setup_postdata( $current_post ); |
|
| 3232 | + setup_postdata($current_post); |
|
| 3233 | 3233 | } |
| 3234 | 3234 | echo $after_widget; |
| 3235 | 3235 | } |
@@ -3245,46 +3245,46 @@ discard block |
||
| 3245 | 3245 | * @param array|string $args Display arguments including before_title, after_title, before_widget, and after_widget. |
| 3246 | 3246 | * @param array|string $instance The settings for the particular instance of the widget. |
| 3247 | 3247 | */ |
| 3248 | -function geodir_loginwidget_output( $args = '', $instance = '' ) {
|
|
| 3248 | +function geodir_loginwidget_output($args = '', $instance = '') {
|
|
| 3249 | 3249 | //print_r($args); |
| 3250 | 3250 | //print_r($instance); |
| 3251 | 3251 | // prints the widget |
| 3252 | - extract( $args, EXTR_SKIP ); |
|
| 3252 | + extract($args, EXTR_SKIP); |
|
| 3253 | 3253 | |
| 3254 | 3254 | /** This filter is documented in geodirectory_widgets.php */ |
| 3255 | - $title = empty( $instance['title'] ) ? __( 'My Dashboard', 'geodirectory' ) : apply_filters( 'my_dashboard_widget_title', __( $instance['title'], 'geodirectory' ) ); |
|
| 3255 | + $title = empty($instance['title']) ? __('My Dashboard', 'geodirectory') : apply_filters('my_dashboard_widget_title', __($instance['title'], 'geodirectory'));
|
|
| 3256 | 3256 | |
| 3257 | 3257 | echo $before_widget; |
| 3258 | - echo $before_title . $title . $after_title; |
|
| 3258 | + echo $before_title.$title.$after_title; |
|
| 3259 | 3259 | |
| 3260 | - if ( is_user_logged_in() ) {
|
|
| 3260 | + if (is_user_logged_in()) {
|
|
| 3261 | 3261 | global $current_user; |
| 3262 | 3262 | |
| 3263 | - $author_link = get_author_posts_url( $current_user->data->ID ); |
|
| 3264 | - $author_link = geodir_getlink( $author_link, array( 'geodir_dashbord' => 'true' ), false ); |
|
| 3263 | + $author_link = get_author_posts_url($current_user->data->ID); |
|
| 3264 | + $author_link = geodir_getlink($author_link, array('geodir_dashbord' => 'true'), false);
|
|
| 3265 | 3265 | |
| 3266 | 3266 | echo '<ul class="geodir-loginbox-list">'; |
| 3267 | 3267 | ob_start(); |
| 3268 | 3268 | ?> |
| 3269 | 3269 | <li><a class="signin" |
| 3270 | - href="<?php echo wp_logout_url( home_url() ); ?>"><?php _e( 'Logout', 'geodirectory' ); ?></a></li> |
|
| 3270 | + href="<?php echo wp_logout_url(home_url()); ?>"><?php _e('Logout', 'geodirectory'); ?></a></li>
|
|
| 3271 | 3271 | <?php |
| 3272 | - $post_types = geodir_get_posttypes( 'object' ); |
|
| 3273 | - $show_add_listing_post_types_main_nav = get_option( 'geodir_add_listing_link_user_dashboard' ); |
|
| 3274 | - $geodir_allow_posttype_frontend = get_option( 'geodir_allow_posttype_frontend' ); |
|
| 3272 | + $post_types = geodir_get_posttypes('object');
|
|
| 3273 | + $show_add_listing_post_types_main_nav = get_option('geodir_add_listing_link_user_dashboard');
|
|
| 3274 | + $geodir_allow_posttype_frontend = get_option('geodir_allow_posttype_frontend');
|
|
| 3275 | 3275 | |
| 3276 | - if ( ! empty( $show_add_listing_post_types_main_nav ) ) {
|
|
| 3276 | + if (!empty($show_add_listing_post_types_main_nav)) {
|
|
| 3277 | 3277 | $addlisting_links = ''; |
| 3278 | - foreach ( $post_types as $key => $postobj ) {
|
|
| 3278 | + foreach ($post_types as $key => $postobj) {
|
|
| 3279 | 3279 | |
| 3280 | - if ( in_array( $key, $show_add_listing_post_types_main_nav ) ) {
|
|
| 3280 | + if (in_array($key, $show_add_listing_post_types_main_nav)) {
|
|
| 3281 | 3281 | |
| 3282 | - if ( $add_link = geodir_get_addlisting_link( $key ) ) {
|
|
| 3282 | + if ($add_link = geodir_get_addlisting_link($key)) {
|
|
| 3283 | 3283 | |
| 3284 | 3284 | $name = $postobj->labels->name; |
| 3285 | 3285 | |
| 3286 | 3286 | $selected = ''; |
| 3287 | - if ( geodir_get_current_posttype() == $key && geodir_is_page( 'add-listing' ) ) {
|
|
| 3287 | + if (geodir_get_current_posttype() == $key && geodir_is_page('add-listing')) {
|
|
| 3288 | 3288 | $selected = 'selected="selected"'; |
| 3289 | 3289 | } |
| 3290 | 3290 | |
@@ -3297,22 +3297,22 @@ discard block |
||
| 3297 | 3297 | * @param string $key Add listing array key. |
| 3298 | 3298 | * @param int $current_user ->ID Current user ID. |
| 3299 | 3299 | */ |
| 3300 | - $add_link = apply_filters( 'geodir_dashboard_link_add_listing', $add_link, $key, $current_user->ID ); |
|
| 3300 | + $add_link = apply_filters('geodir_dashboard_link_add_listing', $add_link, $key, $current_user->ID);
|
|
| 3301 | 3301 | |
| 3302 | - $addlisting_links .= '<option ' . $selected . ' value="' . $add_link . '">' . __( ucfirst( $name ), 'geodirectory' ) . '</option>'; |
|
| 3302 | + $addlisting_links .= '<option '.$selected.' value="'.$add_link.'">'.__(ucfirst($name), 'geodirectory').'</option>'; |
|
| 3303 | 3303 | |
| 3304 | 3304 | } |
| 3305 | 3305 | } |
| 3306 | 3306 | |
| 3307 | 3307 | } |
| 3308 | 3308 | |
| 3309 | - if ( $addlisting_links != '' ) { ?>
|
|
| 3309 | + if ($addlisting_links != '') { ?>
|
|
| 3310 | 3310 | |
| 3311 | 3311 | <li><select id="geodir_add_listing" class="chosen_select" onchange="window.location.href=this.value" |
| 3312 | 3312 | option-autoredirect="1" name="geodir_add_listing" option-ajaxchosen="false" |
| 3313 | - data-placeholder="<?php echo esc_attr( __( 'Add Listing', 'geodirectory' ) ); ?>"> |
|
| 3313 | + data-placeholder="<?php echo esc_attr(__('Add Listing', 'geodirectory')); ?>">
|
|
| 3314 | 3314 | <option value="" disabled="disabled" selected="selected" |
| 3315 | - style='display:none;'><?php echo esc_attr( __( 'Add Listing', 'geodirectory' ) ); ?></option> |
|
| 3315 | + style='display:none;'><?php echo esc_attr(__('Add Listing', 'geodirectory')); ?></option>
|
|
| 3316 | 3316 | <?php echo $addlisting_links; ?> |
| 3317 | 3317 | </select></li> <?php |
| 3318 | 3318 | |
@@ -3320,23 +3320,23 @@ discard block |
||
| 3320 | 3320 | |
| 3321 | 3321 | } |
| 3322 | 3322 | // My Favourites in Dashboard |
| 3323 | - $show_favorite_link_user_dashboard = get_option( 'geodir_favorite_link_user_dashboard' ); |
|
| 3323 | + $show_favorite_link_user_dashboard = get_option('geodir_favorite_link_user_dashboard');
|
|
| 3324 | 3324 | $user_favourite = geodir_user_favourite_listing_count(); |
| 3325 | 3325 | |
| 3326 | - if ( ! empty( $show_favorite_link_user_dashboard ) && ! empty( $user_favourite ) ) {
|
|
| 3326 | + if (!empty($show_favorite_link_user_dashboard) && !empty($user_favourite)) {
|
|
| 3327 | 3327 | $favourite_links = ''; |
| 3328 | 3328 | |
| 3329 | - foreach ( $post_types as $key => $postobj ) {
|
|
| 3330 | - if ( in_array( $key, $show_favorite_link_user_dashboard ) && array_key_exists( $key, $user_favourite ) ) {
|
|
| 3329 | + foreach ($post_types as $key => $postobj) {
|
|
| 3330 | + if (in_array($key, $show_favorite_link_user_dashboard) && array_key_exists($key, $user_favourite)) {
|
|
| 3331 | 3331 | $name = $postobj->labels->name; |
| 3332 | - $post_type_link = geodir_getlink( $author_link, array( |
|
| 3332 | + $post_type_link = geodir_getlink($author_link, array( |
|
| 3333 | 3333 | 'stype' => $key, |
| 3334 | 3334 | 'list' => 'favourite' |
| 3335 | - ), false ); |
|
| 3335 | + ), false); |
|
| 3336 | 3336 | |
| 3337 | 3337 | $selected = ''; |
| 3338 | 3338 | |
| 3339 | - if ( isset( $_REQUEST['list'] ) && $_REQUEST['list'] == 'favourite' && isset( $_REQUEST['stype'] ) && $_REQUEST['stype'] == $key && isset( $_REQUEST['geodir_dashbord'] ) ) {
|
|
| 3339 | + if (isset($_REQUEST['list']) && $_REQUEST['list'] == 'favourite' && isset($_REQUEST['stype']) && $_REQUEST['stype'] == $key && isset($_REQUEST['geodir_dashbord'])) {
|
|
| 3340 | 3340 | $selected = 'selected="selected"'; |
| 3341 | 3341 | } |
| 3342 | 3342 | /** |
@@ -3348,20 +3348,20 @@ discard block |
||
| 3348 | 3348 | * @param string $key Favorite listing array key. |
| 3349 | 3349 | * @param int $current_user ->ID Current user ID. |
| 3350 | 3350 | */ |
| 3351 | - $post_type_link = apply_filters( 'geodir_dashboard_link_favorite_listing', $post_type_link, $key, $current_user->ID ); |
|
| 3351 | + $post_type_link = apply_filters('geodir_dashboard_link_favorite_listing', $post_type_link, $key, $current_user->ID);
|
|
| 3352 | 3352 | |
| 3353 | - $favourite_links .= '<option ' . $selected . ' value="' . $post_type_link . '">' . __( ucfirst( $name ), 'geodirectory' ) . '</option>'; |
|
| 3353 | + $favourite_links .= '<option '.$selected.' value="'.$post_type_link.'">'.__(ucfirst($name), 'geodirectory').'</option>'; |
|
| 3354 | 3354 | } |
| 3355 | 3355 | } |
| 3356 | 3356 | |
| 3357 | - if ( $favourite_links != '' ) {
|
|
| 3357 | + if ($favourite_links != '') {
|
|
| 3358 | 3358 | ?> |
| 3359 | 3359 | <li> |
| 3360 | 3360 | <select id="geodir_my_favourites" class="chosen_select" onchange="window.location.href=this.value" |
| 3361 | 3361 | option-autoredirect="1" name="geodir_my_favourites" option-ajaxchosen="false" |
| 3362 | - data-placeholder="<?php echo esc_attr( __( 'My Favorites', 'geodirectory' ) ); ?>"> |
|
| 3362 | + data-placeholder="<?php echo esc_attr(__('My Favorites', 'geodirectory')); ?>">
|
|
| 3363 | 3363 | <option value="" disabled="disabled" selected="selected" |
| 3364 | - style='display:none;'><?php echo esc_attr( __( 'My Favorites', 'geodirectory' ) ); ?></option> |
|
| 3364 | + style='display:none;'><?php echo esc_attr(__('My Favorites', 'geodirectory')); ?></option>
|
|
| 3365 | 3365 | <?php echo $favourite_links; ?> |
| 3366 | 3366 | </select> |
| 3367 | 3367 | </li> |
@@ -3370,19 +3370,19 @@ discard block |
||
| 3370 | 3370 | } |
| 3371 | 3371 | |
| 3372 | 3372 | |
| 3373 | - $show_listing_link_user_dashboard = get_option( 'geodir_listing_link_user_dashboard' ); |
|
| 3373 | + $show_listing_link_user_dashboard = get_option('geodir_listing_link_user_dashboard');
|
|
| 3374 | 3374 | $user_listing = geodir_user_post_listing_count(); |
| 3375 | 3375 | |
| 3376 | - if ( ! empty( $show_listing_link_user_dashboard ) && ! empty( $user_listing ) ) {
|
|
| 3376 | + if (!empty($show_listing_link_user_dashboard) && !empty($user_listing)) {
|
|
| 3377 | 3377 | $listing_links = ''; |
| 3378 | 3378 | |
| 3379 | - foreach ( $post_types as $key => $postobj ) {
|
|
| 3380 | - if ( in_array( $key, $show_listing_link_user_dashboard ) && array_key_exists( $key, $user_listing ) ) {
|
|
| 3379 | + foreach ($post_types as $key => $postobj) {
|
|
| 3380 | + if (in_array($key, $show_listing_link_user_dashboard) && array_key_exists($key, $user_listing)) {
|
|
| 3381 | 3381 | $name = $postobj->labels->name; |
| 3382 | - $listing_link = geodir_getlink( $author_link, array( 'stype' => $key ), false ); |
|
| 3382 | + $listing_link = geodir_getlink($author_link, array('stype' => $key), false);
|
|
| 3383 | 3383 | |
| 3384 | 3384 | $selected = ''; |
| 3385 | - if ( ! isset( $_REQUEST['list'] ) && isset( $_REQUEST['geodir_dashbord'] ) && isset( $_REQUEST['stype'] ) && $_REQUEST['stype'] == $key ) {
|
|
| 3385 | + if (!isset($_REQUEST['list']) && isset($_REQUEST['geodir_dashbord']) && isset($_REQUEST['stype']) && $_REQUEST['stype'] == $key) {
|
|
| 3386 | 3386 | $selected = 'selected="selected"'; |
| 3387 | 3387 | } |
| 3388 | 3388 | |
@@ -3395,20 +3395,20 @@ discard block |
||
| 3395 | 3395 | * @param string $key My listing array key. |
| 3396 | 3396 | * @param int $current_user ->ID Current user ID. |
| 3397 | 3397 | */ |
| 3398 | - $listing_link = apply_filters( 'geodir_dashboard_link_my_listing', $listing_link, $key, $current_user->ID ); |
|
| 3398 | + $listing_link = apply_filters('geodir_dashboard_link_my_listing', $listing_link, $key, $current_user->ID);
|
|
| 3399 | 3399 | |
| 3400 | - $listing_links .= '<option ' . $selected . ' value="' . $listing_link . '">' . __( ucfirst( $name ), 'geodirectory' ) . '</option>'; |
|
| 3400 | + $listing_links .= '<option '.$selected.' value="'.$listing_link.'">'.__(ucfirst($name), 'geodirectory').'</option>'; |
|
| 3401 | 3401 | } |
| 3402 | 3402 | } |
| 3403 | 3403 | |
| 3404 | - if ( $listing_links != '' ) {
|
|
| 3404 | + if ($listing_links != '') {
|
|
| 3405 | 3405 | ?> |
| 3406 | 3406 | <li> |
| 3407 | 3407 | <select id="geodir_my_listings" class="chosen_select" onchange="window.location.href=this.value" |
| 3408 | 3408 | option-autoredirect="1" name="geodir_my_listings" option-ajaxchosen="false" |
| 3409 | - data-placeholder="<?php echo esc_attr( __( 'My Listings', 'geodirectory' ) ); ?>"> |
|
| 3409 | + data-placeholder="<?php echo esc_attr(__('My Listings', 'geodirectory')); ?>">
|
|
| 3410 | 3410 | <option value="" disabled="disabled" selected="selected" |
| 3411 | - style='display:none;'><?php echo esc_attr( __( 'My Listings', 'geodirectory' ) ); ?></option> |
|
| 3411 | + style='display:none;'><?php echo esc_attr(__('My Listings', 'geodirectory')); ?></option>
|
|
| 3412 | 3412 | <?php echo $listing_links; ?> |
| 3413 | 3413 | </select> |
| 3414 | 3414 | </li> |
@@ -3424,7 +3424,7 @@ discard block |
||
| 3424 | 3424 | * |
| 3425 | 3425 | * @param string $dashboard_link Dashboard links HTML. |
| 3426 | 3426 | */ |
| 3427 | - echo apply_filters( 'geodir_dashboard_links', $dashboard_link ); |
|
| 3427 | + echo apply_filters('geodir_dashboard_links', $dashboard_link);
|
|
| 3428 | 3428 | echo '</ul>'; |
| 3429 | 3429 | |
| 3430 | 3430 | /** |
@@ -3432,7 +3432,7 @@ discard block |
||
| 3432 | 3432 | * |
| 3433 | 3433 | * @since 1.6.6 |
| 3434 | 3434 | */ |
| 3435 | - do_action( 'geodir_after_loginwidget_form_logged_in' ); |
|
| 3435 | + do_action('geodir_after_loginwidget_form_logged_in');
|
|
| 3436 | 3436 | |
| 3437 | 3437 | |
| 3438 | 3438 | } else {
|
@@ -3447,18 +3447,18 @@ discard block |
||
| 3447 | 3447 | <form name="loginform" class="loginform1" |
| 3448 | 3448 | action="<?php echo geodir_login_url(); ?>" |
| 3449 | 3449 | method="post"> |
| 3450 | - <div class="geodir_form_row"><input placeholder="<?php _e( 'Email', 'geodirectory' ); ?>" name="log" |
|
| 3450 | + <div class="geodir_form_row"><input placeholder="<?php _e('Email', 'geodirectory'); ?>" name="log"
|
|
| 3451 | 3451 | type="text" class="textfield user_login1"/> <span |
| 3452 | 3452 | class="user_loginInfo"></span></div> |
| 3453 | - <div class="geodir_form_row"><input placeholder="<?php _e( 'Password', 'geodirectory' ); ?>" |
|
| 3453 | + <div class="geodir_form_row"><input placeholder="<?php _e('Password', 'geodirectory'); ?>"
|
|
| 3454 | 3454 | name="pwd" type="password" |
| 3455 | 3455 | class="textfield user_pass1 input-text"/><span |
| 3456 | 3456 | class="user_passInfo"></span></div> |
| 3457 | 3457 | |
| 3458 | - <input type="hidden" name="redirect_to" value="<?php echo htmlspecialchars( geodir_curPageURL() ); ?>"/> |
|
| 3458 | + <input type="hidden" name="redirect_to" value="<?php echo htmlspecialchars(geodir_curPageURL()); ?>"/> |
|
| 3459 | 3459 | <input type="hidden" name="testcookie" value="1"/> |
| 3460 | 3460 | |
| 3461 | - <?php do_action( 'login_form' ); ?> |
|
| 3461 | + <?php do_action('login_form'); ?>
|
|
| 3462 | 3462 | |
| 3463 | 3463 | <div class="geodir_form_row clearfix"><input type="submit" name="submit" |
| 3464 | 3464 | value="<?php echo SIGN_IN_BUTTON; ?>" class="b_signin"/> |
@@ -3471,7 +3471,7 @@ discard block |
||
| 3471 | 3471 | * @since 1.0.0 |
| 3472 | 3472 | */ |
| 3473 | 3473 | ?> |
| 3474 | - <a href="<?php echo geodir_login_url( array( 'signup' => true ) ); ?>" |
|
| 3474 | + <a href="<?php echo geodir_login_url(array('signup' => true)); ?>"
|
|
| 3475 | 3475 | class="goedir-newuser-link"><?php echo NEW_USER_TEXT; ?></a> |
| 3476 | 3476 | |
| 3477 | 3477 | <?php |
@@ -3481,7 +3481,7 @@ discard block |
||
| 3481 | 3481 | * @since 1.0.0 |
| 3482 | 3482 | */ |
| 3483 | 3483 | ?> |
| 3484 | - <a href="<?php echo geodir_login_url( array( 'forgot' => true ) ); ?>" |
|
| 3484 | + <a href="<?php echo geodir_login_url(array('forgot' => true)); ?>"
|
|
| 3485 | 3485 | class="goedir-forgot-link"><?php echo FORGOT_PW_TEXT; ?></a></p></div> |
| 3486 | 3486 | </form> |
| 3487 | 3487 | <?php |
@@ -3490,7 +3490,7 @@ discard block |
||
| 3490 | 3490 | * |
| 3491 | 3491 | * @since 1.6.6 |
| 3492 | 3492 | */ |
| 3493 | - do_action( 'geodir_after_loginwidget_form_logged_out' ); |
|
| 3493 | + do_action('geodir_after_loginwidget_form_logged_out');
|
|
| 3494 | 3494 | } |
| 3495 | 3495 | |
| 3496 | 3496 | echo $after_widget; |
@@ -3512,16 +3512,16 @@ discard block |
||
| 3512 | 3512 | * after_widget. |
| 3513 | 3513 | * @param array|string $instance The settings for the particular instance of the widget. |
| 3514 | 3514 | */ |
| 3515 | -function geodir_popular_postview_output( $args = '', $instance = '' ) {
|
|
| 3515 | +function geodir_popular_postview_output($args = '', $instance = '') {
|
|
| 3516 | 3516 | global $gd_session; |
| 3517 | 3517 | |
| 3518 | 3518 | // prints the widget |
| 3519 | - extract( $args, EXTR_SKIP ); |
|
| 3519 | + extract($args, EXTR_SKIP); |
|
| 3520 | 3520 | |
| 3521 | 3521 | echo $before_widget; |
| 3522 | 3522 | |
| 3523 | 3523 | /** This filter is documented in geodirectory_widgets.php */ |
| 3524 | - $title = empty( $instance['title'] ) ? geodir_ucwords( $instance['category_title'] ) : apply_filters( 'widget_title', __( $instance['title'], 'geodirectory' ) ); |
|
| 3524 | + $title = empty($instance['title']) ? geodir_ucwords($instance['category_title']) : apply_filters('widget_title', __($instance['title'], 'geodirectory'));
|
|
| 3525 | 3525 | /** |
| 3526 | 3526 | * Filter the widget post type. |
| 3527 | 3527 | * |
@@ -3529,7 +3529,7 @@ discard block |
||
| 3529 | 3529 | * |
| 3530 | 3530 | * @param string $instance ['post_type'] Post type of listing. |
| 3531 | 3531 | */ |
| 3532 | - $post_type = empty( $instance['post_type'] ) ? 'gd_place' : apply_filters( 'widget_post_type', $instance['post_type'] ); |
|
| 3532 | + $post_type = empty($instance['post_type']) ? 'gd_place' : apply_filters('widget_post_type', $instance['post_type']);
|
|
| 3533 | 3533 | /** |
| 3534 | 3534 | * Filter the widget's term. |
| 3535 | 3535 | * |
@@ -3537,7 +3537,7 @@ discard block |
||
| 3537 | 3537 | * |
| 3538 | 3538 | * @param string $instance ['category'] Filter by term. Can be any valid term. |
| 3539 | 3539 | */ |
| 3540 | - $category = empty( $instance['category'] ) ? '0' : apply_filters( 'widget_category', $instance['category'] ); |
|
| 3540 | + $category = empty($instance['category']) ? '0' : apply_filters('widget_category', $instance['category']);
|
|
| 3541 | 3541 | /** |
| 3542 | 3542 | * Filter the widget listings limit. |
| 3543 | 3543 | * |
@@ -3545,7 +3545,7 @@ discard block |
||
| 3545 | 3545 | * |
| 3546 | 3546 | * @param string $instance ['post_number'] Number of listings to display. |
| 3547 | 3547 | */ |
| 3548 | - $post_number = empty( $instance['post_number'] ) ? '5' : apply_filters( 'widget_post_number', $instance['post_number'] ); |
|
| 3548 | + $post_number = empty($instance['post_number']) ? '5' : apply_filters('widget_post_number', $instance['post_number']);
|
|
| 3549 | 3549 | /** |
| 3550 | 3550 | * Filter widget's "layout" type. |
| 3551 | 3551 | * |
@@ -3553,7 +3553,7 @@ discard block |
||
| 3553 | 3553 | * |
| 3554 | 3554 | * @param string $instance ['layout'] Widget layout type. |
| 3555 | 3555 | */ |
| 3556 | - $layout = empty( $instance['layout'] ) ? 'gridview_onehalf' : apply_filters( 'widget_layout', $instance['layout'] ); |
|
| 3556 | + $layout = empty($instance['layout']) ? 'gridview_onehalf' : apply_filters('widget_layout', $instance['layout']);
|
|
| 3557 | 3557 | /** |
| 3558 | 3558 | * Filter widget's "add_location_filter" value. |
| 3559 | 3559 | * |
@@ -3561,7 +3561,7 @@ discard block |
||
| 3561 | 3561 | * |
| 3562 | 3562 | * @param string|bool $instance ['add_location_filter'] Do you want to add location filter? Can be 1 or 0. |
| 3563 | 3563 | */ |
| 3564 | - $add_location_filter = empty( $instance['add_location_filter'] ) ? '0' : apply_filters( 'widget_add_location_filter', $instance['add_location_filter'] ); |
|
| 3564 | + $add_location_filter = empty($instance['add_location_filter']) ? '0' : apply_filters('widget_add_location_filter', $instance['add_location_filter']);
|
|
| 3565 | 3565 | /** |
| 3566 | 3566 | * Filter widget's listing width. |
| 3567 | 3567 | * |
@@ -3569,7 +3569,7 @@ discard block |
||
| 3569 | 3569 | * |
| 3570 | 3570 | * @param string $instance ['listing_width'] Listing width. |
| 3571 | 3571 | */ |
| 3572 | - $listing_width = empty( $instance['listing_width'] ) ? '' : apply_filters( 'widget_listing_width', $instance['listing_width'] ); |
|
| 3572 | + $listing_width = empty($instance['listing_width']) ? '' : apply_filters('widget_listing_width', $instance['listing_width']);
|
|
| 3573 | 3573 | /** |
| 3574 | 3574 | * Filter widget's "list_sort" type. |
| 3575 | 3575 | * |
@@ -3577,25 +3577,25 @@ discard block |
||
| 3577 | 3577 | * |
| 3578 | 3578 | * @param string $instance ['list_sort'] Listing sort by type. |
| 3579 | 3579 | */ |
| 3580 | - $list_sort = empty( $instance['list_sort'] ) ? 'latest' : apply_filters( 'widget_list_sort', $instance['list_sort'] ); |
|
| 3581 | - $use_viewing_post_type = ! empty( $instance['use_viewing_post_type'] ) ? true : false; |
|
| 3580 | + $list_sort = empty($instance['list_sort']) ? 'latest' : apply_filters('widget_list_sort', $instance['list_sort']);
|
|
| 3581 | + $use_viewing_post_type = !empty($instance['use_viewing_post_type']) ? true : false; |
|
| 3582 | 3582 | |
| 3583 | 3583 | // set post type to current viewing post type |
| 3584 | - if ( $use_viewing_post_type ) {
|
|
| 3584 | + if ($use_viewing_post_type) {
|
|
| 3585 | 3585 | $current_post_type = geodir_get_current_posttype(); |
| 3586 | - if ( $current_post_type != '' && $current_post_type != $post_type ) {
|
|
| 3586 | + if ($current_post_type != '' && $current_post_type != $post_type) {
|
|
| 3587 | 3587 | $post_type = $current_post_type; |
| 3588 | 3588 | $category = array(); // old post type category will not work for current changed post type |
| 3589 | 3589 | } |
| 3590 | 3590 | } |
| 3591 | 3591 | // replace widget title dynamically |
| 3592 | - $posttype_plural_label = __( get_post_type_plural_label( $post_type ), 'geodirectory' ); |
|
| 3593 | - $posttype_singular_label = __( get_post_type_singular_label( $post_type ), 'geodirectory' ); |
|
| 3592 | + $posttype_plural_label = __(get_post_type_plural_label($post_type), 'geodirectory'); |
|
| 3593 | + $posttype_singular_label = __(get_post_type_singular_label($post_type), 'geodirectory'); |
|
| 3594 | 3594 | |
| 3595 | - $title = str_replace( "%posttype_plural_label%", $posttype_plural_label, $title ); |
|
| 3596 | - $title = str_replace( "%posttype_singular_label%", $posttype_singular_label, $title ); |
|
| 3595 | + $title = str_replace("%posttype_plural_label%", $posttype_plural_label, $title);
|
|
| 3596 | + $title = str_replace("%posttype_singular_label%", $posttype_singular_label, $title);
|
|
| 3597 | 3597 | |
| 3598 | - if ( isset( $instance['character_count'] ) ) {
|
|
| 3598 | + if (isset($instance['character_count'])) {
|
|
| 3599 | 3599 | /** |
| 3600 | 3600 | * Filter the widget's excerpt character count. |
| 3601 | 3601 | * |
@@ -3603,37 +3603,37 @@ discard block |
||
| 3603 | 3603 | * |
| 3604 | 3604 | * @param int $instance ['character_count'] Excerpt character count. |
| 3605 | 3605 | */ |
| 3606 | - $character_count = apply_filters( 'widget_list_character_count', $instance['character_count'] ); |
|
| 3606 | + $character_count = apply_filters('widget_list_character_count', $instance['character_count']);
|
|
| 3607 | 3607 | } else {
|
| 3608 | 3608 | $character_count = ''; |
| 3609 | 3609 | } |
| 3610 | 3610 | |
| 3611 | - if ( empty( $title ) || $title == 'All' ) {
|
|
| 3612 | - $title .= ' ' . __( get_post_type_plural_label( $post_type ), 'geodirectory' ); |
|
| 3611 | + if (empty($title) || $title == 'All') {
|
|
| 3612 | + $title .= ' '.__(get_post_type_plural_label($post_type), 'geodirectory'); |
|
| 3613 | 3613 | } |
| 3614 | 3614 | |
| 3615 | 3615 | $location_url = array(); |
| 3616 | - $city = get_query_var( 'gd_city' ); |
|
| 3617 | - if ( ! empty( $city ) ) {
|
|
| 3618 | - $country = get_query_var( 'gd_country' ); |
|
| 3619 | - $region = get_query_var( 'gd_region' ); |
|
| 3616 | + $city = get_query_var('gd_city');
|
|
| 3617 | + if (!empty($city)) {
|
|
| 3618 | + $country = get_query_var('gd_country');
|
|
| 3619 | + $region = get_query_var('gd_region');
|
|
| 3620 | 3620 | |
| 3621 | - $geodir_show_location_url = get_option( 'geodir_show_location_url' ); |
|
| 3621 | + $geodir_show_location_url = get_option('geodir_show_location_url');
|
|
| 3622 | 3622 | |
| 3623 | - if ( $geodir_show_location_url == 'all' ) {
|
|
| 3624 | - if ( $country != '' ) {
|
|
| 3623 | + if ($geodir_show_location_url == 'all') {
|
|
| 3624 | + if ($country != '') {
|
|
| 3625 | 3625 | $location_url[] = $country; |
| 3626 | 3626 | } |
| 3627 | 3627 | |
| 3628 | - if ( $region != '' ) {
|
|
| 3628 | + if ($region != '') {
|
|
| 3629 | 3629 | $location_url[] = $region; |
| 3630 | 3630 | } |
| 3631 | - } else if ( $geodir_show_location_url == 'country_city' ) {
|
|
| 3632 | - if ( $country != '' ) {
|
|
| 3631 | + } else if ($geodir_show_location_url == 'country_city') {
|
|
| 3632 | + if ($country != '') {
|
|
| 3633 | 3633 | $location_url[] = $country; |
| 3634 | 3634 | } |
| 3635 | - } else if ( $geodir_show_location_url == 'region_city' ) {
|
|
| 3636 | - if ( $region != '' ) {
|
|
| 3635 | + } else if ($geodir_show_location_url == 'region_city') {
|
|
| 3636 | + if ($region != '') {
|
|
| 3637 | 3637 | $location_url[] = $region; |
| 3638 | 3638 | } |
| 3639 | 3639 | } |
@@ -3641,37 +3641,37 @@ discard block |
||
| 3641 | 3641 | $location_url[] = $city; |
| 3642 | 3642 | } |
| 3643 | 3643 | |
| 3644 | - $location_url = implode( '/', $location_url ); |
|
| 3644 | + $location_url = implode('/', $location_url);
|
|
| 3645 | 3645 | $skip_location = false; |
| 3646 | - if ( ! $add_location_filter && $gd_session->get( 'gd_multi_location' ) ) {
|
|
| 3646 | + if (!$add_location_filter && $gd_session->get('gd_multi_location')) {
|
|
| 3647 | 3647 | $skip_location = true; |
| 3648 | - $gd_session->un_set( 'gd_multi_location' ); |
|
| 3648 | + $gd_session->un_set('gd_multi_location');
|
|
| 3649 | 3649 | } |
| 3650 | 3650 | |
| 3651 | - if ( get_option( 'permalink_structure' ) ) {
|
|
| 3652 | - $viewall_url = get_post_type_archive_link( $post_type ); |
|
| 3651 | + if (get_option('permalink_structure')) {
|
|
| 3652 | + $viewall_url = get_post_type_archive_link($post_type); |
|
| 3653 | 3653 | } else {
|
| 3654 | - $viewall_url = get_post_type_archive_link( $post_type ); |
|
| 3654 | + $viewall_url = get_post_type_archive_link($post_type); |
|
| 3655 | 3655 | } |
| 3656 | 3656 | |
| 3657 | - if ( ! empty( $category ) && $category[0] != '0' ) {
|
|
| 3657 | + if (!empty($category) && $category[0] != '0') {
|
|
| 3658 | 3658 | global $geodir_add_location_url; |
| 3659 | 3659 | |
| 3660 | 3660 | $geodir_add_location_url = '0'; |
| 3661 | 3661 | |
| 3662 | - if ( $add_location_filter != '0' ) {
|
|
| 3662 | + if ($add_location_filter != '0') {
|
|
| 3663 | 3663 | $geodir_add_location_url = '1'; |
| 3664 | 3664 | } |
| 3665 | 3665 | |
| 3666 | - $viewall_url = get_term_link( (int) $category[0], $post_type . 'category' ); |
|
| 3666 | + $viewall_url = get_term_link((int) $category[0], $post_type.'category'); |
|
| 3667 | 3667 | |
| 3668 | 3668 | $geodir_add_location_url = null; |
| 3669 | 3669 | } |
| 3670 | - if ( $skip_location ) {
|
|
| 3671 | - $gd_session->set( 'gd_multi_location', 1 ); |
|
| 3670 | + if ($skip_location) {
|
|
| 3671 | + $gd_session->set('gd_multi_location', 1);
|
|
| 3672 | 3672 | } |
| 3673 | 3673 | |
| 3674 | - if ( is_wp_error( $viewall_url ) ) {
|
|
| 3674 | + if (is_wp_error($viewall_url)) {
|
|
| 3675 | 3675 | $viewall_url = ''; |
| 3676 | 3676 | } |
| 3677 | 3677 | |
@@ -3683,34 +3683,34 @@ discard block |
||
| 3683 | 3683 | 'order_by' => $list_sort |
| 3684 | 3684 | ); |
| 3685 | 3685 | |
| 3686 | - if ( $character_count ) {
|
|
| 3686 | + if ($character_count) {
|
|
| 3687 | 3687 | $query_args['excerpt_length'] = $character_count; |
| 3688 | 3688 | } |
| 3689 | 3689 | |
| 3690 | - if ( ! empty( $instance['show_featured_only'] ) ) {
|
|
| 3690 | + if (!empty($instance['show_featured_only'])) {
|
|
| 3691 | 3691 | $query_args['show_featured_only'] = 1; |
| 3692 | 3692 | } |
| 3693 | 3693 | |
| 3694 | - if ( ! empty( $instance['show_special_only'] ) ) {
|
|
| 3694 | + if (!empty($instance['show_special_only'])) {
|
|
| 3695 | 3695 | $query_args['show_special_only'] = 1; |
| 3696 | 3696 | } |
| 3697 | 3697 | |
| 3698 | - if ( ! empty( $instance['with_pics_only'] ) ) {
|
|
| 3698 | + if (!empty($instance['with_pics_only'])) {
|
|
| 3699 | 3699 | $query_args['with_pics_only'] = 0; |
| 3700 | 3700 | $query_args['featured_image_only'] = 1; |
| 3701 | 3701 | } |
| 3702 | 3702 | |
| 3703 | - if ( ! empty( $instance['with_videos_only'] ) ) {
|
|
| 3703 | + if (!empty($instance['with_videos_only'])) {
|
|
| 3704 | 3704 | $query_args['with_videos_only'] = 1; |
| 3705 | 3705 | } |
| 3706 | - $with_no_results = ! empty( $instance['without_no_results'] ) ? false : true; |
|
| 3706 | + $with_no_results = !empty($instance['without_no_results']) ? false : true; |
|
| 3707 | 3707 | |
| 3708 | - if ( ! empty( $category ) && $category[0] != '0' ) {
|
|
| 3709 | - $category_taxonomy = geodir_get_taxonomies( $post_type ); |
|
| 3708 | + if (!empty($category) && $category[0] != '0') {
|
|
| 3709 | + $category_taxonomy = geodir_get_taxonomies($post_type); |
|
| 3710 | 3710 | |
| 3711 | 3711 | ######### WPML ######### |
| 3712 | - if ( function_exists( 'icl_object_id' ) ) {
|
|
| 3713 | - $category = gd_lang_object_ids( $category, $category_taxonomy[0] ); |
|
| 3712 | + if (function_exists('icl_object_id')) {
|
|
| 3713 | + $category = gd_lang_object_ids($category, $category_taxonomy[0]); |
|
| 3714 | 3714 | } |
| 3715 | 3715 | ######### WPML ######### |
| 3716 | 3716 | |
@@ -3720,14 +3720,14 @@ discard block |
||
| 3720 | 3720 | 'terms' => $category |
| 3721 | 3721 | ); |
| 3722 | 3722 | |
| 3723 | - $query_args['tax_query'] = array( $tax_query ); |
|
| 3723 | + $query_args['tax_query'] = array($tax_query); |
|
| 3724 | 3724 | } |
| 3725 | 3725 | |
| 3726 | 3726 | global $gridview_columns_widget, $geodir_is_widget_listing; |
| 3727 | 3727 | |
| 3728 | - $widget_listings = geodir_get_widget_listings( $query_args ); |
|
| 3728 | + $widget_listings = geodir_get_widget_listings($query_args); |
|
| 3729 | 3729 | |
| 3730 | - if ( ! empty( $widget_listings ) || $with_no_results ) {
|
|
| 3730 | + if (!empty($widget_listings) || $with_no_results) {
|
|
| 3731 | 3731 | ?> |
| 3732 | 3732 | <div class="geodir_locations geodir_location_listing"> |
| 3733 | 3733 | |
@@ -3737,11 +3737,11 @@ discard block |
||
| 3737 | 3737 | * |
| 3738 | 3738 | * @since 1.0.0 |
| 3739 | 3739 | */ |
| 3740 | - do_action( 'geodir_before_view_all_link_in_widget' ); ?> |
|
| 3740 | + do_action('geodir_before_view_all_link_in_widget'); ?>
|
|
| 3741 | 3741 | <div class="geodir_list_heading clearfix"> |
| 3742 | - <?php echo $before_title . $title . $after_title; ?> |
|
| 3742 | + <?php echo $before_title.$title.$after_title; ?> |
|
| 3743 | 3743 | <a href="<?php echo $viewall_url; ?>" |
| 3744 | - class="geodir-viewall"><?php _e( 'View all', 'geodirectory' ); ?></a> |
|
| 3744 | + class="geodir-viewall"><?php _e('View all', 'geodirectory'); ?></a>
|
|
| 3745 | 3745 | </div> |
| 3746 | 3746 | <?php |
| 3747 | 3747 | /** |
@@ -3749,10 +3749,10 @@ discard block |
||
| 3749 | 3749 | * |
| 3750 | 3750 | * @since 1.0.0 |
| 3751 | 3751 | */ |
| 3752 | - do_action( 'geodir_after_view_all_link_in_widget' ); ?> |
|
| 3752 | + do_action('geodir_after_view_all_link_in_widget'); ?>
|
|
| 3753 | 3753 | <?php |
| 3754 | - if ( strstr( $layout, 'gridview' ) ) {
|
|
| 3755 | - $listing_view_exp = explode( '_', $layout ); |
|
| 3754 | + if (strstr($layout, 'gridview')) {
|
|
| 3755 | + $listing_view_exp = explode('_', $layout);
|
|
| 3756 | 3756 | $gridview_columns_widget = $layout; |
| 3757 | 3757 | $layout = $listing_view_exp[0]; |
| 3758 | 3758 | } else {
|
@@ -3764,8 +3764,8 @@ discard block |
||
| 3764 | 3764 | * |
| 3765 | 3765 | * @since 1.0.0 |
| 3766 | 3766 | */ |
| 3767 | - $template = apply_filters( "geodir_template_part-widget-listing-listview", geodir_locate_template( 'widget-listing-listview' ) ); |
|
| 3768 | - if ( ! isset( $character_count ) ) {
|
|
| 3767 | + $template = apply_filters("geodir_template_part-widget-listing-listview", geodir_locate_template('widget-listing-listview'));
|
|
| 3768 | + if (!isset($character_count)) {
|
|
| 3769 | 3769 | /** |
| 3770 | 3770 | * Filter the widget's excerpt character count. |
| 3771 | 3771 | * |
@@ -3773,7 +3773,7 @@ discard block |
||
| 3773 | 3773 | * |
| 3774 | 3774 | * @param int $instance ['character_count'] Excerpt character count. |
| 3775 | 3775 | */ |
| 3776 | - $character_count = $character_count == '' ? 50 : apply_filters( 'widget_character_count', $character_count ); |
|
| 3776 | + $character_count = $character_count == '' ? 50 : apply_filters('widget_character_count', $character_count);
|
|
| 3777 | 3777 | } |
| 3778 | 3778 | |
| 3779 | 3779 | global $post, $map_jason, $map_canvas_arr; |
@@ -3788,13 +3788,13 @@ discard block |
||
| 3788 | 3788 | * |
| 3789 | 3789 | * @since 1.0.0 |
| 3790 | 3790 | */ |
| 3791 | - include( $template ); |
|
| 3791 | + include($template); |
|
| 3792 | 3792 | |
| 3793 | 3793 | $geodir_is_widget_listing = false; |
| 3794 | 3794 | |
| 3795 | 3795 | $GLOBALS['post'] = $current_post; |
| 3796 | - if ( ! empty( $current_post ) ) {
|
|
| 3797 | - setup_postdata( $current_post ); |
|
| 3796 | + if (!empty($current_post)) {
|
|
| 3797 | + setup_postdata($current_post); |
|
| 3798 | 3798 | } |
| 3799 | 3799 | $map_jason = $current_map_jason; |
| 3800 | 3800 | $map_canvas_arr = $current_map_canvas_arr; |
@@ -3825,12 +3825,12 @@ discard block |
||
| 3825 | 3825 | * |
| 3826 | 3826 | * @return int Reviews count. |
| 3827 | 3827 | */ |
| 3828 | -function geodir_count_reviews_by_term_id( $term_id, $taxonomy, $post_type ) {
|
|
| 3828 | +function geodir_count_reviews_by_term_id($term_id, $taxonomy, $post_type) {
|
|
| 3829 | 3829 | global $wpdb, $plugin_prefix; |
| 3830 | 3830 | |
| 3831 | - $detail_table = $plugin_prefix . $post_type . '_detail'; |
|
| 3831 | + $detail_table = $plugin_prefix.$post_type.'_detail'; |
|
| 3832 | 3832 | |
| 3833 | - $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 . ")";
|
|
| 3833 | + $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.")";
|
|
| 3834 | 3834 | |
| 3835 | 3835 | /** |
| 3836 | 3836 | * Filter count review sql query. |
@@ -3842,9 +3842,9 @@ discard block |
||
| 3842 | 3842 | * @param int $taxonomy The taxonomy Id. |
| 3843 | 3843 | * @param string $post_type The post type. |
| 3844 | 3844 | */ |
| 3845 | - $sql = apply_filters( 'geodir_count_reviews_by_term_sql', $sql, $term_id, $taxonomy, $post_type ); |
|
| 3845 | + $sql = apply_filters('geodir_count_reviews_by_term_sql', $sql, $term_id, $taxonomy, $post_type);
|
|
| 3846 | 3846 | |
| 3847 | - $count = $wpdb->get_var( $sql ); |
|
| 3847 | + $count = $wpdb->get_var($sql); |
|
| 3848 | 3848 | |
| 3849 | 3849 | return $count; |
| 3850 | 3850 | } |
@@ -3862,7 +3862,7 @@ discard block |
||
| 3862 | 3862 | * |
| 3863 | 3863 | * @return array Term array data. |
| 3864 | 3864 | */ |
| 3865 | -function geodir_count_reviews_by_terms( $force_update = false, $post_ID = 0 ) {
|
|
| 3865 | +function geodir_count_reviews_by_terms($force_update = false, $post_ID = 0) {
|
|
| 3866 | 3866 | /** |
| 3867 | 3867 | * Filter review count option data. |
| 3868 | 3868 | * |
@@ -3872,78 +3872,78 @@ discard block |
||
| 3872 | 3872 | * @param bool $force_update Force update option value?. Default.false. |
| 3873 | 3873 | * @param int $post_ID The post id to update if any. |
| 3874 | 3874 | */ |
| 3875 | - $option_data = apply_filters( 'geodir_count_reviews_by_terms_before', '', $force_update, $post_ID ); |
|
| 3876 | - if ( ! empty( $option_data ) ) {
|
|
| 3875 | + $option_data = apply_filters('geodir_count_reviews_by_terms_before', '', $force_update, $post_ID);
|
|
| 3876 | + if (!empty($option_data)) {
|
|
| 3877 | 3877 | return $option_data; |
| 3878 | 3878 | } |
| 3879 | 3879 | |
| 3880 | - $option_data = get_option( 'geodir_global_review_count' ); |
|
| 3880 | + $option_data = get_option('geodir_global_review_count');
|
|
| 3881 | 3881 | |
| 3882 | - if ( ! $option_data || $force_update ) {
|
|
| 3883 | - if ( (int) $post_ID > 0 ) { // Update reviews count for specific post categories only.
|
|
| 3882 | + if (!$option_data || $force_update) {
|
|
| 3883 | + if ((int) $post_ID > 0) { // Update reviews count for specific post categories only.
|
|
| 3884 | 3884 | global $gd_session; |
| 3885 | 3885 | $term_array = (array) $option_data; |
| 3886 | - $post_type = get_post_type( $post_ID ); |
|
| 3887 | - $taxonomy = $post_type . 'category'; |
|
| 3888 | - $terms = wp_get_object_terms( $post_ID, $taxonomy, array( 'fields' => 'ids' ) ); |
|
| 3889 | - |
|
| 3890 | - if ( ! empty( $terms ) && ! is_wp_error( $terms ) ) {
|
|
| 3891 | - foreach ( $terms as $term_id ) {
|
|
| 3892 | - $count = geodir_count_reviews_by_term_id( $term_id, $taxonomy, $post_type ); |
|
| 3893 | - $children = get_term_children( $term_id, $taxonomy ); |
|
| 3894 | - $term_array[ $term_id ] = $count; |
|
| 3886 | + $post_type = get_post_type($post_ID); |
|
| 3887 | + $taxonomy = $post_type.'category'; |
|
| 3888 | + $terms = wp_get_object_terms($post_ID, $taxonomy, array('fields' => 'ids'));
|
|
| 3889 | + |
|
| 3890 | + if (!empty($terms) && !is_wp_error($terms)) {
|
|
| 3891 | + foreach ($terms as $term_id) {
|
|
| 3892 | + $count = geodir_count_reviews_by_term_id($term_id, $taxonomy, $post_type); |
|
| 3893 | + $children = get_term_children($term_id, $taxonomy); |
|
| 3894 | + $term_array[$term_id] = $count; |
|
| 3895 | 3895 | } |
| 3896 | 3896 | } |
| 3897 | 3897 | |
| 3898 | - $session_listing = $gd_session->get( 'listing' ); |
|
| 3898 | + $session_listing = $gd_session->get('listing');
|
|
| 3899 | 3899 | |
| 3900 | 3900 | $terms = array(); |
| 3901 | - if ( isset( $_POST['post_category'][ $taxonomy ] ) ) {
|
|
| 3902 | - $terms = (array) $_POST['post_category'][ $taxonomy ]; |
|
| 3903 | - } else if ( ! empty( $session_listing ) && isset( $session_listing['post_category'][ $taxonomy ] ) ) {
|
|
| 3904 | - $terms = (array) $session_listing['post_category'][ $taxonomy ]; |
|
| 3901 | + if (isset($_POST['post_category'][$taxonomy])) {
|
|
| 3902 | + $terms = (array) $_POST['post_category'][$taxonomy]; |
|
| 3903 | + } else if (!empty($session_listing) && isset($session_listing['post_category'][$taxonomy])) {
|
|
| 3904 | + $terms = (array) $session_listing['post_category'][$taxonomy]; |
|
| 3905 | 3905 | } |
| 3906 | 3906 | |
| 3907 | - if ( ! empty( $terms ) ) {
|
|
| 3908 | - foreach ( $terms as $term_id ) {
|
|
| 3909 | - if ( $term_id > 0 ) {
|
|
| 3910 | - $count = geodir_count_reviews_by_term_id( $term_id, $taxonomy, $post_type ); |
|
| 3911 | - $children = get_term_children( $term_id, $taxonomy ); |
|
| 3912 | - $term_array[ $term_id ] = $count; |
|
| 3907 | + if (!empty($terms)) {
|
|
| 3908 | + foreach ($terms as $term_id) {
|
|
| 3909 | + if ($term_id > 0) {
|
|
| 3910 | + $count = geodir_count_reviews_by_term_id($term_id, $taxonomy, $post_type); |
|
| 3911 | + $children = get_term_children($term_id, $taxonomy); |
|
| 3912 | + $term_array[$term_id] = $count; |
|
| 3913 | 3913 | } |
| 3914 | 3914 | } |
| 3915 | 3915 | } |
| 3916 | 3916 | } else { // Update reviews count for all post categories.
|
| 3917 | 3917 | $term_array = array(); |
| 3918 | 3918 | $post_types = geodir_get_posttypes(); |
| 3919 | - foreach ( $post_types as $post_type ) {
|
|
| 3919 | + foreach ($post_types as $post_type) {
|
|
| 3920 | 3920 | |
| 3921 | - $taxonomy = geodir_get_taxonomies( $post_type ); |
|
| 3921 | + $taxonomy = geodir_get_taxonomies($post_type); |
|
| 3922 | 3922 | $taxonomy = $taxonomy[0]; |
| 3923 | 3923 | |
| 3924 | 3924 | $args = array( |
| 3925 | 3925 | 'hide_empty' => false |
| 3926 | 3926 | ); |
| 3927 | 3927 | |
| 3928 | - $terms = get_terms( $taxonomy, $args ); |
|
| 3928 | + $terms = get_terms($taxonomy, $args); |
|
| 3929 | 3929 | |
| 3930 | - foreach ( $terms as $term ) {
|
|
| 3931 | - $count = geodir_count_reviews_by_term_id( $term->term_id, $taxonomy, $post_type ); |
|
| 3932 | - $children = get_term_children( $term->term_id, $taxonomy ); |
|
| 3930 | + foreach ($terms as $term) {
|
|
| 3931 | + $count = geodir_count_reviews_by_term_id($term->term_id, $taxonomy, $post_type); |
|
| 3932 | + $children = get_term_children($term->term_id, $taxonomy); |
|
| 3933 | 3933 | /*if ( is_array( $children ) ) {
|
| 3934 | 3934 | foreach ( $children as $child_id ) {
|
| 3935 | 3935 | $child_count = geodir_count_reviews_by_term_id($child_id, $taxonomy, $post_type); |
| 3936 | 3936 | $count = $count + $child_count; |
| 3937 | 3937 | } |
| 3938 | 3938 | }*/ |
| 3939 | - $term_array[ $term->term_id ] = $count; |
|
| 3939 | + $term_array[$term->term_id] = $count; |
|
| 3940 | 3940 | } |
| 3941 | 3941 | } |
| 3942 | 3942 | } |
| 3943 | 3943 | |
| 3944 | - update_option( 'geodir_global_review_count', $term_array ); |
|
| 3944 | + update_option('geodir_global_review_count', $term_array);
|
|
| 3945 | 3945 | //clear cache |
| 3946 | - wp_cache_delete( 'geodir_global_review_count' ); |
|
| 3946 | + wp_cache_delete('geodir_global_review_count');
|
|
| 3947 | 3947 | |
| 3948 | 3948 | return $term_array; |
| 3949 | 3949 | } else {
|
@@ -3959,39 +3959,39 @@ discard block |
||
| 3959 | 3959 | * @package GeoDirectory |
| 3960 | 3960 | * @return bool |
| 3961 | 3961 | */ |
| 3962 | -function geodir_term_review_count_force_update( $new_status, $old_status = '', $post = '' ) {
|
|
| 3963 | - if ( isset( $_REQUEST['action'] ) && $_REQUEST['action'] == 'geodir_import_export' ) {
|
|
| 3962 | +function geodir_term_review_count_force_update($new_status, $old_status = '', $post = '') {
|
|
| 3963 | + if (isset($_REQUEST['action']) && $_REQUEST['action'] == 'geodir_import_export') {
|
|
| 3964 | 3964 | return; // do not run if importing listings |
| 3965 | 3965 | } |
| 3966 | 3966 | |
| 3967 | - if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) {
|
|
| 3967 | + if (defined('DOING_AUTOSAVE') && DOING_AUTOSAVE) {
|
|
| 3968 | 3968 | return; |
| 3969 | 3969 | } |
| 3970 | 3970 | |
| 3971 | 3971 | $post_ID = 0; |
| 3972 | - if ( ! empty( $post ) ) {
|
|
| 3973 | - if ( isset( $post->post_type ) && strpos( $post->post_type, 'gd_' ) !== 0 ) {
|
|
| 3972 | + if (!empty($post)) {
|
|
| 3973 | + if (isset($post->post_type) && strpos($post->post_type, 'gd_') !== 0) {
|
|
| 3974 | 3974 | return; |
| 3975 | 3975 | } |
| 3976 | 3976 | |
| 3977 | - if ( $new_status == 'auto-draft' && $old_status == 'new' ) {
|
|
| 3977 | + if ($new_status == 'auto-draft' && $old_status == 'new') {
|
|
| 3978 | 3978 | return; |
| 3979 | 3979 | } |
| 3980 | 3980 | |
| 3981 | - if ( ! empty( $post->ID ) ) {
|
|
| 3981 | + if (!empty($post->ID)) {
|
|
| 3982 | 3982 | $post_ID = $post->ID; |
| 3983 | 3983 | } |
| 3984 | 3984 | } |
| 3985 | 3985 | |
| 3986 | - if ( $new_status != $old_status ) {
|
|
| 3987 | - geodir_count_reviews_by_terms( true, $post_ID ); |
|
| 3986 | + if ($new_status != $old_status) {
|
|
| 3987 | + geodir_count_reviews_by_terms(true, $post_ID); |
|
| 3988 | 3988 | } |
| 3989 | 3989 | |
| 3990 | 3990 | return true; |
| 3991 | 3991 | } |
| 3992 | 3992 | |
| 3993 | -function geodir_term_review_count_force_update_single_post( $post_id ) {
|
|
| 3994 | - geodir_count_reviews_by_terms( true, $post_id ); |
|
| 3993 | +function geodir_term_review_count_force_update_single_post($post_id) {
|
|
| 3994 | + geodir_count_reviews_by_terms(true, $post_id); |
|
| 3995 | 3995 | } |
| 3996 | 3996 | |
| 3997 | 3997 | /*-----------------------------------------------------------------------------------*/ |
@@ -4008,11 +4008,11 @@ discard block |
||
| 4008 | 4008 | * |
| 4009 | 4009 | * @return int Post count. |
| 4010 | 4010 | */ |
| 4011 | -function geodir_count_posts_by_term( $data, $term ) {
|
|
| 4011 | +function geodir_count_posts_by_term($data, $term) {
|
|
| 4012 | 4012 | |
| 4013 | - if ( $data ) {
|
|
| 4014 | - if ( isset( $data[ $term->term_id ] ) ) {
|
|
| 4015 | - return $data[ $term->term_id ]; |
|
| 4013 | + if ($data) {
|
|
| 4014 | + if (isset($data[$term->term_id])) {
|
|
| 4015 | + return $data[$term->term_id]; |
|
| 4016 | 4016 | } else {
|
| 4017 | 4017 | return 0; |
| 4018 | 4018 | } |
@@ -4029,8 +4029,8 @@ discard block |
||
| 4029 | 4029 | * param array $terms An array of term objects. |
| 4030 | 4030 | * @return array Sorted terms array. |
| 4031 | 4031 | */ |
| 4032 | -function geodir_sort_terms_by_count( $terms ) {
|
|
| 4033 | - usort( $terms, "geodir_sort_by_count_obj" ); |
|
| 4032 | +function geodir_sort_terms_by_count($terms) {
|
|
| 4033 | + usort($terms, "geodir_sort_by_count_obj"); |
|
| 4034 | 4034 | |
| 4035 | 4035 | return $terms; |
| 4036 | 4036 | } |
@@ -4045,8 +4045,8 @@ discard block |
||
| 4045 | 4045 | * |
| 4046 | 4046 | * @return array Sorted terms array. |
| 4047 | 4047 | */ |
| 4048 | -function geodir_sort_terms_by_review_count( $terms ) {
|
|
| 4049 | - usort( $terms, "geodir_sort_by_review_count_obj" ); |
|
| 4048 | +function geodir_sort_terms_by_review_count($terms) {
|
|
| 4049 | + usort($terms, "geodir_sort_by_review_count_obj"); |
|
| 4050 | 4050 | |
| 4051 | 4051 | return $terms; |
| 4052 | 4052 | } |
@@ -4062,12 +4062,12 @@ discard block |
||
| 4062 | 4062 | * |
| 4063 | 4063 | * @return array Sorted terms array. |
| 4064 | 4064 | */ |
| 4065 | -function geodir_sort_terms( $terms, $sort = 'count' ) {
|
|
| 4066 | - if ( $sort == 'count' ) {
|
|
| 4067 | - return geodir_sort_terms_by_count( $terms ); |
|
| 4065 | +function geodir_sort_terms($terms, $sort = 'count') {
|
|
| 4066 | + if ($sort == 'count') {
|
|
| 4067 | + return geodir_sort_terms_by_count($terms); |
|
| 4068 | 4068 | } |
| 4069 | - if ( $sort == 'review_count' ) {
|
|
| 4070 | - return geodir_sort_terms_by_review_count( $terms ); |
|
| 4069 | + if ($sort == 'review_count') {
|
|
| 4070 | + return geodir_sort_terms_by_review_count($terms); |
|
| 4071 | 4071 | } |
| 4072 | 4072 | } |
| 4073 | 4073 | |
@@ -4085,7 +4085,7 @@ discard block |
||
| 4085 | 4085 | * |
| 4086 | 4086 | * @return bool |
| 4087 | 4087 | */ |
| 4088 | -function geodir_sort_by_count( $a, $b ) {
|
|
| 4088 | +function geodir_sort_by_count($a, $b) {
|
|
| 4089 | 4089 | return $a['count'] < $b['count']; |
| 4090 | 4090 | } |
| 4091 | 4091 | |
@@ -4100,7 +4100,7 @@ discard block |
||
| 4100 | 4100 | * |
| 4101 | 4101 | * @return bool |
| 4102 | 4102 | */ |
| 4103 | -function geodir_sort_by_count_obj( $a, $b ) {
|
|
| 4103 | +function geodir_sort_by_count_obj($a, $b) {
|
|
| 4104 | 4104 | return $a->count < $b->count; |
| 4105 | 4105 | } |
| 4106 | 4106 | |
@@ -4115,7 +4115,7 @@ discard block |
||
| 4115 | 4115 | * |
| 4116 | 4116 | * @return bool |
| 4117 | 4117 | */ |
| 4118 | -function geodir_sort_by_review_count_obj( $a, $b ) {
|
|
| 4118 | +function geodir_sort_by_review_count_obj($a, $b) {
|
|
| 4119 | 4119 | return $a->review_count < $b->review_count; |
| 4120 | 4120 | } |
| 4121 | 4121 | |
@@ -4132,35 +4132,35 @@ discard block |
||
| 4132 | 4132 | * @since 1.4.2 |
| 4133 | 4133 | * @package GeoDirectory |
| 4134 | 4134 | */ |
| 4135 | - $locale = apply_filters( 'plugin_locale', get_locale(), 'geodirectory' ); |
|
| 4135 | + $locale = apply_filters('plugin_locale', get_locale(), 'geodirectory');
|
|
| 4136 | 4136 | |
| 4137 | - load_textdomain( 'geodirectory', WP_LANG_DIR . '/' . 'geodirectory' . '/' . 'geodirectory' . '-' . $locale . '.mo' ); |
|
| 4138 | - load_plugin_textdomain( 'geodirectory', false, plugin_basename( dirname( dirname( __FILE__ ) ) ) . '/geodirectory-languages' ); |
|
| 4137 | + load_textdomain('geodirectory', WP_LANG_DIR.'/'.'geodirectory'.'/'.'geodirectory'.'-'.$locale.'.mo');
|
|
| 4138 | + load_plugin_textdomain('geodirectory', false, plugin_basename(dirname(dirname(__FILE__))).'/geodirectory-languages');
|
|
| 4139 | 4139 | |
| 4140 | 4140 | /** |
| 4141 | 4141 | * Define language constants. |
| 4142 | 4142 | * |
| 4143 | 4143 | * @since 1.0.0 |
| 4144 | 4144 | */ |
| 4145 | - require_once( geodir_plugin_path() . '/language.php' ); |
|
| 4145 | + require_once(geodir_plugin_path().'/language.php'); |
|
| 4146 | 4146 | |
| 4147 | - $language_file = geodir_plugin_path() . '/db-language.php'; |
|
| 4147 | + $language_file = geodir_plugin_path().'/db-language.php'; |
|
| 4148 | 4148 | |
| 4149 | 4149 | // Load language string file if not created yet |
| 4150 | - if ( ! file_exists( $language_file ) ) {
|
|
| 4150 | + if (!file_exists($language_file)) {
|
|
| 4151 | 4151 | geodirectory_load_db_language(); |
| 4152 | 4152 | } |
| 4153 | 4153 | |
| 4154 | - if ( file_exists( $language_file ) ) {
|
|
| 4154 | + if (file_exists($language_file)) {
|
|
| 4155 | 4155 | /** |
| 4156 | 4156 | * Language strings from database. |
| 4157 | 4157 | * |
| 4158 | 4158 | * @since 1.4.2 |
| 4159 | 4159 | */ |
| 4160 | 4160 | try {
|
| 4161 | - require_once( $language_file ); |
|
| 4162 | - } catch ( Exception $e ) {
|
|
| 4163 | - error_log( 'Language Error: ' . $e->getMessage() ); |
|
| 4161 | + require_once($language_file); |
|
| 4162 | + } catch (Exception $e) {
|
|
| 4163 | + error_log('Language Error: '.$e->getMessage());
|
|
| 4164 | 4164 | } |
| 4165 | 4165 | } |
| 4166 | 4166 | } |
@@ -4177,19 +4177,19 @@ discard block |
||
| 4177 | 4177 | */ |
| 4178 | 4178 | function geodirectory_load_db_language() {
|
| 4179 | 4179 | global $wp_filesystem; |
| 4180 | - if ( empty( $wp_filesystem ) ) {
|
|
| 4181 | - require_once( ABSPATH . '/wp-admin/includes/file.php' ); |
|
| 4180 | + if (empty($wp_filesystem)) {
|
|
| 4181 | + require_once(ABSPATH.'/wp-admin/includes/file.php'); |
|
| 4182 | 4182 | WP_Filesystem(); |
| 4183 | 4183 | global $wp_filesystem; |
| 4184 | 4184 | } |
| 4185 | 4185 | |
| 4186 | - $language_file = geodir_plugin_path() . '/db-language.php'; |
|
| 4186 | + $language_file = geodir_plugin_path().'/db-language.php'; |
|
| 4187 | 4187 | |
| 4188 | - if ( is_file( $language_file ) && ! is_writable( $language_file ) ) {
|
|
| 4188 | + if (is_file($language_file) && !is_writable($language_file)) {
|
|
| 4189 | 4189 | return false; |
| 4190 | 4190 | } // Not possible to create. |
| 4191 | 4191 | |
| 4192 | - if ( ! is_file( $language_file ) && ! is_writable( dirname( $language_file ) ) ) {
|
|
| 4192 | + if (!is_file($language_file) && !is_writable(dirname($language_file))) {
|
|
| 4193 | 4193 | return false; |
| 4194 | 4194 | } // Not possible to create. |
| 4195 | 4195 | |
@@ -4203,9 +4203,9 @@ discard block |
||
| 4203 | 4203 | * |
| 4204 | 4204 | * @param array $contents_strings Array of strings. |
| 4205 | 4205 | */ |
| 4206 | - $contents_strings = apply_filters( 'geodir_load_db_language', $contents_strings ); |
|
| 4206 | + $contents_strings = apply_filters('geodir_load_db_language', $contents_strings);
|
|
| 4207 | 4207 | |
| 4208 | - $contents_strings = array_unique( $contents_strings ); |
|
| 4208 | + $contents_strings = array_unique($contents_strings); |
|
| 4209 | 4209 | |
| 4210 | 4210 | $contents_head = array(); |
| 4211 | 4211 | $contents_head[] = "<?php"; |
@@ -4222,21 +4222,21 @@ discard block |
||
| 4222 | 4222 | $contents_foot[] = ""; |
| 4223 | 4223 | $contents_foot[] = ""; |
| 4224 | 4224 | |
| 4225 | - $contents = implode( PHP_EOL, $contents_head ); |
|
| 4225 | + $contents = implode(PHP_EOL, $contents_head); |
|
| 4226 | 4226 | |
| 4227 | - if ( ! empty( $contents_strings ) ) {
|
|
| 4228 | - foreach ( $contents_strings as $string ) {
|
|
| 4229 | - if ( is_scalar( $string ) && $string != '' ) {
|
|
| 4230 | - $string = str_replace( "'", "\'", $string ); |
|
| 4231 | - geodir_wpml_register_string( $string ); |
|
| 4232 | - $contents .= PHP_EOL . "__('" . $string . "', 'geodirectory');";
|
|
| 4227 | + if (!empty($contents_strings)) {
|
|
| 4228 | + foreach ($contents_strings as $string) {
|
|
| 4229 | + if (is_scalar($string) && $string != '') {
|
|
| 4230 | + $string = str_replace("'", "\'", $string);
|
|
| 4231 | + geodir_wpml_register_string($string); |
|
| 4232 | + $contents .= PHP_EOL."__('".$string."', 'geodirectory');";
|
|
| 4233 | 4233 | } |
| 4234 | 4234 | } |
| 4235 | 4235 | } |
| 4236 | 4236 | |
| 4237 | - $contents .= implode( PHP_EOL, $contents_foot ); |
|
| 4237 | + $contents .= implode(PHP_EOL, $contents_foot); |
|
| 4238 | 4238 | |
| 4239 | - if ( $wp_filesystem->put_contents( $language_file, $contents, FS_CHMOD_FILE ) ) {
|
|
| 4239 | + if ($wp_filesystem->put_contents($language_file, $contents, FS_CHMOD_FILE)) {
|
|
| 4240 | 4240 | return false; |
| 4241 | 4241 | } // Failure; could not write file. |
| 4242 | 4242 | |
@@ -4257,49 +4257,49 @@ discard block |
||
| 4257 | 4257 | * |
| 4258 | 4258 | * @return array Translation texts. |
| 4259 | 4259 | */ |
| 4260 | -function geodir_load_custom_field_translation( $translation_texts = array() ) {
|
|
| 4260 | +function geodir_load_custom_field_translation($translation_texts = array()) {
|
|
| 4261 | 4261 | global $wpdb; |
| 4262 | 4262 | |
| 4263 | 4263 | // Custom fields table |
| 4264 | - $sql = "SELECT admin_title, admin_desc, site_title, clabels, required_msg, default_value, option_values, validation_msg FROM " . GEODIR_CUSTOM_FIELDS_TABLE; |
|
| 4265 | - $rows = $wpdb->get_results( $sql ); |
|
| 4264 | + $sql = "SELECT admin_title, admin_desc, site_title, clabels, required_msg, default_value, option_values, validation_msg FROM ".GEODIR_CUSTOM_FIELDS_TABLE; |
|
| 4265 | + $rows = $wpdb->get_results($sql); |
|
| 4266 | 4266 | |
| 4267 | - if ( ! empty( $rows ) ) {
|
|
| 4268 | - foreach ( $rows as $row ) {
|
|
| 4269 | - if ( ! empty( $row->admin_title ) ) {
|
|
| 4270 | - $translation_texts[] = stripslashes_deep( $row->admin_title ); |
|
| 4267 | + if (!empty($rows)) {
|
|
| 4268 | + foreach ($rows as $row) {
|
|
| 4269 | + if (!empty($row->admin_title)) {
|
|
| 4270 | + $translation_texts[] = stripslashes_deep($row->admin_title); |
|
| 4271 | 4271 | } |
| 4272 | 4272 | |
| 4273 | - if ( ! empty( $row->admin_desc ) ) {
|
|
| 4274 | - $translation_texts[] = stripslashes_deep( $row->admin_desc ); |
|
| 4273 | + if (!empty($row->admin_desc)) {
|
|
| 4274 | + $translation_texts[] = stripslashes_deep($row->admin_desc); |
|
| 4275 | 4275 | } |
| 4276 | 4276 | |
| 4277 | - if ( ! empty( $row->site_title ) ) {
|
|
| 4278 | - $translation_texts[] = stripslashes_deep( $row->site_title ); |
|
| 4277 | + if (!empty($row->site_title)) {
|
|
| 4278 | + $translation_texts[] = stripslashes_deep($row->site_title); |
|
| 4279 | 4279 | } |
| 4280 | 4280 | |
| 4281 | - if ( ! empty( $row->clabels ) ) {
|
|
| 4282 | - $translation_texts[] = stripslashes_deep( $row->clabels ); |
|
| 4281 | + if (!empty($row->clabels)) {
|
|
| 4282 | + $translation_texts[] = stripslashes_deep($row->clabels); |
|
| 4283 | 4283 | } |
| 4284 | 4284 | |
| 4285 | - if ( ! empty( $row->required_msg ) ) {
|
|
| 4286 | - $translation_texts[] = stripslashes_deep( $row->required_msg ); |
|
| 4285 | + if (!empty($row->required_msg)) {
|
|
| 4286 | + $translation_texts[] = stripslashes_deep($row->required_msg); |
|
| 4287 | 4287 | } |
| 4288 | 4288 | |
| 4289 | - if ( ! empty( $row->validation_msg ) ) {
|
|
| 4290 | - $translation_texts[] = stripslashes_deep( $row->validation_msg ); |
|
| 4289 | + if (!empty($row->validation_msg)) {
|
|
| 4290 | + $translation_texts[] = stripslashes_deep($row->validation_msg); |
|
| 4291 | 4291 | } |
| 4292 | 4292 | |
| 4293 | - if ( ! empty( $row->default_value ) ) {
|
|
| 4294 | - $translation_texts[] = stripslashes_deep( $row->default_value ); |
|
| 4293 | + if (!empty($row->default_value)) {
|
|
| 4294 | + $translation_texts[] = stripslashes_deep($row->default_value); |
|
| 4295 | 4295 | } |
| 4296 | 4296 | |
| 4297 | - if ( ! empty( $row->option_values ) ) {
|
|
| 4298 | - $option_values = geodir_string_values_to_options( stripslashes_deep( $row->option_values ) ); |
|
| 4297 | + if (!empty($row->option_values)) {
|
|
| 4298 | + $option_values = geodir_string_values_to_options(stripslashes_deep($row->option_values)); |
|
| 4299 | 4299 | |
| 4300 | - if ( ! empty( $option_values ) ) {
|
|
| 4301 | - foreach ( $option_values as $option_value ) {
|
|
| 4302 | - if ( ! empty( $option_value['label'] ) ) {
|
|
| 4300 | + if (!empty($option_values)) {
|
|
| 4301 | + foreach ($option_values as $option_value) {
|
|
| 4302 | + if (!empty($option_value['label'])) {
|
|
| 4303 | 4303 | $translation_texts[] = $option_value['label']; |
| 4304 | 4304 | } |
| 4305 | 4305 | } |
@@ -4309,56 +4309,56 @@ discard block |
||
| 4309 | 4309 | } |
| 4310 | 4310 | |
| 4311 | 4311 | // Custom sorting fields table |
| 4312 | - $sql = "SELECT site_title, asc_title, desc_title FROM " . GEODIR_CUSTOM_SORT_FIELDS_TABLE; |
|
| 4313 | - $rows = $wpdb->get_results( $sql ); |
|
| 4312 | + $sql = "SELECT site_title, asc_title, desc_title FROM ".GEODIR_CUSTOM_SORT_FIELDS_TABLE; |
|
| 4313 | + $rows = $wpdb->get_results($sql); |
|
| 4314 | 4314 | |
| 4315 | - if ( ! empty( $rows ) ) {
|
|
| 4316 | - foreach ( $rows as $row ) {
|
|
| 4317 | - if ( ! empty( $row->site_title ) ) {
|
|
| 4318 | - $translation_texts[] = stripslashes_deep( $row->site_title ); |
|
| 4315 | + if (!empty($rows)) {
|
|
| 4316 | + foreach ($rows as $row) {
|
|
| 4317 | + if (!empty($row->site_title)) {
|
|
| 4318 | + $translation_texts[] = stripslashes_deep($row->site_title); |
|
| 4319 | 4319 | } |
| 4320 | 4320 | |
| 4321 | - if ( ! empty( $row->asc_title ) ) {
|
|
| 4322 | - $translation_texts[] = stripslashes_deep( $row->asc_title ); |
|
| 4321 | + if (!empty($row->asc_title)) {
|
|
| 4322 | + $translation_texts[] = stripslashes_deep($row->asc_title); |
|
| 4323 | 4323 | } |
| 4324 | 4324 | |
| 4325 | - if ( ! empty( $row->desc_title ) ) {
|
|
| 4326 | - $translation_texts[] = stripslashes_deep( $row->desc_title ); |
|
| 4325 | + if (!empty($row->desc_title)) {
|
|
| 4326 | + $translation_texts[] = stripslashes_deep($row->desc_title); |
|
| 4327 | 4327 | } |
| 4328 | 4328 | } |
| 4329 | 4329 | } |
| 4330 | 4330 | |
| 4331 | 4331 | // Advance search filter fields table |
| 4332 | - if ( defined( 'GEODIR_ADVANCE_SEARCH_TABLE' ) ) {
|
|
| 4333 | - $sql = "SELECT field_site_name, front_search_title, first_search_text, last_search_text, field_desc FROM " . GEODIR_ADVANCE_SEARCH_TABLE; |
|
| 4334 | - $rows = $wpdb->get_results( $sql ); |
|
| 4335 | - |
|
| 4336 | - if ( ! empty( $rows ) ) {
|
|
| 4337 | - foreach ( $rows as $row ) {
|
|
| 4338 | - if ( ! empty( $row->field_site_name ) ) {
|
|
| 4339 | - $translation_texts[] = stripslashes_deep( $row->field_site_name ); |
|
| 4332 | + if (defined('GEODIR_ADVANCE_SEARCH_TABLE')) {
|
|
| 4333 | + $sql = "SELECT field_site_name, front_search_title, first_search_text, last_search_text, field_desc FROM ".GEODIR_ADVANCE_SEARCH_TABLE; |
|
| 4334 | + $rows = $wpdb->get_results($sql); |
|
| 4335 | + |
|
| 4336 | + if (!empty($rows)) {
|
|
| 4337 | + foreach ($rows as $row) {
|
|
| 4338 | + if (!empty($row->field_site_name)) {
|
|
| 4339 | + $translation_texts[] = stripslashes_deep($row->field_site_name); |
|
| 4340 | 4340 | } |
| 4341 | 4341 | |
| 4342 | - if ( ! empty( $row->front_search_title ) ) {
|
|
| 4343 | - $translation_texts[] = stripslashes_deep( $row->front_search_title ); |
|
| 4342 | + if (!empty($row->front_search_title)) {
|
|
| 4343 | + $translation_texts[] = stripslashes_deep($row->front_search_title); |
|
| 4344 | 4344 | } |
| 4345 | 4345 | |
| 4346 | - if ( ! empty( $row->first_search_text ) ) {
|
|
| 4347 | - $translation_texts[] = stripslashes_deep( $row->first_search_text ); |
|
| 4346 | + if (!empty($row->first_search_text)) {
|
|
| 4347 | + $translation_texts[] = stripslashes_deep($row->first_search_text); |
|
| 4348 | 4348 | } |
| 4349 | 4349 | |
| 4350 | - if ( ! empty( $row->last_search_text ) ) {
|
|
| 4351 | - $translation_texts[] = stripslashes_deep( $row->last_search_text ); |
|
| 4350 | + if (!empty($row->last_search_text)) {
|
|
| 4351 | + $translation_texts[] = stripslashes_deep($row->last_search_text); |
|
| 4352 | 4352 | } |
| 4353 | 4353 | |
| 4354 | - if ( ! empty( $row->field_desc ) ) {
|
|
| 4355 | - $translation_texts[] = stripslashes_deep( $row->field_desc ); |
|
| 4354 | + if (!empty($row->field_desc)) {
|
|
| 4355 | + $translation_texts[] = stripslashes_deep($row->field_desc); |
|
| 4356 | 4356 | } |
| 4357 | 4357 | } |
| 4358 | 4358 | } |
| 4359 | 4359 | } |
| 4360 | 4360 | |
| 4361 | - $translation_texts = ! empty( $translation_texts ) ? array_unique( $translation_texts ) : $translation_texts; |
|
| 4361 | + $translation_texts = !empty($translation_texts) ? array_unique($translation_texts) : $translation_texts; |
|
| 4362 | 4362 | |
| 4363 | 4363 | return $translation_texts; |
| 4364 | 4364 | } |
@@ -4380,7 +4380,7 @@ discard block |
||
| 4380 | 4380 | * |
| 4381 | 4381 | * @param array $geodir_allowed_mime_types and file extensions. |
| 4382 | 4382 | */ |
| 4383 | - return apply_filters( 'geodir_allowed_mime_types', array( |
|
| 4383 | + return apply_filters('geodir_allowed_mime_types', array(
|
|
| 4384 | 4384 | 'Image' => array( // Image formats. |
| 4385 | 4385 | 'jpg' => 'image/jpeg', |
| 4386 | 4386 | 'jpe' => 'image/jpeg', |
@@ -4448,18 +4448,18 @@ discard block |
||
| 4448 | 4448 | * |
| 4449 | 4449 | * @return string User display name. |
| 4450 | 4450 | */ |
| 4451 | -function geodir_get_client_name( $user_id ) {
|
|
| 4451 | +function geodir_get_client_name($user_id) {
|
|
| 4452 | 4452 | $client_name = ''; |
| 4453 | 4453 | |
| 4454 | - $user_data = get_userdata( $user_id ); |
|
| 4454 | + $user_data = get_userdata($user_id); |
|
| 4455 | 4455 | |
| 4456 | - if ( ! empty( $user_data ) ) {
|
|
| 4457 | - if ( isset( $user_data->display_name ) && trim( $user_data->display_name ) != '' ) {
|
|
| 4458 | - $client_name = trim( $user_data->display_name ); |
|
| 4459 | - } else if ( isset( $user_data->user_nicename ) && trim( $user_data->user_nicename ) != '' ) {
|
|
| 4460 | - $client_name = trim( $user_data->user_nicename ); |
|
| 4456 | + if (!empty($user_data)) {
|
|
| 4457 | + if (isset($user_data->display_name) && trim($user_data->display_name) != '') {
|
|
| 4458 | + $client_name = trim($user_data->display_name); |
|
| 4459 | + } else if (isset($user_data->user_nicename) && trim($user_data->user_nicename) != '') {
|
|
| 4460 | + $client_name = trim($user_data->user_nicename); |
|
| 4461 | 4461 | } else {
|
| 4462 | - $client_name = trim( $user_data->user_login ); |
|
| 4462 | + $client_name = trim($user_data->user_login); |
|
| 4463 | 4463 | } |
| 4464 | 4464 | } |
| 4465 | 4465 | |
@@ -4467,19 +4467,19 @@ discard block |
||
| 4467 | 4467 | } |
| 4468 | 4468 | |
| 4469 | 4469 | |
| 4470 | -add_filter( 'wpseo_replacements', 'geodir_wpseo_replacements', 10, 1 ); |
|
| 4470 | +add_filter('wpseo_replacements', 'geodir_wpseo_replacements', 10, 1);
|
|
| 4471 | 4471 | /* |
| 4472 | 4472 | * Add location variables to wpseo replacements. |
| 4473 | 4473 | * |
| 4474 | 4474 | * @since 1.5.4 |
| 4475 | 4475 | */ |
| 4476 | -function geodir_wpseo_replacements( $vars ) {
|
|
| 4476 | +function geodir_wpseo_replacements($vars) {
|
|
| 4477 | 4477 | |
| 4478 | 4478 | global $wp; |
| 4479 | 4479 | $title = ''; |
| 4480 | 4480 | // location variables |
| 4481 | 4481 | $gd_post_type = geodir_get_current_posttype(); |
| 4482 | - $location_array = geodir_get_current_location_terms( 'query_vars', $gd_post_type ); |
|
| 4482 | + $location_array = geodir_get_current_location_terms('query_vars', $gd_post_type);
|
|
| 4483 | 4483 | /** |
| 4484 | 4484 | * Filter the title variables location variables array |
| 4485 | 4485 | * |
@@ -4489,20 +4489,20 @@ discard block |
||
| 4489 | 4489 | * @param array $location_array The array of location variables. |
| 4490 | 4490 | * @param array $vars The page title variables. |
| 4491 | 4491 | */ |
| 4492 | - $location_array = apply_filters( 'geodir_filter_title_variables_location_arr_seo', $location_array, $vars ); |
|
| 4492 | + $location_array = apply_filters('geodir_filter_title_variables_location_arr_seo', $location_array, $vars);
|
|
| 4493 | 4493 | $location_titles = array(); |
| 4494 | - if ( get_query_var( 'gd_country_full' ) ) {
|
|
| 4495 | - if ( get_query_var( 'gd_country_full' ) ) {
|
|
| 4496 | - $location_array['gd_country'] = get_query_var( 'gd_country_full' ); |
|
| 4494 | + if (get_query_var('gd_country_full')) {
|
|
| 4495 | + if (get_query_var('gd_country_full')) {
|
|
| 4496 | + $location_array['gd_country'] = get_query_var('gd_country_full');
|
|
| 4497 | 4497 | } |
| 4498 | - if ( get_query_var( 'gd_region_full' ) ) {
|
|
| 4499 | - $location_array['gd_region'] = get_query_var( 'gd_region_full' ); |
|
| 4498 | + if (get_query_var('gd_region_full')) {
|
|
| 4499 | + $location_array['gd_region'] = get_query_var('gd_region_full');
|
|
| 4500 | 4500 | } |
| 4501 | - if ( get_query_var( 'gd_city_full' ) ) {
|
|
| 4502 | - $location_array['gd_city'] = get_query_var( 'gd_city_full' ); |
|
| 4501 | + if (get_query_var('gd_city_full')) {
|
|
| 4502 | + $location_array['gd_city'] = get_query_var('gd_city_full');
|
|
| 4503 | 4503 | } |
| 4504 | - if ( get_query_var( 'gd_neighbourhood_full' ) ) {
|
|
| 4505 | - $location_array['gd_neighbourhood'] = get_query_var( 'gd_neighbourhood_full' ); |
|
| 4504 | + if (get_query_var('gd_neighbourhood_full')) {
|
|
| 4505 | + $location_array['gd_neighbourhood'] = get_query_var('gd_neighbourhood_full');
|
|
| 4506 | 4506 | } |
| 4507 | 4507 | } |
| 4508 | 4508 | |
@@ -4517,7 +4517,7 @@ discard block |
||
| 4517 | 4517 | * @param string $gd_page The page being filtered. |
| 4518 | 4518 | * @param string $sep The separator, default: `|`. |
| 4519 | 4519 | */ |
| 4520 | - $title = apply_filters( 'geodir_replace_location_variables_seo', $title, $location_array, '', '' ); |
|
| 4520 | + $title = apply_filters('geodir_replace_location_variables_seo', $title, $location_array, '', '');
|
|
| 4521 | 4521 | |
| 4522 | 4522 | /** |
| 4523 | 4523 | * Filter the title variables after standard ones have been filtered for wpseo. |
@@ -4528,13 +4528,13 @@ discard block |
||
| 4528 | 4528 | * @param string $vars The title with variables. |
| 4529 | 4529 | * @param array $location_array The array of location variables. |
| 4530 | 4530 | */ |
| 4531 | - return apply_filters( 'geodir_wpseo_replacements_vars', $vars, $location_array ); |
|
| 4531 | + return apply_filters('geodir_wpseo_replacements_vars', $vars, $location_array);
|
|
| 4532 | 4532 | } |
| 4533 | 4533 | |
| 4534 | 4534 | |
| 4535 | -add_filter( 'geodir_seo_meta_title', 'geodir_filter_title_variables', 10, 3 ); |
|
| 4536 | -add_filter( 'geodir_seo_page_title', 'geodir_filter_title_variables', 10, 2 ); |
|
| 4537 | -add_filter( 'geodir_seo_meta_description_pre', 'geodir_filter_title_variables', 10, 3 ); |
|
| 4535 | +add_filter('geodir_seo_meta_title', 'geodir_filter_title_variables', 10, 3);
|
|
| 4536 | +add_filter('geodir_seo_page_title', 'geodir_filter_title_variables', 10, 2);
|
|
| 4537 | +add_filter('geodir_seo_meta_description_pre', 'geodir_filter_title_variables', 10, 3);
|
|
| 4538 | 4538 | |
| 4539 | 4539 | /** |
| 4540 | 4540 | * Filter the title variables. |
@@ -4576,14 +4576,14 @@ discard block |
||
| 4576 | 4576 | * |
| 4577 | 4577 | * @return string Title after filtered variables. |
| 4578 | 4578 | */ |
| 4579 | -function geodir_filter_title_variables( $title, $gd_page, $sep = '' ) {
|
|
| 4579 | +function geodir_filter_title_variables($title, $gd_page, $sep = '') {
|
|
| 4580 | 4580 | global $wp, $post; |
| 4581 | 4581 | |
| 4582 | - if ( ! $gd_page || ! $title ) {
|
|
| 4582 | + if (!$gd_page || !$title) {
|
|
| 4583 | 4583 | return $title; // if no a GD page then bail. |
| 4584 | 4584 | } |
| 4585 | 4585 | |
| 4586 | - if ( $sep == '' ) {
|
|
| 4586 | + if ($sep == '') {
|
|
| 4587 | 4587 | /** |
| 4588 | 4588 | * Filter the page title separator. |
| 4589 | 4589 | * |
@@ -4592,100 +4592,100 @@ discard block |
||
| 4592 | 4592 | * |
| 4593 | 4593 | * @param string $sep The separator, default: `|`. |
| 4594 | 4594 | */ |
| 4595 | - $sep = apply_filters( 'geodir_page_title_separator', '|' ); |
|
| 4595 | + $sep = apply_filters('geodir_page_title_separator', '|');
|
|
| 4596 | 4596 | } |
| 4597 | 4597 | |
| 4598 | - if ( strpos( $title, '%%title%%' ) !== false ) {
|
|
| 4599 | - $title = str_replace( "%%title%%", $post->post_title, $title ); |
|
| 4598 | + if (strpos($title, '%%title%%') !== false) {
|
|
| 4599 | + $title = str_replace("%%title%%", $post->post_title, $title);
|
|
| 4600 | 4600 | } |
| 4601 | 4601 | |
| 4602 | - if ( strpos( $title, '%%sitename%%' ) !== false ) {
|
|
| 4603 | - $title = str_replace( "%%sitename%%", get_bloginfo( 'name' ), $title ); |
|
| 4602 | + if (strpos($title, '%%sitename%%') !== false) {
|
|
| 4603 | + $title = str_replace("%%sitename%%", get_bloginfo('name'), $title);
|
|
| 4604 | 4604 | } |
| 4605 | 4605 | |
| 4606 | - if ( strpos( $title, '%%sitedesc%%' ) !== false ) {
|
|
| 4607 | - $title = str_replace( "%%sitedesc%%", get_bloginfo( 'description' ), $title ); |
|
| 4606 | + if (strpos($title, '%%sitedesc%%') !== false) {
|
|
| 4607 | + $title = str_replace("%%sitedesc%%", get_bloginfo('description'), $title);
|
|
| 4608 | 4608 | } |
| 4609 | 4609 | |
| 4610 | - if ( strpos( $title, '%%excerpt%%' ) !== false ) {
|
|
| 4611 | - $title = str_replace( "%%excerpt%%", strip_tags( get_the_excerpt() ), $title ); |
|
| 4610 | + if (strpos($title, '%%excerpt%%') !== false) {
|
|
| 4611 | + $title = str_replace("%%excerpt%%", strip_tags(get_the_excerpt()), $title);
|
|
| 4612 | 4612 | } |
| 4613 | 4613 | |
| 4614 | - if ( $gd_page == 'search' || $gd_page == 'author' ) {
|
|
| 4615 | - $post_type = isset( $_REQUEST['stype'] ) ? sanitize_text_field( $_REQUEST['stype'] ) : ''; |
|
| 4616 | - } else if ( $gd_page == 'add-listing' ) {
|
|
| 4617 | - $post_type = ( isset( $_REQUEST['listing_type'] ) ) ? sanitize_text_field( $_REQUEST['listing_type'] ) : ''; |
|
| 4618 | - $post_type = ! $post_type && ! empty( $_REQUEST['pid'] ) ? get_post_type( (int) $_REQUEST['pid'] ) : $post_type; |
|
| 4619 | - } else if ( isset( $post->post_type ) && $post->post_type && in_array( $post->post_type, geodir_get_posttypes() ) ) {
|
|
| 4614 | + if ($gd_page == 'search' || $gd_page == 'author') {
|
|
| 4615 | + $post_type = isset($_REQUEST['stype']) ? sanitize_text_field($_REQUEST['stype']) : ''; |
|
| 4616 | + } else if ($gd_page == 'add-listing') {
|
|
| 4617 | + $post_type = (isset($_REQUEST['listing_type'])) ? sanitize_text_field($_REQUEST['listing_type']) : ''; |
|
| 4618 | + $post_type = !$post_type && !empty($_REQUEST['pid']) ? get_post_type((int) $_REQUEST['pid']) : $post_type; |
|
| 4619 | + } else if (isset($post->post_type) && $post->post_type && in_array($post->post_type, geodir_get_posttypes())) {
|
|
| 4620 | 4620 | $post_type = $post->post_type; |
| 4621 | 4621 | } else {
|
| 4622 | - $post_type = get_query_var( 'post_type' ); |
|
| 4622 | + $post_type = get_query_var('post_type');
|
|
| 4623 | 4623 | } |
| 4624 | 4624 | |
| 4625 | - if ( strpos( $title, '%%pt_single%%' ) !== false ) {
|
|
| 4625 | + if (strpos($title, '%%pt_single%%') !== false) {
|
|
| 4626 | 4626 | $singular_name = ''; |
| 4627 | - if ( $post_type && $singular_name = get_post_type_singular_label( $post_type ) ) {
|
|
| 4628 | - $singular_name = __( $singular_name, 'geodirectory' ); |
|
| 4627 | + if ($post_type && $singular_name = get_post_type_singular_label($post_type)) {
|
|
| 4628 | + $singular_name = __($singular_name, 'geodirectory'); |
|
| 4629 | 4629 | } |
| 4630 | 4630 | |
| 4631 | - $title = str_replace( "%%pt_single%%", $singular_name, $title ); |
|
| 4631 | + $title = str_replace("%%pt_single%%", $singular_name, $title);
|
|
| 4632 | 4632 | } |
| 4633 | 4633 | |
| 4634 | - if ( strpos( $title, '%%pt_plural%%' ) !== false ) {
|
|
| 4634 | + if (strpos($title, '%%pt_plural%%') !== false) {
|
|
| 4635 | 4635 | $plural_name = ''; |
| 4636 | - if ( $post_type && $plural_name = get_post_type_plural_label( $post_type ) ) {
|
|
| 4637 | - $plural_name = __( $plural_name, 'geodirectory' ); |
|
| 4636 | + if ($post_type && $plural_name = get_post_type_plural_label($post_type)) {
|
|
| 4637 | + $plural_name = __($plural_name, 'geodirectory'); |
|
| 4638 | 4638 | } |
| 4639 | 4639 | |
| 4640 | - $title = str_replace( "%%pt_plural%%", $plural_name, $title ); |
|
| 4640 | + $title = str_replace("%%pt_plural%%", $plural_name, $title);
|
|
| 4641 | 4641 | } |
| 4642 | 4642 | |
| 4643 | - if ( strpos( $title, '%%category%%' ) !== false ) {
|
|
| 4643 | + if (strpos($title, '%%category%%') !== false) {
|
|
| 4644 | 4644 | $cat_name = ''; |
| 4645 | 4645 | |
| 4646 | - if ( $gd_page == 'detail' ) {
|
|
| 4647 | - if ( $post->default_category ) {
|
|
| 4648 | - $cat = get_term( $post->default_category, $post->post_type . 'category' ); |
|
| 4649 | - $cat_name = ( isset( $cat->name ) ) ? $cat->name : ''; |
|
| 4646 | + if ($gd_page == 'detail') {
|
|
| 4647 | + if ($post->default_category) {
|
|
| 4648 | + $cat = get_term($post->default_category, $post->post_type.'category'); |
|
| 4649 | + $cat_name = (isset($cat->name)) ? $cat->name : ''; |
|
| 4650 | 4650 | } |
| 4651 | - } else if ( $gd_page == 'listing' ) {
|
|
| 4651 | + } else if ($gd_page == 'listing') {
|
|
| 4652 | 4652 | $queried_object = get_queried_object(); |
| 4653 | - if ( isset( $queried_object->name ) ) {
|
|
| 4653 | + if (isset($queried_object->name)) {
|
|
| 4654 | 4654 | $cat_name = $queried_object->name; |
| 4655 | 4655 | } |
| 4656 | 4656 | } |
| 4657 | - $title = str_replace( "%%category%%", $cat_name, $title ); |
|
| 4657 | + $title = str_replace("%%category%%", $cat_name, $title);
|
|
| 4658 | 4658 | } |
| 4659 | 4659 | |
| 4660 | - if ( strpos( $title, '%%tag%%' ) !== false ) {
|
|
| 4660 | + if (strpos($title, '%%tag%%') !== false) {
|
|
| 4661 | 4661 | $cat_name = ''; |
| 4662 | 4662 | |
| 4663 | - if ( $gd_page == 'detail' ) {
|
|
| 4664 | - if ( $post->default_category ) {
|
|
| 4665 | - $cat = get_term( $post->default_category, $post->post_type . 'category' ); |
|
| 4666 | - $cat_name = ( isset( $cat->name ) ) ? $cat->name : ''; |
|
| 4663 | + if ($gd_page == 'detail') {
|
|
| 4664 | + if ($post->default_category) {
|
|
| 4665 | + $cat = get_term($post->default_category, $post->post_type.'category'); |
|
| 4666 | + $cat_name = (isset($cat->name)) ? $cat->name : ''; |
|
| 4667 | 4667 | } |
| 4668 | - } else if ( $gd_page == 'listing' ) {
|
|
| 4668 | + } else if ($gd_page == 'listing') {
|
|
| 4669 | 4669 | $queried_object = get_queried_object(); |
| 4670 | - if ( isset( $queried_object->name ) ) {
|
|
| 4670 | + if (isset($queried_object->name)) {
|
|
| 4671 | 4671 | $cat_name = $queried_object->name; |
| 4672 | 4672 | } |
| 4673 | 4673 | } |
| 4674 | - $title = str_replace( "%%tag%%", $cat_name, $title ); |
|
| 4674 | + $title = str_replace("%%tag%%", $cat_name, $title);
|
|
| 4675 | 4675 | } |
| 4676 | 4676 | |
| 4677 | - if ( strpos( $title, '%%id%%' ) !== false ) {
|
|
| 4678 | - $ID = ( isset( $post->ID ) ) ? $post->ID : ''; |
|
| 4679 | - $title = str_replace( "%%id%%", $ID, $title ); |
|
| 4677 | + if (strpos($title, '%%id%%') !== false) {
|
|
| 4678 | + $ID = (isset($post->ID)) ? $post->ID : ''; |
|
| 4679 | + $title = str_replace("%%id%%", $ID, $title);
|
|
| 4680 | 4680 | } |
| 4681 | 4681 | |
| 4682 | - if ( strpos( $title, '%%sep%%' ) !== false ) {
|
|
| 4683 | - $title = str_replace( "%%sep%%", $sep, $title ); |
|
| 4682 | + if (strpos($title, '%%sep%%') !== false) {
|
|
| 4683 | + $title = str_replace("%%sep%%", $sep, $title);
|
|
| 4684 | 4684 | } |
| 4685 | 4685 | |
| 4686 | 4686 | // location variables |
| 4687 | 4687 | $gd_post_type = geodir_get_current_posttype(); |
| 4688 | - $location_array = geodir_get_current_location_terms( 'query_vars', $gd_post_type ); |
|
| 4688 | + $location_array = geodir_get_current_location_terms('query_vars', $gd_post_type);
|
|
| 4689 | 4689 | |
| 4690 | 4690 | /** |
| 4691 | 4691 | * Filter the title variables location variables array |
@@ -4698,20 +4698,20 @@ discard block |
||
| 4698 | 4698 | * @param string $gd_page The page being filtered. |
| 4699 | 4699 | * @param string $sep The separator, default: `|`. |
| 4700 | 4700 | */ |
| 4701 | - $location_array = apply_filters( 'geodir_filter_title_variables_location_arr', $location_array, $title, $gd_page, $sep ); |
|
| 4701 | + $location_array = apply_filters('geodir_filter_title_variables_location_arr', $location_array, $title, $gd_page, $sep);
|
|
| 4702 | 4702 | |
| 4703 | - if ( $gd_page == 'location' && get_query_var( 'gd_country_full' ) ) {
|
|
| 4704 | - if ( get_query_var( 'gd_country_full' ) ) {
|
|
| 4705 | - $location_array['gd_country'] = get_query_var( 'gd_country_full' ); |
|
| 4703 | + if ($gd_page == 'location' && get_query_var('gd_country_full')) {
|
|
| 4704 | + if (get_query_var('gd_country_full')) {
|
|
| 4705 | + $location_array['gd_country'] = get_query_var('gd_country_full');
|
|
| 4706 | 4706 | } |
| 4707 | - if ( get_query_var( 'gd_region_full' ) ) {
|
|
| 4708 | - $location_array['gd_region'] = get_query_var( 'gd_region_full' ); |
|
| 4707 | + if (get_query_var('gd_region_full')) {
|
|
| 4708 | + $location_array['gd_region'] = get_query_var('gd_region_full');
|
|
| 4709 | 4709 | } |
| 4710 | - if ( get_query_var( 'gd_city_full' ) ) {
|
|
| 4711 | - $location_array['gd_city'] = get_query_var( 'gd_city_full' ); |
|
| 4710 | + if (get_query_var('gd_city_full')) {
|
|
| 4711 | + $location_array['gd_city'] = get_query_var('gd_city_full');
|
|
| 4712 | 4712 | } |
| 4713 | - if ( get_query_var( 'gd_neighbourhood_full' ) ) {
|
|
| 4714 | - $location_array['gd_neighbourhood'] = get_query_var( 'gd_neighbourhood_full' ); |
|
| 4713 | + if (get_query_var('gd_neighbourhood_full')) {
|
|
| 4714 | + $location_array['gd_neighbourhood'] = get_query_var('gd_neighbourhood_full');
|
|
| 4715 | 4715 | } |
| 4716 | 4716 | } |
| 4717 | 4717 | |
@@ -4726,57 +4726,57 @@ discard block |
||
| 4726 | 4726 | * @param string $gd_page The page being filtered. |
| 4727 | 4727 | * @param string $sep The separator, default: `|`. |
| 4728 | 4728 | */ |
| 4729 | - $title = apply_filters( 'geodir_replace_location_variables', $title, $location_array, $gd_page, $sep ); |
|
| 4729 | + $title = apply_filters('geodir_replace_location_variables', $title, $location_array, $gd_page, $sep);
|
|
| 4730 | 4730 | |
| 4731 | - if ( strpos( $title, '%%search_term%%' ) !== false ) {
|
|
| 4731 | + if (strpos($title, '%%search_term%%') !== false) {
|
|
| 4732 | 4732 | $search_term = ''; |
| 4733 | - if ( isset( $_REQUEST['s'] ) ) {
|
|
| 4734 | - $search_term = esc_attr( $_REQUEST['s'] ); |
|
| 4733 | + if (isset($_REQUEST['s'])) {
|
|
| 4734 | + $search_term = esc_attr($_REQUEST['s']); |
|
| 4735 | 4735 | } |
| 4736 | - $title = str_replace( "%%search_term%%", $search_term, $title ); |
|
| 4736 | + $title = str_replace("%%search_term%%", $search_term, $title);
|
|
| 4737 | 4737 | } |
| 4738 | 4738 | |
| 4739 | - if ( strpos( $title, '%%search_near%%' ) !== false ) {
|
|
| 4739 | + if (strpos($title, '%%search_near%%') !== false) {
|
|
| 4740 | 4740 | $search_term = ''; |
| 4741 | - if ( isset( $_REQUEST['snear'] ) ) {
|
|
| 4742 | - $search_term = esc_attr( $_REQUEST['snear'] ); |
|
| 4741 | + if (isset($_REQUEST['snear'])) {
|
|
| 4742 | + $search_term = esc_attr($_REQUEST['snear']); |
|
| 4743 | 4743 | } |
| 4744 | - $title = str_replace( "%%search_near%%", $search_term, $title ); |
|
| 4744 | + $title = str_replace("%%search_near%%", $search_term, $title);
|
|
| 4745 | 4745 | } |
| 4746 | 4746 | |
| 4747 | - if ( strpos( $title, '%%name%%' ) !== false ) {
|
|
| 4748 | - if ( is_author() ) {
|
|
| 4749 | - $curauth = ( get_query_var( 'author_name' ) ) ? get_user_by( 'slug', get_query_var( 'author_name' ) ) : get_userdata( get_query_var( 'author' ) ); |
|
| 4747 | + if (strpos($title, '%%name%%') !== false) {
|
|
| 4748 | + if (is_author()) {
|
|
| 4749 | + $curauth = (get_query_var('author_name')) ? get_user_by('slug', get_query_var('author_name')) : get_userdata(get_query_var('author'));
|
|
| 4750 | 4750 | $author_name = $curauth->display_name; |
| 4751 | 4751 | } else {
|
| 4752 | 4752 | $author_name = get_the_author(); |
| 4753 | 4753 | } |
| 4754 | - if ( ! $author_name || $author_name === '' ) {
|
|
| 4754 | + if (!$author_name || $author_name === '') {
|
|
| 4755 | 4755 | $queried_object = get_queried_object(); |
| 4756 | 4756 | |
| 4757 | - if ( isset( $queried_object->data->user_nicename ) ) {
|
|
| 4757 | + if (isset($queried_object->data->user_nicename)) {
|
|
| 4758 | 4758 | $author_name = $queried_object->data->display_name; |
| 4759 | 4759 | } |
| 4760 | 4760 | } |
| 4761 | - $title = str_replace( "%%name%%", $author_name, $title ); |
|
| 4761 | + $title = str_replace("%%name%%", $author_name, $title);
|
|
| 4762 | 4762 | } |
| 4763 | 4763 | |
| 4764 | - if ( strpos( $title, '%%page%%' ) !== false ) {
|
|
| 4765 | - $page = geodir_title_meta_page( $sep ); |
|
| 4766 | - $title = str_replace( "%%page%%", $page, $title ); |
|
| 4764 | + if (strpos($title, '%%page%%') !== false) {
|
|
| 4765 | + $page = geodir_title_meta_page($sep); |
|
| 4766 | + $title = str_replace("%%page%%", $page, $title);
|
|
| 4767 | 4767 | } |
| 4768 | - if ( strpos( $title, '%%pagenumber%%' ) !== false ) {
|
|
| 4768 | + if (strpos($title, '%%pagenumber%%') !== false) {
|
|
| 4769 | 4769 | $pagenumber = geodir_title_meta_pagenumber(); |
| 4770 | - $title = str_replace( "%%pagenumber%%", $pagenumber, $title ); |
|
| 4770 | + $title = str_replace("%%pagenumber%%", $pagenumber, $title);
|
|
| 4771 | 4771 | } |
| 4772 | - if ( strpos( $title, '%%pagetotal%%' ) !== false ) {
|
|
| 4772 | + if (strpos($title, '%%pagetotal%%') !== false) {
|
|
| 4773 | 4773 | $pagetotal = geodir_title_meta_pagetotal(); |
| 4774 | - $title = str_replace( "%%pagetotal%%", $pagetotal, $title ); |
|
| 4774 | + $title = str_replace("%%pagetotal%%", $pagetotal, $title);
|
|
| 4775 | 4775 | } |
| 4776 | 4776 | |
| 4777 | - $title = wptexturize( $title ); |
|
| 4778 | - $title = convert_chars( $title ); |
|
| 4779 | - $title = esc_html( $title ); |
|
| 4777 | + $title = wptexturize($title); |
|
| 4778 | + $title = convert_chars($title); |
|
| 4779 | + $title = esc_html($title); |
|
| 4780 | 4780 | |
| 4781 | 4781 | /** |
| 4782 | 4782 | * Filter the title variables after standard ones have been filtered. |
@@ -4790,7 +4790,7 @@ discard block |
||
| 4790 | 4790 | * @param string $sep The separator, default: `|`. |
| 4791 | 4791 | */ |
| 4792 | 4792 | |
| 4793 | - return apply_filters( 'geodir_filter_title_variables_vars', $title, $location_array, $gd_page, $sep ); |
|
| 4793 | + return apply_filters('geodir_filter_title_variables_vars', $title, $location_array, $gd_page, $sep);
|
|
| 4794 | 4794 | } |
| 4795 | 4795 | |
| 4796 | 4796 | /** |
@@ -4803,82 +4803,82 @@ discard block |
||
| 4803 | 4803 | * |
| 4804 | 4804 | * @return array Translation texts. |
| 4805 | 4805 | */ |
| 4806 | -function geodir_load_cpt_text_translation( $translation_texts = array() ) {
|
|
| 4807 | - $gd_post_types = geodir_get_posttypes( 'array' ); |
|
| 4806 | +function geodir_load_cpt_text_translation($translation_texts = array()) {
|
|
| 4807 | + $gd_post_types = geodir_get_posttypes('array');
|
|
| 4808 | 4808 | |
| 4809 | - if ( ! empty( $gd_post_types ) ) {
|
|
| 4810 | - foreach ( $gd_post_types as $post_type => $cpt_info ) {
|
|
| 4811 | - $labels = isset( $cpt_info['labels'] ) ? $cpt_info['labels'] : ''; |
|
| 4812 | - $description = isset( $cpt_info['description'] ) ? $cpt_info['description'] : ''; |
|
| 4813 | - $seo = isset( $cpt_info['seo'] ) ? $cpt_info['seo'] : ''; |
|
| 4809 | + if (!empty($gd_post_types)) {
|
|
| 4810 | + foreach ($gd_post_types as $post_type => $cpt_info) {
|
|
| 4811 | + $labels = isset($cpt_info['labels']) ? $cpt_info['labels'] : ''; |
|
| 4812 | + $description = isset($cpt_info['description']) ? $cpt_info['description'] : ''; |
|
| 4813 | + $seo = isset($cpt_info['seo']) ? $cpt_info['seo'] : ''; |
|
| 4814 | 4814 | |
| 4815 | - if ( ! empty( $labels ) ) {
|
|
| 4816 | - if ( $labels['name'] != '' && ! in_array( $labels['name'], $translation_texts ) ) {
|
|
| 4815 | + if (!empty($labels)) {
|
|
| 4816 | + if ($labels['name'] != '' && !in_array($labels['name'], $translation_texts)) {
|
|
| 4817 | 4817 | $translation_texts[] = $labels['name']; |
| 4818 | 4818 | } |
| 4819 | - if ( $labels['singular_name'] != '' && ! in_array( $labels['singular_name'], $translation_texts ) ) {
|
|
| 4819 | + if ($labels['singular_name'] != '' && !in_array($labels['singular_name'], $translation_texts)) {
|
|
| 4820 | 4820 | $translation_texts[] = $labels['singular_name']; |
| 4821 | 4821 | } |
| 4822 | - if ( $labels['add_new'] != '' && ! in_array( $labels['add_new'], $translation_texts ) ) {
|
|
| 4822 | + if ($labels['add_new'] != '' && !in_array($labels['add_new'], $translation_texts)) {
|
|
| 4823 | 4823 | $translation_texts[] = $labels['add_new']; |
| 4824 | 4824 | } |
| 4825 | - if ( $labels['add_new_item'] != '' && ! in_array( $labels['add_new_item'], $translation_texts ) ) {
|
|
| 4825 | + if ($labels['add_new_item'] != '' && !in_array($labels['add_new_item'], $translation_texts)) {
|
|
| 4826 | 4826 | $translation_texts[] = $labels['add_new_item']; |
| 4827 | 4827 | } |
| 4828 | - if ( $labels['edit_item'] != '' && ! in_array( $labels['edit_item'], $translation_texts ) ) {
|
|
| 4828 | + if ($labels['edit_item'] != '' && !in_array($labels['edit_item'], $translation_texts)) {
|
|
| 4829 | 4829 | $translation_texts[] = $labels['edit_item']; |
| 4830 | 4830 | } |
| 4831 | - if ( $labels['new_item'] != '' && ! in_array( $labels['new_item'], $translation_texts ) ) {
|
|
| 4831 | + if ($labels['new_item'] != '' && !in_array($labels['new_item'], $translation_texts)) {
|
|
| 4832 | 4832 | $translation_texts[] = $labels['new_item']; |
| 4833 | 4833 | } |
| 4834 | - if ( $labels['view_item'] != '' && ! in_array( $labels['view_item'], $translation_texts ) ) {
|
|
| 4834 | + if ($labels['view_item'] != '' && !in_array($labels['view_item'], $translation_texts)) {
|
|
| 4835 | 4835 | $translation_texts[] = $labels['view_item']; |
| 4836 | 4836 | } |
| 4837 | - if ( $labels['search_items'] != '' && ! in_array( $labels['search_items'], $translation_texts ) ) {
|
|
| 4837 | + if ($labels['search_items'] != '' && !in_array($labels['search_items'], $translation_texts)) {
|
|
| 4838 | 4838 | $translation_texts[] = $labels['search_items']; |
| 4839 | 4839 | } |
| 4840 | - if ( $labels['not_found'] != '' && ! in_array( $labels['not_found'], $translation_texts ) ) {
|
|
| 4840 | + if ($labels['not_found'] != '' && !in_array($labels['not_found'], $translation_texts)) {
|
|
| 4841 | 4841 | $translation_texts[] = $labels['not_found']; |
| 4842 | 4842 | } |
| 4843 | - if ( $labels['not_found_in_trash'] != '' && ! in_array( $labels['not_found_in_trash'], $translation_texts ) ) {
|
|
| 4843 | + if ($labels['not_found_in_trash'] != '' && !in_array($labels['not_found_in_trash'], $translation_texts)) {
|
|
| 4844 | 4844 | $translation_texts[] = $labels['not_found_in_trash']; |
| 4845 | 4845 | } |
| 4846 | - if ( isset( $labels['label_post_profile'] ) && $labels['label_post_profile'] != '' && ! in_array( $labels['label_post_profile'], $translation_texts ) ) {
|
|
| 4846 | + if (isset($labels['label_post_profile']) && $labels['label_post_profile'] != '' && !in_array($labels['label_post_profile'], $translation_texts)) {
|
|
| 4847 | 4847 | $translation_texts[] = $labels['label_post_profile']; |
| 4848 | 4848 | } |
| 4849 | - if ( isset( $labels['label_post_info'] ) && $labels['label_post_info'] != '' && ! in_array( $labels['label_post_info'], $translation_texts ) ) {
|
|
| 4849 | + if (isset($labels['label_post_info']) && $labels['label_post_info'] != '' && !in_array($labels['label_post_info'], $translation_texts)) {
|
|
| 4850 | 4850 | $translation_texts[] = $labels['label_post_info']; |
| 4851 | 4851 | } |
| 4852 | - if ( isset( $labels['label_post_images'] ) && $labels['label_post_images'] != '' && ! in_array( $labels['label_post_images'], $translation_texts ) ) {
|
|
| 4852 | + if (isset($labels['label_post_images']) && $labels['label_post_images'] != '' && !in_array($labels['label_post_images'], $translation_texts)) {
|
|
| 4853 | 4853 | $translation_texts[] = $labels['label_post_images']; |
| 4854 | 4854 | } |
| 4855 | - if ( isset( $labels['label_post_map'] ) && $labels['label_post_map'] != '' && ! in_array( $labels['label_post_map'], $translation_texts ) ) {
|
|
| 4855 | + if (isset($labels['label_post_map']) && $labels['label_post_map'] != '' && !in_array($labels['label_post_map'], $translation_texts)) {
|
|
| 4856 | 4856 | $translation_texts[] = $labels['label_post_map']; |
| 4857 | 4857 | } |
| 4858 | - if ( isset( $labels['label_reviews'] ) && $labels['label_reviews'] != '' && ! in_array( $labels['label_reviews'], $translation_texts ) ) {
|
|
| 4858 | + if (isset($labels['label_reviews']) && $labels['label_reviews'] != '' && !in_array($labels['label_reviews'], $translation_texts)) {
|
|
| 4859 | 4859 | $translation_texts[] = $labels['label_reviews']; |
| 4860 | 4860 | } |
| 4861 | - if ( isset( $labels['label_related_listing'] ) && $labels['label_related_listing'] != '' && ! in_array( $labels['label_related_listing'], $translation_texts ) ) {
|
|
| 4861 | + if (isset($labels['label_related_listing']) && $labels['label_related_listing'] != '' && !in_array($labels['label_related_listing'], $translation_texts)) {
|
|
| 4862 | 4862 | $translation_texts[] = $labels['label_related_listing']; |
| 4863 | 4863 | } |
| 4864 | 4864 | } |
| 4865 | 4865 | |
| 4866 | - if ( $description != '' && ! in_array( $description, $translation_texts ) ) {
|
|
| 4867 | - $translation_texts[] = normalize_whitespace( $description ); |
|
| 4866 | + if ($description != '' && !in_array($description, $translation_texts)) {
|
|
| 4867 | + $translation_texts[] = normalize_whitespace($description); |
|
| 4868 | 4868 | } |
| 4869 | 4869 | |
| 4870 | - if ( ! empty( $seo ) ) {
|
|
| 4871 | - if ( isset( $seo['meta_keyword'] ) && $seo['meta_keyword'] != '' && ! in_array( $seo['meta_keyword'], $translation_texts ) ) {
|
|
| 4872 | - $translation_texts[] = normalize_whitespace( $seo['meta_keyword'] ); |
|
| 4870 | + if (!empty($seo)) {
|
|
| 4871 | + if (isset($seo['meta_keyword']) && $seo['meta_keyword'] != '' && !in_array($seo['meta_keyword'], $translation_texts)) {
|
|
| 4872 | + $translation_texts[] = normalize_whitespace($seo['meta_keyword']); |
|
| 4873 | 4873 | } |
| 4874 | 4874 | |
| 4875 | - if ( isset( $seo['meta_description'] ) && $seo['meta_description'] != '' && ! in_array( $seo['meta_description'], $translation_texts ) ) {
|
|
| 4876 | - $translation_texts[] = normalize_whitespace( $seo['meta_description'] ); |
|
| 4875 | + if (isset($seo['meta_description']) && $seo['meta_description'] != '' && !in_array($seo['meta_description'], $translation_texts)) {
|
|
| 4876 | + $translation_texts[] = normalize_whitespace($seo['meta_description']); |
|
| 4877 | 4877 | } |
| 4878 | 4878 | } |
| 4879 | 4879 | } |
| 4880 | 4880 | } |
| 4881 | - $translation_texts = ! empty( $translation_texts ) ? array_unique( $translation_texts ) : $translation_texts; |
|
| 4881 | + $translation_texts = !empty($translation_texts) ? array_unique($translation_texts) : $translation_texts; |
|
| 4882 | 4882 | |
| 4883 | 4883 | return $translation_texts; |
| 4884 | 4884 | } |
@@ -4893,27 +4893,27 @@ discard block |
||
| 4893 | 4893 | * |
| 4894 | 4894 | * @return array Location terms. |
| 4895 | 4895 | */ |
| 4896 | -function geodir_remove_location_terms( $location_terms = array() ) {
|
|
| 4897 | - $location_manager = defined( 'POST_LOCATION_TABLE' ) ? true : false; |
|
| 4896 | +function geodir_remove_location_terms($location_terms = array()) {
|
|
| 4897 | + $location_manager = defined('POST_LOCATION_TABLE') ? true : false;
|
|
| 4898 | 4898 | |
| 4899 | - if ( ! empty( $location_terms ) && $location_manager ) {
|
|
| 4900 | - $hide_country_part = get_option( 'geodir_location_hide_country_part' ); |
|
| 4901 | - $hide_region_part = get_option( 'geodir_location_hide_region_part' ); |
|
| 4899 | + if (!empty($location_terms) && $location_manager) {
|
|
| 4900 | + $hide_country_part = get_option('geodir_location_hide_country_part');
|
|
| 4901 | + $hide_region_part = get_option('geodir_location_hide_region_part');
|
|
| 4902 | 4902 | |
| 4903 | - if ( $hide_region_part && $hide_country_part ) {
|
|
| 4904 | - if ( isset( $location_terms['gd_country'] ) ) {
|
|
| 4905 | - unset( $location_terms['gd_country'] ); |
|
| 4903 | + if ($hide_region_part && $hide_country_part) {
|
|
| 4904 | + if (isset($location_terms['gd_country'])) {
|
|
| 4905 | + unset($location_terms['gd_country']); |
|
| 4906 | 4906 | } |
| 4907 | - if ( isset( $location_terms['gd_region'] ) ) {
|
|
| 4908 | - unset( $location_terms['gd_region'] ); |
|
| 4907 | + if (isset($location_terms['gd_region'])) {
|
|
| 4908 | + unset($location_terms['gd_region']); |
|
| 4909 | 4909 | } |
| 4910 | - } else if ( $hide_region_part && ! $hide_country_part ) {
|
|
| 4911 | - if ( isset( $location_terms['gd_region'] ) ) {
|
|
| 4912 | - unset( $location_terms['gd_region'] ); |
|
| 4910 | + } else if ($hide_region_part && !$hide_country_part) {
|
|
| 4911 | + if (isset($location_terms['gd_region'])) {
|
|
| 4912 | + unset($location_terms['gd_region']); |
|
| 4913 | 4913 | } |
| 4914 | - } else if ( ! $hide_region_part && $hide_country_part ) {
|
|
| 4915 | - if ( isset( $location_terms['gd_country'] ) ) {
|
|
| 4916 | - unset( $location_terms['gd_country'] ); |
|
| 4914 | + } else if (!$hide_region_part && $hide_country_part) {
|
|
| 4915 | + if (isset($location_terms['gd_country'])) {
|
|
| 4916 | + unset($location_terms['gd_country']); |
|
| 4917 | 4917 | } |
| 4918 | 4918 | } |
| 4919 | 4919 | } |
@@ -4931,33 +4931,33 @@ discard block |
||
| 4931 | 4931 | * @param WP_Post $post Post object. |
| 4932 | 4932 | * @param bool $update Whether this is an existing listing being updated or not. |
| 4933 | 4933 | */ |
| 4934 | -function geodir_on_wp_insert_post( $post_ID, $post, $update ) {
|
|
| 4935 | - if ( ! $update ) {
|
|
| 4934 | +function geodir_on_wp_insert_post($post_ID, $post, $update) {
|
|
| 4935 | + if (!$update) {
|
|
| 4936 | 4936 | return; |
| 4937 | 4937 | } |
| 4938 | 4938 | |
| 4939 | - $action = isset( $_REQUEST['action'] ) ? sanitize_text_field( $_REQUEST['action'] ) : ''; |
|
| 4940 | - $is_admin = is_admin() && ( ! defined( 'DOING_AJAX' ) || ( defined( 'DOING_AJAX' ) && ! DOING_AJAX ) ) ? true : false; |
|
| 4939 | + $action = isset($_REQUEST['action']) ? sanitize_text_field($_REQUEST['action']) : ''; |
|
| 4940 | + $is_admin = is_admin() && (!defined('DOING_AJAX') || (defined('DOING_AJAX') && !DOING_AJAX)) ? true : false;
|
|
| 4941 | 4941 | $inline_save = $action == 'inline-save' ? true : false; |
| 4942 | 4942 | |
| 4943 | - if ( empty( $post->post_type ) || $is_admin || $inline_save || ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) ) {
|
|
| 4943 | + if (empty($post->post_type) || $is_admin || $inline_save || (defined('DOING_AUTOSAVE') && DOING_AUTOSAVE)) {
|
|
| 4944 | 4944 | return; |
| 4945 | 4945 | } |
| 4946 | 4946 | |
| 4947 | - if ( $action != '' && in_array( $action, array( 'geodir_import_export' ) ) ) {
|
|
| 4947 | + if ($action != '' && in_array($action, array('geodir_import_export'))) {
|
|
| 4948 | 4948 | return; |
| 4949 | 4949 | } |
| 4950 | 4950 | |
| 4951 | 4951 | $user_id = (int) get_current_user_id(); |
| 4952 | 4952 | |
| 4953 | - if ( $user_id > 0 && get_option( 'geodir_notify_post_edited' ) && ! wp_is_post_revision( $post_ID ) && in_array( $post->post_type, geodir_get_posttypes() ) ) {
|
|
| 4954 | - $author_id = ! empty( $post->post_author ) ? $post->post_author : 0; |
|
| 4953 | + if ($user_id > 0 && get_option('geodir_notify_post_edited') && !wp_is_post_revision($post_ID) && in_array($post->post_type, geodir_get_posttypes())) {
|
|
| 4954 | + $author_id = !empty($post->post_author) ? $post->post_author : 0; |
|
| 4955 | 4955 | |
| 4956 | - if ( $user_id == $author_id && ! is_super_admin() ) {
|
|
| 4957 | - $from_email = get_option( 'site_email' ); |
|
| 4956 | + if ($user_id == $author_id && !is_super_admin()) {
|
|
| 4957 | + $from_email = get_option('site_email');
|
|
| 4958 | 4958 | $from_name = get_site_emailName(); |
| 4959 | - $to_email = get_option( 'admin_email' ); |
|
| 4960 | - $to_name = get_option( 'name' ); |
|
| 4959 | + $to_email = get_option('admin_email');
|
|
| 4960 | + $to_name = get_option('name');
|
|
| 4961 | 4961 | $message_type = 'listing_edited'; |
| 4962 | 4962 | |
| 4963 | 4963 | $notify_edited = true; |
@@ -4969,9 +4969,9 @@ discard block |
||
| 4969 | 4969 | * @param bool $notify_edited Notify on listing edited by author? |
| 4970 | 4970 | * @param object $post The current post object. |
| 4971 | 4971 | */ |
| 4972 | - $notify_edited = apply_filters( 'geodir_notify_on_listing_edited', $notify_edited, $post ); |
|
| 4972 | + $notify_edited = apply_filters('geodir_notify_on_listing_edited', $notify_edited, $post);
|
|
| 4973 | 4973 | |
| 4974 | - geodir_sendEmail( $from_email, $from_name, $to_email, $to_name, '', '', '', $message_type, $post_ID ); |
|
| 4974 | + geodir_sendEmail($from_email, $from_name, $to_email, $to_name, '', '', '', $message_type, $post_ID); |
|
| 4975 | 4975 | } |
| 4976 | 4976 | } |
| 4977 | 4977 | } |
@@ -4986,14 +4986,14 @@ discard block |
||
| 4986 | 4986 | * |
| 4987 | 4987 | * @return string|null The current page start & end numbering. |
| 4988 | 4988 | */ |
| 4989 | -function geodir_title_meta_page( $sep ) {
|
|
| 4989 | +function geodir_title_meta_page($sep) {
|
|
| 4990 | 4990 | $replacement = null; |
| 4991 | 4991 | |
| 4992 | - $max = geodir_title_meta_pagenumbering( 'max' ); |
|
| 4993 | - $nr = geodir_title_meta_pagenumbering( 'nr' ); |
|
| 4992 | + $max = geodir_title_meta_pagenumbering('max');
|
|
| 4993 | + $nr = geodir_title_meta_pagenumbering('nr');
|
|
| 4994 | 4994 | |
| 4995 | - if ( $max > 1 && $nr > 1 ) {
|
|
| 4996 | - $replacement = sprintf( $sep . ' ' . __( 'Page %1$d of %2$d', 'geodirectory' ), $nr, $max ); |
|
| 4995 | + if ($max > 1 && $nr > 1) {
|
|
| 4996 | + $replacement = sprintf($sep.' '.__('Page %1$d of %2$d', 'geodirectory'), $nr, $max);
|
|
| 4997 | 4997 | } |
| 4998 | 4998 | |
| 4999 | 4999 | return $replacement; |
@@ -5010,8 +5010,8 @@ discard block |
||
| 5010 | 5010 | function geodir_title_meta_pagenumber() {
|
| 5011 | 5011 | $replacement = null; |
| 5012 | 5012 | |
| 5013 | - $nr = geodir_title_meta_pagenumbering( 'nr' ); |
|
| 5014 | - if ( isset( $nr ) && $nr > 0 ) {
|
|
| 5013 | + $nr = geodir_title_meta_pagenumbering('nr');
|
|
| 5014 | + if (isset($nr) && $nr > 0) {
|
|
| 5015 | 5015 | $replacement = (string) $nr; |
| 5016 | 5016 | } |
| 5017 | 5017 | |
@@ -5029,8 +5029,8 @@ discard block |
||
| 5029 | 5029 | function geodir_title_meta_pagetotal() {
|
| 5030 | 5030 | $replacement = null; |
| 5031 | 5031 | |
| 5032 | - $max = geodir_title_meta_pagenumbering( 'max' ); |
|
| 5033 | - if ( isset( $max ) && $max > 0 ) {
|
|
| 5032 | + $max = geodir_title_meta_pagenumbering('max');
|
|
| 5033 | + if (isset($max) && $max > 0) {
|
|
| 5034 | 5034 | $replacement = (string) $max; |
| 5035 | 5035 | } |
| 5036 | 5036 | |
@@ -5050,36 +5050,36 @@ discard block |
||
| 5050 | 5050 | * |
| 5051 | 5051 | * @return int|null The current page numbering. |
| 5052 | 5052 | */ |
| 5053 | -function geodir_title_meta_pagenumbering( $request = 'nr' ) {
|
|
| 5053 | +function geodir_title_meta_pagenumbering($request = 'nr') {
|
|
| 5054 | 5054 | global $wp_query, $post; |
| 5055 | 5055 | $max_num_pages = null; |
| 5056 | 5056 | $page_number = null; |
| 5057 | 5057 | |
| 5058 | 5058 | $max_num_pages = 1; |
| 5059 | 5059 | |
| 5060 | - if ( ! is_singular() ) {
|
|
| 5061 | - $page_number = get_query_var( 'paged' ); |
|
| 5062 | - if ( $page_number === 0 || $page_number === '' ) {
|
|
| 5060 | + if (!is_singular()) {
|
|
| 5061 | + $page_number = get_query_var('paged');
|
|
| 5062 | + if ($page_number === 0 || $page_number === '') {
|
|
| 5063 | 5063 | $page_number = 1; |
| 5064 | 5064 | } |
| 5065 | 5065 | |
| 5066 | - if ( isset( $wp_query->max_num_pages ) && ( $wp_query->max_num_pages != '' && $wp_query->max_num_pages != 0 ) ) {
|
|
| 5066 | + if (isset($wp_query->max_num_pages) && ($wp_query->max_num_pages != '' && $wp_query->max_num_pages != 0)) {
|
|
| 5067 | 5067 | $max_num_pages = $wp_query->max_num_pages; |
| 5068 | 5068 | } |
| 5069 | 5069 | } else {
|
| 5070 | - $page_number = get_query_var( 'page' ); |
|
| 5071 | - if ( $page_number === 0 || $page_number === '' ) {
|
|
| 5070 | + $page_number = get_query_var('page');
|
|
| 5071 | + if ($page_number === 0 || $page_number === '') {
|
|
| 5072 | 5072 | $page_number = 1; |
| 5073 | 5073 | } |
| 5074 | 5074 | |
| 5075 | - if ( isset( $post->post_content ) ) {
|
|
| 5076 | - $max_num_pages = ( substr_count( $post->post_content, '<!--nextpage-->' ) + 1 ); |
|
| 5075 | + if (isset($post->post_content)) {
|
|
| 5076 | + $max_num_pages = (substr_count($post->post_content, '<!--nextpage-->') + 1); |
|
| 5077 | 5077 | } |
| 5078 | 5078 | } |
| 5079 | 5079 | |
| 5080 | 5080 | $return = null; |
| 5081 | 5081 | |
| 5082 | - switch ( $request ) {
|
|
| 5082 | + switch ($request) {
|
|
| 5083 | 5083 | case 'nr': |
| 5084 | 5084 | $return = $page_number; |
| 5085 | 5085 | break; |
@@ -5100,14 +5100,14 @@ discard block |
||
| 5100 | 5100 | * |
| 5101 | 5101 | * @return array Terms. |
| 5102 | 5102 | */ |
| 5103 | -function geodir_filter_empty_terms( $terms ) {
|
|
| 5104 | - if ( empty( $terms ) ) {
|
|
| 5103 | +function geodir_filter_empty_terms($terms) {
|
|
| 5104 | + if (empty($terms)) {
|
|
| 5105 | 5105 | return $terms; |
| 5106 | 5106 | } |
| 5107 | 5107 | |
| 5108 | 5108 | $return = array(); |
| 5109 | - foreach ( $terms as $term ) {
|
|
| 5110 | - if ( isset( $term->count ) && $term->count > 0 ) {
|
|
| 5109 | + foreach ($terms as $term) {
|
|
| 5110 | + if (isset($term->count) && $term->count > 0) {
|
|
| 5111 | 5111 | $return[] = $term; |
| 5112 | 5112 | } else {
|
| 5113 | 5113 | /** |
@@ -5118,7 +5118,7 @@ discard block |
||
| 5118 | 5118 | * @param array $return The array of terms to return. |
| 5119 | 5119 | * @param object $term The term object. |
| 5120 | 5120 | */ |
| 5121 | - $return = apply_filters( 'geodir_filter_empty_terms_filter', $return, $term ); |
|
| 5121 | + $return = apply_filters('geodir_filter_empty_terms_filter', $return, $term);
|
|
| 5122 | 5122 | } |
| 5123 | 5123 | } |
| 5124 | 5124 | |
@@ -5135,15 +5135,15 @@ discard block |
||
| 5135 | 5135 | * |
| 5136 | 5136 | * @return array |
| 5137 | 5137 | */ |
| 5138 | -function geodir_remove_hentry( $class ) {
|
|
| 5139 | - if ( geodir_is_page( 'detail' ) ) {
|
|
| 5140 | - $class = array_diff( $class, array( 'hentry' ) ); |
|
| 5138 | +function geodir_remove_hentry($class) {
|
|
| 5139 | + if (geodir_is_page('detail')) {
|
|
| 5140 | + $class = array_diff($class, array('hentry'));
|
|
| 5141 | 5141 | } |
| 5142 | 5142 | |
| 5143 | 5143 | return $class; |
| 5144 | 5144 | } |
| 5145 | 5145 | |
| 5146 | -add_filter( 'post_class', 'geodir_remove_hentry' ); |
|
| 5146 | +add_filter('post_class', 'geodir_remove_hentry');
|
|
| 5147 | 5147 | |
| 5148 | 5148 | /** |
| 5149 | 5149 | * Registers a individual text string for WPML translation. |
@@ -5155,8 +5155,8 @@ discard block |
||
| 5155 | 5155 | * @param string $domain The plugin domain. Default geodirectory. |
| 5156 | 5156 | * @param string $name The name of the string which helps to know what's being translated. |
| 5157 | 5157 | */ |
| 5158 | -function geodir_wpml_register_string( $string, $domain = 'geodirectory', $name = '' ) {
|
|
| 5159 | - do_action( 'wpml_register_single_string', $domain, $name, $string ); |
|
| 5158 | +function geodir_wpml_register_string($string, $domain = 'geodirectory', $name = '') {
|
|
| 5159 | + do_action('wpml_register_single_string', $domain, $name, $string);
|
|
| 5160 | 5160 | } |
| 5161 | 5161 | |
| 5162 | 5162 | /** |
@@ -5171,6 +5171,6 @@ discard block |
||
| 5171 | 5171 | * @param string $language_code Return the translation in this language. Default is NULL which returns the current language. |
| 5172 | 5172 | * @return string The translated string. |
| 5173 | 5173 | */ |
| 5174 | -function geodir_wpml_translate_string( $string, $domain = 'geodirectory', $name = '', $language_code = NULL ) {
|
|
| 5175 | - return apply_filters( 'wpml_translate_single_string', $string, $domain, $name, $language_code ); |
|
| 5174 | +function geodir_wpml_translate_string($string, $domain = 'geodirectory', $name = '', $language_code = NULL) {
|
|
| 5175 | + return apply_filters('wpml_translate_single_string', $string, $domain, $name, $language_code);
|
|
| 5176 | 5176 | } |
| 5177 | 5177 | \ 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 | |
@@ -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 | * |
@@ -48,9 +48,9 @@ discard block |
||
| 48 | 48 | |
| 49 | 49 | |
| 50 | 50 | |
| 51 | - add_action('init', 'gd_fix_cpt_rewrite_slug', 11);// this needs to be kept for a few versions
|
|
| 51 | + add_action('init', 'gd_fix_cpt_rewrite_slug', 11); // this needs to be kept for a few versions
|
|
| 52 | 52 | |
| 53 | - update_option('geodirectory' . '_db_version', GEODIRECTORY_VERSION);
|
|
| 53 | + update_option('geodirectory'.'_db_version', GEODIRECTORY_VERSION);
|
|
| 54 | 54 | |
| 55 | 55 | } |
| 56 | 56 | |
@@ -86,7 +86,7 @@ discard block |
||
| 86 | 86 | * @since 1.0.0 |
| 87 | 87 | * @package GeoDirectory |
| 88 | 88 | */ |
| 89 | -function geodir_upgrade_146(){
|
|
| 89 | +function geodir_upgrade_146() {
|
|
| 90 | 90 | gd_convert_virtual_pages(); |
| 91 | 91 | } |
| 92 | 92 | |
@@ -96,7 +96,7 @@ discard block |
||
| 96 | 96 | * @since 1.5.0 |
| 97 | 97 | * @package GeoDirectory |
| 98 | 98 | */ |
| 99 | -function geodir_upgrade_150(){
|
|
| 99 | +function geodir_upgrade_150() {
|
|
| 100 | 100 | gd_fix_cpt_rewrite_slug(); |
| 101 | 101 | } |
| 102 | 102 | |
@@ -108,12 +108,12 @@ discard block |
||
| 108 | 108 | * @since 1.4.8 |
| 109 | 109 | * @package GeoDirectory |
| 110 | 110 | */ |
| 111 | -function geodir_upgrade_148(){
|
|
| 111 | +function geodir_upgrade_148() {
|
|
| 112 | 112 | /* |
| 113 | 113 | * Blank the users google password if present as we now use oAuth 2.0 |
| 114 | 114 | */ |
| 115 | - update_option('geodir_ga_pass','');
|
|
| 116 | - update_option('geodir_ga_user','');
|
|
| 115 | + update_option('geodir_ga_pass', '');
|
|
| 116 | + update_option('geodir_ga_user', '');
|
|
| 117 | 117 | |
| 118 | 118 | } |
| 119 | 119 | |
@@ -124,7 +124,7 @@ discard block |
||
| 124 | 124 | * @since 1.5.3 |
| 125 | 125 | * @package GeoDirectory |
| 126 | 126 | */ |
| 127 | -function geodir_upgrade_153(){
|
|
| 127 | +function geodir_upgrade_153() {
|
|
| 128 | 128 | geodir_create_page(esc_sql(_x('gd-info', 'page_slug', 'geodirectory')), 'geodir_info_page', __('Info', 'geodirectory'), '');
|
| 129 | 129 | geodir_create_page(esc_sql(_x('gd-login', 'page_slug', 'geodirectory')), 'geodir_login_page', __('Login', 'geodirectory'), '');
|
| 130 | 130 | } |
@@ -135,7 +135,7 @@ discard block |
||
| 135 | 135 | * @since 1.5.3 |
| 136 | 136 | * @package GeoDirectory |
| 137 | 137 | */ |
| 138 | -function geodir_upgrade_154(){
|
|
| 138 | +function geodir_upgrade_154() {
|
|
| 139 | 139 | geodir_create_page(esc_sql(_x('gd-home', 'page_slug', 'geodirectory')), 'geodir_home_page', __('GD Home page', 'geodirectory'), '');
|
| 140 | 140 | } |
| 141 | 141 | |
@@ -145,7 +145,7 @@ discard block |
||
| 145 | 145 | * @since 1.5.2 |
| 146 | 146 | * @package GeoDirectory |
| 147 | 147 | */ |
| 148 | -function geodir_upgrade_152(){
|
|
| 148 | +function geodir_upgrade_152() {
|
|
| 149 | 149 | gd_fix_address_detail_table_limit(); |
| 150 | 150 | } |
| 151 | 151 | |
@@ -181,7 +181,7 @@ discard block |
||
| 181 | 181 | function geodir_fix_review_date() |
| 182 | 182 | {
|
| 183 | 183 | global $wpdb; |
| 184 | - $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'");
|
|
| 184 | + $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'");
|
|
| 185 | 185 | } |
| 186 | 186 | |
| 187 | 187 | /** |
@@ -194,7 +194,7 @@ discard block |
||
| 194 | 194 | function geodir_fix_review_post_status() |
| 195 | 195 | {
|
| 196 | 196 | global $wpdb; |
| 197 | - $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'");
|
|
| 197 | + $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'");
|
|
| 198 | 198 | } |
| 199 | 199 | |
| 200 | 200 | /** |
@@ -208,7 +208,7 @@ discard block |
||
| 208 | 208 | function geodir_fix_review_content() |
| 209 | 209 | {
|
| 210 | 210 | global $wpdb; |
| 211 | - 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")) {
|
|
| 211 | + 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")) {
|
|
| 212 | 212 | return true; |
| 213 | 213 | } else {
|
| 214 | 214 | return false; |
@@ -233,7 +233,7 @@ discard block |
||
| 233 | 233 | foreach ($all_postypes as $key) {
|
| 234 | 234 | // update each GD CTP |
| 235 | 235 | |
| 236 | - $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");
|
|
| 236 | + $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");
|
|
| 237 | 237 | |
| 238 | 238 | } |
| 239 | 239 | return true; |
@@ -257,7 +257,7 @@ discard block |
||
| 257 | 257 | if (!empty($all_postypes)) {
|
| 258 | 258 | foreach ($all_postypes as $key) {
|
| 259 | 259 | // update each GD CTP |
| 260 | - $reviews = $wpdb->get_results("SELECT post_id FROM " . $wpdb->prefix . "geodir_" . $key . "_detail d");
|
|
| 260 | + $reviews = $wpdb->get_results("SELECT post_id FROM ".$wpdb->prefix."geodir_".$key."_detail d");
|
|
| 261 | 261 | |
| 262 | 262 | if (!empty($reviews)) {
|
| 263 | 263 | foreach ($reviews as $post_id) {
|
@@ -272,51 +272,51 @@ discard block |
||
| 272 | 272 | } |
| 273 | 273 | |
| 274 | 274 | |
| 275 | -function gd_convert_custom_field_display(){
|
|
| 275 | +function gd_convert_custom_field_display() {
|
|
| 276 | 276 | global $wpdb; |
| 277 | 277 | |
| 278 | - $field_info = $wpdb->get_results("select * from " . GEODIR_CUSTOM_FIELDS_TABLE);
|
|
| 278 | + $field_info = $wpdb->get_results("select * from ".GEODIR_CUSTOM_FIELDS_TABLE);
|
|
| 279 | 279 | |
| 280 | 280 | $has_run = get_option('gd_convert_custom_field_display');
|
| 281 | - if($has_run){return;}
|
|
| 281 | + if ($has_run) {return; }
|
|
| 282 | 282 | |
| 283 | 283 | // set the field_type_key for standard fields |
| 284 | 284 | $wpdb->query("UPDATE ".GEODIR_CUSTOM_FIELDS_TABLE." SET field_type_key = field_type");
|
| 285 | 285 | |
| 286 | 286 | |
| 287 | - if(is_array( $field_info)){
|
|
| 287 | + if (is_array($field_info)) {
|
|
| 288 | 288 | |
| 289 | - foreach( $field_info as $cf){
|
|
| 289 | + foreach ($field_info as $cf) {
|
|
| 290 | 290 | |
| 291 | 291 | $id = $cf->id; |
| 292 | 292 | |
| 293 | - if(!property_exists($cf,'show_in') || !$id){return;}
|
|
| 293 | + if (!property_exists($cf, 'show_in') || !$id) {return; }
|
|
| 294 | 294 | |
| 295 | 295 | $show_in_arr = array(); |
| 296 | 296 | |
| 297 | - if($cf->is_default){
|
|
| 297 | + if ($cf->is_default) {
|
|
| 298 | 298 | $show_in_arr[] = "[detail]"; |
| 299 | 299 | } |
| 300 | 300 | |
| 301 | - if($cf->show_on_detail){
|
|
| 301 | + if ($cf->show_on_detail) {
|
|
| 302 | 302 | $show_in_arr[] = "[moreinfo]"; |
| 303 | 303 | } |
| 304 | 304 | |
| 305 | - if($cf->show_on_listing){
|
|
| 305 | + if ($cf->show_on_listing) {
|
|
| 306 | 306 | $show_in_arr[] = "[listing]"; |
| 307 | 307 | } |
| 308 | 308 | |
| 309 | - if($cf->show_as_tab || $cf->htmlvar_name=='geodir_video' || $cf->htmlvar_name=='geodir_special_offers'){
|
|
| 309 | + if ($cf->show_as_tab || $cf->htmlvar_name == 'geodir_video' || $cf->htmlvar_name == 'geodir_special_offers') {
|
|
| 310 | 310 | $show_in_arr[] = "[owntab]"; |
| 311 | 311 | } |
| 312 | 312 | |
| 313 | - if($cf->htmlvar_name=='post' || $cf->htmlvar_name=='geodir_contact' || $cf->htmlvar_name=='geodir_timing'){
|
|
| 313 | + if ($cf->htmlvar_name == 'post' || $cf->htmlvar_name == 'geodir_contact' || $cf->htmlvar_name == 'geodir_timing') {
|
|
| 314 | 314 | $show_in_arr[] = "[mapbubble]"; |
| 315 | 315 | } |
| 316 | 316 | |
| 317 | - if(!empty($show_in_arr )){
|
|
| 318 | - $show_in_arr = implode(',',$show_in_arr);
|
|
| 319 | - }else{
|
|
| 317 | + if (!empty($show_in_arr)) {
|
|
| 318 | + $show_in_arr = implode(',', $show_in_arr);
|
|
| 319 | + } else {
|
|
| 320 | 320 | $show_in_arr = ''; |
| 321 | 321 | } |
| 322 | 322 | |
@@ -324,7 +324,7 @@ discard block |
||
| 324 | 324 | |
| 325 | 325 | } |
| 326 | 326 | |
| 327 | - update_option('gd_convert_custom_field_display',1);
|
|
| 327 | + update_option('gd_convert_custom_field_display', 1);
|
|
| 328 | 328 | } |
| 329 | 329 | } |
| 330 | 330 | |
@@ -701,7 +701,7 @@ discard block |
||
| 701 | 701 | |
| 702 | 702 | update_option('gd_theme_compats', $theme_compat);
|
| 703 | 703 | |
| 704 | - gd_set_theme_compat();// set the compat pack if avail |
|
| 704 | + gd_set_theme_compat(); // set the compat pack if avail |
|
| 705 | 705 | } |
| 706 | 706 | |
| 707 | 707 | |
@@ -712,61 +712,61 @@ discard block |
||
| 712 | 712 | * @package GeoDirectory |
| 713 | 713 | * @global object $wpdb WordPress Database object. |
| 714 | 714 | */ |
| 715 | -function gd_convert_virtual_pages(){
|
|
| 715 | +function gd_convert_virtual_pages() {
|
|
| 716 | 716 | global $wpdb; |
| 717 | 717 | |
| 718 | 718 | // Update the add listing page settings |
| 719 | 719 | $add_listing_page = $wpdb->get_var( |
| 720 | 720 | $wpdb->prepare( |
| 721 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 721 | + "SELECT ID FROM ".$wpdb->posts." WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 722 | 722 | array('add-listing')
|
| 723 | 723 | ) |
| 724 | 724 | ); |
| 725 | 725 | |
| 726 | - if($add_listing_page){
|
|
| 727 | - wp_update_post( array('ID' => $add_listing_page, 'post_status' => 'publish') );
|
|
| 728 | - update_option( 'geodir_add_listing_page', $add_listing_page); |
|
| 726 | + if ($add_listing_page) {
|
|
| 727 | + wp_update_post(array('ID' => $add_listing_page, 'post_status' => 'publish'));
|
|
| 728 | + update_option('geodir_add_listing_page', $add_listing_page);
|
|
| 729 | 729 | } |
| 730 | 730 | |
| 731 | 731 | // Update the listing preview page settings |
| 732 | 732 | $listing_preview_page = $wpdb->get_var( |
| 733 | 733 | $wpdb->prepare( |
| 734 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 734 | + "SELECT ID FROM ".$wpdb->posts." WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 735 | 735 | array('listing-preview')
|
| 736 | 736 | ) |
| 737 | 737 | ); |
| 738 | 738 | |
| 739 | - if($listing_preview_page){
|
|
| 740 | - wp_update_post( array('ID' => $listing_preview_page, 'post_status' => 'publish') );
|
|
| 741 | - update_option( 'geodir_preview_page', $listing_preview_page); |
|
| 739 | + if ($listing_preview_page) {
|
|
| 740 | + wp_update_post(array('ID' => $listing_preview_page, 'post_status' => 'publish'));
|
|
| 741 | + update_option('geodir_preview_page', $listing_preview_page);
|
|
| 742 | 742 | } |
| 743 | 743 | |
| 744 | 744 | // Update the listing success page settings |
| 745 | 745 | $listing_success_page = $wpdb->get_var( |
| 746 | 746 | $wpdb->prepare( |
| 747 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 747 | + "SELECT ID FROM ".$wpdb->posts." WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 748 | 748 | array('listing-success')
|
| 749 | 749 | ) |
| 750 | 750 | ); |
| 751 | 751 | |
| 752 | - if($listing_success_page){
|
|
| 753 | - wp_update_post( array('ID' => $listing_success_page, 'post_status' => 'publish') );
|
|
| 754 | - update_option( 'geodir_success_page', $listing_success_page); |
|
| 752 | + if ($listing_success_page) {
|
|
| 753 | + wp_update_post(array('ID' => $listing_success_page, 'post_status' => 'publish'));
|
|
| 754 | + update_option('geodir_success_page', $listing_success_page);
|
|
| 755 | 755 | } |
| 756 | 756 | |
| 757 | 757 | // Update the listing success page settings |
| 758 | 758 | $location_page = $wpdb->get_var( |
| 759 | 759 | $wpdb->prepare( |
| 760 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 760 | + "SELECT ID FROM ".$wpdb->posts." WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 761 | 761 | array('location')
|
| 762 | 762 | ) |
| 763 | 763 | ); |
| 764 | 764 | |
| 765 | - if($location_page){
|
|
| 765 | + if ($location_page) {
|
|
| 766 | 766 | $location_slug = get_option('geodir_location_prefix');
|
| 767 | - if(!$location_slug ){$location_slug = 'location';}
|
|
| 768 | - wp_update_post( array('ID' => $location_page, 'post_status' => 'publish','post_name' => $location_slug) );
|
|
| 769 | - update_option( 'geodir_location_page', $location_page); |
|
| 767 | + if (!$location_slug) {$location_slug = 'location'; }
|
|
| 768 | + wp_update_post(array('ID' => $location_page, 'post_status' => 'publish', 'post_name' => $location_slug));
|
|
| 769 | + update_option('geodir_location_page', $location_page);
|
|
| 770 | 770 | } |
| 771 | 771 | |
| 772 | 772 | } |
@@ -785,13 +785,13 @@ discard block |
||
| 785 | 785 | $post_types = get_option('geodir_post_types');
|
| 786 | 786 | |
| 787 | 787 | |
| 788 | - if (is_array($post_types)){
|
|
| 788 | + if (is_array($post_types)) {
|
|
| 789 | 789 | |
| 790 | 790 | foreach ($post_types as $post_type => $args) {
|
| 791 | 791 | |
| 792 | 792 | |
| 793 | - if(isset($args['rewrite']['slug'])){
|
|
| 794 | - $args['rewrite']['slug'] = str_replace("/%gd_taxonomy%","",$args['rewrite']['slug']);
|
|
| 793 | + if (isset($args['rewrite']['slug'])) {
|
|
| 794 | + $args['rewrite']['slug'] = str_replace("/%gd_taxonomy%", "", $args['rewrite']['slug']);
|
|
| 795 | 795 | } |
| 796 | 796 | |
| 797 | 797 | $alt_post_types[$post_type] = $args; |
@@ -799,8 +799,8 @@ discard block |
||
| 799 | 799 | } |
| 800 | 800 | } |
| 801 | 801 | |
| 802 | - if(!empty($alt_post_types)) {
|
|
| 803 | - update_option('geodir_post_types',$alt_post_types);
|
|
| 802 | + if (!empty($alt_post_types)) {
|
|
| 803 | + update_option('geodir_post_types', $alt_post_types);
|
|
| 804 | 804 | } |
| 805 | 805 | |
| 806 | 806 | |
@@ -826,9 +826,9 @@ discard block |
||
| 826 | 826 | foreach ($all_postypes as $key) {
|
| 827 | 827 | // update each GD CTP |
| 828 | 828 | try {
|
| 829 | - $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");
|
|
| 830 | - } catch(Exception $e) {
|
|
| 831 | - error_log( 'Error: ' . $e->getMessage() ); |
|
| 829 | + $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");
|
|
| 830 | + } catch (Exception $e) {
|
|
| 831 | + error_log('Error: '.$e->getMessage());
|
|
| 832 | 832 | } |
| 833 | 833 | } |
| 834 | 834 | } |
@@ -10,47 +10,47 @@ 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 | - } |
|
| 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 | 24 | |
| 25 | - if (GEODIRECTORY_VERSION <= '1.4.6') {
|
|
| 26 | - add_action('init', 'geodir_upgrade_146', 11);
|
|
| 27 | - } |
|
| 25 | + if (GEODIRECTORY_VERSION <= '1.4.6') {
|
|
| 26 | + add_action('init', 'geodir_upgrade_146', 11);
|
|
| 27 | + } |
|
| 28 | 28 | |
| 29 | - if (GEODIRECTORY_VERSION <= '1.4.8') {
|
|
| 30 | - add_action('init', 'geodir_upgrade_148', 11);
|
|
| 31 | - } |
|
| 29 | + if (GEODIRECTORY_VERSION <= '1.4.8') {
|
|
| 30 | + add_action('init', 'geodir_upgrade_148', 11);
|
|
| 31 | + } |
|
| 32 | 32 | |
| 33 | - if (GEODIRECTORY_VERSION <= '1.5.0') {
|
|
| 34 | - add_action('init', 'geodir_upgrade_150', 11);
|
|
| 35 | - } |
|
| 33 | + if (GEODIRECTORY_VERSION <= '1.5.0') {
|
|
| 34 | + add_action('init', 'geodir_upgrade_150', 11);
|
|
| 35 | + } |
|
| 36 | 36 | |
| 37 | - if (GEODIRECTORY_VERSION <= '1.5.2') {
|
|
| 38 | - add_action('init', 'geodir_upgrade_152', 11);
|
|
| 39 | - } |
|
| 37 | + if (GEODIRECTORY_VERSION <= '1.5.2') {
|
|
| 38 | + add_action('init', 'geodir_upgrade_152', 11);
|
|
| 39 | + } |
|
| 40 | 40 | |
| 41 | - if (GEODIRECTORY_VERSION <= '1.5.3') {
|
|
| 42 | - add_action('init', 'geodir_upgrade_153', 11);
|
|
| 43 | - } |
|
| 41 | + if (GEODIRECTORY_VERSION <= '1.5.3') {
|
|
| 42 | + add_action('init', 'geodir_upgrade_153', 11);
|
|
| 43 | + } |
|
| 44 | 44 | |
| 45 | - if (GEODIRECTORY_VERSION <= '1.5.4') {
|
|
| 46 | - add_action('init', 'geodir_upgrade_154', 11);
|
|
| 47 | - } |
|
| 45 | + if (GEODIRECTORY_VERSION <= '1.5.4') {
|
|
| 46 | + add_action('init', 'geodir_upgrade_154', 11);
|
|
| 47 | + } |
|
| 48 | 48 | |
| 49 | 49 | |
| 50 | 50 | |
| 51 | - add_action('init', 'gd_fix_cpt_rewrite_slug', 11);// this needs to be kept for a few versions
|
|
| 51 | + add_action('init', 'gd_fix_cpt_rewrite_slug', 11);// this needs to be kept for a few versions
|
|
| 52 | 52 | |
| 53 | - update_option('geodirectory' . '_db_version', GEODIRECTORY_VERSION);
|
|
| 53 | + update_option('geodirectory' . '_db_version', GEODIRECTORY_VERSION);
|
|
| 54 | 54 | |
| 55 | 55 | } |
| 56 | 56 | |
@@ -63,10 +63,10 @@ discard block |
||
| 63 | 63 | */ |
| 64 | 64 | function geodirectory_upgrade_all() |
| 65 | 65 | {
|
| 66 | - geodir_create_tables(); |
|
| 67 | - geodir_update_review_db(); |
|
| 68 | - gd_install_theme_compat(); |
|
| 69 | - gd_convert_custom_field_display(); |
|
| 66 | + geodir_create_tables(); |
|
| 67 | + geodir_update_review_db(); |
|
| 68 | + gd_install_theme_compat(); |
|
| 69 | + gd_convert_custom_field_display(); |
|
| 70 | 70 | } |
| 71 | 71 | |
| 72 | 72 | /** |
@@ -77,7 +77,7 @@ discard block |
||
| 77 | 77 | */ |
| 78 | 78 | function geodir_upgrade_136() |
| 79 | 79 | {
|
| 80 | - geodir_fix_review_overall_rating(); |
|
| 80 | + geodir_fix_review_overall_rating(); |
|
| 81 | 81 | } |
| 82 | 82 | |
| 83 | 83 | /** |
@@ -87,7 +87,7 @@ discard block |
||
| 87 | 87 | * @package GeoDirectory |
| 88 | 88 | */ |
| 89 | 89 | function geodir_upgrade_146(){
|
| 90 | - gd_convert_virtual_pages(); |
|
| 90 | + gd_convert_virtual_pages(); |
|
| 91 | 91 | } |
| 92 | 92 | |
| 93 | 93 | /** |
@@ -97,7 +97,7 @@ discard block |
||
| 97 | 97 | * @package GeoDirectory |
| 98 | 98 | */ |
| 99 | 99 | function geodir_upgrade_150(){
|
| 100 | - gd_fix_cpt_rewrite_slug(); |
|
| 100 | + gd_fix_cpt_rewrite_slug(); |
|
| 101 | 101 | } |
| 102 | 102 | |
| 103 | 103 | |
@@ -109,11 +109,11 @@ discard block |
||
| 109 | 109 | * @package GeoDirectory |
| 110 | 110 | */ |
| 111 | 111 | function geodir_upgrade_148(){
|
| 112 | - /* |
|
| 112 | + /* |
|
| 113 | 113 | * Blank the users google password if present as we now use oAuth 2.0 |
| 114 | 114 | */ |
| 115 | - update_option('geodir_ga_pass','');
|
|
| 116 | - update_option('geodir_ga_user','');
|
|
| 115 | + update_option('geodir_ga_pass','');
|
|
| 116 | + update_option('geodir_ga_user','');
|
|
| 117 | 117 | |
| 118 | 118 | } |
| 119 | 119 | |
@@ -125,8 +125,8 @@ discard block |
||
| 125 | 125 | * @package GeoDirectory |
| 126 | 126 | */ |
| 127 | 127 | function geodir_upgrade_153(){
|
| 128 | - geodir_create_page(esc_sql(_x('gd-info', 'page_slug', 'geodirectory')), 'geodir_info_page', __('Info', 'geodirectory'), '');
|
|
| 129 | - geodir_create_page(esc_sql(_x('gd-login', 'page_slug', 'geodirectory')), 'geodir_login_page', __('Login', 'geodirectory'), '');
|
|
| 128 | + geodir_create_page(esc_sql(_x('gd-info', 'page_slug', 'geodirectory')), 'geodir_info_page', __('Info', 'geodirectory'), '');
|
|
| 129 | + geodir_create_page(esc_sql(_x('gd-login', 'page_slug', 'geodirectory')), 'geodir_login_page', __('Login', 'geodirectory'), '');
|
|
| 130 | 130 | } |
| 131 | 131 | |
| 132 | 132 | /** |
@@ -136,7 +136,7 @@ discard block |
||
| 136 | 136 | * @package GeoDirectory |
| 137 | 137 | */ |
| 138 | 138 | function geodir_upgrade_154(){
|
| 139 | - geodir_create_page(esc_sql(_x('gd-home', 'page_slug', 'geodirectory')), 'geodir_home_page', __('GD Home page', 'geodirectory'), '');
|
|
| 139 | + geodir_create_page(esc_sql(_x('gd-home', 'page_slug', 'geodirectory')), 'geodir_home_page', __('GD Home page', 'geodirectory'), '');
|
|
| 140 | 140 | } |
| 141 | 141 | |
| 142 | 142 | /** |
@@ -146,7 +146,7 @@ discard block |
||
| 146 | 146 | * @package GeoDirectory |
| 147 | 147 | */ |
| 148 | 148 | function geodir_upgrade_152(){
|
| 149 | - gd_fix_address_detail_table_limit(); |
|
| 149 | + gd_fix_address_detail_table_limit(); |
|
| 150 | 150 | } |
| 151 | 151 | |
| 152 | 152 | |
@@ -162,12 +162,12 @@ discard block |
||
| 162 | 162 | */ |
| 163 | 163 | function geodir_update_review_db() |
| 164 | 164 | {
|
| 165 | - global $wpdb, $plugin_prefix; |
|
| 165 | + global $wpdb, $plugin_prefix; |
|
| 166 | 166 | |
| 167 | - geodir_fix_review_date(); |
|
| 168 | - geodir_fix_review_post_status(); |
|
| 169 | - geodir_fix_review_content(); |
|
| 170 | - geodir_fix_review_location(); |
|
| 167 | + geodir_fix_review_date(); |
|
| 168 | + geodir_fix_review_post_status(); |
|
| 169 | + geodir_fix_review_content(); |
|
| 170 | + geodir_fix_review_location(); |
|
| 171 | 171 | |
| 172 | 172 | } |
| 173 | 173 | |
@@ -180,8 +180,8 @@ discard block |
||
| 180 | 180 | */ |
| 181 | 181 | function geodir_fix_review_date() |
| 182 | 182 | {
|
| 183 | - global $wpdb; |
|
| 184 | - $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'");
|
|
| 183 | + global $wpdb; |
|
| 184 | + $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'");
|
|
| 185 | 185 | } |
| 186 | 186 | |
| 187 | 187 | /** |
@@ -193,8 +193,8 @@ discard block |
||
| 193 | 193 | */ |
| 194 | 194 | function geodir_fix_review_post_status() |
| 195 | 195 | {
|
| 196 | - global $wpdb; |
|
| 197 | - $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'");
|
|
| 196 | + global $wpdb; |
|
| 197 | + $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'");
|
|
| 198 | 198 | } |
| 199 | 199 | |
| 200 | 200 | /** |
@@ -207,12 +207,12 @@ discard block |
||
| 207 | 207 | */ |
| 208 | 208 | function geodir_fix_review_content() |
| 209 | 209 | {
|
| 210 | - global $wpdb; |
|
| 211 | - 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")) {
|
|
| 212 | - return true; |
|
| 213 | - } else {
|
|
| 214 | - return false; |
|
| 215 | - } |
|
| 210 | + global $wpdb; |
|
| 211 | + 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")) {
|
|
| 212 | + return true; |
|
| 213 | + } else {
|
|
| 214 | + return false; |
|
| 215 | + } |
|
| 216 | 216 | } |
| 217 | 217 | |
| 218 | 218 | /** |
@@ -225,20 +225,20 @@ discard block |
||
| 225 | 225 | */ |
| 226 | 226 | function geodir_fix_review_location() |
| 227 | 227 | {
|
| 228 | - global $wpdb; |
|
| 228 | + global $wpdb; |
|
| 229 | 229 | |
| 230 | - $all_postypes = geodir_get_posttypes(); |
|
| 230 | + $all_postypes = geodir_get_posttypes(); |
|
| 231 | 231 | |
| 232 | - if (!empty($all_postypes)) {
|
|
| 233 | - foreach ($all_postypes as $key) {
|
|
| 234 | - // update each GD CTP |
|
| 232 | + if (!empty($all_postypes)) {
|
|
| 233 | + foreach ($all_postypes as $key) {
|
|
| 234 | + // update each GD CTP |
|
| 235 | 235 | |
| 236 | - $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");
|
|
| 236 | + $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");
|
|
| 237 | 237 | |
| 238 | - } |
|
| 239 | - return true; |
|
| 240 | - } |
|
| 241 | - return false; |
|
| 238 | + } |
|
| 239 | + return true; |
|
| 240 | + } |
|
| 241 | + return false; |
|
| 242 | 242 | } |
| 243 | 243 | |
| 244 | 244 | /** |
@@ -250,82 +250,82 @@ discard block |
||
| 250 | 250 | */ |
| 251 | 251 | function geodir_fix_review_overall_rating() |
| 252 | 252 | {
|
| 253 | - global $wpdb; |
|
| 253 | + global $wpdb; |
|
| 254 | 254 | |
| 255 | - $all_postypes = geodir_get_posttypes(); |
|
| 255 | + $all_postypes = geodir_get_posttypes(); |
|
| 256 | 256 | |
| 257 | - if (!empty($all_postypes)) {
|
|
| 258 | - foreach ($all_postypes as $key) {
|
|
| 259 | - // update each GD CTP |
|
| 260 | - $reviews = $wpdb->get_results("SELECT post_id FROM " . $wpdb->prefix . "geodir_" . $key . "_detail d");
|
|
| 257 | + if (!empty($all_postypes)) {
|
|
| 258 | + foreach ($all_postypes as $key) {
|
|
| 259 | + // update each GD CTP |
|
| 260 | + $reviews = $wpdb->get_results("SELECT post_id FROM " . $wpdb->prefix . "geodir_" . $key . "_detail d");
|
|
| 261 | 261 | |
| 262 | - if (!empty($reviews)) {
|
|
| 263 | - foreach ($reviews as $post_id) {
|
|
| 264 | - geodir_update_postrating($post_id->post_id, $key); |
|
| 265 | - } |
|
| 262 | + if (!empty($reviews)) {
|
|
| 263 | + foreach ($reviews as $post_id) {
|
|
| 264 | + geodir_update_postrating($post_id->post_id, $key); |
|
| 265 | + } |
|
| 266 | 266 | |
| 267 | - } |
|
| 267 | + } |
|
| 268 | 268 | |
| 269 | - } |
|
| 269 | + } |
|
| 270 | 270 | |
| 271 | - } |
|
| 271 | + } |
|
| 272 | 272 | } |
| 273 | 273 | |
| 274 | 274 | |
| 275 | 275 | function gd_convert_custom_field_display(){
|
| 276 | - global $wpdb; |
|
| 276 | + global $wpdb; |
|
| 277 | 277 | |
| 278 | - $field_info = $wpdb->get_results("select * from " . GEODIR_CUSTOM_FIELDS_TABLE);
|
|
| 278 | + $field_info = $wpdb->get_results("select * from " . GEODIR_CUSTOM_FIELDS_TABLE);
|
|
| 279 | 279 | |
| 280 | - $has_run = get_option('gd_convert_custom_field_display');
|
|
| 281 | - if($has_run){return;}
|
|
| 280 | + $has_run = get_option('gd_convert_custom_field_display');
|
|
| 281 | + if($has_run){return;}
|
|
| 282 | 282 | |
| 283 | - // set the field_type_key for standard fields |
|
| 284 | - $wpdb->query("UPDATE ".GEODIR_CUSTOM_FIELDS_TABLE." SET field_type_key = field_type");
|
|
| 283 | + // set the field_type_key for standard fields |
|
| 284 | + $wpdb->query("UPDATE ".GEODIR_CUSTOM_FIELDS_TABLE." SET field_type_key = field_type");
|
|
| 285 | 285 | |
| 286 | 286 | |
| 287 | - if(is_array( $field_info)){
|
|
| 287 | + if(is_array( $field_info)){
|
|
| 288 | 288 | |
| 289 | - foreach( $field_info as $cf){
|
|
| 289 | + foreach( $field_info as $cf){
|
|
| 290 | 290 | |
| 291 | - $id = $cf->id; |
|
| 291 | + $id = $cf->id; |
|
| 292 | 292 | |
| 293 | - if(!property_exists($cf,'show_in') || !$id){return;}
|
|
| 293 | + if(!property_exists($cf,'show_in') || !$id){return;}
|
|
| 294 | 294 | |
| 295 | - $show_in_arr = array(); |
|
| 295 | + $show_in_arr = array(); |
|
| 296 | 296 | |
| 297 | - if($cf->is_default){
|
|
| 298 | - $show_in_arr[] = "[detail]"; |
|
| 299 | - } |
|
| 297 | + if($cf->is_default){
|
|
| 298 | + $show_in_arr[] = "[detail]"; |
|
| 299 | + } |
|
| 300 | 300 | |
| 301 | - if($cf->show_on_detail){
|
|
| 302 | - $show_in_arr[] = "[moreinfo]"; |
|
| 303 | - } |
|
| 301 | + if($cf->show_on_detail){
|
|
| 302 | + $show_in_arr[] = "[moreinfo]"; |
|
| 303 | + } |
|
| 304 | 304 | |
| 305 | - if($cf->show_on_listing){
|
|
| 306 | - $show_in_arr[] = "[listing]"; |
|
| 307 | - } |
|
| 305 | + if($cf->show_on_listing){
|
|
| 306 | + $show_in_arr[] = "[listing]"; |
|
| 307 | + } |
|
| 308 | 308 | |
| 309 | - if($cf->show_as_tab || $cf->htmlvar_name=='geodir_video' || $cf->htmlvar_name=='geodir_special_offers'){
|
|
| 310 | - $show_in_arr[] = "[owntab]"; |
|
| 311 | - } |
|
| 309 | + if($cf->show_as_tab || $cf->htmlvar_name=='geodir_video' || $cf->htmlvar_name=='geodir_special_offers'){
|
|
| 310 | + $show_in_arr[] = "[owntab]"; |
|
| 311 | + } |
|
| 312 | 312 | |
| 313 | - if($cf->htmlvar_name=='post' || $cf->htmlvar_name=='geodir_contact' || $cf->htmlvar_name=='geodir_timing'){
|
|
| 314 | - $show_in_arr[] = "[mapbubble]"; |
|
| 315 | - } |
|
| 313 | + if($cf->htmlvar_name=='post' || $cf->htmlvar_name=='geodir_contact' || $cf->htmlvar_name=='geodir_timing'){
|
|
| 314 | + $show_in_arr[] = "[mapbubble]"; |
|
| 315 | + } |
|
| 316 | 316 | |
| 317 | - if(!empty($show_in_arr )){
|
|
| 318 | - $show_in_arr = implode(',',$show_in_arr);
|
|
| 319 | - }else{
|
|
| 320 | - $show_in_arr = ''; |
|
| 321 | - } |
|
| 317 | + if(!empty($show_in_arr )){
|
|
| 318 | + $show_in_arr = implode(',',$show_in_arr);
|
|
| 319 | + }else{
|
|
| 320 | + $show_in_arr = ''; |
|
| 321 | + } |
|
| 322 | 322 | |
| 323 | - $wpdb->query("UPDATE ".GEODIR_CUSTOM_FIELDS_TABLE." SET show_in='$show_in_arr' WHERE id=$id");
|
|
| 323 | + $wpdb->query("UPDATE ".GEODIR_CUSTOM_FIELDS_TABLE." SET show_in='$show_in_arr' WHERE id=$id");
|
|
| 324 | 324 | |
| 325 | - } |
|
| 325 | + } |
|
| 326 | 326 | |
| 327 | - update_option('gd_convert_custom_field_display',1);
|
|
| 328 | - } |
|
| 327 | + update_option('gd_convert_custom_field_display',1);
|
|
| 328 | + } |
|
| 329 | 329 | } |
| 330 | 330 | |
| 331 | 331 | ############################################ |
@@ -341,384 +341,384 @@ discard block |
||
| 341 | 341 | */ |
| 342 | 342 | function gd_install_theme_compat() |
| 343 | 343 | {
|
| 344 | - global $wpdb; |
|
| 344 | + global $wpdb; |
|
| 345 | 345 | |
| 346 | - $theme_compat = array(); |
|
| 347 | - $theme_compat = get_option('gd_theme_compats');
|
|
| 346 | + $theme_compat = array(); |
|
| 347 | + $theme_compat = get_option('gd_theme_compats');
|
|
| 348 | 348 | //GDF |
| 349 | - $theme_compat['GeoDirectory_Framework'] = array( |
|
| 350 | - 'geodir_wrapper_open_id' => 'geodir_wrapper', |
|
| 351 | - 'geodir_wrapper_open_class' => '', |
|
| 352 | - 'geodir_wrapper_open_replace' => '', |
|
| 353 | - 'geodir_wrapper_close_replace' => '</div></div><!-- content ends here-->', |
|
| 354 | - 'geodir_wrapper_content_open_id' => 'geodir_content', |
|
| 355 | - 'geodir_wrapper_content_open_class' => '', |
|
| 356 | - 'geodir_wrapper_content_open_replace' => '', |
|
| 357 | - 'geodir_wrapper_content_close_replace' => '', |
|
| 358 | - 'geodir_article_open_id' => '', |
|
| 359 | - 'geodir_article_open_class' => '', |
|
| 360 | - 'geodir_article_open_replace' => '', |
|
| 361 | - 'geodir_article_close_replace' => '', |
|
| 362 | - 'geodir_sidebar_right_open_id' => '', |
|
| 363 | - 'geodir_sidebar_right_open_class' => '', |
|
| 364 | - 'geodir_sidebar_right_open_replace' => '<aside id="gd-sidebar-wrapper" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 365 | - 'geodir_sidebar_right_close_replace' => '', |
|
| 366 | - 'geodir_sidebar_left_open_id' => '', |
|
| 367 | - 'geodir_sidebar_left_open_class' => '', |
|
| 368 | - 'geodir_sidebar_left_open_replace' => '<aside id="gd-sidebar-wrapper" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 369 | - 'geodir_sidebar_left_close_replace' => '', |
|
| 370 | - 'geodir_main_content_open_id' => '', |
|
| 371 | - 'geodir_main_content_open_class' => '', |
|
| 372 | - 'geodir_main_content_open_replace' => '<!-- removed -->', |
|
| 373 | - 'geodir_main_content_close_replace' => '<!-- removed -->', |
|
| 374 | - 'geodir_top_content_add' => '', |
|
| 375 | - 'geodir_before_main_content_add' => '<div class="clearfix geodir-common">', |
|
| 376 | - 'geodir_before_widget_filter' => '', |
|
| 377 | - 'geodir_after_widget_filter' => '', |
|
| 378 | - 'geodir_theme_compat_css' => '', |
|
| 379 | - 'geodir_theme_compat_js' => '', |
|
| 380 | - 'geodir_theme_compat_default_options' => '', |
|
| 381 | - 'geodir_theme_compat_code' => '' |
|
| 382 | - ); |
|
| 349 | + $theme_compat['GeoDirectory_Framework'] = array( |
|
| 350 | + 'geodir_wrapper_open_id' => 'geodir_wrapper', |
|
| 351 | + 'geodir_wrapper_open_class' => '', |
|
| 352 | + 'geodir_wrapper_open_replace' => '', |
|
| 353 | + 'geodir_wrapper_close_replace' => '</div></div><!-- content ends here-->', |
|
| 354 | + 'geodir_wrapper_content_open_id' => 'geodir_content', |
|
| 355 | + 'geodir_wrapper_content_open_class' => '', |
|
| 356 | + 'geodir_wrapper_content_open_replace' => '', |
|
| 357 | + 'geodir_wrapper_content_close_replace' => '', |
|
| 358 | + 'geodir_article_open_id' => '', |
|
| 359 | + 'geodir_article_open_class' => '', |
|
| 360 | + 'geodir_article_open_replace' => '', |
|
| 361 | + 'geodir_article_close_replace' => '', |
|
| 362 | + 'geodir_sidebar_right_open_id' => '', |
|
| 363 | + 'geodir_sidebar_right_open_class' => '', |
|
| 364 | + 'geodir_sidebar_right_open_replace' => '<aside id="gd-sidebar-wrapper" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 365 | + 'geodir_sidebar_right_close_replace' => '', |
|
| 366 | + 'geodir_sidebar_left_open_id' => '', |
|
| 367 | + 'geodir_sidebar_left_open_class' => '', |
|
| 368 | + 'geodir_sidebar_left_open_replace' => '<aside id="gd-sidebar-wrapper" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 369 | + 'geodir_sidebar_left_close_replace' => '', |
|
| 370 | + 'geodir_main_content_open_id' => '', |
|
| 371 | + 'geodir_main_content_open_class' => '', |
|
| 372 | + 'geodir_main_content_open_replace' => '<!-- removed -->', |
|
| 373 | + 'geodir_main_content_close_replace' => '<!-- removed -->', |
|
| 374 | + 'geodir_top_content_add' => '', |
|
| 375 | + 'geodir_before_main_content_add' => '<div class="clearfix geodir-common">', |
|
| 376 | + 'geodir_before_widget_filter' => '', |
|
| 377 | + 'geodir_after_widget_filter' => '', |
|
| 378 | + 'geodir_theme_compat_css' => '', |
|
| 379 | + 'geodir_theme_compat_js' => '', |
|
| 380 | + 'geodir_theme_compat_default_options' => '', |
|
| 381 | + 'geodir_theme_compat_code' => '' |
|
| 382 | + ); |
|
| 383 | 383 | |
| 384 | 384 | //Directory Theme |
| 385 | - $theme_compat['Directory_Starter'] = array( |
|
| 386 | - 'geodir_wrapper_open_id' => 'geodir_wrapper', |
|
| 387 | - 'geodir_wrapper_open_class' => '', |
|
| 388 | - 'geodir_wrapper_open_replace' => '', |
|
| 389 | - 'geodir_wrapper_close_replace' => '</div></div><!-- content ends here-->', |
|
| 390 | - 'geodir_wrapper_content_open_id' => 'geodir_content', |
|
| 391 | - 'geodir_wrapper_content_open_class' => '', |
|
| 392 | - 'geodir_wrapper_content_open_replace' => '', |
|
| 393 | - 'geodir_wrapper_content_close_replace' => '', |
|
| 394 | - 'geodir_article_open_id' => '', |
|
| 395 | - 'geodir_article_open_class' => '', |
|
| 396 | - 'geodir_article_open_replace' => '', |
|
| 397 | - 'geodir_article_close_replace' => '', |
|
| 398 | - 'geodir_sidebar_right_open_id' => '', |
|
| 399 | - 'geodir_sidebar_right_open_class' => '', |
|
| 400 | - 'geodir_sidebar_right_open_replace' => '<aside id="gd-sidebar-wrapper" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 401 | - 'geodir_sidebar_right_close_replace' => '', |
|
| 402 | - 'geodir_sidebar_left_open_id' => '', |
|
| 403 | - 'geodir_sidebar_left_open_class' => '', |
|
| 404 | - 'geodir_sidebar_left_open_replace' => '<aside id="gd-sidebar-wrapper" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 405 | - 'geodir_sidebar_left_close_replace' => '', |
|
| 406 | - 'geodir_main_content_open_id' => '', |
|
| 407 | - 'geodir_main_content_open_class' => '', |
|
| 408 | - 'geodir_main_content_open_replace' => '<!-- removed -->', |
|
| 409 | - 'geodir_main_content_close_replace' => '<!-- removed -->', |
|
| 410 | - 'geodir_top_content_add' => '', |
|
| 411 | - 'geodir_before_main_content_add' => '<div class="clearfix geodir-common">', |
|
| 412 | - 'geodir_before_widget_filter' => '', |
|
| 413 | - 'geodir_after_widget_filter' => '', |
|
| 414 | - 'geodir_theme_compat_css' => '', |
|
| 415 | - 'geodir_theme_compat_js' => '', |
|
| 416 | - 'geodir_theme_compat_default_options' => '', |
|
| 417 | - 'geodir_theme_compat_code' => '' |
|
| 418 | - ); |
|
| 385 | + $theme_compat['Directory_Starter'] = array( |
|
| 386 | + 'geodir_wrapper_open_id' => 'geodir_wrapper', |
|
| 387 | + 'geodir_wrapper_open_class' => '', |
|
| 388 | + 'geodir_wrapper_open_replace' => '', |
|
| 389 | + 'geodir_wrapper_close_replace' => '</div></div><!-- content ends here-->', |
|
| 390 | + 'geodir_wrapper_content_open_id' => 'geodir_content', |
|
| 391 | + 'geodir_wrapper_content_open_class' => '', |
|
| 392 | + 'geodir_wrapper_content_open_replace' => '', |
|
| 393 | + 'geodir_wrapper_content_close_replace' => '', |
|
| 394 | + 'geodir_article_open_id' => '', |
|
| 395 | + 'geodir_article_open_class' => '', |
|
| 396 | + 'geodir_article_open_replace' => '', |
|
| 397 | + 'geodir_article_close_replace' => '', |
|
| 398 | + 'geodir_sidebar_right_open_id' => '', |
|
| 399 | + 'geodir_sidebar_right_open_class' => '', |
|
| 400 | + 'geodir_sidebar_right_open_replace' => '<aside id="gd-sidebar-wrapper" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 401 | + 'geodir_sidebar_right_close_replace' => '', |
|
| 402 | + 'geodir_sidebar_left_open_id' => '', |
|
| 403 | + 'geodir_sidebar_left_open_class' => '', |
|
| 404 | + 'geodir_sidebar_left_open_replace' => '<aside id="gd-sidebar-wrapper" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 405 | + 'geodir_sidebar_left_close_replace' => '', |
|
| 406 | + 'geodir_main_content_open_id' => '', |
|
| 407 | + 'geodir_main_content_open_class' => '', |
|
| 408 | + 'geodir_main_content_open_replace' => '<!-- removed -->', |
|
| 409 | + 'geodir_main_content_close_replace' => '<!-- removed -->', |
|
| 410 | + 'geodir_top_content_add' => '', |
|
| 411 | + 'geodir_before_main_content_add' => '<div class="clearfix geodir-common">', |
|
| 412 | + 'geodir_before_widget_filter' => '', |
|
| 413 | + 'geodir_after_widget_filter' => '', |
|
| 414 | + 'geodir_theme_compat_css' => '', |
|
| 415 | + 'geodir_theme_compat_js' => '', |
|
| 416 | + 'geodir_theme_compat_default_options' => '', |
|
| 417 | + 'geodir_theme_compat_code' => '' |
|
| 418 | + ); |
|
| 419 | 419 | |
| 420 | 420 | //Jobby |
| 421 | - $theme_compat['Jobby'] = $theme_compat['Directory_Starter']; |
|
| 421 | + $theme_compat['Jobby'] = $theme_compat['Directory_Starter']; |
|
| 422 | 422 | |
| 423 | 423 | //GeoProperty |
| 424 | - $theme_compat['GeoProperty'] = $theme_compat['Directory_Starter']; |
|
| 424 | + $theme_compat['GeoProperty'] = $theme_compat['Directory_Starter']; |
|
| 425 | 425 | |
| 426 | 426 | //Avada |
| 427 | - $theme_compat['Avada'] = array( |
|
| 428 | - 'geodir_wrapper_open_id' => '', |
|
| 429 | - 'geodir_wrapper_open_class' => '', |
|
| 430 | - 'geodir_wrapper_open_replace' => '<!-- removed -->', |
|
| 431 | - 'geodir_wrapper_close_replace' => '<!-- removed -->', |
|
| 432 | - 'geodir_wrapper_content_open_id' => 'content', |
|
| 433 | - 'geodir_wrapper_content_open_class' => '', |
|
| 434 | - 'geodir_wrapper_content_open_replace' => '', |
|
| 435 | - 'geodir_wrapper_content_close_replace' => '', |
|
| 436 | - 'geodir_article_open_id' => '', |
|
| 437 | - 'geodir_article_open_class' => '', |
|
| 438 | - 'geodir_article_open_replace' => '', |
|
| 439 | - 'geodir_article_close_replace' => '', |
|
| 440 | - 'geodir_sidebar_right_open_id' => '', |
|
| 441 | - 'geodir_sidebar_right_open_class' => '', |
|
| 442 | - 'geodir_sidebar_right_open_replace' => '<div id="sidebar" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 443 | - 'geodir_sidebar_right_close_replace' => '</div><!-- end sidebar -->', |
|
| 444 | - 'geodir_sidebar_left_open_id' => '', |
|
| 445 | - 'geodir_sidebar_left_open_class' => '', |
|
| 446 | - 'geodir_sidebar_left_open_replace' => '<div id="sidebar" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 447 | - 'geodir_sidebar_left_close_replace' => '</div><!-- end sidebar -->', |
|
| 448 | - 'geodir_main_content_open_id' => '', |
|
| 449 | - 'geodir_main_content_open_class' => '', |
|
| 450 | - 'geodir_main_content_open_replace' => '<!-- removed -->', |
|
| 451 | - 'geodir_main_content_close_replace' => '<!-- removed -->', |
|
| 452 | - 'geodir_top_content_add' => '', |
|
| 453 | - 'geodir_before_main_content_add' => '', |
|
| 454 | - 'geodir_before_widget_filter' => '', |
|
| 455 | - 'geodir_after_widget_filter' => '', |
|
| 456 | - '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;}'),
|
|
| 457 | - 'geodir_theme_compat_js' => '', |
|
| 458 | - 'geodir_theme_compat_default_options' => '', |
|
| 459 | - 'geodir_theme_compat_code' => 'Avada' |
|
| 460 | - ); |
|
| 427 | + $theme_compat['Avada'] = array( |
|
| 428 | + 'geodir_wrapper_open_id' => '', |
|
| 429 | + 'geodir_wrapper_open_class' => '', |
|
| 430 | + 'geodir_wrapper_open_replace' => '<!-- removed -->', |
|
| 431 | + 'geodir_wrapper_close_replace' => '<!-- removed -->', |
|
| 432 | + 'geodir_wrapper_content_open_id' => 'content', |
|
| 433 | + 'geodir_wrapper_content_open_class' => '', |
|
| 434 | + 'geodir_wrapper_content_open_replace' => '', |
|
| 435 | + 'geodir_wrapper_content_close_replace' => '', |
|
| 436 | + 'geodir_article_open_id' => '', |
|
| 437 | + 'geodir_article_open_class' => '', |
|
| 438 | + 'geodir_article_open_replace' => '', |
|
| 439 | + 'geodir_article_close_replace' => '', |
|
| 440 | + 'geodir_sidebar_right_open_id' => '', |
|
| 441 | + 'geodir_sidebar_right_open_class' => '', |
|
| 442 | + 'geodir_sidebar_right_open_replace' => '<div id="sidebar" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 443 | + 'geodir_sidebar_right_close_replace' => '</div><!-- end sidebar -->', |
|
| 444 | + 'geodir_sidebar_left_open_id' => '', |
|
| 445 | + 'geodir_sidebar_left_open_class' => '', |
|
| 446 | + 'geodir_sidebar_left_open_replace' => '<div id="sidebar" class="sidebar [class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>', |
|
| 447 | + 'geodir_sidebar_left_close_replace' => '</div><!-- end sidebar -->', |
|
| 448 | + 'geodir_main_content_open_id' => '', |
|
| 449 | + 'geodir_main_content_open_class' => '', |
|
| 450 | + 'geodir_main_content_open_replace' => '<!-- removed -->', |
|
| 451 | + 'geodir_main_content_close_replace' => '<!-- removed -->', |
|
| 452 | + 'geodir_top_content_add' => '', |
|
| 453 | + 'geodir_before_main_content_add' => '', |
|
| 454 | + 'geodir_before_widget_filter' => '', |
|
| 455 | + 'geodir_after_widget_filter' => '', |
|
| 456 | + '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;}'),
|
|
| 457 | + 'geodir_theme_compat_js' => '', |
|
| 458 | + 'geodir_theme_compat_default_options' => '', |
|
| 459 | + 'geodir_theme_compat_code' => 'Avada' |
|
| 460 | + ); |
|
| 461 | 461 | |
| 462 | 462 | //Enfold |
| 463 | - $theme_compat['Enfold'] = array( |
|
| 464 | - 'geodir_wrapper_open_id' => '', |
|
| 465 | - 'geodir_wrapper_open_class' => '', |
|
| 466 | - 'geodir_wrapper_open_replace' => '', |
|
| 467 | - 'geodir_wrapper_close_replace' => '</div></div><!-- content ends here-->', |
|
| 468 | - 'geodir_wrapper_content_open_id' => '', |
|
| 469 | - 'geodir_wrapper_content_open_class' => '', |
|
| 470 | - 'geodir_wrapper_content_open_replace' => '', |
|
| 471 | - 'geodir_wrapper_content_close_replace' => '</div></main>', |
|
| 472 | - 'geodir_article_open_id' => '', |
|
| 473 | - 'geodir_article_open_class' => '', |
|
| 474 | - 'geodir_article_open_replace' => '', |
|
| 475 | - 'geodir_article_close_replace' => '', |
|
| 476 | - 'geodir_sidebar_right_open_id' => '', |
|
| 477 | - 'geodir_sidebar_right_open_class' => '', |
|
| 478 | - 'geodir_sidebar_right_open_replace' => '', |
|
| 479 | - 'geodir_sidebar_right_close_replace' => '</div></aside><!-- sidebar ends here-->', |
|
| 480 | - 'geodir_sidebar_left_open_id' => '', |
|
| 481 | - 'geodir_sidebar_left_open_class' => '', |
|
| 482 | - 'geodir_sidebar_left_open_replace' => '', |
|
| 483 | - 'geodir_sidebar_left_close_replace' => '</div></aside><!-- sidebar ends here-->', |
|
| 484 | - 'geodir_main_content_open_id' => '', |
|
| 485 | - 'geodir_main_content_open_class' => '', |
|
| 486 | - 'geodir_main_content_open_replace' => '', |
|
| 487 | - 'geodir_main_content_close_replace' => '', |
|
| 488 | - 'geodir_top_content_add' => '', |
|
| 489 | - 'geodir_before_main_content_add' => '', |
|
| 490 | - 'geodir_before_widget_filter' => '', |
|
| 491 | - 'geodir_after_widget_filter' => '', |
|
| 492 | - '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;}'),
|
|
| 493 | - 'geodir_theme_compat_js' => '', |
|
| 494 | - 'geodir_theme_compat_default_options' => '', |
|
| 495 | - 'geodir_theme_compat_code' => 'Enfold' |
|
| 496 | - ); |
|
| 463 | + $theme_compat['Enfold'] = array( |
|
| 464 | + 'geodir_wrapper_open_id' => '', |
|
| 465 | + 'geodir_wrapper_open_class' => '', |
|
| 466 | + 'geodir_wrapper_open_replace' => '', |
|
| 467 | + 'geodir_wrapper_close_replace' => '</div></div><!-- content ends here-->', |
|
| 468 | + 'geodir_wrapper_content_open_id' => '', |
|
| 469 | + 'geodir_wrapper_content_open_class' => '', |
|
| 470 | + 'geodir_wrapper_content_open_replace' => '', |
|
| 471 | + 'geodir_wrapper_content_close_replace' => '</div></main>', |
|
| 472 | + 'geodir_article_open_id' => '', |
|
| 473 | + 'geodir_article_open_class' => '', |
|
| 474 | + 'geodir_article_open_replace' => '', |
|
| 475 | + 'geodir_article_close_replace' => '', |
|
| 476 | + 'geodir_sidebar_right_open_id' => '', |
|
| 477 | + 'geodir_sidebar_right_open_class' => '', |
|
| 478 | + 'geodir_sidebar_right_open_replace' => '', |
|
| 479 | + 'geodir_sidebar_right_close_replace' => '</div></aside><!-- sidebar ends here-->', |
|
| 480 | + 'geodir_sidebar_left_open_id' => '', |
|
| 481 | + 'geodir_sidebar_left_open_class' => '', |
|
| 482 | + 'geodir_sidebar_left_open_replace' => '', |
|
| 483 | + 'geodir_sidebar_left_close_replace' => '</div></aside><!-- sidebar ends here-->', |
|
| 484 | + 'geodir_main_content_open_id' => '', |
|
| 485 | + 'geodir_main_content_open_class' => '', |
|
| 486 | + 'geodir_main_content_open_replace' => '', |
|
| 487 | + 'geodir_main_content_close_replace' => '', |
|
| 488 | + 'geodir_top_content_add' => '', |
|
| 489 | + 'geodir_before_main_content_add' => '', |
|
| 490 | + 'geodir_before_widget_filter' => '', |
|
| 491 | + 'geodir_after_widget_filter' => '', |
|
| 492 | + '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;}'),
|
|
| 493 | + 'geodir_theme_compat_js' => '', |
|
| 494 | + 'geodir_theme_compat_default_options' => '', |
|
| 495 | + 'geodir_theme_compat_code' => 'Enfold' |
|
| 496 | + ); |
|
| 497 | 497 | |
| 498 | 498 | // X |
| 499 | - $theme_compat['X'] = array( |
|
| 500 | - 'geodir_wrapper_open_id' => '', |
|
| 501 | - 'geodir_wrapper_open_class' => '', |
|
| 502 | - 'geodir_wrapper_open_replace' => '', |
|
| 503 | - 'geodir_wrapper_close_replace' => '', |
|
| 504 | - 'geodir_wrapper_content_open_id' => '', |
|
| 505 | - 'geodir_wrapper_content_open_class' => '', |
|
| 506 | - 'geodir_wrapper_content_open_replace' => '', |
|
| 507 | - 'geodir_wrapper_content_close_replace' => '', |
|
| 508 | - 'geodir_article_open_id' => '', |
|
| 509 | - 'geodir_article_open_class' => '', |
|
| 510 | - 'geodir_article_open_replace' => '', |
|
| 511 | - 'geodir_article_close_replace' => '', |
|
| 512 | - 'geodir_sidebar_right_open_id' => '', |
|
| 513 | - 'geodir_sidebar_right_open_class' => '', |
|
| 514 | - 'geodir_sidebar_right_open_replace' => '', |
|
| 515 | - 'geodir_sidebar_right_close_replace' => '', |
|
| 516 | - 'geodir_sidebar_left_open_id' => '', |
|
| 517 | - 'geodir_sidebar_left_open_class' => '', |
|
| 518 | - 'geodir_sidebar_left_open_replace' => '', |
|
| 519 | - 'geodir_sidebar_left_close_replace' => '', |
|
| 520 | - 'geodir_main_content_open_id' => '', |
|
| 521 | - 'geodir_main_content_open_class' => '', |
|
| 522 | - 'geodir_main_content_open_replace' => '', |
|
| 523 | - 'geodir_main_content_close_replace' => '', |
|
| 524 | - 'geodir_top_content_add' => '', |
|
| 525 | - 'geodir_before_main_content_add' => '', |
|
| 526 | - 'geodir_before_widget_filter' => '', |
|
| 527 | - 'geodir_after_widget_filter' => '', |
|
| 528 | - '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}'),
|
|
| 529 | - 'geodir_theme_compat_js' => '', |
|
| 530 | - 'geodir_theme_compat_default_options' => '', |
|
| 531 | - 'geodir_theme_compat_code' => 'X' |
|
| 532 | - ); |
|
| 499 | + $theme_compat['X'] = array( |
|
| 500 | + 'geodir_wrapper_open_id' => '', |
|
| 501 | + 'geodir_wrapper_open_class' => '', |
|
| 502 | + 'geodir_wrapper_open_replace' => '', |
|
| 503 | + 'geodir_wrapper_close_replace' => '', |
|
| 504 | + 'geodir_wrapper_content_open_id' => '', |
|
| 505 | + 'geodir_wrapper_content_open_class' => '', |
|
| 506 | + 'geodir_wrapper_content_open_replace' => '', |
|
| 507 | + 'geodir_wrapper_content_close_replace' => '', |
|
| 508 | + 'geodir_article_open_id' => '', |
|
| 509 | + 'geodir_article_open_class' => '', |
|
| 510 | + 'geodir_article_open_replace' => '', |
|
| 511 | + 'geodir_article_close_replace' => '', |
|
| 512 | + 'geodir_sidebar_right_open_id' => '', |
|
| 513 | + 'geodir_sidebar_right_open_class' => '', |
|
| 514 | + 'geodir_sidebar_right_open_replace' => '', |
|
| 515 | + 'geodir_sidebar_right_close_replace' => '', |
|
| 516 | + 'geodir_sidebar_left_open_id' => '', |
|
| 517 | + 'geodir_sidebar_left_open_class' => '', |
|
| 518 | + 'geodir_sidebar_left_open_replace' => '', |
|
| 519 | + 'geodir_sidebar_left_close_replace' => '', |
|
| 520 | + 'geodir_main_content_open_id' => '', |
|
| 521 | + 'geodir_main_content_open_class' => '', |
|
| 522 | + 'geodir_main_content_open_replace' => '', |
|
| 523 | + 'geodir_main_content_close_replace' => '', |
|
| 524 | + 'geodir_top_content_add' => '', |
|
| 525 | + 'geodir_before_main_content_add' => '', |
|
| 526 | + 'geodir_before_widget_filter' => '', |
|
| 527 | + 'geodir_after_widget_filter' => '', |
|
| 528 | + '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}'),
|
|
| 529 | + 'geodir_theme_compat_js' => '', |
|
| 530 | + 'geodir_theme_compat_default_options' => '', |
|
| 531 | + 'geodir_theme_compat_code' => 'X' |
|
| 532 | + ); |
|
| 533 | 533 | |
| 534 | 534 | // Divi |
| 535 | - $theme_compat['Divi'] = array( |
|
| 536 | - 'geodir_wrapper_open_id' => 'main-content', |
|
| 537 | - 'geodir_wrapper_open_class' => '', |
|
| 538 | - 'geodir_wrapper_open_replace' => '', |
|
| 539 | - 'geodir_wrapper_close_replace' => '', |
|
| 540 | - 'geodir_wrapper_content_open_id' => 'left-area', |
|
| 541 | - 'geodir_wrapper_content_open_class' => '', |
|
| 542 | - 'geodir_wrapper_content_open_replace' => '<div class="container"><div id="content-area" class="clearfix"><div id="[id]" class="[class]" role="main" >', |
|
| 543 | - 'geodir_wrapper_content_close_replace' => '', |
|
| 544 | - 'geodir_article_open_id' => '', |
|
| 545 | - 'geodir_article_open_class' => '', |
|
| 546 | - 'geodir_article_open_replace' => '', |
|
| 547 | - 'geodir_article_close_replace' => '', |
|
| 548 | - 'geodir_sidebar_right_open_id' => 'sidebar', |
|
| 549 | - 'geodir_sidebar_right_open_class' => '', |
|
| 550 | - 'geodir_sidebar_right_open_replace' => '<aside id="[id]" class="" role="complementary" itemscope itemtype="[itemtype]" >', |
|
| 551 | - 'geodir_sidebar_right_close_replace' => '</aside><!-- sidebar ends here--></div></div>', |
|
| 552 | - 'geodir_sidebar_left_open_id' => 'sidebar', |
|
| 553 | - 'geodir_sidebar_left_open_class' => '', |
|
| 554 | - 'geodir_sidebar_left_open_replace' => '<aside id="[id]" class="" role="complementary" itemscope itemtype="[itemtype]" >', |
|
| 555 | - 'geodir_sidebar_left_close_replace' => '</aside><!-- sidebar ends here--></div></div>', |
|
| 556 | - 'geodir_main_content_open_id' => '', |
|
| 557 | - 'geodir_main_content_open_class' => '', |
|
| 558 | - 'geodir_main_content_open_replace' => '', |
|
| 559 | - 'geodir_main_content_close_replace' => '', |
|
| 560 | - 'geodir_top_content_add' => '', |
|
| 561 | - 'geodir_before_main_content_add' => '', |
|
| 562 | - 'geodir_before_widget_filter' => '', |
|
| 563 | - 'geodir_after_widget_filter' => '', |
|
| 564 | - '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}'),
|
|
| 565 | - 'geodir_theme_compat_js' => '', |
|
| 566 | - 'geodir_theme_compat_default_options' => '', |
|
| 567 | - 'geodir_theme_compat_code' => 'Divi' |
|
| 568 | - ); |
|
| 535 | + $theme_compat['Divi'] = array( |
|
| 536 | + 'geodir_wrapper_open_id' => 'main-content', |
|
| 537 | + 'geodir_wrapper_open_class' => '', |
|
| 538 | + 'geodir_wrapper_open_replace' => '', |
|
| 539 | + 'geodir_wrapper_close_replace' => '', |
|
| 540 | + 'geodir_wrapper_content_open_id' => 'left-area', |
|
| 541 | + 'geodir_wrapper_content_open_class' => '', |
|
| 542 | + 'geodir_wrapper_content_open_replace' => '<div class="container"><div id="content-area" class="clearfix"><div id="[id]" class="[class]" role="main" >', |
|
| 543 | + 'geodir_wrapper_content_close_replace' => '', |
|
| 544 | + 'geodir_article_open_id' => '', |
|
| 545 | + 'geodir_article_open_class' => '', |
|
| 546 | + 'geodir_article_open_replace' => '', |
|
| 547 | + 'geodir_article_close_replace' => '', |
|
| 548 | + 'geodir_sidebar_right_open_id' => 'sidebar', |
|
| 549 | + 'geodir_sidebar_right_open_class' => '', |
|
| 550 | + 'geodir_sidebar_right_open_replace' => '<aside id="[id]" class="" role="complementary" itemscope itemtype="[itemtype]" >', |
|
| 551 | + 'geodir_sidebar_right_close_replace' => '</aside><!-- sidebar ends here--></div></div>', |
|
| 552 | + 'geodir_sidebar_left_open_id' => 'sidebar', |
|
| 553 | + 'geodir_sidebar_left_open_class' => '', |
|
| 554 | + 'geodir_sidebar_left_open_replace' => '<aside id="[id]" class="" role="complementary" itemscope itemtype="[itemtype]" >', |
|
| 555 | + 'geodir_sidebar_left_close_replace' => '</aside><!-- sidebar ends here--></div></div>', |
|
| 556 | + 'geodir_main_content_open_id' => '', |
|
| 557 | + 'geodir_main_content_open_class' => '', |
|
| 558 | + 'geodir_main_content_open_replace' => '', |
|
| 559 | + 'geodir_main_content_close_replace' => '', |
|
| 560 | + 'geodir_top_content_add' => '', |
|
| 561 | + 'geodir_before_main_content_add' => '', |
|
| 562 | + 'geodir_before_widget_filter' => '', |
|
| 563 | + 'geodir_after_widget_filter' => '', |
|
| 564 | + '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}'),
|
|
| 565 | + 'geodir_theme_compat_js' => '', |
|
| 566 | + 'geodir_theme_compat_default_options' => '', |
|
| 567 | + 'geodir_theme_compat_code' => 'Divi' |
|
| 568 | + ); |
|
| 569 | 569 | |
| 570 | 570 | // Genesis |
| 571 | - $theme_compat['Genesis'] = array( |
|
| 572 | - 'geodir_wrapper_open_id' => '', |
|
| 573 | - 'geodir_wrapper_open_class' => 'content-sidebar-wrap', |
|
| 574 | - 'geodir_wrapper_open_replace' => '', |
|
| 575 | - 'geodir_wrapper_close_replace' => '', |
|
| 576 | - 'geodir_wrapper_content_open_id' => '', |
|
| 577 | - 'geodir_wrapper_content_open_class' => 'content', |
|
| 578 | - 'geodir_wrapper_content_open_replace' => '<div class="[class]" role="main" >', |
|
| 579 | - 'geodir_wrapper_content_close_replace' => '', |
|
| 580 | - 'geodir_article_open_id' => '', |
|
| 581 | - 'geodir_article_open_class' => '', |
|
| 582 | - 'geodir_article_open_replace' => '', |
|
| 583 | - 'geodir_article_close_replace' => '', |
|
| 584 | - 'geodir_sidebar_right_open_id' => '', |
|
| 585 | - 'geodir_sidebar_right_open_class' => 'sidebar sidebar-primary widget-area', |
|
| 586 | - 'geodir_sidebar_right_open_replace' => '<aside id="[id]" class="[class]" role="complementary" itemscope itemtype="[itemtype]">', |
|
| 587 | - 'geodir_sidebar_right_close_replace' => '', |
|
| 588 | - 'geodir_sidebar_left_open_id' => '', |
|
| 589 | - 'geodir_sidebar_left_open_class' => 'sidebar sidebar-secondary widget-area', |
|
| 590 | - 'geodir_sidebar_left_open_replace' => '<aside id="[id]" class="[class]" role="complementary" itemscope itemtype="[itemtype]">', |
|
| 591 | - 'geodir_sidebar_left_close_replace' => '', |
|
| 592 | - 'geodir_main_content_open_id' => '', |
|
| 593 | - 'geodir_main_content_open_class' => '', |
|
| 594 | - 'geodir_main_content_open_replace' => '<main id="[id]" class="entry [class]" role="main">', |
|
| 595 | - 'geodir_main_content_close_replace' => '', |
|
| 596 | - 'geodir_top_content_add' => '', |
|
| 597 | - 'geodir_before_main_content_add' => '', |
|
| 598 | - 'geodir_before_widget_filter' => '', |
|
| 599 | - 'geodir_after_widget_filter' => '', |
|
| 600 | - 'geodir_location_switcher_menu_li_class_filter' => 'menu-item menu-item-gd-location-switcher menu-item-has-children gd-location-switcher', |
|
| 601 | - '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}'),
|
|
| 602 | - 'geodir_theme_compat_js' => '', |
|
| 603 | - 'geodir_theme_compat_default_options' => '', |
|
| 604 | - 'geodir_theme_compat_code' => 'Genesis' |
|
| 605 | - ); |
|
| 571 | + $theme_compat['Genesis'] = array( |
|
| 572 | + 'geodir_wrapper_open_id' => '', |
|
| 573 | + 'geodir_wrapper_open_class' => 'content-sidebar-wrap', |
|
| 574 | + 'geodir_wrapper_open_replace' => '', |
|
| 575 | + 'geodir_wrapper_close_replace' => '', |
|
| 576 | + 'geodir_wrapper_content_open_id' => '', |
|
| 577 | + 'geodir_wrapper_content_open_class' => 'content', |
|
| 578 | + 'geodir_wrapper_content_open_replace' => '<div class="[class]" role="main" >', |
|
| 579 | + 'geodir_wrapper_content_close_replace' => '', |
|
| 580 | + 'geodir_article_open_id' => '', |
|
| 581 | + 'geodir_article_open_class' => '', |
|
| 582 | + 'geodir_article_open_replace' => '', |
|
| 583 | + 'geodir_article_close_replace' => '', |
|
| 584 | + 'geodir_sidebar_right_open_id' => '', |
|
| 585 | + 'geodir_sidebar_right_open_class' => 'sidebar sidebar-primary widget-area', |
|
| 586 | + 'geodir_sidebar_right_open_replace' => '<aside id="[id]" class="[class]" role="complementary" itemscope itemtype="[itemtype]">', |
|
| 587 | + 'geodir_sidebar_right_close_replace' => '', |
|
| 588 | + 'geodir_sidebar_left_open_id' => '', |
|
| 589 | + 'geodir_sidebar_left_open_class' => 'sidebar sidebar-secondary widget-area', |
|
| 590 | + 'geodir_sidebar_left_open_replace' => '<aside id="[id]" class="[class]" role="complementary" itemscope itemtype="[itemtype]">', |
|
| 591 | + 'geodir_sidebar_left_close_replace' => '', |
|
| 592 | + 'geodir_main_content_open_id' => '', |
|
| 593 | + 'geodir_main_content_open_class' => '', |
|
| 594 | + 'geodir_main_content_open_replace' => '<main id="[id]" class="entry [class]" role="main">', |
|
| 595 | + 'geodir_main_content_close_replace' => '', |
|
| 596 | + 'geodir_top_content_add' => '', |
|
| 597 | + 'geodir_before_main_content_add' => '', |
|
| 598 | + 'geodir_before_widget_filter' => '', |
|
| 599 | + 'geodir_after_widget_filter' => '', |
|
| 600 | + 'geodir_location_switcher_menu_li_class_filter' => 'menu-item menu-item-gd-location-switcher menu-item-has-children gd-location-switcher', |
|
| 601 | + '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}'),
|
|
| 602 | + 'geodir_theme_compat_js' => '', |
|
| 603 | + 'geodir_theme_compat_default_options' => '', |
|
| 604 | + 'geodir_theme_compat_code' => 'Genesis' |
|
| 605 | + ); |
|
| 606 | 606 | |
| 607 | 607 | // Jupiter |
| 608 | - $theme_compat['Jupiter'] = array( |
|
| 609 | - 'geodir_wrapper_open_id' => '', |
|
| 610 | - 'geodir_wrapper_open_class' => '', |
|
| 611 | - '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">', |
|
| 612 | - 'geodir_wrapper_close_replace' => '</div></div></div>', |
|
| 613 | - 'geodir_wrapper_content_open_id' => '', |
|
| 614 | - 'geodir_wrapper_content_open_class' => '', |
|
| 615 | - 'geodir_wrapper_content_open_replace' => '', |
|
| 616 | - 'geodir_wrapper_content_close_replace' => '', |
|
| 617 | - 'geodir_article_open_id' => '', |
|
| 618 | - 'geodir_article_open_class' => '', |
|
| 619 | - 'geodir_article_open_replace' => '', |
|
| 620 | - 'geodir_article_close_replace' => '', |
|
| 621 | - 'geodir_sidebar_right_open_id' => 'mk-sidebar', |
|
| 622 | - 'geodir_sidebar_right_open_class' => 'mk-builtin geodir-sidebar-right geodir-listings-sidebar-right', |
|
| 623 | - 'geodir_sidebar_right_open_replace' => '', |
|
| 624 | - 'geodir_sidebar_right_close_replace' => '', |
|
| 625 | - 'geodir_sidebar_left_open_id' => 'mk-sidebar', |
|
| 626 | - 'geodir_sidebar_left_open_class' => 'mk-builtin geodir-sidebar-right geodir-listings-sidebar-right', |
|
| 627 | - 'geodir_sidebar_left_open_replace' => '', |
|
| 628 | - 'geodir_sidebar_left_close_replace' => '', |
|
| 629 | - 'geodir_main_content_open_id' => '', |
|
| 630 | - 'geodir_main_content_open_class' => '', |
|
| 631 | - 'geodir_main_content_open_replace' => '', |
|
| 632 | - 'geodir_main_content_close_replace' => '', |
|
| 633 | - 'geodir_top_content_add' => '', |
|
| 634 | - 'geodir_before_main_content_add' => '', |
|
| 635 | - 'geodir_before_widget_filter' => '', |
|
| 636 | - 'geodir_after_widget_filter' => '', |
|
| 637 | - 'geodir_before_title_filter' => '<h3 class="widgettitle geodir-widget-title">', |
|
| 638 | - 'geodir_after_title_filter' => '', |
|
| 639 | - 'geodir_menu_li_class_filter' => 'menu-item menu-item-has-children no-mega-menu', |
|
| 640 | - 'geodir_sub_menu_ul_class_filter' => '', |
|
| 641 | - 'geodir_sub_menu_li_class_filter' => '', |
|
| 642 | - 'geodir_menu_a_class_filter' => 'menu-item-link', |
|
| 643 | - 'geodir_sub_menu_a_class_filter' => 'menu-item-link one-page-nav-item', |
|
| 644 | - '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', |
|
| 645 | - 'geodir_location_switcher_menu_a_class_filter' => 'menu-item-link', |
|
| 646 | - 'geodir_location_switcher_menu_sub_ul_class_filter' => '', |
|
| 647 | - 'geodir_location_switcher_menu_sub_li_class_filter' => '', |
|
| 648 | - '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}'),
|
|
| 649 | - 'geodir_theme_compat_js' => '', |
|
| 650 | - 'geodir_theme_compat_default_options' => '', |
|
| 651 | - 'geodir_theme_compat_code' => 'Jupiter' |
|
| 652 | - ); |
|
| 608 | + $theme_compat['Jupiter'] = array( |
|
| 609 | + 'geodir_wrapper_open_id' => '', |
|
| 610 | + 'geodir_wrapper_open_class' => '', |
|
| 611 | + '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">', |
|
| 612 | + 'geodir_wrapper_close_replace' => '</div></div></div>', |
|
| 613 | + 'geodir_wrapper_content_open_id' => '', |
|
| 614 | + 'geodir_wrapper_content_open_class' => '', |
|
| 615 | + 'geodir_wrapper_content_open_replace' => '', |
|
| 616 | + 'geodir_wrapper_content_close_replace' => '', |
|
| 617 | + 'geodir_article_open_id' => '', |
|
| 618 | + 'geodir_article_open_class' => '', |
|
| 619 | + 'geodir_article_open_replace' => '', |
|
| 620 | + 'geodir_article_close_replace' => '', |
|
| 621 | + 'geodir_sidebar_right_open_id' => 'mk-sidebar', |
|
| 622 | + 'geodir_sidebar_right_open_class' => 'mk-builtin geodir-sidebar-right geodir-listings-sidebar-right', |
|
| 623 | + 'geodir_sidebar_right_open_replace' => '', |
|
| 624 | + 'geodir_sidebar_right_close_replace' => '', |
|
| 625 | + 'geodir_sidebar_left_open_id' => 'mk-sidebar', |
|
| 626 | + 'geodir_sidebar_left_open_class' => 'mk-builtin geodir-sidebar-right geodir-listings-sidebar-right', |
|
| 627 | + 'geodir_sidebar_left_open_replace' => '', |
|
| 628 | + 'geodir_sidebar_left_close_replace' => '', |
|
| 629 | + 'geodir_main_content_open_id' => '', |
|
| 630 | + 'geodir_main_content_open_class' => '', |
|
| 631 | + 'geodir_main_content_open_replace' => '', |
|
| 632 | + 'geodir_main_content_close_replace' => '', |
|
| 633 | + 'geodir_top_content_add' => '', |
|
| 634 | + 'geodir_before_main_content_add' => '', |
|
| 635 | + 'geodir_before_widget_filter' => '', |
|
| 636 | + 'geodir_after_widget_filter' => '', |
|
| 637 | + 'geodir_before_title_filter' => '<h3 class="widgettitle geodir-widget-title">', |
|
| 638 | + 'geodir_after_title_filter' => '', |
|
| 639 | + 'geodir_menu_li_class_filter' => 'menu-item menu-item-has-children no-mega-menu', |
|
| 640 | + 'geodir_sub_menu_ul_class_filter' => '', |
|
| 641 | + 'geodir_sub_menu_li_class_filter' => '', |
|
| 642 | + 'geodir_menu_a_class_filter' => 'menu-item-link', |
|
| 643 | + 'geodir_sub_menu_a_class_filter' => 'menu-item-link one-page-nav-item', |
|
| 644 | + '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', |
|
| 645 | + 'geodir_location_switcher_menu_a_class_filter' => 'menu-item-link', |
|
| 646 | + 'geodir_location_switcher_menu_sub_ul_class_filter' => '', |
|
| 647 | + 'geodir_location_switcher_menu_sub_li_class_filter' => '', |
|
| 648 | + '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}'),
|
|
| 649 | + 'geodir_theme_compat_js' => '', |
|
| 650 | + 'geodir_theme_compat_default_options' => '', |
|
| 651 | + 'geodir_theme_compat_code' => 'Jupiter' |
|
| 652 | + ); |
|
| 653 | 653 | |
| 654 | 654 | // Multi News |
| 655 | - $theme_compat['Multi_News'] = array( |
|
| 656 | - 'geodir_wrapper_open_id' => '', |
|
| 657 | - 'geodir_wrapper_open_class' => 'main-container clearfix', |
|
| 658 | - 'geodir_wrapper_open_replace' => '', |
|
| 659 | - 'geodir_wrapper_close_replace' => '', |
|
| 660 | - 'geodir_wrapper_content_open_id' => '', |
|
| 661 | - 'geodir_wrapper_content_open_class' => '', |
|
| 662 | - 'geodir_wrapper_content_open_replace' => '<div class="main-left" ><div class="main-content "><div class="site-content page-wrap">', |
|
| 663 | - 'geodir_wrapper_content_close_replace' => '</div></div></div>', |
|
| 664 | - 'geodir_article_open_id' => '', |
|
| 665 | - 'geodir_article_open_class' => '', |
|
| 666 | - 'geodir_article_open_replace' => '', |
|
| 667 | - 'geodir_article_close_replace' => '', |
|
| 668 | - 'geodir_sidebar_right_open_id' => '', |
|
| 669 | - 'geodir_sidebar_right_open_class' => '', |
|
| 670 | - 'geodir_sidebar_right_open_replace' => '<aside class="sidebar" role="complementary" itemscope itemtype="[itemtype]" >', |
|
| 671 | - 'geodir_sidebar_right_close_replace' => '', |
|
| 672 | - 'geodir_sidebar_left_open_id' => '', |
|
| 673 | - 'geodir_sidebar_left_open_class' => '', |
|
| 674 | - 'geodir_sidebar_left_open_replace' => '<aside class="secondary-sidebar" role="complementary" itemscope itemtype="[itemtype]" >', |
|
| 675 | - 'geodir_sidebar_left_close_replace' => '', |
|
| 676 | - 'geodir_main_content_open_id' => '', |
|
| 677 | - 'geodir_main_content_open_class' => '', |
|
| 678 | - 'geodir_main_content_open_replace' => '<div class="site-content page-wrap">', |
|
| 679 | - 'geodir_main_content_close_replace' => '</div>', |
|
| 680 | - 'geodir_top_content_add' => '', |
|
| 681 | - 'geodir_before_main_content_add' => '', |
|
| 682 | - 'geodir_full_page_class_filter' => 'section full-width-section', |
|
| 683 | - 'geodir_before_widget_filter' => '', |
|
| 684 | - 'geodir_after_widget_filter' => '', |
|
| 685 | - 'geodir_before_title_filter' => '<div class="widget-title"><h2>', |
|
| 686 | - 'geodir_after_title_filter' => '</h2></div>', |
|
| 687 | - 'geodir_menu_li_class_filter' => '', |
|
| 688 | - 'geodir_sub_menu_ul_class_filter' => '', |
|
| 689 | - 'geodir_sub_menu_li_class_filter' => '', |
|
| 690 | - 'geodir_menu_a_class_filter' => '', |
|
| 691 | - 'geodir_sub_menu_a_class_filter' => '', |
|
| 692 | - 'geodir_location_switcher_menu_li_class_filter' => '', |
|
| 693 | - 'geodir_location_switcher_menu_a_class_filter' => '', |
|
| 694 | - 'geodir_location_switcher_menu_sub_ul_class_filter' => '', |
|
| 695 | - 'geodir_location_switcher_menu_sub_li_class_filter' => '', |
|
| 696 | - '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}'),
|
|
| 697 | - '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"})});',
|
|
| 698 | - 'geodir_theme_compat_default_options' => '', |
|
| 699 | - 'geodir_theme_compat_code' => 'Multi_News' |
|
| 700 | - ); |
|
| 701 | - |
|
| 702 | - // Kelo |
|
| 703 | - $theme_compat['Kleo'] = array( |
|
| 704 | - 'geodir_theme_compat_code' => 'Kleo' |
|
| 705 | - ); |
|
| 706 | - |
|
| 707 | - |
|
| 708 | - // Twenty Seventeen |
|
| 709 | - $theme_compat['Twenty_Seventeen'] = array( |
|
| 710 | - 'geodir_wrapper_open_replace' => '<div class="wrap">', |
|
| 711 | - 'geodir_wrapper_content_open_replace' => '<div id="primary" class="content-area" >', |
|
| 712 | - 'geodir_sidebar_right_open_replace' => '<aside id="secondary" class="widget-area" itemscope itemtype="[itemtype]" >', |
|
| 713 | - 'geodir_sidebar_left_open_replace' => '<aside id="secondary" class="widget-area" itemscope itemtype="[itemtype]" >', |
|
| 714 | - '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;}'),
|
|
| 715 | - 'geodir_theme_compat_code' => 'Twenty_Seventeen' |
|
| 716 | - ); |
|
| 717 | - |
|
| 718 | - |
|
| 719 | - update_option('gd_theme_compats', $theme_compat);
|
|
| 720 | - |
|
| 721 | - gd_set_theme_compat();// set the compat pack if avail |
|
| 655 | + $theme_compat['Multi_News'] = array( |
|
| 656 | + 'geodir_wrapper_open_id' => '', |
|
| 657 | + 'geodir_wrapper_open_class' => 'main-container clearfix', |
|
| 658 | + 'geodir_wrapper_open_replace' => '', |
|
| 659 | + 'geodir_wrapper_close_replace' => '', |
|
| 660 | + 'geodir_wrapper_content_open_id' => '', |
|
| 661 | + 'geodir_wrapper_content_open_class' => '', |
|
| 662 | + 'geodir_wrapper_content_open_replace' => '<div class="main-left" ><div class="main-content "><div class="site-content page-wrap">', |
|
| 663 | + 'geodir_wrapper_content_close_replace' => '</div></div></div>', |
|
| 664 | + 'geodir_article_open_id' => '', |
|
| 665 | + 'geodir_article_open_class' => '', |
|
| 666 | + 'geodir_article_open_replace' => '', |
|
| 667 | + 'geodir_article_close_replace' => '', |
|
| 668 | + 'geodir_sidebar_right_open_id' => '', |
|
| 669 | + 'geodir_sidebar_right_open_class' => '', |
|
| 670 | + 'geodir_sidebar_right_open_replace' => '<aside class="sidebar" role="complementary" itemscope itemtype="[itemtype]" >', |
|
| 671 | + 'geodir_sidebar_right_close_replace' => '', |
|
| 672 | + 'geodir_sidebar_left_open_id' => '', |
|
| 673 | + 'geodir_sidebar_left_open_class' => '', |
|
| 674 | + 'geodir_sidebar_left_open_replace' => '<aside class="secondary-sidebar" role="complementary" itemscope itemtype="[itemtype]" >', |
|
| 675 | + 'geodir_sidebar_left_close_replace' => '', |
|
| 676 | + 'geodir_main_content_open_id' => '', |
|
| 677 | + 'geodir_main_content_open_class' => '', |
|
| 678 | + 'geodir_main_content_open_replace' => '<div class="site-content page-wrap">', |
|
| 679 | + 'geodir_main_content_close_replace' => '</div>', |
|
| 680 | + 'geodir_top_content_add' => '', |
|
| 681 | + 'geodir_before_main_content_add' => '', |
|
| 682 | + 'geodir_full_page_class_filter' => 'section full-width-section', |
|
| 683 | + 'geodir_before_widget_filter' => '', |
|
| 684 | + 'geodir_after_widget_filter' => '', |
|
| 685 | + 'geodir_before_title_filter' => '<div class="widget-title"><h2>', |
|
| 686 | + 'geodir_after_title_filter' => '</h2></div>', |
|
| 687 | + 'geodir_menu_li_class_filter' => '', |
|
| 688 | + 'geodir_sub_menu_ul_class_filter' => '', |
|
| 689 | + 'geodir_sub_menu_li_class_filter' => '', |
|
| 690 | + 'geodir_menu_a_class_filter' => '', |
|
| 691 | + 'geodir_sub_menu_a_class_filter' => '', |
|
| 692 | + 'geodir_location_switcher_menu_li_class_filter' => '', |
|
| 693 | + 'geodir_location_switcher_menu_a_class_filter' => '', |
|
| 694 | + 'geodir_location_switcher_menu_sub_ul_class_filter' => '', |
|
| 695 | + 'geodir_location_switcher_menu_sub_li_class_filter' => '', |
|
| 696 | + '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}'),
|
|
| 697 | + '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"})});',
|
|
| 698 | + 'geodir_theme_compat_default_options' => '', |
|
| 699 | + 'geodir_theme_compat_code' => 'Multi_News' |
|
| 700 | + ); |
|
| 701 | + |
|
| 702 | + // Kelo |
|
| 703 | + $theme_compat['Kleo'] = array( |
|
| 704 | + 'geodir_theme_compat_code' => 'Kleo' |
|
| 705 | + ); |
|
| 706 | + |
|
| 707 | + |
|
| 708 | + // Twenty Seventeen |
|
| 709 | + $theme_compat['Twenty_Seventeen'] = array( |
|
| 710 | + 'geodir_wrapper_open_replace' => '<div class="wrap">', |
|
| 711 | + 'geodir_wrapper_content_open_replace' => '<div id="primary" class="content-area" >', |
|
| 712 | + 'geodir_sidebar_right_open_replace' => '<aside id="secondary" class="widget-area" itemscope itemtype="[itemtype]" >', |
|
| 713 | + 'geodir_sidebar_left_open_replace' => '<aside id="secondary" class="widget-area" itemscope itemtype="[itemtype]" >', |
|
| 714 | + '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;}'),
|
|
| 715 | + 'geodir_theme_compat_code' => 'Twenty_Seventeen' |
|
| 716 | + ); |
|
| 717 | + |
|
| 718 | + |
|
| 719 | + update_option('gd_theme_compats', $theme_compat);
|
|
| 720 | + |
|
| 721 | + gd_set_theme_compat();// set the compat pack if avail |
|
| 722 | 722 | } |
| 723 | 723 | |
| 724 | 724 | |
@@ -730,61 +730,61 @@ discard block |
||
| 730 | 730 | * @global object $wpdb WordPress Database object. |
| 731 | 731 | */ |
| 732 | 732 | function gd_convert_virtual_pages(){
|
| 733 | - global $wpdb; |
|
| 734 | - |
|
| 735 | - // Update the add listing page settings |
|
| 736 | - $add_listing_page = $wpdb->get_var( |
|
| 737 | - $wpdb->prepare( |
|
| 738 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 739 | - array('add-listing')
|
|
| 740 | - ) |
|
| 741 | - ); |
|
| 742 | - |
|
| 743 | - if($add_listing_page){
|
|
| 744 | - wp_update_post( array('ID' => $add_listing_page, 'post_status' => 'publish') );
|
|
| 745 | - update_option( 'geodir_add_listing_page', $add_listing_page); |
|
| 746 | - } |
|
| 747 | - |
|
| 748 | - // Update the listing preview page settings |
|
| 749 | - $listing_preview_page = $wpdb->get_var( |
|
| 750 | - $wpdb->prepare( |
|
| 751 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 752 | - array('listing-preview')
|
|
| 753 | - ) |
|
| 754 | - ); |
|
| 755 | - |
|
| 756 | - if($listing_preview_page){
|
|
| 757 | - wp_update_post( array('ID' => $listing_preview_page, 'post_status' => 'publish') );
|
|
| 758 | - update_option( 'geodir_preview_page', $listing_preview_page); |
|
| 759 | - } |
|
| 760 | - |
|
| 761 | - // Update the listing success page settings |
|
| 762 | - $listing_success_page = $wpdb->get_var( |
|
| 763 | - $wpdb->prepare( |
|
| 764 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 765 | - array('listing-success')
|
|
| 766 | - ) |
|
| 767 | - ); |
|
| 768 | - |
|
| 769 | - if($listing_success_page){
|
|
| 770 | - wp_update_post( array('ID' => $listing_success_page, 'post_status' => 'publish') );
|
|
| 771 | - update_option( 'geodir_success_page', $listing_success_page); |
|
| 772 | - } |
|
| 773 | - |
|
| 774 | - // Update the listing success page settings |
|
| 775 | - $location_page = $wpdb->get_var( |
|
| 776 | - $wpdb->prepare( |
|
| 777 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 778 | - array('location')
|
|
| 779 | - ) |
|
| 780 | - ); |
|
| 781 | - |
|
| 782 | - if($location_page){
|
|
| 783 | - $location_slug = get_option('geodir_location_prefix');
|
|
| 784 | - if(!$location_slug ){$location_slug = 'location';}
|
|
| 785 | - wp_update_post( array('ID' => $location_page, 'post_status' => 'publish','post_name' => $location_slug) );
|
|
| 786 | - update_option( 'geodir_location_page', $location_page); |
|
| 787 | - } |
|
| 733 | + global $wpdb; |
|
| 734 | + |
|
| 735 | + // Update the add listing page settings |
|
| 736 | + $add_listing_page = $wpdb->get_var( |
|
| 737 | + $wpdb->prepare( |
|
| 738 | + "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 739 | + array('add-listing')
|
|
| 740 | + ) |
|
| 741 | + ); |
|
| 742 | + |
|
| 743 | + if($add_listing_page){
|
|
| 744 | + wp_update_post( array('ID' => $add_listing_page, 'post_status' => 'publish') );
|
|
| 745 | + update_option( 'geodir_add_listing_page', $add_listing_page); |
|
| 746 | + } |
|
| 747 | + |
|
| 748 | + // Update the listing preview page settings |
|
| 749 | + $listing_preview_page = $wpdb->get_var( |
|
| 750 | + $wpdb->prepare( |
|
| 751 | + "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 752 | + array('listing-preview')
|
|
| 753 | + ) |
|
| 754 | + ); |
|
| 755 | + |
|
| 756 | + if($listing_preview_page){
|
|
| 757 | + wp_update_post( array('ID' => $listing_preview_page, 'post_status' => 'publish') );
|
|
| 758 | + update_option( 'geodir_preview_page', $listing_preview_page); |
|
| 759 | + } |
|
| 760 | + |
|
| 761 | + // Update the listing success page settings |
|
| 762 | + $listing_success_page = $wpdb->get_var( |
|
| 763 | + $wpdb->prepare( |
|
| 764 | + "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 765 | + array('listing-success')
|
|
| 766 | + ) |
|
| 767 | + ); |
|
| 768 | + |
|
| 769 | + if($listing_success_page){
|
|
| 770 | + wp_update_post( array('ID' => $listing_success_page, 'post_status' => 'publish') );
|
|
| 771 | + update_option( 'geodir_success_page', $listing_success_page); |
|
| 772 | + } |
|
| 773 | + |
|
| 774 | + // Update the listing success page settings |
|
| 775 | + $location_page = $wpdb->get_var( |
|
| 776 | + $wpdb->prepare( |
|
| 777 | + "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s AND post_status='virtual' LIMIT 1;", |
|
| 778 | + array('location')
|
|
| 779 | + ) |
|
| 780 | + ); |
|
| 781 | + |
|
| 782 | + if($location_page){
|
|
| 783 | + $location_slug = get_option('geodir_location_prefix');
|
|
| 784 | + if(!$location_slug ){$location_slug = 'location';}
|
|
| 785 | + wp_update_post( array('ID' => $location_page, 'post_status' => 'publish','post_name' => $location_slug) );
|
|
| 786 | + update_option( 'geodir_location_page', $location_page); |
|
| 787 | + } |
|
| 788 | 788 | |
| 789 | 789 | } |
| 790 | 790 | |
@@ -798,31 +798,31 @@ discard block |
||
| 798 | 798 | function gd_fix_cpt_rewrite_slug() |
| 799 | 799 | {
|
| 800 | 800 | |
| 801 | - $alt_post_types = array(); |
|
| 802 | - $post_types = get_option('geodir_post_types');
|
|
| 801 | + $alt_post_types = array(); |
|
| 802 | + $post_types = get_option('geodir_post_types');
|
|
| 803 | 803 | |
| 804 | 804 | |
| 805 | - if (is_array($post_types)){
|
|
| 805 | + if (is_array($post_types)){
|
|
| 806 | 806 | |
| 807 | - foreach ($post_types as $post_type => $args) {
|
|
| 807 | + foreach ($post_types as $post_type => $args) {
|
|
| 808 | 808 | |
| 809 | 809 | |
| 810 | - if(isset($args['rewrite']['slug'])){
|
|
| 811 | - $args['rewrite']['slug'] = str_replace("/%gd_taxonomy%","",$args['rewrite']['slug']);
|
|
| 812 | - } |
|
| 810 | + if(isset($args['rewrite']['slug'])){
|
|
| 811 | + $args['rewrite']['slug'] = str_replace("/%gd_taxonomy%","",$args['rewrite']['slug']);
|
|
| 812 | + } |
|
| 813 | 813 | |
| 814 | - $alt_post_types[$post_type] = $args; |
|
| 814 | + $alt_post_types[$post_type] = $args; |
|
| 815 | 815 | |
| 816 | - } |
|
| 817 | - } |
|
| 816 | + } |
|
| 817 | + } |
|
| 818 | 818 | |
| 819 | - if(!empty($alt_post_types)) {
|
|
| 820 | - update_option('geodir_post_types',$alt_post_types);
|
|
| 821 | - } |
|
| 819 | + if(!empty($alt_post_types)) {
|
|
| 820 | + update_option('geodir_post_types',$alt_post_types);
|
|
| 821 | + } |
|
| 822 | 822 | |
| 823 | 823 | |
| 824 | - // flush the rewrite rules |
|
| 825 | - flush_rewrite_rules(); |
|
| 824 | + // flush the rewrite rules |
|
| 825 | + flush_rewrite_rules(); |
|
| 826 | 826 | } |
| 827 | 827 | |
| 828 | 828 | |
@@ -835,18 +835,18 @@ discard block |
||
| 835 | 835 | */ |
| 836 | 836 | function gd_fix_address_detail_table_limit() |
| 837 | 837 | {
|
| 838 | - global $wpdb; |
|
| 839 | - |
|
| 840 | - $all_postypes = geodir_get_posttypes(); |
|
| 841 | - |
|
| 842 | - if (!empty($all_postypes)) {
|
|
| 843 | - foreach ($all_postypes as $key) {
|
|
| 844 | - // update each GD CTP |
|
| 845 | - try {
|
|
| 846 | - $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");
|
|
| 847 | - } catch(Exception $e) {
|
|
| 848 | - error_log( 'Error: ' . $e->getMessage() ); |
|
| 849 | - } |
|
| 850 | - } |
|
| 851 | - } |
|
| 838 | + global $wpdb; |
|
| 839 | + |
|
| 840 | + $all_postypes = geodir_get_posttypes(); |
|
| 841 | + |
|
| 842 | + if (!empty($all_postypes)) {
|
|
| 843 | + foreach ($all_postypes as $key) {
|
|
| 844 | + // update each GD CTP |
|
| 845 | + try {
|
|
| 846 | + $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");
|
|
| 847 | + } catch(Exception $e) {
|
|
| 848 | + error_log( 'Error: ' . $e->getMessage() ); |
|
| 849 | + } |
|
| 850 | + } |
|
| 851 | + } |
|
| 852 | 852 | } |
@@ -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 | {
|
@@ -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 | |
@@ -349,7 +353,9 @@ discard block |
||
| 349 | 353 | |
| 350 | 354 | |
| 351 | 355 | |
| 352 | - if ($post_type == '') $post_type = 'gd_place'; |
|
| 356 | + if ($post_type == '') { |
|
| 357 | + $post_type = 'gd_place'; |
|
| 358 | + } |
|
| 353 | 359 | |
| 354 | 360 | |
| 355 | 361 | $detail_table = $plugin_prefix . $post_type . '_detail'; |
@@ -389,16 +395,17 @@ discard block |
||
| 389 | 395 | } |
| 390 | 396 | |
| 391 | 397 | $option_values = ''; |
| 392 | - if (isset($request_field['option_values'])) |
|
| 393 | - $option_values = $request_field['option_values']; |
|
| 398 | + if (isset($request_field['option_values'])) { |
|
| 399 | + $option_values = $request_field['option_values']; |
|
| 400 | + } |
|
| 394 | 401 | |
| 395 | 402 | $cat_sort = isset($request_field['cat_sort']) ? $request_field['cat_sort'] : '0'; |
| 396 | 403 | |
| 397 | 404 | $cat_filter = isset($request_field['cat_filter']) ? $request_field['cat_filter'] : '0'; |
| 398 | 405 | |
| 399 | - if (isset($request_field['show_on_pkg']) && !empty($request_field['show_on_pkg'])) |
|
| 400 | - $price_pkg = implode(",", $request_field['show_on_pkg']);
|
|
| 401 | - else {
|
|
| 406 | + if (isset($request_field['show_on_pkg']) && !empty($request_field['show_on_pkg'])) { |
|
| 407 | + $price_pkg = implode(",", $request_field['show_on_pkg']); |
|
| 408 | + } else {
|
|
| 402 | 409 | $package_info = array(); |
| 403 | 410 | |
| 404 | 411 | $package_info = geodir_post_package_info($package_info, '', $post_type); |
@@ -406,22 +413,29 @@ discard block |
||
| 406 | 413 | } |
| 407 | 414 | |
| 408 | 415 | |
| 409 | - if (isset($request_field['extra']) && !empty($request_field['extra'])) |
|
| 410 | - $extra_fields = $request_field['extra']; |
|
| 416 | + if (isset($request_field['extra']) && !empty($request_field['extra'])) { |
|
| 417 | + $extra_fields = $request_field['extra']; |
|
| 418 | + } |
|
| 411 | 419 | |
| 412 | - if (isset($request_field['is_default']) && $request_field['is_default'] != '') |
|
| 413 | - $is_default = $request_field['is_default']; |
|
| 414 | - else |
|
| 415 | - $is_default = '0'; |
|
| 420 | + if (isset($request_field['is_default']) && $request_field['is_default'] != '') { |
|
| 421 | + $is_default = $request_field['is_default']; |
|
| 422 | + } else { |
|
| 423 | + $is_default = '0'; |
|
| 424 | + } |
|
| 416 | 425 | |
| 417 | - if (isset($request_field['is_admin']) && $request_field['is_admin'] != '') |
|
| 418 | - $is_admin = $request_field['is_admin']; |
|
| 419 | - else |
|
| 420 | - $is_admin = '0'; |
|
| 426 | + if (isset($request_field['is_admin']) && $request_field['is_admin'] != '') { |
|
| 427 | + $is_admin = $request_field['is_admin']; |
|
| 428 | + } else { |
|
| 429 | + $is_admin = '0'; |
|
| 430 | + } |
|
| 421 | 431 | |
| 422 | 432 | |
| 423 | - if ($is_active == '') $is_active = 1; |
|
| 424 | - if ($is_required == '') $is_required = 0; |
|
| 433 | + if ($is_active == '') { |
|
| 434 | + $is_active = 1; |
|
| 435 | + } |
|
| 436 | + if ($is_required == '') { |
|
| 437 | + $is_required = 0; |
|
| 438 | + } |
|
| 425 | 439 | |
| 426 | 440 | |
| 427 | 441 | if ($sort_order == '') {
|
@@ -690,7 +704,7 @@ discard block |
||
| 690 | 704 | } |
| 691 | 705 | if($op_max){$op_size =$op_max; }
|
| 692 | 706 | } |
| 693 | - }elseif(isset($option_values) && $option_values && $field_type=='multiselect'){
|
|
| 707 | + } elseif(isset($option_values) && $option_values && $field_type=='multiselect'){
|
|
| 694 | 708 | if(strlen($option_values)){
|
| 695 | 709 | $op_size = strlen($option_values); |
| 696 | 710 | } |
@@ -707,11 +721,13 @@ discard block |
||
| 707 | 721 | return __('Column change failed, you may have too many columns.','geodirectory');
|
| 708 | 722 | } |
| 709 | 723 | |
| 710 | - if (isset($request_field['cat_display_type'])) |
|
| 711 | - $extra_fields = $request_field['cat_display_type']; |
|
| 724 | + if (isset($request_field['cat_display_type'])) { |
|
| 725 | + $extra_fields = $request_field['cat_display_type']; |
|
| 726 | + } |
|
| 712 | 727 | |
| 713 | - if (isset($request_field['multi_display_type'])) |
|
| 714 | - $extra_fields = $request_field['multi_display_type']; |
|
| 728 | + if (isset($request_field['multi_display_type'])) { |
|
| 729 | + $extra_fields = $request_field['multi_display_type']; |
|
| 730 | + } |
|
| 715 | 731 | |
| 716 | 732 | |
| 717 | 733 | break; |
@@ -725,8 +741,9 @@ discard block |
||
| 725 | 741 | if($alter_result===false){
|
| 726 | 742 | return __('Column change failed, you may have too many columns.','geodirectory');
|
| 727 | 743 | } |
| 728 | - if (isset($request_field['advanced_editor'])) |
|
| 729 | - $extra_fields = $request_field['advanced_editor']; |
|
| 744 | + if (isset($request_field['advanced_editor'])) { |
|
| 745 | + $extra_fields = $request_field['advanced_editor']; |
|
| 746 | + } |
|
| 730 | 747 | |
| 731 | 748 | break; |
| 732 | 749 | |
@@ -822,8 +839,9 @@ discard block |
||
| 822 | 839 | ); |
| 823 | 840 | |
| 824 | 841 | |
| 825 | - if ($cat_sort == '') |
|
| 826 | - $wpdb->query($wpdb->prepare("delete from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where post_type = %s and htmlvar_name = %s", array($post_type, $htmlvar_name)));
|
|
| 842 | + if ($cat_sort == '') { |
|
| 843 | + $wpdb->query($wpdb->prepare("delete from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where post_type = %s and htmlvar_name = %s", array($post_type, $htmlvar_name))); |
|
| 844 | + } |
|
| 827 | 845 | |
| 828 | 846 | |
| 829 | 847 | /** |
@@ -1193,8 +1211,10 @@ discard block |
||
| 1193 | 1211 | } |
| 1194 | 1212 | |
| 1195 | 1213 | return $post_meta_info; |
| 1196 | - else: |
|
| 1197 | - return false; |
|
| 1214 | + else { |
|
| 1215 | + : |
|
| 1216 | + return false; |
|
| 1217 | + } |
|
| 1198 | 1218 | endif; |
| 1199 | 1219 | } |
| 1200 | 1220 | |
@@ -1205,8 +1225,9 @@ discard block |
||
| 1205 | 1225 | if (is_admin()) {
|
| 1206 | 1226 | global $post,$gd_session; |
| 1207 | 1227 | |
| 1208 | - if (isset($_REQUEST['post'])) |
|
| 1209 | - $_REQUEST['pid'] = $_REQUEST['post']; |
|
| 1228 | + if (isset($_REQUEST['post'])) { |
|
| 1229 | + $_REQUEST['pid'] = $_REQUEST['post']; |
|
| 1230 | + } |
|
| 1210 | 1231 | } |
| 1211 | 1232 | |
| 1212 | 1233 | if (isset($_REQUEST['backandedit']) && $_REQUEST['backandedit'] && $gd_ses_listing = $gd_session->get('listing')) {
|
@@ -1259,8 +1280,9 @@ discard block |
||
| 1259 | 1280 | if (is_admin()) {
|
| 1260 | 1281 | global $post; |
| 1261 | 1282 | |
| 1262 | - if (isset($_REQUEST['post'])) |
|
| 1263 | - $_REQUEST['pid'] = $_REQUEST['post']; |
|
| 1283 | + if (isset($_REQUEST['post'])) { |
|
| 1284 | + $_REQUEST['pid'] = $_REQUEST['post']; |
|
| 1285 | + } |
|
| 1264 | 1286 | } |
| 1265 | 1287 | |
| 1266 | 1288 | |
@@ -1352,7 +1374,7 @@ discard block |
||
| 1352 | 1374 | $field_icon = ' background: url(' . $cf['field_icon'] . ') no-repeat left center;background-size:18px 18px;padding-left: 21px;';
|
| 1353 | 1375 | } elseif (strpos($cf['field_icon'], 'fa fa-') !== false) {
|
| 1354 | 1376 | $field_icon = '<i class="' . $cf['field_icon'] . '"></i>'; |
| 1355 | - }else{
|
|
| 1377 | + } else{
|
|
| 1356 | 1378 | $field_icon = $cf['field_icon']; |
| 1357 | 1379 | } |
| 1358 | 1380 | |
@@ -1425,8 +1447,9 @@ discard block |
||
| 1425 | 1447 | $variables_array['post_id'] = $post->ID; |
| 1426 | 1448 | $variables_array['label'] = __($type['site_title'], 'geodirectory'); |
| 1427 | 1449 | $variables_array['value'] = ''; |
| 1428 | - if (isset($post->{$type['htmlvar_name']}))
|
|
| 1429 | - $variables_array['value'] = $post->{$type['htmlvar_name']};
|
|
| 1450 | + if (isset($post->{$type['htmlvar_name']})) { |
|
| 1451 | + $variables_array['value'] = $post->{$type['htmlvar_name']}; |
|
| 1452 | + } |
|
| 1430 | 1453 | endif; |
| 1431 | 1454 | |
| 1432 | 1455 | |
@@ -1448,7 +1471,9 @@ discard block |
||
| 1448 | 1471 | * @param string $html Custom field unfiltered HTML. |
| 1449 | 1472 | * @param array $variables_array Custom field variables array. |
| 1450 | 1473 | */ |
| 1451 | - if ($html) echo apply_filters("geodir_show_{$html_var}", $html, $variables_array);
|
|
| 1474 | + if ($html) { |
|
| 1475 | + echo apply_filters("geodir_show_{$html_var}", $html, $variables_array); |
|
| 1476 | + } |
|
| 1452 | 1477 | |
| 1453 | 1478 | /** |
| 1454 | 1479 | * Called after a custom fields is output on the frontend. |
@@ -1491,10 +1516,11 @@ discard block |
||
| 1491 | 1516 | */ |
| 1492 | 1517 | function geodir_default_date_format() |
| 1493 | 1518 | {
|
| 1494 | - if ($format = get_option('date_format'))
|
|
| 1495 | - return $format; |
|
| 1496 | - else |
|
| 1497 | - return 'dd-mm-yy'; |
|
| 1519 | + if ($format = get_option('date_format')) { |
|
| 1520 | + return $format; |
|
| 1521 | + } else { |
|
| 1522 | + return 'dd-mm-yy'; |
|
| 1523 | + } |
|
| 1498 | 1524 | } |
| 1499 | 1525 | } |
| 1500 | 1526 | |
@@ -1601,11 +1627,13 @@ discard block |
||
| 1601 | 1627 | // Set an array containing a list of acceptable formats |
| 1602 | 1628 | //$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');
|
| 1603 | 1629 | |
| 1604 | - if (!function_exists('wp_handle_upload'))
|
|
| 1605 | - require_once(ABSPATH . 'wp-admin/includes/file.php'); |
|
| 1630 | + if (!function_exists('wp_handle_upload')) { |
|
| 1631 | + require_once(ABSPATH . 'wp-admin/includes/file.php'); |
|
| 1632 | + } |
|
| 1606 | 1633 | |
| 1607 | - if (!is_dir($geodir_uploadpath)) |
|
| 1608 | - mkdir($geodir_uploadpath); |
|
| 1634 | + if (!is_dir($geodir_uploadpath)) { |
|
| 1635 | + mkdir($geodir_uploadpath); |
|
| 1636 | + } |
|
| 1609 | 1637 | |
| 1610 | 1638 | $new_name = $post_id . '_' . $field_id . '_' . $img_name_arr[0] . '.' . $img_name_arr[1]; |
| 1611 | 1639 | $explode_sub_dir = explode("/", $sub_dir);
|
@@ -1618,16 +1646,19 @@ discard block |
||
| 1618 | 1646 | } |
| 1619 | 1647 | |
| 1620 | 1648 | $uploaded_file = ''; |
| 1621 | - if (file_exists($img_path)) |
|
| 1622 | - $uploaded_file = copy($img_path, $geodir_uploadpath . '/' . $new_name); |
|
| 1649 | + if (file_exists($img_path)) { |
|
| 1650 | + $uploaded_file = copy($img_path, $geodir_uploadpath . '/' . $new_name); |
|
| 1651 | + } |
|
| 1623 | 1652 | |
| 1624 | 1653 | if ($curr_img_dir != $geodir_uploaddir) {
|
| 1625 | - if (file_exists($img_path)) |
|
| 1626 | - unlink($img_path); |
|
| 1654 | + if (file_exists($img_path)) { |
|
| 1655 | + unlink($img_path); |
|
| 1656 | + } |
|
| 1627 | 1657 | } |
| 1628 | 1658 | |
| 1629 | - if (!empty($uploaded_file)) |
|
| 1630 | - $file_urls = $geodir_uploadurl . '/' . $new_name; |
|
| 1659 | + if (!empty($uploaded_file)) { |
|
| 1660 | + $file_urls = $geodir_uploadurl . '/' . $new_name; |
|
| 1661 | + } |
|
| 1631 | 1662 | |
| 1632 | 1663 | } else {
|
| 1633 | 1664 | $file_urls = $post_image[$m]; |
@@ -1648,8 +1679,9 @@ discard block |
||
| 1648 | 1679 | |
| 1649 | 1680 | geodir_save_post_meta($post_id, $field_id, $file_urls); |
| 1650 | 1681 | |
| 1651 | - if (!empty($invalid_files)) |
|
| 1652 | - geodir_remove_attachments($invalid_files); |
|
| 1682 | + if (!empty($invalid_files)) { |
|
| 1683 | + geodir_remove_attachments($invalid_files); |
|
| 1684 | + } |
|
| 1653 | 1685 | |
| 1654 | 1686 | } |
| 1655 | 1687 | } |
@@ -1875,8 +1907,9 @@ discard block |
||
| 1875 | 1907 | |
| 1876 | 1908 | $all_postypes = geodir_get_posttypes(); |
| 1877 | 1909 | |
| 1878 | - if (!in_array($post_type, $all_postypes)) |
|
| 1879 | - return false; |
|
| 1910 | + if (!in_array($post_type, $all_postypes)) { |
|
| 1911 | + return false; |
|
| 1912 | + } |
|
| 1880 | 1913 | |
| 1881 | 1914 | $fields = array(); |
| 1882 | 1915 | |
@@ -1974,8 +2007,10 @@ discard block |
||
| 1974 | 2007 | } |
| 1975 | 2008 | |
| 1976 | 2009 | return $field_ids; |
| 1977 | - else: |
|
| 1978 | - return false; |
|
| 2010 | + else { |
|
| 2011 | + : |
|
| 2012 | + return false; |
|
| 2013 | + } |
|
| 1979 | 2014 | endif; |
| 1980 | 2015 | } |
| 1981 | 2016 | |
@@ -2148,8 +2183,9 @@ discard block |
||
| 2148 | 2183 | |
| 2149 | 2184 | return $field_id; |
| 2150 | 2185 | |
| 2151 | - } else |
|
| 2152 | - return 0; |
|
| 2186 | + } else { |
|
| 2187 | + return 0; |
|
| 2188 | + } |
|
| 2153 | 2189 | |
| 2154 | 2190 | } |
| 2155 | 2191 | } |
@@ -2190,8 +2226,9 @@ discard block |
||
| 2190 | 2226 | $htmlvar_name = isset($field_type_key) ? $field_type_key : ''; |
| 2191 | 2227 | |
| 2192 | 2228 | $site_title = ''; |
| 2193 | - if ($site_title == '') |
|
| 2194 | - $site_title = isset($field_info->site_title) ? $field_info->site_title : ''; |
|
| 2229 | + if ($site_title == '') { |
|
| 2230 | + $site_title = isset($field_info->site_title) ? $field_info->site_title : ''; |
|
| 2231 | + } |
|
| 2195 | 2232 | |
| 2196 | 2233 | if ($site_title == '') {
|
| 2197 | 2234 | $fields = geodir_get_custom_sort_options($post_type); |
@@ -2205,8 +2242,9 @@ discard block |
||
| 2205 | 2242 | } |
| 2206 | 2243 | } |
| 2207 | 2244 | |
| 2208 | - if ($htmlvar_name == '') |
|
| 2209 | - $htmlvar_name = isset($field_info->htmlvar_name) ? $field_info->htmlvar_name : ''; |
|
| 2245 | + if ($htmlvar_name == '') { |
|
| 2246 | + $htmlvar_name = isset($field_info->htmlvar_name) ? $field_info->htmlvar_name : ''; |
|
| 2247 | + } |
|
| 2210 | 2248 | |
| 2211 | 2249 | $nonce = wp_create_nonce('custom_fields_' . $result_str);
|
| 2212 | 2250 | |
@@ -2219,7 +2257,7 @@ discard block |
||
| 2219 | 2257 | |
| 2220 | 2258 | if (isset($cso['field_icon']) && strpos($cso['field_icon'], 'fa fa-') !== false) {
|
| 2221 | 2259 | $field_icon = '<i class="'.$cso['field_icon'].'" aria-hidden="true"></i>'; |
| 2222 | - }elseif(isset($cso['field_icon']) && $cso['field_icon']){
|
|
| 2260 | + } elseif(isset($cso['field_icon']) && $cso['field_icon']){
|
|
| 2223 | 2261 | $field_icon = '<b style="background-image: url("'.$cso['field_icon'].'")"></b>';
|
| 2224 | 2262 | } |
| 2225 | 2263 | |
@@ -2654,7 +2692,7 @@ discard block |
||
| 2654 | 2692 | $dt_value = ''; |
| 2655 | 2693 | if (isset($field_info->data_type)) {
|
| 2656 | 2694 | $dt_value = esc_attr($field_info->data_type); |
| 2657 | - }elseif(isset($cf['defaults']['data_type']) && $cf['defaults']['data_type']){
|
|
| 2695 | + } elseif(isset($cf['defaults']['data_type']) && $cf['defaults']['data_type']){
|
|
| 2658 | 2696 | $dt_value = $cf['defaults']['data_type']; |
| 2659 | 2697 | } |
| 2660 | 2698 | ?> |
@@ -2686,7 +2724,7 @@ discard block |
||
| 2686 | 2724 | $value = ''; |
| 2687 | 2725 | if (isset($field_info->decimal_point)) {
|
| 2688 | 2726 | $value = esc_attr($field_info->decimal_point); |
| 2689 | - }elseif(isset($cf['defaults']['decimal_point']) && $cf['defaults']['decimal_point']){
|
|
| 2727 | + } elseif(isset($cf['defaults']['decimal_point']) && $cf['defaults']['decimal_point']){
|
|
| 2690 | 2728 | $value = $cf['defaults']['decimal_point']; |
| 2691 | 2729 | } |
| 2692 | 2730 | ?> |
@@ -2760,11 +2798,13 @@ discard block |
||
| 2760 | 2798 | |
| 2761 | 2799 | <?php |
| 2762 | 2800 | $selected = ''; |
| 2763 | - if (isset($field_info->extra_fields)) |
|
| 2764 | - $advanced_editor = unserialize($field_info->extra_fields); |
|
| 2801 | + if (isset($field_info->extra_fields)) { |
|
| 2802 | + $advanced_editor = unserialize($field_info->extra_fields); |
|
| 2803 | + } |
|
| 2765 | 2804 | |
| 2766 | - if (!empty($advanced_editor) && is_array($advanced_editor) && in_array('1', $advanced_editor))
|
|
| 2767 | - $selected = 'checked="checked"'; |
|
| 2805 | + if (!empty($advanced_editor) && is_array($advanced_editor) && in_array('1', $advanced_editor)) { |
|
| 2806 | + $selected = 'checked="checked"'; |
|
| 2807 | + } |
|
| 2768 | 2808 | ?> |
| 2769 | 2809 | |
| 2770 | 2810 | <input type="checkbox" name="advanced_editor[]" id="advanced_editor" |
@@ -2786,7 +2826,7 @@ discard block |
||
| 2786 | 2826 | $value = ''; |
| 2787 | 2827 | if (isset($field_info->validation_pattern)) {
|
| 2788 | 2828 | $value = esc_attr($field_info->validation_pattern); |
| 2789 | - }elseif(isset($cf['defaults']['validation_pattern']) && $cf['defaults']['validation_pattern']){
|
|
| 2829 | + } elseif(isset($cf['defaults']['validation_pattern']) && $cf['defaults']['validation_pattern']){
|
|
| 2790 | 2830 | $value = esc_attr($cf['defaults']['validation_pattern']); |
| 2791 | 2831 | } |
| 2792 | 2832 | ?> |
@@ -2806,7 +2846,7 @@ discard block |
||
| 2806 | 2846 | $value = ''; |
| 2807 | 2847 | if (isset($field_info->validation_msg)) {
|
| 2808 | 2848 | $value = esc_attr($field_info->validation_msg); |
| 2809 | - }elseif(isset($cf['defaults']['validation_msg']) && $cf['defaults']['validation_msg']){
|
|
| 2849 | + } elseif(isset($cf['defaults']['validation_msg']) && $cf['defaults']['validation_msg']){
|
|
| 2810 | 2850 | $value = esc_attr($cf['defaults']['validation_msg']); |
| 2811 | 2851 | } |
| 2812 | 2852 | ?> |
@@ -2836,8 +2876,9 @@ discard block |
||
| 2836 | 2876 | |
| 2837 | 2877 | if (!isset($field_info->post_type)) {
|
| 2838 | 2878 | $post_type = sanitize_text_field($_REQUEST['listing_type']); |
| 2839 | - } else |
|
| 2840 | - $post_type = $field_info->post_type; |
|
| 2879 | + } else { |
|
| 2880 | + $post_type = $field_info->post_type; |
|
| 2881 | + } |
|
| 2841 | 2882 | ?> |
| 2842 | 2883 | <li style="display: none;"> |
| 2843 | 2884 | <label for="htmlvar_name" class="gd-cf-tooltip-wrap"> |
@@ -3111,7 +3152,7 @@ discard block |
||
| 3111 | 3152 | $value = ''; |
| 3112 | 3153 | if (isset($field_info->option_values)) {
|
| 3113 | 3154 | $value = esc_attr($field_info->option_values); |
| 3114 | - }elseif(isset($cf['defaults']['option_values']) && $cf['defaults']['option_values']){
|
|
| 3155 | + } elseif(isset($cf['defaults']['option_values']) && $cf['defaults']['option_values']){
|
|
| 3115 | 3156 | $value = esc_attr($cf['defaults']['option_values']); |
| 3116 | 3157 | } |
| 3117 | 3158 | |
@@ -3254,7 +3295,7 @@ discard block |
||
| 3254 | 3295 | $value = ''; |
| 3255 | 3296 | if ($extra_fields && isset($extra_fields['is_price'])) {
|
| 3256 | 3297 | $value = esc_attr($extra_fields['is_price']); |
| 3257 | - }elseif(isset($cf['defaults']['extra_fields']['is_price']) && $cf['defaults']['extra_fields']['is_price']){
|
|
| 3298 | + } elseif(isset($cf['defaults']['extra_fields']['is_price']) && $cf['defaults']['extra_fields']['is_price']){
|
|
| 3258 | 3299 | $value = esc_attr($cf['defaults']['extra_fields']['is_price']); |
| 3259 | 3300 | } |
| 3260 | 3301 | |
@@ -3289,7 +3330,7 @@ discard block |
||
| 3289 | 3330 | $value = ''; |
| 3290 | 3331 | if ($extra_fields && isset($extra_fields['thousand_separator'])) {
|
| 3291 | 3332 | $value = esc_attr($extra_fields['thousand_separator']); |
| 3292 | - }elseif(isset($cf['defaults']['extra_fields']['thousand_separator']) && $cf['defaults']['extra_fields']['thousand_separator']){
|
|
| 3333 | + } elseif(isset($cf['defaults']['extra_fields']['thousand_separator']) && $cf['defaults']['extra_fields']['thousand_separator']){
|
|
| 3293 | 3334 | $value = esc_attr($cf['defaults']['extra_fields']['thousand_separator']); |
| 3294 | 3335 | } |
| 3295 | 3336 | ?> |
@@ -3316,7 +3357,7 @@ discard block |
||
| 3316 | 3357 | $value = ''; |
| 3317 | 3358 | if ($extra_fields && isset($extra_fields['decimal_separator'])) {
|
| 3318 | 3359 | $value = esc_attr($extra_fields['decimal_separator']); |
| 3319 | - }elseif(isset($cf['defaults']['extra_fields']['decimal_separator']) && $cf['defaults']['extra_fields']['decimal_separator']){
|
|
| 3360 | + } elseif(isset($cf['defaults']['extra_fields']['decimal_separator']) && $cf['defaults']['extra_fields']['decimal_separator']){
|
|
| 3320 | 3361 | $value = esc_attr($cf['defaults']['extra_fields']['decimal_separator']); |
| 3321 | 3362 | } |
| 3322 | 3363 | ?> |
@@ -3339,7 +3380,7 @@ discard block |
||
| 3339 | 3380 | $value = ''; |
| 3340 | 3381 | if ($extra_fields && isset($extra_fields['decimal_display'])) {
|
| 3341 | 3382 | $value = esc_attr($extra_fields['decimal_display']); |
| 3342 | - }elseif(isset($cf['defaults']['extra_fields']['decimal_display']) && $cf['defaults']['extra_fields']['decimal_display']){
|
|
| 3383 | + } elseif(isset($cf['defaults']['extra_fields']['decimal_display']) && $cf['defaults']['extra_fields']['decimal_display']){
|
|
| 3343 | 3384 | $value = esc_attr($cf['defaults']['extra_fields']['decimal_display']); |
| 3344 | 3385 | } |
| 3345 | 3386 | ?> |
@@ -3362,7 +3403,7 @@ discard block |
||
| 3362 | 3403 | $value = ''; |
| 3363 | 3404 | if ($extra_fields && isset($extra_fields['currency_symbol'])) {
|
| 3364 | 3405 | $value = esc_attr($extra_fields['currency_symbol']); |
| 3365 | - }elseif(isset($cf['defaults']['extra_fields']['currency_symbol']) && $cf['defaults']['extra_fields']['currency_symbol']){
|
|
| 3406 | + } elseif(isset($cf['defaults']['extra_fields']['currency_symbol']) && $cf['defaults']['extra_fields']['currency_symbol']){
|
|
| 3366 | 3407 | $value = esc_attr($cf['defaults']['extra_fields']['currency_symbol']); |
| 3367 | 3408 | } |
| 3368 | 3409 | ?> |
@@ -3383,7 +3424,7 @@ discard block |
||
| 3383 | 3424 | $value = ''; |
| 3384 | 3425 | if ($extra_fields && isset($extra_fields['currency_symbol_placement'])) {
|
| 3385 | 3426 | $value = esc_attr($extra_fields['currency_symbol_placement']); |
| 3386 | - }elseif(isset($cf['defaults']['extra_fields']['currency_symbol_placement']) && $cf['defaults']['extra_fields']['currency_symbol_placement']){
|
|
| 3427 | + } elseif(isset($cf['defaults']['extra_fields']['currency_symbol_placement']) && $cf['defaults']['extra_fields']['currency_symbol_placement']){
|
|
| 3387 | 3428 | $value = esc_attr($cf['defaults']['extra_fields']['currency_symbol_placement']); |
| 3388 | 3429 | } |
| 3389 | 3430 | ?> |
@@ -3610,8 +3651,9 @@ discard block |
||
| 3610 | 3651 | $currency_symbol_placement = isset($cs['currency_symbol_placement']) ? $cs['currency_symbol_placement'] : 'left'; |
| 3611 | 3652 | |
| 3612 | 3653 | if($decimals>0 && $decimal_display=='if'){
|
| 3613 | - if(is_int($number) || floor( $number ) == $number) |
|
| 3614 | - $decimals = 0; |
|
| 3654 | + if(is_int($number) || floor( $number ) == $number) { |
|
| 3655 | + $decimals = 0; |
|
| 3656 | + } |
|
| 3615 | 3657 | } |
| 3616 | 3658 | |
| 3617 | 3659 | $number = number_format($number,$decimals,$decimalpoint,$separator); |
@@ -3620,7 +3662,7 @@ discard block |
||
| 3620 | 3662 | |
| 3621 | 3663 | if($currency_symbol_placement=='left'){
|
| 3622 | 3664 | $number = $symbol . $number; |
| 3623 | - }else{
|
|
| 3665 | + } else{
|
|
| 3624 | 3666 | $number = $number . $symbol; |
| 3625 | 3667 | } |
| 3626 | 3668 | |
@@ -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,706 +72,706 @@ 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 | - case 'multiselect': |
|
| 679 | - case 'select': |
|
| 680 | - case 'taxonomy': |
|
| 677 | + case 'checkbox': |
|
| 678 | + case 'multiselect': |
|
| 679 | + case 'select': |
|
| 680 | + case 'taxonomy': |
|
| 681 | 681 | |
| 682 | - $op_size = '500'; |
|
| 682 | + $op_size = '500'; |
|
| 683 | 683 | |
| 684 | - // only make the field as big as it needs to be. |
|
| 685 | - if(isset($option_values) && $option_values && $field_type=='select'){
|
|
| 686 | - $option_values_arr = explode(',',$option_values);
|
|
| 687 | - if(is_array($option_values_arr)){
|
|
| 688 | - $op_max = 0; |
|
| 689 | - foreach($option_values_arr as $op_val){
|
|
| 690 | - if(strlen($op_val) && strlen($op_val)>$op_max){$op_max = strlen($op_val);}
|
|
| 691 | - } |
|
| 692 | - if($op_max){$op_size =$op_max; }
|
|
| 693 | - } |
|
| 694 | - }elseif(isset($option_values) && $option_values && $field_type=='multiselect'){
|
|
| 695 | - if(strlen($option_values)){
|
|
| 696 | - $op_size = strlen($option_values); |
|
| 697 | - } |
|
| 698 | - } |
|
| 684 | + // only make the field as big as it needs to be. |
|
| 685 | + if(isset($option_values) && $option_values && $field_type=='select'){
|
|
| 686 | + $option_values_arr = explode(',',$option_values);
|
|
| 687 | + if(is_array($option_values_arr)){
|
|
| 688 | + $op_max = 0; |
|
| 689 | + foreach($option_values_arr as $op_val){
|
|
| 690 | + if(strlen($op_val) && strlen($op_val)>$op_max){$op_max = strlen($op_val);}
|
|
| 691 | + } |
|
| 692 | + if($op_max){$op_size =$op_max; }
|
|
| 693 | + } |
|
| 694 | + }elseif(isset($option_values) && $option_values && $field_type=='multiselect'){
|
|
| 695 | + if(strlen($option_values)){
|
|
| 696 | + $op_size = strlen($option_values); |
|
| 697 | + } |
|
| 698 | + } |
|
| 699 | 699 | |
| 700 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "`VARCHAR( $op_size ) NULL"; |
|
| 700 | + $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "`VARCHAR( $op_size ) NULL"; |
|
| 701 | 701 | |
| 702 | - if ($default_value != '') {
|
|
| 703 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 704 | - } |
|
| 702 | + if ($default_value != '') {
|
|
| 703 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 704 | + } |
|
| 705 | 705 | |
| 706 | - $alter_result = $wpdb->query($meta_field_add); |
|
| 707 | - if($alter_result===false){
|
|
| 708 | - return __('Column change failed, you may have too many columns.','geodirectory');
|
|
| 709 | - } |
|
| 706 | + $alter_result = $wpdb->query($meta_field_add); |
|
| 707 | + if($alter_result===false){
|
|
| 708 | + return __('Column change failed, you may have too many columns.','geodirectory');
|
|
| 709 | + } |
|
| 710 | 710 | |
| 711 | - if (isset($request_field['cat_display_type'])) |
|
| 712 | - $extra_fields = $request_field['cat_display_type']; |
|
| 711 | + if (isset($request_field['cat_display_type'])) |
|
| 712 | + $extra_fields = $request_field['cat_display_type']; |
|
| 713 | 713 | |
| 714 | - if (isset($request_field['multi_display_type'])) |
|
| 715 | - $extra_fields = $request_field['multi_display_type']; |
|
| 714 | + if (isset($request_field['multi_display_type'])) |
|
| 715 | + $extra_fields = $request_field['multi_display_type']; |
|
| 716 | 716 | |
| 717 | 717 | |
| 718 | - break; |
|
| 718 | + break; |
|
| 719 | 719 | |
| 720 | - case 'textarea': |
|
| 721 | - case 'html': |
|
| 722 | - case 'url': |
|
| 723 | - case 'file': |
|
| 720 | + case 'textarea': |
|
| 721 | + case 'html': |
|
| 722 | + case 'url': |
|
| 723 | + case 'file': |
|
| 724 | 724 | |
| 725 | - $alter_result = $wpdb->query("ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` TEXT NULL");
|
|
| 726 | - if($alter_result===false){
|
|
| 727 | - return __('Column change failed, you may have too many columns.','geodirectory');
|
|
| 728 | - } |
|
| 729 | - if (isset($request_field['advanced_editor'])) |
|
| 730 | - $extra_fields = $request_field['advanced_editor']; |
|
| 731 | - |
|
| 732 | - break; |
|
| 725 | + $alter_result = $wpdb->query("ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` TEXT NULL");
|
|
| 726 | + if($alter_result===false){
|
|
| 727 | + return __('Column change failed, you may have too many columns.','geodirectory');
|
|
| 728 | + } |
|
| 729 | + if (isset($request_field['advanced_editor'])) |
|
| 730 | + $extra_fields = $request_field['advanced_editor']; |
|
| 731 | + |
|
| 732 | + break; |
|
| 733 | 733 | |
| 734 | - case 'fieldset': |
|
| 735 | - // Nothing happened for fieldset |
|
| 736 | - break; |
|
| 734 | + case 'fieldset': |
|
| 735 | + // Nothing happened for fieldset |
|
| 736 | + break; |
|
| 737 | 737 | |
| 738 | - default: |
|
| 739 | - if ($data_type != 'VARCHAR' && $data_type != '') {
|
|
| 740 | - if ($data_type == 'FLOAT' && $decimal_point > 0) {
|
|
| 741 | - $default_value_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` DECIMAL(11, " . (int)$decimal_point . ") NULL"; |
|
| 742 | - } else {
|
|
| 743 | - $default_value_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` " . $data_type . " NULL"; |
|
| 744 | - } |
|
| 745 | - |
|
| 746 | - if (is_numeric($default_value) && $default_value != '') {
|
|
| 747 | - $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 748 | - } |
|
| 749 | - } else {
|
|
| 750 | - $default_value_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` VARCHAR( 254 ) NULL"; |
|
| 751 | - if ($default_value != '') {
|
|
| 752 | - $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 753 | - } |
|
| 754 | - } |
|
| 755 | - |
|
| 756 | - $alter_result = $wpdb->query($default_value_add); |
|
| 757 | - if($alter_result===false){
|
|
| 758 | - return __('Column change failed, you may have too many columns.','geodirectory');
|
|
| 759 | - } |
|
| 760 | - break; |
|
| 761 | - endswitch; |
|
| 762 | - |
|
| 763 | - $extra_field_query = ''; |
|
| 764 | - if (!empty($extra_fields)) {
|
|
| 765 | - $extra_field_query = serialize($extra_fields); |
|
| 766 | - } |
|
| 767 | - |
|
| 768 | - $decimal_point = $field_type == 'text' && $data_type == 'FLOAT' ? $decimal_point : ''; |
|
| 769 | - |
|
| 770 | - $wpdb->query( |
|
| 771 | - |
|
| 772 | - $wpdb->prepare( |
|
| 773 | - |
|
| 774 | - "update " . GEODIR_CUSTOM_FIELDS_TABLE . " set |
|
| 738 | + default: |
|
| 739 | + if ($data_type != 'VARCHAR' && $data_type != '') {
|
|
| 740 | + if ($data_type == 'FLOAT' && $decimal_point > 0) {
|
|
| 741 | + $default_value_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` DECIMAL(11, " . (int)$decimal_point . ") NULL"; |
|
| 742 | + } else {
|
|
| 743 | + $default_value_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` " . $data_type . " NULL"; |
|
| 744 | + } |
|
| 745 | + |
|
| 746 | + if (is_numeric($default_value) && $default_value != '') {
|
|
| 747 | + $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 748 | + } |
|
| 749 | + } else {
|
|
| 750 | + $default_value_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` VARCHAR( 254 ) NULL"; |
|
| 751 | + if ($default_value != '') {
|
|
| 752 | + $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 753 | + } |
|
| 754 | + } |
|
| 755 | + |
|
| 756 | + $alter_result = $wpdb->query($default_value_add); |
|
| 757 | + if($alter_result===false){
|
|
| 758 | + return __('Column change failed, you may have too many columns.','geodirectory');
|
|
| 759 | + } |
|
| 760 | + break; |
|
| 761 | + endswitch; |
|
| 762 | + |
|
| 763 | + $extra_field_query = ''; |
|
| 764 | + if (!empty($extra_fields)) {
|
|
| 765 | + $extra_field_query = serialize($extra_fields); |
|
| 766 | + } |
|
| 767 | + |
|
| 768 | + $decimal_point = $field_type == 'text' && $data_type == 'FLOAT' ? $decimal_point : ''; |
|
| 769 | + |
|
| 770 | + $wpdb->query( |
|
| 771 | + |
|
| 772 | + $wpdb->prepare( |
|
| 773 | + |
|
| 774 | + "update " . GEODIR_CUSTOM_FIELDS_TABLE . " set |
|
| 775 | 775 | post_type = %s, |
| 776 | 776 | admin_title = %s, |
| 777 | 777 | site_title = %s, |
@@ -805,308 +805,308 @@ discard block |
||
| 805 | 805 | for_admin_use = %s |
| 806 | 806 | where id = %d", |
| 807 | 807 | |
| 808 | - 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) |
|
| 809 | - ) |
|
| 808 | + 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) |
|
| 809 | + ) |
|
| 810 | 810 | |
| 811 | - ); |
|
| 811 | + ); |
|
| 812 | 812 | |
| 813 | - $lastid = trim($cf); |
|
| 813 | + $lastid = trim($cf); |
|
| 814 | 814 | |
| 815 | 815 | |
| 816 | - $wpdb->query( |
|
| 817 | - $wpdb->prepare( |
|
| 818 | - "update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 816 | + $wpdb->query( |
|
| 817 | + $wpdb->prepare( |
|
| 818 | + "update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 819 | 819 | site_title=%s |
| 820 | 820 | where post_type = %s and htmlvar_name = %s", |
| 821 | - array($site_title, $post_type, $htmlvar_name) |
|
| 822 | - ) |
|
| 823 | - ); |
|
| 824 | - |
|
| 825 | - |
|
| 826 | - if ($cat_sort == '') |
|
| 827 | - $wpdb->query($wpdb->prepare("delete from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where post_type = %s and htmlvar_name = %s", array($post_type, $htmlvar_name)));
|
|
| 828 | - |
|
| 829 | - |
|
| 830 | - /** |
|
| 831 | - * Called after all custom fields are saved for a post. |
|
| 832 | - * |
|
| 833 | - * @since 1.0.0 |
|
| 834 | - * @param int $lastid The post ID. |
|
| 835 | - */ |
|
| 836 | - do_action('geodir_after_custom_fields_updated', $lastid);
|
|
| 837 | - |
|
| 838 | - } else {
|
|
| 839 | - |
|
| 840 | - switch ($field_type): |
|
| 841 | - |
|
| 842 | - case 'address': |
|
| 843 | - |
|
| 844 | - $data_type = ''; |
|
| 845 | - |
|
| 846 | - if ($htmlvar_name != '') {
|
|
| 847 | - $prefix = $htmlvar_name . '_'; |
|
| 848 | - } |
|
| 849 | - $old_prefix = $old_html_variable; |
|
| 850 | - |
|
| 851 | - //$meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."address` VARCHAR( 254 ) NULL"; |
|
| 852 | - |
|
| 853 | - $meta_field_add = "VARCHAR( 254 ) NULL"; |
|
| 854 | - if ($default_value != '') {
|
|
| 855 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 856 | - } |
|
| 857 | - |
|
| 858 | - geodir_add_column_if_not_exist($detail_table, $prefix . "address", $meta_field_add); |
|
| 859 | - //$wpdb->query($meta_field_add); |
|
| 860 | - |
|
| 861 | - |
|
| 862 | - if (!empty($extra_fields)) {
|
|
| 821 | + array($site_title, $post_type, $htmlvar_name) |
|
| 822 | + ) |
|
| 823 | + ); |
|
| 824 | + |
|
| 825 | + |
|
| 826 | + if ($cat_sort == '') |
|
| 827 | + $wpdb->query($wpdb->prepare("delete from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where post_type = %s and htmlvar_name = %s", array($post_type, $htmlvar_name)));
|
|
| 828 | + |
|
| 829 | + |
|
| 830 | + /** |
|
| 831 | + * Called after all custom fields are saved for a post. |
|
| 832 | + * |
|
| 833 | + * @since 1.0.0 |
|
| 834 | + * @param int $lastid The post ID. |
|
| 835 | + */ |
|
| 836 | + do_action('geodir_after_custom_fields_updated', $lastid);
|
|
| 837 | + |
|
| 838 | + } else {
|
|
| 839 | + |
|
| 840 | + switch ($field_type): |
|
| 841 | + |
|
| 842 | + case 'address': |
|
| 843 | + |
|
| 844 | + $data_type = ''; |
|
| 845 | + |
|
| 846 | + if ($htmlvar_name != '') {
|
|
| 847 | + $prefix = $htmlvar_name . '_'; |
|
| 848 | + } |
|
| 849 | + $old_prefix = $old_html_variable; |
|
| 850 | + |
|
| 851 | + //$meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."address` VARCHAR( 254 ) NULL"; |
|
| 852 | + |
|
| 853 | + $meta_field_add = "VARCHAR( 254 ) NULL"; |
|
| 854 | + if ($default_value != '') {
|
|
| 855 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 856 | + } |
|
| 857 | + |
|
| 858 | + geodir_add_column_if_not_exist($detail_table, $prefix . "address", $meta_field_add); |
|
| 859 | + //$wpdb->query($meta_field_add); |
|
| 860 | + |
|
| 861 | + |
|
| 862 | + if (!empty($extra_fields)) {
|
|
| 863 | 863 | |
| 864 | - if (isset($extra_fields['show_city']) && $extra_fields['show_city']) {
|
|
| 865 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "city` VARCHAR( 30 ) NULL"; |
|
| 866 | - $meta_field_add = "VARCHAR( 30 ) NULL"; |
|
| 867 | - if ($default_value != '') {
|
|
| 868 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 869 | - } |
|
| 870 | - |
|
| 871 | - geodir_add_column_if_not_exist($detail_table, $prefix . "city", $meta_field_add); |
|
| 872 | - //$wpdb->query($meta_field_add); |
|
| 873 | - } |
|
| 874 | - if (isset($extra_fields['show_region']) && $extra_fields['show_region']) {
|
|
| 875 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "region` VARCHAR( 30 ) NULL"; |
|
| 876 | - $meta_field_add = "VARCHAR( 30 ) NULL"; |
|
| 877 | - if ($default_value != '') {
|
|
| 878 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 879 | - } |
|
| 880 | - |
|
| 881 | - geodir_add_column_if_not_exist($detail_table, $prefix . "region", $meta_field_add); |
|
| 882 | - //$wpdb->query($meta_field_add); |
|
| 883 | - } |
|
| 884 | - if (isset($extra_fields['show_country']) && $extra_fields['show_country']) {
|
|
| 885 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "country` VARCHAR( 30 ) NULL"; |
|
| 886 | - |
|
| 887 | - $meta_field_add = "VARCHAR( 30 ) NULL"; |
|
| 888 | - if ($default_value != '') {
|
|
| 889 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 890 | - } |
|
| 891 | - |
|
| 892 | - geodir_add_column_if_not_exist($detail_table, $prefix . "country", $meta_field_add); |
|
| 893 | - //$wpdb->query($meta_field_add); |
|
| 894 | - } |
|
| 895 | - if (isset($extra_fields['show_zip']) && $extra_fields['show_zip']) {
|
|
| 896 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "zip` VARCHAR( 15 ) NULL"; |
|
| 897 | - $meta_field_add = "VARCHAR( 15 ) NULL"; |
|
| 898 | - if ($default_value != '') {
|
|
| 899 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 900 | - } |
|
| 901 | - |
|
| 902 | - geodir_add_column_if_not_exist($detail_table, $prefix . "zip", $meta_field_add); |
|
| 903 | - //$wpdb->query($meta_field_add); |
|
| 904 | - } |
|
| 905 | - if (isset($extra_fields['show_map']) && $extra_fields['show_map']) {
|
|
| 906 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "latitude` VARCHAR( 20 ) NULL"; |
|
| 907 | - $meta_field_add = "VARCHAR( 20 ) NULL"; |
|
| 908 | - if ($default_value != '') {
|
|
| 909 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 910 | - } |
|
| 911 | - |
|
| 912 | - geodir_add_column_if_not_exist($detail_table, $prefix . "latitude", $meta_field_add); |
|
| 913 | - //$wpdb->query($meta_field_add); |
|
| 914 | - |
|
| 915 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "longitude` VARCHAR( 20 ) NULL"; |
|
| 916 | - |
|
| 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 . "longitude", $meta_field_add); |
|
| 923 | - |
|
| 924 | - //$wpdb->query($meta_field_add); |
|
| 925 | - } |
|
| 926 | - if (isset($extra_fields['show_mapview']) && $extra_fields['show_mapview']) {
|
|
| 927 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "mapview` VARCHAR( 15 ) NULL"; |
|
| 928 | - |
|
| 929 | - $meta_field_add = "VARCHAR( 15 ) NULL"; |
|
| 930 | - if ($default_value != '') {
|
|
| 931 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 932 | - } |
|
| 933 | - |
|
| 934 | - geodir_add_column_if_not_exist($detail_table, $prefix . "mapview", $meta_field_add); |
|
| 935 | - |
|
| 936 | - //$wpdb->query($meta_field_add); |
|
| 937 | - } |
|
| 938 | - if (isset($extra_fields['show_mapzoom']) && $extra_fields['show_mapzoom']) {
|
|
| 939 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "mapzoom` VARCHAR( 3 ) NULL"; |
|
| 940 | - |
|
| 941 | - $meta_field_add = "VARCHAR( 3 ) NULL"; |
|
| 942 | - if ($default_value != '') {
|
|
| 943 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 944 | - } |
|
| 945 | - |
|
| 946 | - geodir_add_column_if_not_exist($detail_table, $prefix . "mapzoom", $meta_field_add); |
|
| 947 | - |
|
| 948 | - //$wpdb->query($meta_field_add); |
|
| 949 | - } |
|
| 950 | - // show lat lng |
|
| 951 | - if (isset($extra_fields['show_latlng']) && $extra_fields['show_latlng']) {
|
|
| 952 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "latlng` VARCHAR( 3 ) NULL"; |
|
| 953 | - |
|
| 954 | - $meta_field_add = "VARCHAR( 3 ) NULL"; |
|
| 955 | - $meta_field_add .= " DEFAULT '1'"; |
|
| 956 | - |
|
| 957 | - geodir_add_column_if_not_exist($detail_table, $prefix . "latlng", $meta_field_add); |
|
| 958 | - //$wpdb->query($meta_field_add); |
|
| 959 | - } |
|
| 960 | - } |
|
| 961 | - |
|
| 962 | - break; |
|
| 963 | - |
|
| 964 | - case 'checkbox': |
|
| 965 | - $data_type = 'TINYINT'; |
|
| 966 | - |
|
| 967 | - $meta_field_add = $data_type . "( 1 ) NOT NULL "; |
|
| 968 | - if ((int)$default_value === 1) {
|
|
| 969 | - $meta_field_add .= " DEFAULT '1'"; |
|
| 970 | - } |
|
| 971 | - |
|
| 972 | - $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 973 | - if ($add_result === false) {
|
|
| 974 | - return __('Column creation failed, you may have too many columns or the default value does not match with field data type.', 'geodirectory');
|
|
| 975 | - } |
|
| 976 | - break; |
|
| 977 | - case 'multiselect': |
|
| 978 | - case 'select': |
|
| 979 | - $data_type = 'VARCHAR'; |
|
| 980 | - $op_size = '500'; |
|
| 981 | - |
|
| 982 | - // only make the field as big as it needs to be. |
|
| 983 | - if (isset($option_values) && $option_values && $field_type == 'select') {
|
|
| 984 | - $option_values_arr = explode(',', $option_values);
|
|
| 985 | - |
|
| 986 | - if (is_array($option_values_arr)) {
|
|
| 987 | - $op_max = 0; |
|
| 988 | - |
|
| 989 | - foreach ($option_values_arr as $op_val) {
|
|
| 990 | - if (strlen($op_val) && strlen($op_val) > $op_max) {
|
|
| 991 | - $op_max = strlen($op_val); |
|
| 992 | - } |
|
| 993 | - } |
|
| 994 | - |
|
| 995 | - if ($op_max) {
|
|
| 996 | - $op_size = $op_max; |
|
| 997 | - } |
|
| 998 | - } |
|
| 999 | - } elseif (isset($option_values) && $option_values && $field_type == 'multiselect') {
|
|
| 1000 | - if (strlen($option_values)) {
|
|
| 1001 | - $op_size = strlen($option_values); |
|
| 1002 | - } |
|
| 1003 | - |
|
| 1004 | - if (isset($request_field['multi_display_type'])) {
|
|
| 1005 | - $extra_fields = $request_field['multi_display_type']; |
|
| 1006 | - } |
|
| 1007 | - } |
|
| 1008 | - |
|
| 1009 | - $meta_field_add = $data_type . "( $op_size ) NULL "; |
|
| 1010 | - if ($default_value != '') {
|
|
| 1011 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1012 | - } |
|
| 1013 | - |
|
| 1014 | - $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 1015 | - if ($add_result === false) {
|
|
| 1016 | - return __('Column creation failed, you may have too many columns or the default value does not match with field data type.', 'geodirectory');
|
|
| 1017 | - } |
|
| 1018 | - break; |
|
| 1019 | - case 'textarea': |
|
| 1020 | - case 'html': |
|
| 1021 | - case 'url': |
|
| 1022 | - case 'file': |
|
| 1023 | - |
|
| 1024 | - $data_type = 'TEXT'; |
|
| 1025 | - |
|
| 1026 | - $default_value_add = " `" . $htmlvar_name . "` " . $data_type . " NULL "; |
|
| 1027 | - |
|
| 1028 | - $meta_field_add = $data_type . " NULL "; |
|
| 1029 | - /*if($default_value != '') |
|
| 864 | + if (isset($extra_fields['show_city']) && $extra_fields['show_city']) {
|
|
| 865 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "city` VARCHAR( 30 ) NULL"; |
|
| 866 | + $meta_field_add = "VARCHAR( 30 ) NULL"; |
|
| 867 | + if ($default_value != '') {
|
|
| 868 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 869 | + } |
|
| 870 | + |
|
| 871 | + geodir_add_column_if_not_exist($detail_table, $prefix . "city", $meta_field_add); |
|
| 872 | + //$wpdb->query($meta_field_add); |
|
| 873 | + } |
|
| 874 | + if (isset($extra_fields['show_region']) && $extra_fields['show_region']) {
|
|
| 875 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "region` VARCHAR( 30 ) NULL"; |
|
| 876 | + $meta_field_add = "VARCHAR( 30 ) NULL"; |
|
| 877 | + if ($default_value != '') {
|
|
| 878 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 879 | + } |
|
| 880 | + |
|
| 881 | + geodir_add_column_if_not_exist($detail_table, $prefix . "region", $meta_field_add); |
|
| 882 | + //$wpdb->query($meta_field_add); |
|
| 883 | + } |
|
| 884 | + if (isset($extra_fields['show_country']) && $extra_fields['show_country']) {
|
|
| 885 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "country` VARCHAR( 30 ) NULL"; |
|
| 886 | + |
|
| 887 | + $meta_field_add = "VARCHAR( 30 ) NULL"; |
|
| 888 | + if ($default_value != '') {
|
|
| 889 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 890 | + } |
|
| 891 | + |
|
| 892 | + geodir_add_column_if_not_exist($detail_table, $prefix . "country", $meta_field_add); |
|
| 893 | + //$wpdb->query($meta_field_add); |
|
| 894 | + } |
|
| 895 | + if (isset($extra_fields['show_zip']) && $extra_fields['show_zip']) {
|
|
| 896 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "zip` VARCHAR( 15 ) NULL"; |
|
| 897 | + $meta_field_add = "VARCHAR( 15 ) NULL"; |
|
| 898 | + if ($default_value != '') {
|
|
| 899 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 900 | + } |
|
| 901 | + |
|
| 902 | + geodir_add_column_if_not_exist($detail_table, $prefix . "zip", $meta_field_add); |
|
| 903 | + //$wpdb->query($meta_field_add); |
|
| 904 | + } |
|
| 905 | + if (isset($extra_fields['show_map']) && $extra_fields['show_map']) {
|
|
| 906 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "latitude` VARCHAR( 20 ) NULL"; |
|
| 907 | + $meta_field_add = "VARCHAR( 20 ) NULL"; |
|
| 908 | + if ($default_value != '') {
|
|
| 909 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 910 | + } |
|
| 911 | + |
|
| 912 | + geodir_add_column_if_not_exist($detail_table, $prefix . "latitude", $meta_field_add); |
|
| 913 | + //$wpdb->query($meta_field_add); |
|
| 914 | + |
|
| 915 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "longitude` VARCHAR( 20 ) NULL"; |
|
| 916 | + |
|
| 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 . "longitude", $meta_field_add); |
|
| 923 | + |
|
| 924 | + //$wpdb->query($meta_field_add); |
|
| 925 | + } |
|
| 926 | + if (isset($extra_fields['show_mapview']) && $extra_fields['show_mapview']) {
|
|
| 927 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "mapview` VARCHAR( 15 ) NULL"; |
|
| 928 | + |
|
| 929 | + $meta_field_add = "VARCHAR( 15 ) NULL"; |
|
| 930 | + if ($default_value != '') {
|
|
| 931 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 932 | + } |
|
| 933 | + |
|
| 934 | + geodir_add_column_if_not_exist($detail_table, $prefix . "mapview", $meta_field_add); |
|
| 935 | + |
|
| 936 | + //$wpdb->query($meta_field_add); |
|
| 937 | + } |
|
| 938 | + if (isset($extra_fields['show_mapzoom']) && $extra_fields['show_mapzoom']) {
|
|
| 939 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "mapzoom` VARCHAR( 3 ) NULL"; |
|
| 940 | + |
|
| 941 | + $meta_field_add = "VARCHAR( 3 ) NULL"; |
|
| 942 | + if ($default_value != '') {
|
|
| 943 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 944 | + } |
|
| 945 | + |
|
| 946 | + geodir_add_column_if_not_exist($detail_table, $prefix . "mapzoom", $meta_field_add); |
|
| 947 | + |
|
| 948 | + //$wpdb->query($meta_field_add); |
|
| 949 | + } |
|
| 950 | + // show lat lng |
|
| 951 | + if (isset($extra_fields['show_latlng']) && $extra_fields['show_latlng']) {
|
|
| 952 | + $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "latlng` VARCHAR( 3 ) NULL"; |
|
| 953 | + |
|
| 954 | + $meta_field_add = "VARCHAR( 3 ) NULL"; |
|
| 955 | + $meta_field_add .= " DEFAULT '1'"; |
|
| 956 | + |
|
| 957 | + geodir_add_column_if_not_exist($detail_table, $prefix . "latlng", $meta_field_add); |
|
| 958 | + //$wpdb->query($meta_field_add); |
|
| 959 | + } |
|
| 960 | + } |
|
| 961 | + |
|
| 962 | + break; |
|
| 963 | + |
|
| 964 | + case 'checkbox': |
|
| 965 | + $data_type = 'TINYINT'; |
|
| 966 | + |
|
| 967 | + $meta_field_add = $data_type . "( 1 ) NOT NULL "; |
|
| 968 | + if ((int)$default_value === 1) {
|
|
| 969 | + $meta_field_add .= " DEFAULT '1'"; |
|
| 970 | + } |
|
| 971 | + |
|
| 972 | + $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 973 | + if ($add_result === false) {
|
|
| 974 | + return __('Column creation failed, you may have too many columns or the default value does not match with field data type.', 'geodirectory');
|
|
| 975 | + } |
|
| 976 | + break; |
|
| 977 | + case 'multiselect': |
|
| 978 | + case 'select': |
|
| 979 | + $data_type = 'VARCHAR'; |
|
| 980 | + $op_size = '500'; |
|
| 981 | + |
|
| 982 | + // only make the field as big as it needs to be. |
|
| 983 | + if (isset($option_values) && $option_values && $field_type == 'select') {
|
|
| 984 | + $option_values_arr = explode(',', $option_values);
|
|
| 985 | + |
|
| 986 | + if (is_array($option_values_arr)) {
|
|
| 987 | + $op_max = 0; |
|
| 988 | + |
|
| 989 | + foreach ($option_values_arr as $op_val) {
|
|
| 990 | + if (strlen($op_val) && strlen($op_val) > $op_max) {
|
|
| 991 | + $op_max = strlen($op_val); |
|
| 992 | + } |
|
| 993 | + } |
|
| 994 | + |
|
| 995 | + if ($op_max) {
|
|
| 996 | + $op_size = $op_max; |
|
| 997 | + } |
|
| 998 | + } |
|
| 999 | + } elseif (isset($option_values) && $option_values && $field_type == 'multiselect') {
|
|
| 1000 | + if (strlen($option_values)) {
|
|
| 1001 | + $op_size = strlen($option_values); |
|
| 1002 | + } |
|
| 1003 | + |
|
| 1004 | + if (isset($request_field['multi_display_type'])) {
|
|
| 1005 | + $extra_fields = $request_field['multi_display_type']; |
|
| 1006 | + } |
|
| 1007 | + } |
|
| 1008 | + |
|
| 1009 | + $meta_field_add = $data_type . "( $op_size ) NULL "; |
|
| 1010 | + if ($default_value != '') {
|
|
| 1011 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1012 | + } |
|
| 1013 | + |
|
| 1014 | + $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 1015 | + if ($add_result === false) {
|
|
| 1016 | + return __('Column creation failed, you may have too many columns or the default value does not match with field data type.', 'geodirectory');
|
|
| 1017 | + } |
|
| 1018 | + break; |
|
| 1019 | + case 'textarea': |
|
| 1020 | + case 'html': |
|
| 1021 | + case 'url': |
|
| 1022 | + case 'file': |
|
| 1023 | + |
|
| 1024 | + $data_type = 'TEXT'; |
|
| 1025 | + |
|
| 1026 | + $default_value_add = " `" . $htmlvar_name . "` " . $data_type . " NULL "; |
|
| 1027 | + |
|
| 1028 | + $meta_field_add = $data_type . " NULL "; |
|
| 1029 | + /*if($default_value != '') |
|
| 1030 | 1030 | { $meta_field_add .= " DEFAULT '".$default_value."'"; }*/
|
| 1031 | 1031 | |
| 1032 | - $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 1033 | - if ($add_result === false) {
|
|
| 1034 | - return __('Column creation failed, you may have too many columns or the default value does not match with field data type.', 'geodirectory');
|
|
| 1035 | - } |
|
| 1032 | + $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 1033 | + if ($add_result === false) {
|
|
| 1034 | + return __('Column creation failed, you may have too many columns or the default value does not match with field data type.', 'geodirectory');
|
|
| 1035 | + } |
|
| 1036 | 1036 | |
| 1037 | - break; |
|
| 1037 | + break; |
|
| 1038 | 1038 | |
| 1039 | - case 'datepicker': |
|
| 1039 | + case 'datepicker': |
|
| 1040 | 1040 | |
| 1041 | - $data_type = 'DATE'; |
|
| 1041 | + $data_type = 'DATE'; |
|
| 1042 | 1042 | |
| 1043 | - $default_value_add = " `" . $htmlvar_name . "` " . $data_type . " NULL "; |
|
| 1043 | + $default_value_add = " `" . $htmlvar_name . "` " . $data_type . " NULL "; |
|
| 1044 | 1044 | |
| 1045 | - $meta_field_add = $data_type . " NULL "; |
|
| 1045 | + $meta_field_add = $data_type . " NULL "; |
|
| 1046 | 1046 | |
| 1047 | - $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 1048 | - if ($add_result === false) {
|
|
| 1049 | - return __('Column creation failed, you may have too many columns or the default value must have in valid date format.', 'geodirectory');
|
|
| 1050 | - } |
|
| 1047 | + $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 1048 | + if ($add_result === false) {
|
|
| 1049 | + return __('Column creation failed, you may have too many columns or the default value must have in valid date format.', 'geodirectory');
|
|
| 1050 | + } |
|
| 1051 | 1051 | |
| 1052 | - break; |
|
| 1052 | + break; |
|
| 1053 | 1053 | |
| 1054 | - case 'time': |
|
| 1054 | + case 'time': |
|
| 1055 | 1055 | |
| 1056 | - $data_type = 'TIME'; |
|
| 1056 | + $data_type = 'TIME'; |
|
| 1057 | 1057 | |
| 1058 | - $default_value_add = " `" . $htmlvar_name . "` " . $data_type . " NULL "; |
|
| 1058 | + $default_value_add = " `" . $htmlvar_name . "` " . $data_type . " NULL "; |
|
| 1059 | 1059 | |
| 1060 | - $meta_field_add = $data_type . " NULL "; |
|
| 1060 | + $meta_field_add = $data_type . " NULL "; |
|
| 1061 | 1061 | |
| 1062 | - $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 1063 | - if ($add_result === false) {
|
|
| 1064 | - return __('Column creation failed, you may have too many columns or the default value must have in valid time format.', 'geodirectory');
|
|
| 1065 | - } |
|
| 1062 | + $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 1063 | + if ($add_result === false) {
|
|
| 1064 | + return __('Column creation failed, you may have too many columns or the default value must have in valid time format.', 'geodirectory');
|
|
| 1065 | + } |
|
| 1066 | 1066 | |
| 1067 | - break; |
|
| 1067 | + break; |
|
| 1068 | 1068 | |
| 1069 | - default: |
|
| 1069 | + default: |
|
| 1070 | 1070 | |
| 1071 | - if ($data_type != 'VARCHAR' && $data_type != '') {
|
|
| 1072 | - $meta_field_add = $data_type . " NULL "; |
|
| 1071 | + if ($data_type != 'VARCHAR' && $data_type != '') {
|
|
| 1072 | + $meta_field_add = $data_type . " NULL "; |
|
| 1073 | 1073 | |
| 1074 | - if ($data_type == 'FLOAT' && $decimal_point > 0) {
|
|
| 1075 | - $meta_field_add = "DECIMAL(11, " . (int)$decimal_point . ") NULL "; |
|
| 1076 | - } |
|
| 1074 | + if ($data_type == 'FLOAT' && $decimal_point > 0) {
|
|
| 1075 | + $meta_field_add = "DECIMAL(11, " . (int)$decimal_point . ") NULL "; |
|
| 1076 | + } |
|
| 1077 | 1077 | |
| 1078 | - if (is_numeric($default_value) && $default_value != '') {
|
|
| 1079 | - $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1080 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1081 | - } |
|
| 1082 | - } else {
|
|
| 1083 | - $meta_field_add = " VARCHAR( 254 ) NULL "; |
|
| 1078 | + if (is_numeric($default_value) && $default_value != '') {
|
|
| 1079 | + $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1080 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1081 | + } |
|
| 1082 | + } else {
|
|
| 1083 | + $meta_field_add = " VARCHAR( 254 ) NULL "; |
|
| 1084 | 1084 | |
| 1085 | - if ($default_value != '') {
|
|
| 1086 | - $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1087 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1088 | - } |
|
| 1089 | - } |
|
| 1085 | + if ($default_value != '') {
|
|
| 1086 | + $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1087 | + $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1088 | + } |
|
| 1089 | + } |
|
| 1090 | 1090 | |
| 1091 | - $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 1092 | - if ($add_result === false) {
|
|
| 1093 | - return __('Column creation failed, you may have too many columns or the default value does not match with field data type.', 'geodirectory');
|
|
| 1094 | - } |
|
| 1095 | - break; |
|
| 1096 | - endswitch; |
|
| 1091 | + $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
|
| 1092 | + if ($add_result === false) {
|
|
| 1093 | + return __('Column creation failed, you may have too many columns or the default value does not match with field data type.', 'geodirectory');
|
|
| 1094 | + } |
|
| 1095 | + break; |
|
| 1096 | + endswitch; |
|
| 1097 | 1097 | |
| 1098 | - $extra_field_query = ''; |
|
| 1099 | - if (!empty($extra_fields)) {
|
|
| 1100 | - $extra_field_query = serialize($extra_fields); |
|
| 1101 | - } |
|
| 1098 | + $extra_field_query = ''; |
|
| 1099 | + if (!empty($extra_fields)) {
|
|
| 1100 | + $extra_field_query = serialize($extra_fields); |
|
| 1101 | + } |
|
| 1102 | 1102 | |
| 1103 | - $decimal_point = $field_type == 'text' && $data_type == 'FLOAT' ? $decimal_point : ''; |
|
| 1103 | + $decimal_point = $field_type == 'text' && $data_type == 'FLOAT' ? $decimal_point : ''; |
|
| 1104 | 1104 | |
| 1105 | - $wpdb->query( |
|
| 1105 | + $wpdb->query( |
|
| 1106 | 1106 | |
| 1107 | - $wpdb->prepare( |
|
| 1107 | + $wpdb->prepare( |
|
| 1108 | 1108 | |
| 1109 | - "insert into " . GEODIR_CUSTOM_FIELDS_TABLE . " set |
|
| 1109 | + "insert into " . GEODIR_CUSTOM_FIELDS_TABLE . " set |
|
| 1110 | 1110 | post_type = %s, |
| 1111 | 1111 | admin_title = %s, |
| 1112 | 1112 | site_title = %s, |
@@ -1139,26 +1139,26 @@ discard block |
||
| 1139 | 1139 | validation_msg = %s, |
| 1140 | 1140 | for_admin_use = %s ", |
| 1141 | 1141 | |
| 1142 | - 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) |
|
| 1142 | + 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) |
|
| 1143 | 1143 | |
| 1144 | - ) |
|
| 1144 | + ) |
|
| 1145 | 1145 | |
| 1146 | - ); |
|
| 1146 | + ); |
|
| 1147 | 1147 | |
| 1148 | - $lastid = $wpdb->insert_id; |
|
| 1148 | + $lastid = $wpdb->insert_id; |
|
| 1149 | 1149 | |
| 1150 | - $lastid = trim($lastid); |
|
| 1150 | + $lastid = trim($lastid); |
|
| 1151 | 1151 | |
| 1152 | - } |
|
| 1152 | + } |
|
| 1153 | 1153 | |
| 1154 | - return (int)$lastid; |
|
| 1154 | + return (int)$lastid; |
|
| 1155 | 1155 | |
| 1156 | 1156 | |
| 1157 | - } else {
|
|
| 1158 | - return 'HTML Variable Name should be a unique name'; |
|
| 1159 | - } |
|
| 1157 | + } else {
|
|
| 1158 | + return 'HTML Variable Name should be a unique name'; |
|
| 1159 | + } |
|
| 1160 | 1160 | |
| 1161 | - } |
|
| 1161 | + } |
|
| 1162 | 1162 | } |
| 1163 | 1163 | |
| 1164 | 1164 | /** |
@@ -1173,54 +1173,54 @@ discard block |
||
| 1173 | 1173 | function godir_set_field_order($field_ids = array()) |
| 1174 | 1174 | {
|
| 1175 | 1175 | |
| 1176 | - global $wpdb; |
|
| 1176 | + global $wpdb; |
|
| 1177 | 1177 | |
| 1178 | - $count = 0; |
|
| 1179 | - if (!empty($field_ids)): |
|
| 1180 | - $post_meta_info = false; |
|
| 1181 | - foreach ($field_ids as $id) {
|
|
| 1178 | + $count = 0; |
|
| 1179 | + if (!empty($field_ids)): |
|
| 1180 | + $post_meta_info = false; |
|
| 1181 | + foreach ($field_ids as $id) {
|
|
| 1182 | 1182 | |
| 1183 | - $cf = trim($id, '_'); |
|
| 1183 | + $cf = trim($id, '_'); |
|
| 1184 | 1184 | |
| 1185 | - $post_meta_info = $wpdb->query( |
|
| 1186 | - $wpdb->prepare( |
|
| 1187 | - "update " . GEODIR_CUSTOM_FIELDS_TABLE . " set |
|
| 1185 | + $post_meta_info = $wpdb->query( |
|
| 1186 | + $wpdb->prepare( |
|
| 1187 | + "update " . GEODIR_CUSTOM_FIELDS_TABLE . " set |
|
| 1188 | 1188 | sort_order=%d |
| 1189 | 1189 | where id= %d", |
| 1190 | - array($count, $cf) |
|
| 1191 | - ) |
|
| 1192 | - ); |
|
| 1193 | - $count++; |
|
| 1194 | - } |
|
| 1195 | - |
|
| 1196 | - return $post_meta_info; |
|
| 1197 | - else: |
|
| 1198 | - return false; |
|
| 1199 | - endif; |
|
| 1190 | + array($count, $cf) |
|
| 1191 | + ) |
|
| 1192 | + ); |
|
| 1193 | + $count++; |
|
| 1194 | + } |
|
| 1195 | + |
|
| 1196 | + return $post_meta_info; |
|
| 1197 | + else: |
|
| 1198 | + return false; |
|
| 1199 | + endif; |
|
| 1200 | 1200 | } |
| 1201 | 1201 | |
| 1202 | 1202 | |
| 1203 | 1203 | function geodir_get_cf_value($cf){
|
| 1204 | - global $gd_session; |
|
| 1205 | - $value = ''; |
|
| 1206 | - if (is_admin()) {
|
|
| 1207 | - global $post,$gd_session; |
|
| 1208 | - |
|
| 1209 | - if (isset($_REQUEST['post'])) |
|
| 1210 | - $_REQUEST['pid'] = $_REQUEST['post']; |
|
| 1211 | - } |
|
| 1212 | - |
|
| 1213 | - if (isset($_REQUEST['backandedit']) && $_REQUEST['backandedit'] && $gd_ses_listing = $gd_session->get('listing')) {
|
|
| 1214 | - $post = $gd_ses_listing; |
|
| 1215 | - $value = isset($post[$cf['name']]) ? $post[$cf['name']] : ''; |
|
| 1216 | - } elseif (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
|
|
| 1217 | - $value = geodir_get_post_meta($_REQUEST['pid'], $cf['name'], true); |
|
| 1218 | - } else {
|
|
| 1219 | - if ($value == '') {
|
|
| 1220 | - $value = $cf['default']; |
|
| 1221 | - } |
|
| 1222 | - } |
|
| 1223 | - return $value; |
|
| 1204 | + global $gd_session; |
|
| 1205 | + $value = ''; |
|
| 1206 | + if (is_admin()) {
|
|
| 1207 | + global $post,$gd_session; |
|
| 1208 | + |
|
| 1209 | + if (isset($_REQUEST['post'])) |
|
| 1210 | + $_REQUEST['pid'] = $_REQUEST['post']; |
|
| 1211 | + } |
|
| 1212 | + |
|
| 1213 | + if (isset($_REQUEST['backandedit']) && $_REQUEST['backandedit'] && $gd_ses_listing = $gd_session->get('listing')) {
|
|
| 1214 | + $post = $gd_ses_listing; |
|
| 1215 | + $value = isset($post[$cf['name']]) ? $post[$cf['name']] : ''; |
|
| 1216 | + } elseif (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
|
|
| 1217 | + $value = geodir_get_post_meta($_REQUEST['pid'], $cf['name'], true); |
|
| 1218 | + } else {
|
|
| 1219 | + if ($value == '') {
|
|
| 1220 | + $value = $cf['default']; |
|
| 1221 | + } |
|
| 1222 | + } |
|
| 1223 | + return $value; |
|
| 1224 | 1224 | } |
| 1225 | 1225 | |
| 1226 | 1226 | /** |
@@ -1239,422 +1239,422 @@ discard block |
||
| 1239 | 1239 | * @param string $post_type Optional. The wordpress post type. |
| 1240 | 1240 | */ |
| 1241 | 1241 | function geodir_get_custom_fields_html($package_id = '', $default = 'custom', $post_type = 'gd_place') {
|
| 1242 | - global $is_default, $mapzoom, $gd_session; |
|
| 1242 | + global $is_default, $mapzoom, $gd_session; |
|
| 1243 | 1243 | |
| 1244 | - $listing_type = $post_type; |
|
| 1244 | + $listing_type = $post_type; |
|
| 1245 | 1245 | |
| 1246 | - $custom_fields = geodir_post_custom_fields($package_id, $default, $post_type); |
|
| 1246 | + $custom_fields = geodir_post_custom_fields($package_id, $default, $post_type); |
|
| 1247 | 1247 | |
| 1248 | - foreach ($custom_fields as $key => $val) {
|
|
| 1249 | - if(isset($val['extra_fields'])){$extra_fields = $val['extra_fields'];}
|
|
| 1250 | - $val = stripslashes_deep($val); // strip slashes from labels |
|
| 1251 | - if(isset($val['extra_fields'])){$val['extra_fields'] = $extra_fields;}
|
|
| 1248 | + foreach ($custom_fields as $key => $val) {
|
|
| 1249 | + if(isset($val['extra_fields'])){$extra_fields = $val['extra_fields'];}
|
|
| 1250 | + $val = stripslashes_deep($val); // strip slashes from labels |
|
| 1251 | + if(isset($val['extra_fields'])){$val['extra_fields'] = $extra_fields;}
|
|
| 1252 | 1252 | |
| 1253 | - $name = $val['name']; |
|
| 1254 | - $type = $val['type']; |
|
| 1255 | - $is_default = $val['is_default']; |
|
| 1253 | + $name = $val['name']; |
|
| 1254 | + $type = $val['type']; |
|
| 1255 | + $is_default = $val['is_default']; |
|
| 1256 | 1256 | |
| 1257 | - /* field available to site admin only for edit */ |
|
| 1258 | - $for_admin_use = isset($val['for_admin_use']) && (int)$val['for_admin_use'] == 1 ? true : false; |
|
| 1259 | - if ($for_admin_use && !is_super_admin()) {
|
|
| 1260 | - continue; |
|
| 1261 | - } |
|
| 1257 | + /* field available to site admin only for edit */ |
|
| 1258 | + $for_admin_use = isset($val['for_admin_use']) && (int)$val['for_admin_use'] == 1 ? true : false; |
|
| 1259 | + if ($for_admin_use && !is_super_admin()) {
|
|
| 1260 | + continue; |
|
| 1261 | + } |
|
| 1262 | 1262 | |
| 1263 | - if (is_admin()) {
|
|
| 1264 | - global $post; |
|
| 1263 | + if (is_admin()) {
|
|
| 1264 | + global $post; |
|
| 1265 | 1265 | |
| 1266 | - if (isset($_REQUEST['post'])) |
|
| 1267 | - $_REQUEST['pid'] = $_REQUEST['post']; |
|
| 1268 | - } |
|
| 1266 | + if (isset($_REQUEST['post'])) |
|
| 1267 | + $_REQUEST['pid'] = $_REQUEST['post']; |
|
| 1268 | + } |
|
| 1269 | 1269 | |
| 1270 | 1270 | |
| 1271 | 1271 | |
| 1272 | - /** |
|
| 1273 | - * Called before the custom fields info is output for submitting a post. |
|
| 1274 | - * |
|
| 1275 | - * Used dynamic hook type geodir_before_custom_form_field_$name. |
|
| 1276 | - * |
|
| 1277 | - * @since 1.0.0 |
|
| 1278 | - * @param string $listing_type The post post type. |
|
| 1279 | - * @param int $package_id The price package ID for the post. |
|
| 1280 | - * @param array $val The settings array for the field. {@see geodir_custom_field_save()}.
|
|
| 1281 | - * @see 'geodir_after_custom_form_field_$name' |
|
| 1282 | - */ |
|
| 1283 | - do_action('geodir_before_custom_form_field_' . $name, $listing_type, $package_id, $val);
|
|
| 1284 | - |
|
| 1285 | - |
|
| 1286 | - $custom_field = $val; |
|
| 1287 | - $html =''; |
|
| 1288 | - /** |
|
| 1289 | - * Filter the output for custom fields. |
|
| 1290 | - * |
|
| 1291 | - * Here we can remove or add new functions depending on the field type. |
|
| 1292 | - * |
|
| 1293 | - * @param string $html The html to be filtered (blank). |
|
| 1294 | - * @param array $custom_field The custom field array values. |
|
| 1295 | - */ |
|
| 1296 | - echo apply_filters("geodir_custom_field_input_{$type}",$html,$custom_field);
|
|
| 1297 | - |
|
| 1298 | - |
|
| 1299 | - |
|
| 1300 | - /** |
|
| 1301 | - * Called after the custom fields info is output for submitting a post. |
|
| 1302 | - * |
|
| 1303 | - * Used dynamic hook type geodir_after_custom_form_field_$name. |
|
| 1304 | - * |
|
| 1305 | - * @since 1.0.0 |
|
| 1306 | - * @param string $listing_type The post post type. |
|
| 1307 | - * @param int $package_id The price package ID for the post. |
|
| 1308 | - * @param array $val The settings array for the field. {@see geodir_custom_field_save()}.
|
|
| 1309 | - * @see 'geodir_before_custom_form_field_$name' |
|
| 1310 | - */ |
|
| 1311 | - do_action('geodir_after_custom_form_field_' . $name, $listing_type, $package_id, $val);
|
|
| 1312 | - |
|
| 1313 | - } |
|
| 1272 | + /** |
|
| 1273 | + * Called before the custom fields info is output for submitting a post. |
|
| 1274 | + * |
|
| 1275 | + * Used dynamic hook type geodir_before_custom_form_field_$name. |
|
| 1276 | + * |
|
| 1277 | + * @since 1.0.0 |
|
| 1278 | + * @param string $listing_type The post post type. |
|
| 1279 | + * @param int $package_id The price package ID for the post. |
|
| 1280 | + * @param array $val The settings array for the field. {@see geodir_custom_field_save()}.
|
|
| 1281 | + * @see 'geodir_after_custom_form_field_$name' |
|
| 1282 | + */ |
|
| 1283 | + do_action('geodir_before_custom_form_field_' . $name, $listing_type, $package_id, $val);
|
|
| 1284 | + |
|
| 1285 | + |
|
| 1286 | + $custom_field = $val; |
|
| 1287 | + $html =''; |
|
| 1288 | + /** |
|
| 1289 | + * Filter the output for custom fields. |
|
| 1290 | + * |
|
| 1291 | + * Here we can remove or add new functions depending on the field type. |
|
| 1292 | + * |
|
| 1293 | + * @param string $html The html to be filtered (blank). |
|
| 1294 | + * @param array $custom_field The custom field array values. |
|
| 1295 | + */ |
|
| 1296 | + echo apply_filters("geodir_custom_field_input_{$type}",$html,$custom_field);
|
|
| 1297 | + |
|
| 1298 | + |
|
| 1299 | + |
|
| 1300 | + /** |
|
| 1301 | + * Called after the custom fields info is output for submitting a post. |
|
| 1302 | + * |
|
| 1303 | + * Used dynamic hook type geodir_after_custom_form_field_$name. |
|
| 1304 | + * |
|
| 1305 | + * @since 1.0.0 |
|
| 1306 | + * @param string $listing_type The post post type. |
|
| 1307 | + * @param int $package_id The price package ID for the post. |
|
| 1308 | + * @param array $val The settings array for the field. {@see geodir_custom_field_save()}.
|
|
| 1309 | + * @see 'geodir_before_custom_form_field_$name' |
|
| 1310 | + */ |
|
| 1311 | + do_action('geodir_after_custom_form_field_' . $name, $listing_type, $package_id, $val);
|
|
| 1312 | + |
|
| 1313 | + } |
|
| 1314 | 1314 | |
| 1315 | 1315 | } |
| 1316 | 1316 | |
| 1317 | 1317 | |
| 1318 | 1318 | if (!function_exists('geodir_get_field_infoby')) {
|
| 1319 | - /** |
|
| 1320 | - * Get custom field using key and value. |
|
| 1321 | - * |
|
| 1322 | - * @since 1.0.0 |
|
| 1323 | - * @package GeoDirectory |
|
| 1324 | - * @global object $wpdb WordPress Database object. |
|
| 1325 | - * @param string $key The key you want to look for. |
|
| 1326 | - * @param string $value The value of the key you want to look for. |
|
| 1327 | - * @param string $geodir_post_type The post type. |
|
| 1328 | - * @return bool|mixed Returns field info when available. otherwise returns false. |
|
| 1329 | - */ |
|
| 1330 | - function geodir_get_field_infoby($key = '', $value = '', $geodir_post_type = '') |
|
| 1331 | - {
|
|
| 1332 | - |
|
| 1333 | - global $wpdb; |
|
| 1334 | - |
|
| 1335 | - $filter = $wpdb->get_row( |
|
| 1336 | - $wpdb->prepare( |
|
| 1337 | - "SELECT * FROM " . GEODIR_CUSTOM_FIELDS_TABLE . " WHERE post_type=%s AND " . $key . "='" . $value . "'", |
|
| 1338 | - array($geodir_post_type) |
|
| 1339 | - ) |
|
| 1340 | - ); |
|
| 1341 | - |
|
| 1342 | - if ($filter) {
|
|
| 1343 | - return $filter; |
|
| 1344 | - } else {
|
|
| 1345 | - return false; |
|
| 1346 | - } |
|
| 1347 | - |
|
| 1348 | - } |
|
| 1319 | + /** |
|
| 1320 | + * Get custom field using key and value. |
|
| 1321 | + * |
|
| 1322 | + * @since 1.0.0 |
|
| 1323 | + * @package GeoDirectory |
|
| 1324 | + * @global object $wpdb WordPress Database object. |
|
| 1325 | + * @param string $key The key you want to look for. |
|
| 1326 | + * @param string $value The value of the key you want to look for. |
|
| 1327 | + * @param string $geodir_post_type The post type. |
|
| 1328 | + * @return bool|mixed Returns field info when available. otherwise returns false. |
|
| 1329 | + */ |
|
| 1330 | + function geodir_get_field_infoby($key = '', $value = '', $geodir_post_type = '') |
|
| 1331 | + {
|
|
| 1332 | + |
|
| 1333 | + global $wpdb; |
|
| 1334 | + |
|
| 1335 | + $filter = $wpdb->get_row( |
|
| 1336 | + $wpdb->prepare( |
|
| 1337 | + "SELECT * FROM " . GEODIR_CUSTOM_FIELDS_TABLE . " WHERE post_type=%s AND " . $key . "='" . $value . "'", |
|
| 1338 | + array($geodir_post_type) |
|
| 1339 | + ) |
|
| 1340 | + ); |
|
| 1341 | + |
|
| 1342 | + if ($filter) {
|
|
| 1343 | + return $filter; |
|
| 1344 | + } else {
|
|
| 1345 | + return false; |
|
| 1346 | + } |
|
| 1347 | + |
|
| 1348 | + } |
|
| 1349 | 1349 | } |
| 1350 | 1350 | |
| 1351 | 1351 | |
| 1352 | 1352 | function geodir_field_icon_proccess($cf){
|
| 1353 | 1353 | |
| 1354 | 1354 | |
| 1355 | - if (strpos($cf['field_icon'], 'http') !== false) {
|
|
| 1356 | - $field_icon = ' background: url(' . $cf['field_icon'] . ') no-repeat left center;background-size:18px 18px;padding-left: 21px;';
|
|
| 1357 | - } elseif (strpos($cf['field_icon'], 'fa fa-') !== false) {
|
|
| 1358 | - $field_icon = '<i class="' . $cf['field_icon'] . '"></i>'; |
|
| 1359 | - }else{
|
|
| 1360 | - $field_icon = $cf['field_icon']; |
|
| 1361 | - } |
|
| 1355 | + if (strpos($cf['field_icon'], 'http') !== false) {
|
|
| 1356 | + $field_icon = ' background: url(' . $cf['field_icon'] . ') no-repeat left center;background-size:18px 18px;padding-left: 21px;';
|
|
| 1357 | + } elseif (strpos($cf['field_icon'], 'fa fa-') !== false) {
|
|
| 1358 | + $field_icon = '<i class="' . $cf['field_icon'] . '"></i>'; |
|
| 1359 | + }else{
|
|
| 1360 | + $field_icon = $cf['field_icon']; |
|
| 1361 | + } |
|
| 1362 | 1362 | |
| 1363 | - return $field_icon; |
|
| 1363 | + return $field_icon; |
|
| 1364 | 1364 | } |
| 1365 | 1365 | |
| 1366 | 1366 | if (!function_exists('geodir_show_listing_info')) {
|
| 1367 | - /** |
|
| 1368 | - * Show listing info depending on field location. |
|
| 1369 | - * |
|
| 1370 | - * @since 1.0.0 |
|
| 1371 | - * @since 1.5.7 Custom fields option values added to db translation. |
|
| 1372 | - * Changes to display url fields title. |
|
| 1373 | - * @package GeoDirectory |
|
| 1374 | - * @global object $wpdb WordPress Database object. |
|
| 1375 | - * @global object $post The current post object. |
|
| 1376 | - * @global bool $send_to_friend True if send to friend link already rendered. Otherwise false. |
|
| 1377 | - * |
|
| 1378 | - * @param string $fields_location In which page you are going to place this custom fields?. Ex: listing, detail etc. |
|
| 1379 | - * @return string Returns listing info html. |
|
| 1380 | - */ |
|
| 1381 | - function geodir_show_listing_info($fields_location = '') {
|
|
| 1382 | - global $post, $preview, $wpdb, $send_to_friend; |
|
| 1383 | - |
|
| 1384 | - $package_info = array(); |
|
| 1385 | - |
|
| 1386 | - $package_info = geodir_post_package_info($package_info, $post); |
|
| 1387 | - $post_package_id = !empty($package_info->pid) ? $package_info->pid : ''; |
|
| 1388 | - $p_type = !empty($post->post_type) ? $post->post_type : geodir_get_current_posttype(); |
|
| 1389 | - $send_to_friend = false; |
|
| 1390 | - |
|
| 1391 | - ob_start(); |
|
| 1392 | - $fields_info = geodir_post_custom_fields($post_package_id, 'all', $p_type, $fields_location); |
|
| 1393 | - |
|
| 1394 | - if (!empty($fields_info)) {
|
|
| 1395 | - $post = stripslashes_deep($post); // strip slashes |
|
| 1367 | + /** |
|
| 1368 | + * Show listing info depending on field location. |
|
| 1369 | + * |
|
| 1370 | + * @since 1.0.0 |
|
| 1371 | + * @since 1.5.7 Custom fields option values added to db translation. |
|
| 1372 | + * Changes to display url fields title. |
|
| 1373 | + * @package GeoDirectory |
|
| 1374 | + * @global object $wpdb WordPress Database object. |
|
| 1375 | + * @global object $post The current post object. |
|
| 1376 | + * @global bool $send_to_friend True if send to friend link already rendered. Otherwise false. |
|
| 1377 | + * |
|
| 1378 | + * @param string $fields_location In which page you are going to place this custom fields?. Ex: listing, detail etc. |
|
| 1379 | + * @return string Returns listing info html. |
|
| 1380 | + */ |
|
| 1381 | + function geodir_show_listing_info($fields_location = '') {
|
|
| 1382 | + global $post, $preview, $wpdb, $send_to_friend; |
|
| 1383 | + |
|
| 1384 | + $package_info = array(); |
|
| 1385 | + |
|
| 1386 | + $package_info = geodir_post_package_info($package_info, $post); |
|
| 1387 | + $post_package_id = !empty($package_info->pid) ? $package_info->pid : ''; |
|
| 1388 | + $p_type = !empty($post->post_type) ? $post->post_type : geodir_get_current_posttype(); |
|
| 1389 | + $send_to_friend = false; |
|
| 1390 | + |
|
| 1391 | + ob_start(); |
|
| 1392 | + $fields_info = geodir_post_custom_fields($post_package_id, 'all', $p_type, $fields_location); |
|
| 1393 | + |
|
| 1394 | + if (!empty($fields_info)) {
|
|
| 1395 | + $post = stripslashes_deep($post); // strip slashes |
|
| 1396 | 1396 | |
| 1397 | - //echo '<div class="geodir-company_info field-group">'; |
|
| 1398 | - global $field_set_start; |
|
| 1399 | - $field_set_start = 0; |
|
| 1400 | - |
|
| 1401 | - |
|
| 1402 | - |
|
| 1403 | - foreach ($fields_info as $type) {
|
|
| 1404 | - if(isset($type['extra_fields'])){$extra_fields= $type['extra_fields'];}
|
|
| 1405 | - $type = stripslashes_deep($type); // strip slashes |
|
| 1406 | - if(isset($type['extra_fields'])){$type['extra_fields'] = $extra_fields;}
|
|
| 1407 | - $html = ''; |
|
| 1408 | - $field_icon = geodir_field_icon_proccess($type); |
|
| 1409 | - $filed_type = $type['type']; |
|
| 1410 | - $html_var = isset($type['htmlvar_name']) ? $type['htmlvar_name'] : ''; |
|
| 1411 | - if($html_var=='post'){$html_var='post_address';}
|
|
| 1412 | - |
|
| 1413 | - /** |
|
| 1414 | - * Filter the output for custom fields. |
|
| 1415 | - * |
|
| 1416 | - * Here we can remove or add new functions depending on the field type. |
|
| 1417 | - * |
|
| 1418 | - * @param string $html The html to be filtered (blank). |
|
| 1419 | - * @param string $fields_location The location the field is to be show. |
|
| 1420 | - * @param array $type The array of field values. |
|
| 1421 | - */ |
|
| 1422 | - $html = apply_filters("geodir_custom_field_output_{$filed_type}",$html,$fields_location,$type);
|
|
| 1423 | - |
|
| 1424 | - $variables_array = array(); |
|
| 1425 | - |
|
| 1426 | - |
|
| 1427 | - if ($type['type'] != 'fieldset'): |
|
| 1428 | - $variables_array['post_id'] = $post->ID; |
|
| 1429 | - $variables_array['label'] = __($type['site_title'], 'geodirectory'); |
|
| 1430 | - $variables_array['value'] = ''; |
|
| 1431 | - if (isset($post->{$type['htmlvar_name']}))
|
|
| 1432 | - $variables_array['value'] = $post->{$type['htmlvar_name']};
|
|
| 1433 | - endif; |
|
| 1434 | - |
|
| 1435 | - |
|
| 1436 | - if ($html): |
|
| 1437 | - |
|
| 1438 | - /** |
|
| 1439 | - * Called before a custom fields is output on the frontend. |
|
| 1440 | - * |
|
| 1441 | - * @since 1.0.0 |
|
| 1442 | - * @param string $html_var The HTML variable name for the field. |
|
| 1443 | - */ |
|
| 1444 | - do_action("geodir_before_show_{$html_var}");
|
|
| 1445 | - /** |
|
| 1446 | - * Filter custom field output. |
|
| 1447 | - * |
|
| 1448 | - * @since 1.0.0 |
|
| 1449 | - * |
|
| 1450 | - * @param string $html_var The HTML variable name for the field. |
|
| 1451 | - * @param string $html Custom field unfiltered HTML. |
|
| 1452 | - * @param array $variables_array Custom field variables array. |
|
| 1453 | - */ |
|
| 1454 | - if ($html) echo apply_filters("geodir_show_{$html_var}", $html, $variables_array);
|
|
| 1455 | - |
|
| 1456 | - /** |
|
| 1457 | - * Called after a custom fields is output on the frontend. |
|
| 1458 | - * |
|
| 1459 | - * @since 1.0.0 |
|
| 1460 | - * @param string $html_var The HTML variable name for the field. |
|
| 1461 | - */ |
|
| 1462 | - do_action("geodir_after_show_{$html_var}");
|
|
| 1463 | - |
|
| 1464 | - endif; |
|
| 1465 | - |
|
| 1466 | - } |
|
| 1467 | - |
|
| 1468 | - //echo '</div>'; |
|
| 1469 | - |
|
| 1470 | - } |
|
| 1471 | - |
|
| 1472 | - |
|
| 1473 | - $html = ob_get_clean(); |
|
| 1474 | - |
|
| 1475 | - /** |
|
| 1476 | - * Filter the custom fields over all output. |
|
| 1477 | - * |
|
| 1478 | - * @param string $html The html of the custom fields. |
|
| 1479 | - * @param string $fields_location The location the fields are being output. |
|
| 1480 | - * @since 1.6.9 |
|
| 1481 | - */ |
|
| 1482 | - return apply_filters('geodir_show_listing_info',$html,$fields_location);
|
|
| 1483 | - |
|
| 1484 | - } |
|
| 1397 | + //echo '<div class="geodir-company_info field-group">'; |
|
| 1398 | + global $field_set_start; |
|
| 1399 | + $field_set_start = 0; |
|
| 1400 | + |
|
| 1401 | + |
|
| 1402 | + |
|
| 1403 | + foreach ($fields_info as $type) {
|
|
| 1404 | + if(isset($type['extra_fields'])){$extra_fields= $type['extra_fields'];}
|
|
| 1405 | + $type = stripslashes_deep($type); // strip slashes |
|
| 1406 | + if(isset($type['extra_fields'])){$type['extra_fields'] = $extra_fields;}
|
|
| 1407 | + $html = ''; |
|
| 1408 | + $field_icon = geodir_field_icon_proccess($type); |
|
| 1409 | + $filed_type = $type['type']; |
|
| 1410 | + $html_var = isset($type['htmlvar_name']) ? $type['htmlvar_name'] : ''; |
|
| 1411 | + if($html_var=='post'){$html_var='post_address';}
|
|
| 1412 | + |
|
| 1413 | + /** |
|
| 1414 | + * Filter the output for custom fields. |
|
| 1415 | + * |
|
| 1416 | + * Here we can remove or add new functions depending on the field type. |
|
| 1417 | + * |
|
| 1418 | + * @param string $html The html to be filtered (blank). |
|
| 1419 | + * @param string $fields_location The location the field is to be show. |
|
| 1420 | + * @param array $type The array of field values. |
|
| 1421 | + */ |
|
| 1422 | + $html = apply_filters("geodir_custom_field_output_{$filed_type}",$html,$fields_location,$type);
|
|
| 1423 | + |
|
| 1424 | + $variables_array = array(); |
|
| 1425 | + |
|
| 1426 | + |
|
| 1427 | + if ($type['type'] != 'fieldset'): |
|
| 1428 | + $variables_array['post_id'] = $post->ID; |
|
| 1429 | + $variables_array['label'] = __($type['site_title'], 'geodirectory'); |
|
| 1430 | + $variables_array['value'] = ''; |
|
| 1431 | + if (isset($post->{$type['htmlvar_name']}))
|
|
| 1432 | + $variables_array['value'] = $post->{$type['htmlvar_name']};
|
|
| 1433 | + endif; |
|
| 1434 | + |
|
| 1435 | + |
|
| 1436 | + if ($html): |
|
| 1437 | + |
|
| 1438 | + /** |
|
| 1439 | + * Called before a custom fields is output on the frontend. |
|
| 1440 | + * |
|
| 1441 | + * @since 1.0.0 |
|
| 1442 | + * @param string $html_var The HTML variable name for the field. |
|
| 1443 | + */ |
|
| 1444 | + do_action("geodir_before_show_{$html_var}");
|
|
| 1445 | + /** |
|
| 1446 | + * Filter custom field output. |
|
| 1447 | + * |
|
| 1448 | + * @since 1.0.0 |
|
| 1449 | + * |
|
| 1450 | + * @param string $html_var The HTML variable name for the field. |
|
| 1451 | + * @param string $html Custom field unfiltered HTML. |
|
| 1452 | + * @param array $variables_array Custom field variables array. |
|
| 1453 | + */ |
|
| 1454 | + if ($html) echo apply_filters("geodir_show_{$html_var}", $html, $variables_array);
|
|
| 1455 | + |
|
| 1456 | + /** |
|
| 1457 | + * Called after a custom fields is output on the frontend. |
|
| 1458 | + * |
|
| 1459 | + * @since 1.0.0 |
|
| 1460 | + * @param string $html_var The HTML variable name for the field. |
|
| 1461 | + */ |
|
| 1462 | + do_action("geodir_after_show_{$html_var}");
|
|
| 1463 | + |
|
| 1464 | + endif; |
|
| 1465 | + |
|
| 1466 | + } |
|
| 1467 | + |
|
| 1468 | + //echo '</div>'; |
|
| 1469 | + |
|
| 1470 | + } |
|
| 1471 | + |
|
| 1472 | + |
|
| 1473 | + $html = ob_get_clean(); |
|
| 1474 | + |
|
| 1475 | + /** |
|
| 1476 | + * Filter the custom fields over all output. |
|
| 1477 | + * |
|
| 1478 | + * @param string $html The html of the custom fields. |
|
| 1479 | + * @param string $fields_location The location the fields are being output. |
|
| 1480 | + * @since 1.6.9 |
|
| 1481 | + */ |
|
| 1482 | + return apply_filters('geodir_show_listing_info',$html,$fields_location);
|
|
| 1483 | + |
|
| 1484 | + } |
|
| 1485 | 1485 | } |
| 1486 | 1486 | |
| 1487 | 1487 | if (!function_exists('geodir_default_date_format')) {
|
| 1488 | - /** |
|
| 1489 | - * Returns default date format. |
|
| 1490 | - * |
|
| 1491 | - * @since 1.0.0 |
|
| 1492 | - * @package GeoDirectory |
|
| 1493 | - * @return mixed|string|void Returns default date format. |
|
| 1494 | - */ |
|
| 1495 | - function geodir_default_date_format() |
|
| 1496 | - {
|
|
| 1497 | - if ($format = get_option('date_format'))
|
|
| 1498 | - return $format; |
|
| 1499 | - else |
|
| 1500 | - return 'dd-mm-yy'; |
|
| 1501 | - } |
|
| 1488 | + /** |
|
| 1489 | + * Returns default date format. |
|
| 1490 | + * |
|
| 1491 | + * @since 1.0.0 |
|
| 1492 | + * @package GeoDirectory |
|
| 1493 | + * @return mixed|string|void Returns default date format. |
|
| 1494 | + */ |
|
| 1495 | + function geodir_default_date_format() |
|
| 1496 | + {
|
|
| 1497 | + if ($format = get_option('date_format'))
|
|
| 1498 | + return $format; |
|
| 1499 | + else |
|
| 1500 | + return 'dd-mm-yy'; |
|
| 1501 | + } |
|
| 1502 | 1502 | } |
| 1503 | 1503 | |
| 1504 | 1504 | if (!function_exists('geodir_get_formated_date')) {
|
| 1505 | - /** |
|
| 1506 | - * Returns formatted date. |
|
| 1507 | - * |
|
| 1508 | - * @since 1.0.0 |
|
| 1509 | - * @package GeoDirectory |
|
| 1510 | - * @param string $date Date string to convert. |
|
| 1511 | - * @return bool|int|string Returns formatted date. |
|
| 1512 | - */ |
|
| 1513 | - function geodir_get_formated_date($date) |
|
| 1514 | - {
|
|
| 1515 | - return mysql2date(get_option('date_format'), $date);
|
|
| 1516 | - } |
|
| 1505 | + /** |
|
| 1506 | + * Returns formatted date. |
|
| 1507 | + * |
|
| 1508 | + * @since 1.0.0 |
|
| 1509 | + * @package GeoDirectory |
|
| 1510 | + * @param string $date Date string to convert. |
|
| 1511 | + * @return bool|int|string Returns formatted date. |
|
| 1512 | + */ |
|
| 1513 | + function geodir_get_formated_date($date) |
|
| 1514 | + {
|
|
| 1515 | + return mysql2date(get_option('date_format'), $date);
|
|
| 1516 | + } |
|
| 1517 | 1517 | } |
| 1518 | 1518 | |
| 1519 | 1519 | if (!function_exists('geodir_get_formated_time')) {
|
| 1520 | - /** |
|
| 1521 | - * Returns formatted time. |
|
| 1522 | - * |
|
| 1523 | - * @since 1.0.0 |
|
| 1524 | - * @package GeoDirectory |
|
| 1525 | - * @param string $time Time string to convert. |
|
| 1526 | - * @return bool|int|string Returns formatted time. |
|
| 1527 | - */ |
|
| 1528 | - function geodir_get_formated_time($time) |
|
| 1529 | - {
|
|
| 1530 | - return mysql2date(get_option('time_format'), $time, $translate = true);
|
|
| 1531 | - } |
|
| 1520 | + /** |
|
| 1521 | + * Returns formatted time. |
|
| 1522 | + * |
|
| 1523 | + * @since 1.0.0 |
|
| 1524 | + * @package GeoDirectory |
|
| 1525 | + * @param string $time Time string to convert. |
|
| 1526 | + * @return bool|int|string Returns formatted time. |
|
| 1527 | + */ |
|
| 1528 | + function geodir_get_formated_time($time) |
|
| 1529 | + {
|
|
| 1530 | + return mysql2date(get_option('time_format'), $time, $translate = true);
|
|
| 1531 | + } |
|
| 1532 | 1532 | } |
| 1533 | 1533 | |
| 1534 | 1534 | |
| 1535 | 1535 | if (!function_exists('geodir_save_post_file_fields')) {
|
| 1536 | - /** |
|
| 1537 | - * Save post file fields |
|
| 1538 | - * |
|
| 1539 | - * @since 1.0.0 |
|
| 1540 | - * @since 1.4.7 Added `$extra_fields` parameter. |
|
| 1541 | - * @package GeoDirectory |
|
| 1542 | - * @global object $wpdb WordPress Database object. |
|
| 1543 | - * @global string $plugin_prefix Geodirectory plugin table prefix. |
|
| 1544 | - * @global object $current_user Current user object. |
|
| 1545 | - * @param int $post_id |
|
| 1546 | - * @param string $field_id |
|
| 1547 | - * @param array $post_image |
|
| 1548 | - * @param array $extra_fields Array of extra fields. |
|
| 1549 | - */ |
|
| 1550 | - function geodir_save_post_file_fields($post_id = 0, $field_id = '', $post_image = array(), $extra_fields = array()) |
|
| 1551 | - {
|
|
| 1536 | + /** |
|
| 1537 | + * Save post file fields |
|
| 1538 | + * |
|
| 1539 | + * @since 1.0.0 |
|
| 1540 | + * @since 1.4.7 Added `$extra_fields` parameter. |
|
| 1541 | + * @package GeoDirectory |
|
| 1542 | + * @global object $wpdb WordPress Database object. |
|
| 1543 | + * @global string $plugin_prefix Geodirectory plugin table prefix. |
|
| 1544 | + * @global object $current_user Current user object. |
|
| 1545 | + * @param int $post_id |
|
| 1546 | + * @param string $field_id |
|
| 1547 | + * @param array $post_image |
|
| 1548 | + * @param array $extra_fields Array of extra fields. |
|
| 1549 | + */ |
|
| 1550 | + function geodir_save_post_file_fields($post_id = 0, $field_id = '', $post_image = array(), $extra_fields = array()) |
|
| 1551 | + {
|
|
| 1552 | 1552 | |
| 1553 | - global $wpdb, $plugin_prefix, $current_user; |
|
| 1553 | + global $wpdb, $plugin_prefix, $current_user; |
|
| 1554 | 1554 | |
| 1555 | - $post_type = get_post_type($post_id); |
|
| 1556 | - //echo $field_id; exit; |
|
| 1557 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 1555 | + $post_type = get_post_type($post_id); |
|
| 1556 | + //echo $field_id; exit; |
|
| 1557 | + $table = $plugin_prefix . $post_type . '_detail'; |
|
| 1558 | 1558 | |
| 1559 | - $postcurr_images = array(); |
|
| 1560 | - $postcurr_images = geodir_get_post_meta($post_id, $field_id, true); |
|
| 1561 | - $file_urls = ''; |
|
| 1559 | + $postcurr_images = array(); |
|
| 1560 | + $postcurr_images = geodir_get_post_meta($post_id, $field_id, true); |
|
| 1561 | + $file_urls = ''; |
|
| 1562 | 1562 | |
| 1563 | - if (!empty($post_image)) {
|
|
| 1563 | + if (!empty($post_image)) {
|
|
| 1564 | 1564 | |
| 1565 | - $invalid_files = array(); |
|
| 1565 | + $invalid_files = array(); |
|
| 1566 | 1566 | |
| 1567 | - //Get and remove all old images of post from database to set by new order |
|
| 1568 | - $geodir_uploaddir = ''; |
|
| 1569 | - $uploads = wp_upload_dir(); |
|
| 1570 | - $uploads_dir = $uploads['path']; |
|
| 1567 | + //Get and remove all old images of post from database to set by new order |
|
| 1568 | + $geodir_uploaddir = ''; |
|
| 1569 | + $uploads = wp_upload_dir(); |
|
| 1570 | + $uploads_dir = $uploads['path']; |
|
| 1571 | 1571 | |
| 1572 | - $geodir_uploadpath = $uploads['path']; |
|
| 1573 | - $geodir_uploadurl = $uploads['url']; |
|
| 1574 | - $sub_dir = $uploads['subdir']; |
|
| 1572 | + $geodir_uploadpath = $uploads['path']; |
|
| 1573 | + $geodir_uploadurl = $uploads['url']; |
|
| 1574 | + $sub_dir = $uploads['subdir']; |
|
| 1575 | 1575 | |
| 1576 | - $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'] : '';
|
|
| 1576 | + $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'] : '';
|
|
| 1577 | 1577 | |
| 1578 | - for ($m = 0; $m < count($post_image); $m++) {
|
|
| 1578 | + for ($m = 0; $m < count($post_image); $m++) {
|
|
| 1579 | 1579 | |
| 1580 | - /* --------- start ------- */ |
|
| 1580 | + /* --------- start ------- */ |
|
| 1581 | 1581 | |
| 1582 | - 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)))) {
|
|
| 1582 | + 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)))) {
|
|
| 1583 | 1583 | |
| 1584 | 1584 | |
| 1585 | - $curr_img_url = $post_image[$m]; |
|
| 1586 | - $image_name_arr = explode('/', $curr_img_url);
|
|
| 1587 | - $curr_img_dir = $image_name_arr[count($image_name_arr) - 2]; |
|
| 1588 | - $filename = end($image_name_arr); |
|
| 1589 | - $img_name_arr = explode('.', $filename);
|
|
| 1585 | + $curr_img_url = $post_image[$m]; |
|
| 1586 | + $image_name_arr = explode('/', $curr_img_url);
|
|
| 1587 | + $curr_img_dir = $image_name_arr[count($image_name_arr) - 2]; |
|
| 1588 | + $filename = end($image_name_arr); |
|
| 1589 | + $img_name_arr = explode('.', $filename);
|
|
| 1590 | 1590 | |
| 1591 | - $arr_file_type = wp_check_filetype($filename); |
|
| 1591 | + $arr_file_type = wp_check_filetype($filename); |
|
| 1592 | 1592 | |
| 1593 | - if (empty($arr_file_type['ext']) || empty($arr_file_type['type'])) {
|
|
| 1594 | - continue; |
|
| 1595 | - } |
|
| 1593 | + if (empty($arr_file_type['ext']) || empty($arr_file_type['type'])) {
|
|
| 1594 | + continue; |
|
| 1595 | + } |
|
| 1596 | 1596 | |
| 1597 | - $uploaded_file_type = $arr_file_type['type']; |
|
| 1598 | - $uploaded_file_ext = $arr_file_type['ext']; |
|
| 1597 | + $uploaded_file_type = $arr_file_type['type']; |
|
| 1598 | + $uploaded_file_ext = $arr_file_type['ext']; |
|
| 1599 | 1599 | |
| 1600 | - if (!empty($allowed_file_types) && !in_array($uploaded_file_ext, $allowed_file_types)) {
|
|
| 1601 | - continue; // Invalid file type. |
|
| 1602 | - } |
|
| 1600 | + if (!empty($allowed_file_types) && !in_array($uploaded_file_ext, $allowed_file_types)) {
|
|
| 1601 | + continue; // Invalid file type. |
|
| 1602 | + } |
|
| 1603 | 1603 | |
| 1604 | - // Set an array containing a list of acceptable formats |
|
| 1605 | - //$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');
|
|
| 1604 | + // Set an array containing a list of acceptable formats |
|
| 1605 | + //$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');
|
|
| 1606 | 1606 | |
| 1607 | - if (!function_exists('wp_handle_upload'))
|
|
| 1608 | - require_once(ABSPATH . 'wp-admin/includes/file.php'); |
|
| 1607 | + if (!function_exists('wp_handle_upload'))
|
|
| 1608 | + require_once(ABSPATH . 'wp-admin/includes/file.php'); |
|
| 1609 | 1609 | |
| 1610 | - if (!is_dir($geodir_uploadpath)) |
|
| 1611 | - mkdir($geodir_uploadpath); |
|
| 1610 | + if (!is_dir($geodir_uploadpath)) |
|
| 1611 | + mkdir($geodir_uploadpath); |
|
| 1612 | 1612 | |
| 1613 | - $new_name = $post_id . '_' . $field_id . '_' . $img_name_arr[0] . '.' . $img_name_arr[1]; |
|
| 1614 | - $explode_sub_dir = explode("/", $sub_dir);
|
|
| 1615 | - if ($curr_img_dir == end($explode_sub_dir)) {
|
|
| 1616 | - $img_path = $geodir_uploadpath . '/' . $filename; |
|
| 1617 | - $img_url = $geodir_uploadurl . '/' . $filename; |
|
| 1618 | - } else {
|
|
| 1619 | - $img_path = $uploads_dir . '/temp_' . $current_user->data->ID . '/' . $filename; |
|
| 1620 | - $img_url = $uploads['url'] . '/temp_' . $current_user->data->ID . '/' . $filename; |
|
| 1621 | - } |
|
| 1613 | + $new_name = $post_id . '_' . $field_id . '_' . $img_name_arr[0] . '.' . $img_name_arr[1]; |
|
| 1614 | + $explode_sub_dir = explode("/", $sub_dir);
|
|
| 1615 | + if ($curr_img_dir == end($explode_sub_dir)) {
|
|
| 1616 | + $img_path = $geodir_uploadpath . '/' . $filename; |
|
| 1617 | + $img_url = $geodir_uploadurl . '/' . $filename; |
|
| 1618 | + } else {
|
|
| 1619 | + $img_path = $uploads_dir . '/temp_' . $current_user->data->ID . '/' . $filename; |
|
| 1620 | + $img_url = $uploads['url'] . '/temp_' . $current_user->data->ID . '/' . $filename; |
|
| 1621 | + } |
|
| 1622 | 1622 | |
| 1623 | - $uploaded_file = ''; |
|
| 1624 | - if (file_exists($img_path)) |
|
| 1625 | - $uploaded_file = copy($img_path, $geodir_uploadpath . '/' . $new_name); |
|
| 1623 | + $uploaded_file = ''; |
|
| 1624 | + if (file_exists($img_path)) |
|
| 1625 | + $uploaded_file = copy($img_path, $geodir_uploadpath . '/' . $new_name); |
|
| 1626 | 1626 | |
| 1627 | - if ($curr_img_dir != $geodir_uploaddir) {
|
|
| 1628 | - if (file_exists($img_path)) |
|
| 1629 | - unlink($img_path); |
|
| 1630 | - } |
|
| 1627 | + if ($curr_img_dir != $geodir_uploaddir) {
|
|
| 1628 | + if (file_exists($img_path)) |
|
| 1629 | + unlink($img_path); |
|
| 1630 | + } |
|
| 1631 | 1631 | |
| 1632 | - if (!empty($uploaded_file)) |
|
| 1633 | - $file_urls = $geodir_uploadurl . '/' . $new_name; |
|
| 1632 | + if (!empty($uploaded_file)) |
|
| 1633 | + $file_urls = $geodir_uploadurl . '/' . $new_name; |
|
| 1634 | 1634 | |
| 1635 | - } else {
|
|
| 1636 | - $file_urls = $post_image[$m]; |
|
| 1637 | - } |
|
| 1638 | - } |
|
| 1635 | + } else {
|
|
| 1636 | + $file_urls = $post_image[$m]; |
|
| 1637 | + } |
|
| 1638 | + } |
|
| 1639 | 1639 | |
| 1640 | 1640 | |
| 1641 | - } |
|
| 1641 | + } |
|
| 1642 | 1642 | |
| 1643 | - //Remove all old attachments and temp images |
|
| 1644 | - if (!empty($postcurr_images)) {
|
|
| 1643 | + //Remove all old attachments and temp images |
|
| 1644 | + if (!empty($postcurr_images)) {
|
|
| 1645 | 1645 | |
| 1646 | - if ($file_urls != $postcurr_images) {
|
|
| 1647 | - $invalid_files[] = (object)array('src' => $postcurr_images);
|
|
| 1648 | - $invalid_files = (object)$invalid_files; |
|
| 1649 | - } |
|
| 1650 | - } |
|
| 1646 | + if ($file_urls != $postcurr_images) {
|
|
| 1647 | + $invalid_files[] = (object)array('src' => $postcurr_images);
|
|
| 1648 | + $invalid_files = (object)$invalid_files; |
|
| 1649 | + } |
|
| 1650 | + } |
|
| 1651 | 1651 | |
| 1652 | - geodir_save_post_meta($post_id, $field_id, $file_urls); |
|
| 1652 | + geodir_save_post_meta($post_id, $field_id, $file_urls); |
|
| 1653 | 1653 | |
| 1654 | - if (!empty($invalid_files)) |
|
| 1655 | - geodir_remove_attachments($invalid_files); |
|
| 1654 | + if (!empty($invalid_files)) |
|
| 1655 | + geodir_remove_attachments($invalid_files); |
|
| 1656 | 1656 | |
| 1657 | - } |
|
| 1657 | + } |
|
| 1658 | 1658 | } |
| 1659 | 1659 | |
| 1660 | 1660 | |
@@ -1669,76 +1669,76 @@ discard block |
||
| 1669 | 1669 | */ |
| 1670 | 1670 | function geodir_custom_upload_mimes($existing_mimes = array()) |
| 1671 | 1671 | {
|
| 1672 | - $existing_mimes['wif'] = 'text/plain'; |
|
| 1673 | - $existing_mimes['jpg|jpeg'] = 'image/jpeg'; |
|
| 1674 | - $existing_mimes['gif'] = 'image/gif'; |
|
| 1675 | - $existing_mimes['png'] = 'image/png'; |
|
| 1676 | - $existing_mimes['pdf'] = 'application/pdf'; |
|
| 1677 | - $existing_mimes['txt'] = 'text/text'; |
|
| 1678 | - $existing_mimes['csv'] = 'application/octet-stream'; |
|
| 1679 | - $existing_mimes['doc'] = 'application/msword'; |
|
| 1680 | - $existing_mimes['xla|xls|xlt|xlw'] = 'application/vnd.ms-excel'; |
|
| 1681 | - $existing_mimes['docx'] = 'application/vnd.openxmlformats-officedocument.wordprocessingml.document'; |
|
| 1682 | - $existing_mimes['xlsx'] = 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'; |
|
| 1683 | - return $existing_mimes; |
|
| 1672 | + $existing_mimes['wif'] = 'text/plain'; |
|
| 1673 | + $existing_mimes['jpg|jpeg'] = 'image/jpeg'; |
|
| 1674 | + $existing_mimes['gif'] = 'image/gif'; |
|
| 1675 | + $existing_mimes['png'] = 'image/png'; |
|
| 1676 | + $existing_mimes['pdf'] = 'application/pdf'; |
|
| 1677 | + $existing_mimes['txt'] = 'text/text'; |
|
| 1678 | + $existing_mimes['csv'] = 'application/octet-stream'; |
|
| 1679 | + $existing_mimes['doc'] = 'application/msword'; |
|
| 1680 | + $existing_mimes['xla|xls|xlt|xlw'] = 'application/vnd.ms-excel'; |
|
| 1681 | + $existing_mimes['docx'] = 'application/vnd.openxmlformats-officedocument.wordprocessingml.document'; |
|
| 1682 | + $existing_mimes['xlsx'] = 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'; |
|
| 1683 | + return $existing_mimes; |
|
| 1684 | 1684 | } |
| 1685 | 1685 | |
| 1686 | 1686 | if (!function_exists('geodir_plupload_action')) {
|
| 1687 | 1687 | |
| 1688 | - /** |
|
| 1689 | - * Get upload directory path details |
|
| 1690 | - * |
|
| 1691 | - * @since 1.0.0 |
|
| 1692 | - * @package GeoDirectory |
|
| 1693 | - * @global object $current_user Current user object. |
|
| 1694 | - * @param array $upload Array of upload directory data with keys of 'path','url', 'subdir, 'basedir', and 'error'. |
|
| 1695 | - * @return mixed Returns upload directory details as an array. |
|
| 1696 | - */ |
|
| 1697 | - function geodir_upload_dir($upload) |
|
| 1698 | - {
|
|
| 1699 | - global $current_user; |
|
| 1700 | - $upload['subdir'] = $upload['subdir'] . '/temp_' . $current_user->data->ID; |
|
| 1701 | - $upload['path'] = $upload['basedir'] . $upload['subdir']; |
|
| 1702 | - $upload['url'] = $upload['baseurl'] . $upload['subdir']; |
|
| 1703 | - return $upload; |
|
| 1704 | - } |
|
| 1705 | - |
|
| 1706 | - /** |
|
| 1707 | - * Handles place file and image upload. |
|
| 1708 | - * |
|
| 1709 | - * @since 1.0.0 |
|
| 1710 | - * @package GeoDirectory |
|
| 1711 | - */ |
|
| 1712 | - function geodir_plupload_action() |
|
| 1713 | - {
|
|
| 1714 | - // check ajax nonce |
|
| 1715 | - $imgid = $_POST["imgid"]; |
|
| 1716 | - |
|
| 1717 | - check_ajax_referer($imgid . 'pluploadan'); |
|
| 1718 | - |
|
| 1719 | - // handle custom file uploaddir |
|
| 1720 | - add_filter('upload_dir', 'geodir_upload_dir');
|
|
| 1721 | - |
|
| 1722 | - // change file orientation if needed |
|
| 1723 | - $fixed_file = geodir_exif($_FILES[$imgid . 'async-upload']); |
|
| 1724 | - |
|
| 1725 | - // handle file upload |
|
| 1726 | - $status = wp_handle_upload($fixed_file, array('test_form' => true, 'action' => 'plupload_action'));
|
|
| 1727 | - // remove handle custom file uploaddir |
|
| 1728 | - remove_filter('upload_dir', 'geodir_upload_dir');
|
|
| 1729 | - |
|
| 1730 | - if(!isset($status['url']) && isset($status['error'])){
|
|
| 1731 | - print_r($status); |
|
| 1732 | - } |
|
| 1733 | - |
|
| 1734 | - // send the uploaded file url in response |
|
| 1735 | - if (isset($status['url'])) {
|
|
| 1736 | - echo $status['url']; |
|
| 1737 | - } else {
|
|
| 1738 | - echo 'x'; |
|
| 1739 | - } |
|
| 1740 | - exit; |
|
| 1741 | - } |
|
| 1688 | + /** |
|
| 1689 | + * Get upload directory path details |
|
| 1690 | + * |
|
| 1691 | + * @since 1.0.0 |
|
| 1692 | + * @package GeoDirectory |
|
| 1693 | + * @global object $current_user Current user object. |
|
| 1694 | + * @param array $upload Array of upload directory data with keys of 'path','url', 'subdir, 'basedir', and 'error'. |
|
| 1695 | + * @return mixed Returns upload directory details as an array. |
|
| 1696 | + */ |
|
| 1697 | + function geodir_upload_dir($upload) |
|
| 1698 | + {
|
|
| 1699 | + global $current_user; |
|
| 1700 | + $upload['subdir'] = $upload['subdir'] . '/temp_' . $current_user->data->ID; |
|
| 1701 | + $upload['path'] = $upload['basedir'] . $upload['subdir']; |
|
| 1702 | + $upload['url'] = $upload['baseurl'] . $upload['subdir']; |
|
| 1703 | + return $upload; |
|
| 1704 | + } |
|
| 1705 | + |
|
| 1706 | + /** |
|
| 1707 | + * Handles place file and image upload. |
|
| 1708 | + * |
|
| 1709 | + * @since 1.0.0 |
|
| 1710 | + * @package GeoDirectory |
|
| 1711 | + */ |
|
| 1712 | + function geodir_plupload_action() |
|
| 1713 | + {
|
|
| 1714 | + // check ajax nonce |
|
| 1715 | + $imgid = $_POST["imgid"]; |
|
| 1716 | + |
|
| 1717 | + check_ajax_referer($imgid . 'pluploadan'); |
|
| 1718 | + |
|
| 1719 | + // handle custom file uploaddir |
|
| 1720 | + add_filter('upload_dir', 'geodir_upload_dir');
|
|
| 1721 | + |
|
| 1722 | + // change file orientation if needed |
|
| 1723 | + $fixed_file = geodir_exif($_FILES[$imgid . 'async-upload']); |
|
| 1724 | + |
|
| 1725 | + // handle file upload |
|
| 1726 | + $status = wp_handle_upload($fixed_file, array('test_form' => true, 'action' => 'plupload_action'));
|
|
| 1727 | + // remove handle custom file uploaddir |
|
| 1728 | + remove_filter('upload_dir', 'geodir_upload_dir');
|
|
| 1729 | + |
|
| 1730 | + if(!isset($status['url']) && isset($status['error'])){
|
|
| 1731 | + print_r($status); |
|
| 1732 | + } |
|
| 1733 | + |
|
| 1734 | + // send the uploaded file url in response |
|
| 1735 | + if (isset($status['url'])) {
|
|
| 1736 | + echo $status['url']; |
|
| 1737 | + } else {
|
|
| 1738 | + echo 'x'; |
|
| 1739 | + } |
|
| 1740 | + exit; |
|
| 1741 | + } |
|
| 1742 | 1742 | } |
| 1743 | 1743 | |
| 1744 | 1744 | /** |
@@ -1753,17 +1753,17 @@ discard block |
||
| 1753 | 1753 | */ |
| 1754 | 1754 | function geodir_get_video($post_id) |
| 1755 | 1755 | {
|
| 1756 | - global $wpdb, $plugin_prefix; |
|
| 1756 | + global $wpdb, $plugin_prefix; |
|
| 1757 | 1757 | |
| 1758 | - $post_type = get_post_type($post_id); |
|
| 1758 | + $post_type = get_post_type($post_id); |
|
| 1759 | 1759 | |
| 1760 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 1760 | + $table = $plugin_prefix . $post_type . '_detail'; |
|
| 1761 | 1761 | |
| 1762 | - $results = $wpdb->get_results($wpdb->prepare("SELECT geodir_video FROM " . $table . " WHERE post_id=%d", array($post_id)));
|
|
| 1762 | + $results = $wpdb->get_results($wpdb->prepare("SELECT geodir_video FROM " . $table . " WHERE post_id=%d", array($post_id)));
|
|
| 1763 | 1763 | |
| 1764 | - if ($results) {
|
|
| 1765 | - return $results[0]->geodir_video; |
|
| 1766 | - } |
|
| 1764 | + if ($results) {
|
|
| 1765 | + return $results[0]->geodir_video; |
|
| 1766 | + } |
|
| 1767 | 1767 | |
| 1768 | 1768 | } |
| 1769 | 1769 | |
@@ -1779,40 +1779,40 @@ discard block |
||
| 1779 | 1779 | */ |
| 1780 | 1780 | function geodir_get_special_offers($post_id) |
| 1781 | 1781 | {
|
| 1782 | - global $wpdb, $plugin_prefix; |
|
| 1782 | + global $wpdb, $plugin_prefix; |
|
| 1783 | 1783 | |
| 1784 | - $post_type = get_post_type($post_id); |
|
| 1784 | + $post_type = get_post_type($post_id); |
|
| 1785 | 1785 | |
| 1786 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 1786 | + $table = $plugin_prefix . $post_type . '_detail'; |
|
| 1787 | 1787 | |
| 1788 | - $results = $wpdb->get_results($wpdb->prepare("SELECT geodir_special_offers FROM " . $table . " WHERE post_id=%d", array($post_id)));
|
|
| 1788 | + $results = $wpdb->get_results($wpdb->prepare("SELECT geodir_special_offers FROM " . $table . " WHERE post_id=%d", array($post_id)));
|
|
| 1789 | 1789 | |
| 1790 | - if ($results) {
|
|
| 1791 | - return $results[0]->geodir_special_offers; |
|
| 1792 | - } |
|
| 1790 | + if ($results) {
|
|
| 1791 | + return $results[0]->geodir_special_offers; |
|
| 1792 | + } |
|
| 1793 | 1793 | |
| 1794 | 1794 | } |
| 1795 | 1795 | |
| 1796 | 1796 | if (!function_exists('geodir_max_upload_size')) {
|
| 1797 | - /** |
|
| 1798 | - * Get max upload file size |
|
| 1799 | - * |
|
| 1800 | - * @since 1.0.0 |
|
| 1801 | - * @package GeoDirectory |
|
| 1802 | - * @return mixed|void Returns max upload file size. |
|
| 1803 | - */ |
|
| 1804 | - function geodir_max_upload_size() |
|
| 1805 | - {
|
|
| 1806 | - $max_filesize = (float)get_option('geodir_upload_max_filesize', 2);
|
|
| 1807 | - |
|
| 1808 | - if ($max_filesize > 0 && $max_filesize < 1) {
|
|
| 1809 | - $max_filesize = (int)($max_filesize * 1024) . 'kb'; |
|
| 1810 | - } else {
|
|
| 1811 | - $max_filesize = $max_filesize > 0 ? $max_filesize . 'mb' : '2mb'; |
|
| 1812 | - } |
|
| 1813 | - /** Filter documented in geodirectory-functions/general_functions.php **/ |
|
| 1814 | - return apply_filters('geodir_default_image_upload_size_limit', $max_filesize);
|
|
| 1815 | - } |
|
| 1797 | + /** |
|
| 1798 | + * Get max upload file size |
|
| 1799 | + * |
|
| 1800 | + * @since 1.0.0 |
|
| 1801 | + * @package GeoDirectory |
|
| 1802 | + * @return mixed|void Returns max upload file size. |
|
| 1803 | + */ |
|
| 1804 | + function geodir_max_upload_size() |
|
| 1805 | + {
|
|
| 1806 | + $max_filesize = (float)get_option('geodir_upload_max_filesize', 2);
|
|
| 1807 | + |
|
| 1808 | + if ($max_filesize > 0 && $max_filesize < 1) {
|
|
| 1809 | + $max_filesize = (int)($max_filesize * 1024) . 'kb'; |
|
| 1810 | + } else {
|
|
| 1811 | + $max_filesize = $max_filesize > 0 ? $max_filesize . 'mb' : '2mb'; |
|
| 1812 | + } |
|
| 1813 | + /** Filter documented in geodirectory-functions/general_functions.php **/ |
|
| 1814 | + return apply_filters('geodir_default_image_upload_size_limit', $max_filesize);
|
|
| 1815 | + } |
|
| 1816 | 1816 | } |
| 1817 | 1817 | |
| 1818 | 1818 | |
@@ -1830,33 +1830,33 @@ discard block |
||
| 1830 | 1830 | */ |
| 1831 | 1831 | function geodir_add_custom_sort_options($fields, $post_type) |
| 1832 | 1832 | {
|
| 1833 | - global $wpdb; |
|
| 1833 | + global $wpdb; |
|
| 1834 | 1834 | |
| 1835 | - if ($post_type != '') {
|
|
| 1835 | + if ($post_type != '') {
|
|
| 1836 | 1836 | |
| 1837 | - $all_postypes = geodir_get_posttypes(); |
|
| 1837 | + $all_postypes = geodir_get_posttypes(); |
|
| 1838 | 1838 | |
| 1839 | - if (in_array($post_type, $all_postypes)) {
|
|
| 1839 | + if (in_array($post_type, $all_postypes)) {
|
|
| 1840 | 1840 | |
| 1841 | - $custom_fields = $wpdb->get_results( |
|
| 1842 | - $wpdb->prepare( |
|
| 1843 | - "select post_type,data_type,field_type,site_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", |
|
| 1844 | - array($post_type) |
|
| 1845 | - ), 'ARRAY_A' |
|
| 1846 | - ); |
|
| 1841 | + $custom_fields = $wpdb->get_results( |
|
| 1842 | + $wpdb->prepare( |
|
| 1843 | + "select post_type,data_type,field_type,site_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", |
|
| 1844 | + array($post_type) |
|
| 1845 | + ), 'ARRAY_A' |
|
| 1846 | + ); |
|
| 1847 | 1847 | |
| 1848 | - if (!empty($custom_fields)) {
|
|
| 1848 | + if (!empty($custom_fields)) {
|
|
| 1849 | 1849 | |
| 1850 | - foreach ($custom_fields as $val) {
|
|
| 1851 | - $fields[] = $val; |
|
| 1852 | - } |
|
| 1853 | - } |
|
| 1850 | + foreach ($custom_fields as $val) {
|
|
| 1851 | + $fields[] = $val; |
|
| 1852 | + } |
|
| 1853 | + } |
|
| 1854 | 1854 | |
| 1855 | - } |
|
| 1855 | + } |
|
| 1856 | 1856 | |
| 1857 | - } |
|
| 1857 | + } |
|
| 1858 | 1858 | |
| 1859 | - return $fields; |
|
| 1859 | + return $fields; |
|
| 1860 | 1860 | } |
| 1861 | 1861 | |
| 1862 | 1862 | |
@@ -1872,76 +1872,76 @@ discard block |
||
| 1872 | 1872 | function geodir_get_custom_sort_options($post_type = '') |
| 1873 | 1873 | {
|
| 1874 | 1874 | |
| 1875 | - global $wpdb; |
|
| 1876 | - |
|
| 1877 | - if ($post_type != '') {
|
|
| 1878 | - |
|
| 1879 | - $all_postypes = geodir_get_posttypes(); |
|
| 1880 | - |
|
| 1881 | - if (!in_array($post_type, $all_postypes)) |
|
| 1882 | - return false; |
|
| 1883 | - |
|
| 1884 | - $fields = array(); |
|
| 1885 | - |
|
| 1886 | - $fields[] = array( |
|
| 1887 | - 'post_type' => $post_type, |
|
| 1888 | - 'data_type' => '', |
|
| 1889 | - 'field_type' => 'random', |
|
| 1890 | - 'site_title' => 'Random', |
|
| 1891 | - 'htmlvar_name' => 'post_title', |
|
| 1892 | - 'field_icon' => 'fa fa-random', |
|
| 1893 | - 'description' => __('Random sort (not recommended for large sites)', 'geodirectory')
|
|
| 1894 | - ); |
|
| 1895 | - |
|
| 1896 | - $fields[] = array( |
|
| 1897 | - 'post_type' => $post_type, |
|
| 1898 | - 'data_type' => '', |
|
| 1899 | - 'field_type' => 'datetime', |
|
| 1900 | - 'site_title' => __('Add date', 'geodirectory'),
|
|
| 1901 | - 'htmlvar_name' => 'post_date', |
|
| 1902 | - 'field_icon' => 'fa fa-calendar', |
|
| 1903 | - 'description' => __('Sort by date added', 'geodirectory')
|
|
| 1904 | - ); |
|
| 1905 | - $fields[] = array( |
|
| 1906 | - 'post_type' => $post_type, |
|
| 1907 | - 'data_type' => '', |
|
| 1908 | - 'field_type' => 'bigint', |
|
| 1909 | - 'site_title' => __('Review', 'geodirectory'),
|
|
| 1910 | - 'htmlvar_name' => 'comment_count', |
|
| 1911 | - 'field_icon' => 'fa fa-commenting-o', |
|
| 1912 | - 'description' => __('Sort by the number of reviews', 'geodirectory')
|
|
| 1913 | - ); |
|
| 1914 | - $fields[] = array( |
|
| 1915 | - 'post_type' => $post_type, |
|
| 1916 | - 'data_type' => '', |
|
| 1917 | - 'field_type' => 'float', |
|
| 1918 | - 'site_title' => __('Rating', 'geodirectory'),
|
|
| 1919 | - 'htmlvar_name' => 'overall_rating', |
|
| 1920 | - 'field_icon' => 'fa fa-star-o', |
|
| 1921 | - 'description' => __('Sort by the overall rating value', 'geodirectory')
|
|
| 1922 | - ); |
|
| 1923 | - $fields[] = array( |
|
| 1924 | - 'post_type' => $post_type, |
|
| 1925 | - 'data_type' => '', |
|
| 1926 | - 'field_type' => 'text', |
|
| 1927 | - 'site_title' => __('Title', 'geodirectory'),
|
|
| 1928 | - 'htmlvar_name' => 'post_title', |
|
| 1929 | - 'field_icon' => 'fa fa-sort-alpha-desc', |
|
| 1930 | - 'description' => __('Sort alphabetically by title', 'geodirectory')
|
|
| 1931 | - ); |
|
| 1932 | - |
|
| 1933 | - /** |
|
| 1934 | - * Hook to add custom sort options. |
|
| 1935 | - * |
|
| 1936 | - * @since 1.0.0 |
|
| 1937 | - * @param array $fields Unmodified sort options array. |
|
| 1938 | - * @param string $post_type Post type. |
|
| 1939 | - */ |
|
| 1940 | - return $fields = apply_filters('geodir_add_custom_sort_options', $fields, $post_type);
|
|
| 1941 | - |
|
| 1942 | - } |
|
| 1943 | - |
|
| 1944 | - return false; |
|
| 1875 | + global $wpdb; |
|
| 1876 | + |
|
| 1877 | + if ($post_type != '') {
|
|
| 1878 | + |
|
| 1879 | + $all_postypes = geodir_get_posttypes(); |
|
| 1880 | + |
|
| 1881 | + if (!in_array($post_type, $all_postypes)) |
|
| 1882 | + return false; |
|
| 1883 | + |
|
| 1884 | + $fields = array(); |
|
| 1885 | + |
|
| 1886 | + $fields[] = array( |
|
| 1887 | + 'post_type' => $post_type, |
|
| 1888 | + 'data_type' => '', |
|
| 1889 | + 'field_type' => 'random', |
|
| 1890 | + 'site_title' => 'Random', |
|
| 1891 | + 'htmlvar_name' => 'post_title', |
|
| 1892 | + 'field_icon' => 'fa fa-random', |
|
| 1893 | + 'description' => __('Random sort (not recommended for large sites)', 'geodirectory')
|
|
| 1894 | + ); |
|
| 1895 | + |
|
| 1896 | + $fields[] = array( |
|
| 1897 | + 'post_type' => $post_type, |
|
| 1898 | + 'data_type' => '', |
|
| 1899 | + 'field_type' => 'datetime', |
|
| 1900 | + 'site_title' => __('Add date', 'geodirectory'),
|
|
| 1901 | + 'htmlvar_name' => 'post_date', |
|
| 1902 | + 'field_icon' => 'fa fa-calendar', |
|
| 1903 | + 'description' => __('Sort by date added', 'geodirectory')
|
|
| 1904 | + ); |
|
| 1905 | + $fields[] = array( |
|
| 1906 | + 'post_type' => $post_type, |
|
| 1907 | + 'data_type' => '', |
|
| 1908 | + 'field_type' => 'bigint', |
|
| 1909 | + 'site_title' => __('Review', 'geodirectory'),
|
|
| 1910 | + 'htmlvar_name' => 'comment_count', |
|
| 1911 | + 'field_icon' => 'fa fa-commenting-o', |
|
| 1912 | + 'description' => __('Sort by the number of reviews', 'geodirectory')
|
|
| 1913 | + ); |
|
| 1914 | + $fields[] = array( |
|
| 1915 | + 'post_type' => $post_type, |
|
| 1916 | + 'data_type' => '', |
|
| 1917 | + 'field_type' => 'float', |
|
| 1918 | + 'site_title' => __('Rating', 'geodirectory'),
|
|
| 1919 | + 'htmlvar_name' => 'overall_rating', |
|
| 1920 | + 'field_icon' => 'fa fa-star-o', |
|
| 1921 | + 'description' => __('Sort by the overall rating value', 'geodirectory')
|
|
| 1922 | + ); |
|
| 1923 | + $fields[] = array( |
|
| 1924 | + 'post_type' => $post_type, |
|
| 1925 | + 'data_type' => '', |
|
| 1926 | + 'field_type' => 'text', |
|
| 1927 | + 'site_title' => __('Title', 'geodirectory'),
|
|
| 1928 | + 'htmlvar_name' => 'post_title', |
|
| 1929 | + 'field_icon' => 'fa fa-sort-alpha-desc', |
|
| 1930 | + 'description' => __('Sort alphabetically by title', 'geodirectory')
|
|
| 1931 | + ); |
|
| 1932 | + |
|
| 1933 | + /** |
|
| 1934 | + * Hook to add custom sort options. |
|
| 1935 | + * |
|
| 1936 | + * @since 1.0.0 |
|
| 1937 | + * @param array $fields Unmodified sort options array. |
|
| 1938 | + * @param string $post_type Post type. |
|
| 1939 | + */ |
|
| 1940 | + return $fields = apply_filters('geodir_add_custom_sort_options', $fields, $post_type);
|
|
| 1941 | + |
|
| 1942 | + } |
|
| 1943 | + |
|
| 1944 | + return false; |
|
| 1945 | 1945 | } |
| 1946 | 1946 | |
| 1947 | 1947 | |
@@ -1957,117 +1957,117 @@ discard block |
||
| 1957 | 1957 | function godir_set_sort_field_order($field_ids = array()) |
| 1958 | 1958 | {
|
| 1959 | 1959 | |
| 1960 | - global $wpdb; |
|
| 1960 | + global $wpdb; |
|
| 1961 | 1961 | |
| 1962 | - $count = 0; |
|
| 1963 | - if (!empty($field_ids)): |
|
| 1964 | - foreach ($field_ids as $id) {
|
|
| 1962 | + $count = 0; |
|
| 1963 | + if (!empty($field_ids)): |
|
| 1964 | + foreach ($field_ids as $id) {
|
|
| 1965 | 1965 | |
| 1966 | - $cf = trim($id, '_'); |
|
| 1966 | + $cf = trim($id, '_'); |
|
| 1967 | 1967 | |
| 1968 | - $post_meta_info = $wpdb->query( |
|
| 1969 | - $wpdb->prepare( |
|
| 1970 | - "update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 1968 | + $post_meta_info = $wpdb->query( |
|
| 1969 | + $wpdb->prepare( |
|
| 1970 | + "update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 1971 | 1971 | sort_order=%d |
| 1972 | 1972 | where id= %d", |
| 1973 | - array($count, $cf) |
|
| 1974 | - ) |
|
| 1975 | - ); |
|
| 1976 | - $count++; |
|
| 1977 | - } |
|
| 1978 | - |
|
| 1979 | - return $field_ids; |
|
| 1980 | - else: |
|
| 1981 | - return false; |
|
| 1982 | - endif; |
|
| 1973 | + array($count, $cf) |
|
| 1974 | + ) |
|
| 1975 | + ); |
|
| 1976 | + $count++; |
|
| 1977 | + } |
|
| 1978 | + |
|
| 1979 | + return $field_ids; |
|
| 1980 | + else: |
|
| 1981 | + return false; |
|
| 1982 | + endif; |
|
| 1983 | 1983 | } |
| 1984 | 1984 | |
| 1985 | 1985 | |
| 1986 | 1986 | if (!function_exists('geodir_custom_sort_field_save')) {
|
| 1987 | - /** |
|
| 1988 | - * Save or Update custom sort fields into the database. |
|
| 1989 | - * |
|
| 1990 | - * @since 1.0.0 |
|
| 1991 | - * @package GeoDirectory |
|
| 1992 | - * @global object $wpdb WordPress Database object. |
|
| 1993 | - * @global string $plugin_prefix Geodirectory plugin table prefix. |
|
| 1994 | - * @param array $request_field {
|
|
| 1995 | - * Attributes of the Request field. |
|
| 1996 | - * |
|
| 1997 | - * @type string $action Ajax action name. |
|
| 1998 | - * @type string $manage_field_type Manage field type Default "sorting_options". |
|
| 1999 | - * @type string $create_field Do you want to create this field?. |
|
| 2000 | - * @type string $field_ins_upd Field created or updated?. |
|
| 2001 | - * @type string $_wpnonce Nonce value. |
|
| 2002 | - * @type string $listing_type The Post type. |
|
| 2003 | - * @type string $field_type Field Type. |
|
| 2004 | - * @type string $field_id Field ID. |
|
| 2005 | - * @type string $data_type Data Type. |
|
| 2006 | - * @type string $htmlvar_name HTML variable name. |
|
| 2007 | - * @type string $site_title Section title which you wish to display in frontend. |
|
| 2008 | - * @type string $is_default Is this default sorting?. |
|
| 2009 | - * @type string $is_active If not active then the field will not be displayed anywhere. |
|
| 2010 | - * @type string $sort_order Sort Order. |
|
| 2011 | - * |
|
| 2012 | - * } |
|
| 2013 | - * @param bool $default Not yet implemented. |
|
| 2014 | - * @return int Returns the last affected db table row id. |
|
| 2015 | - */ |
|
| 2016 | - function geodir_custom_sort_field_save($request_field = array(), $default = false) |
|
| 2017 | - {
|
|
| 2018 | - |
|
| 2019 | - global $wpdb, $plugin_prefix; |
|
| 2020 | - |
|
| 2021 | - $result_str = isset($request_field['field_id']) ? trim($request_field['field_id']) : ''; |
|
| 2022 | - |
|
| 2023 | - $cf = trim($result_str, '_'); |
|
| 2024 | - |
|
| 2025 | - /*-------- check duplicate validation --------*/ |
|
| 2026 | - |
|
| 2027 | - $field_type = isset($request_field['field_type']) ? $request_field['field_type'] : ''; |
|
| 2028 | - $cehhtmlvar_name = isset($request_field['htmlvar_name']) ? $request_field['htmlvar_name'] : ''; |
|
| 2029 | - |
|
| 2030 | - $post_type = $request_field['listing_type']; |
|
| 2031 | - $data_type = isset($request_field['data_type']) ? $request_field['data_type'] : ''; |
|
| 2032 | - $field_type = isset($request_field['field_type']) ? $request_field['field_type'] : ''; |
|
| 2033 | - $site_title = isset($request_field['site_title']) ? $request_field['site_title'] : ''; |
|
| 2034 | - $htmlvar_name = isset($request_field['htmlvar_name']) ? $request_field['htmlvar_name'] : ''; |
|
| 2035 | - $sort_order = isset($request_field['sort_order']) ? $request_field['sort_order'] : 0; |
|
| 2036 | - $is_active = isset($request_field['is_active']) ? $request_field['is_active'] : 0; |
|
| 2037 | - $is_default = isset($request_field['is_default']) ? $request_field['is_default'] : ''; |
|
| 2038 | - $asc = isset($request_field['asc']) ? $request_field['asc'] : 0; |
|
| 2039 | - $desc = isset($request_field['desc']) ? $request_field['desc'] : 0; |
|
| 2040 | - $asc_title = isset($request_field['asc_title']) ? $request_field['asc_title'] : ''; |
|
| 2041 | - $desc_title = isset($request_field['desc_title']) ? $request_field['desc_title'] : ''; |
|
| 2042 | - |
|
| 2043 | - $default_order = ''; |
|
| 2044 | - if ($is_default != '') {
|
|
| 2045 | - $default_order = $is_default; |
|
| 2046 | - $is_default = '1'; |
|
| 2047 | - } |
|
| 2048 | - |
|
| 2049 | - |
|
| 2050 | - $check_html_variable = $wpdb->get_var( |
|
| 2051 | - $wpdb->prepare( |
|
| 2052 | - "select htmlvar_name from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where htmlvar_name = %s and post_type = %s and field_type=%s ", |
|
| 2053 | - array($cehhtmlvar_name, $post_type, $field_type) |
|
| 2054 | - ) |
|
| 2055 | - ); |
|
| 2056 | - |
|
| 2057 | - if ($is_default == 1) {
|
|
| 2058 | - |
|
| 2059 | - $wpdb->query($wpdb->prepare("update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set is_default='0', default_order='' where post_type = %s", array($post_type)));
|
|
| 2060 | - |
|
| 2061 | - } |
|
| 2062 | - |
|
| 2063 | - |
|
| 2064 | - if (!$check_html_variable) {
|
|
| 2065 | - |
|
| 2066 | - $wpdb->query( |
|
| 2067 | - |
|
| 2068 | - $wpdb->prepare( |
|
| 2069 | - |
|
| 2070 | - "insert into " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 1987 | + /** |
|
| 1988 | + * Save or Update custom sort fields into the database. |
|
| 1989 | + * |
|
| 1990 | + * @since 1.0.0 |
|
| 1991 | + * @package GeoDirectory |
|
| 1992 | + * @global object $wpdb WordPress Database object. |
|
| 1993 | + * @global string $plugin_prefix Geodirectory plugin table prefix. |
|
| 1994 | + * @param array $request_field {
|
|
| 1995 | + * Attributes of the Request field. |
|
| 1996 | + * |
|
| 1997 | + * @type string $action Ajax action name. |
|
| 1998 | + * @type string $manage_field_type Manage field type Default "sorting_options". |
|
| 1999 | + * @type string $create_field Do you want to create this field?. |
|
| 2000 | + * @type string $field_ins_upd Field created or updated?. |
|
| 2001 | + * @type string $_wpnonce Nonce value. |
|
| 2002 | + * @type string $listing_type The Post type. |
|
| 2003 | + * @type string $field_type Field Type. |
|
| 2004 | + * @type string $field_id Field ID. |
|
| 2005 | + * @type string $data_type Data Type. |
|
| 2006 | + * @type string $htmlvar_name HTML variable name. |
|
| 2007 | + * @type string $site_title Section title which you wish to display in frontend. |
|
| 2008 | + * @type string $is_default Is this default sorting?. |
|
| 2009 | + * @type string $is_active If not active then the field will not be displayed anywhere. |
|
| 2010 | + * @type string $sort_order Sort Order. |
|
| 2011 | + * |
|
| 2012 | + * } |
|
| 2013 | + * @param bool $default Not yet implemented. |
|
| 2014 | + * @return int Returns the last affected db table row id. |
|
| 2015 | + */ |
|
| 2016 | + function geodir_custom_sort_field_save($request_field = array(), $default = false) |
|
| 2017 | + {
|
|
| 2018 | + |
|
| 2019 | + global $wpdb, $plugin_prefix; |
|
| 2020 | + |
|
| 2021 | + $result_str = isset($request_field['field_id']) ? trim($request_field['field_id']) : ''; |
|
| 2022 | + |
|
| 2023 | + $cf = trim($result_str, '_'); |
|
| 2024 | + |
|
| 2025 | + /*-------- check duplicate validation --------*/ |
|
| 2026 | + |
|
| 2027 | + $field_type = isset($request_field['field_type']) ? $request_field['field_type'] : ''; |
|
| 2028 | + $cehhtmlvar_name = isset($request_field['htmlvar_name']) ? $request_field['htmlvar_name'] : ''; |
|
| 2029 | + |
|
| 2030 | + $post_type = $request_field['listing_type']; |
|
| 2031 | + $data_type = isset($request_field['data_type']) ? $request_field['data_type'] : ''; |
|
| 2032 | + $field_type = isset($request_field['field_type']) ? $request_field['field_type'] : ''; |
|
| 2033 | + $site_title = isset($request_field['site_title']) ? $request_field['site_title'] : ''; |
|
| 2034 | + $htmlvar_name = isset($request_field['htmlvar_name']) ? $request_field['htmlvar_name'] : ''; |
|
| 2035 | + $sort_order = isset($request_field['sort_order']) ? $request_field['sort_order'] : 0; |
|
| 2036 | + $is_active = isset($request_field['is_active']) ? $request_field['is_active'] : 0; |
|
| 2037 | + $is_default = isset($request_field['is_default']) ? $request_field['is_default'] : ''; |
|
| 2038 | + $asc = isset($request_field['asc']) ? $request_field['asc'] : 0; |
|
| 2039 | + $desc = isset($request_field['desc']) ? $request_field['desc'] : 0; |
|
| 2040 | + $asc_title = isset($request_field['asc_title']) ? $request_field['asc_title'] : ''; |
|
| 2041 | + $desc_title = isset($request_field['desc_title']) ? $request_field['desc_title'] : ''; |
|
| 2042 | + |
|
| 2043 | + $default_order = ''; |
|
| 2044 | + if ($is_default != '') {
|
|
| 2045 | + $default_order = $is_default; |
|
| 2046 | + $is_default = '1'; |
|
| 2047 | + } |
|
| 2048 | + |
|
| 2049 | + |
|
| 2050 | + $check_html_variable = $wpdb->get_var( |
|
| 2051 | + $wpdb->prepare( |
|
| 2052 | + "select htmlvar_name from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where htmlvar_name = %s and post_type = %s and field_type=%s ", |
|
| 2053 | + array($cehhtmlvar_name, $post_type, $field_type) |
|
| 2054 | + ) |
|
| 2055 | + ); |
|
| 2056 | + |
|
| 2057 | + if ($is_default == 1) {
|
|
| 2058 | + |
|
| 2059 | + $wpdb->query($wpdb->prepare("update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set is_default='0', default_order='' where post_type = %s", array($post_type)));
|
|
| 2060 | + |
|
| 2061 | + } |
|
| 2062 | + |
|
| 2063 | + |
|
| 2064 | + if (!$check_html_variable) {
|
|
| 2065 | + |
|
| 2066 | + $wpdb->query( |
|
| 2067 | + |
|
| 2068 | + $wpdb->prepare( |
|
| 2069 | + |
|
| 2070 | + "insert into " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 2071 | 2071 | post_type = %s, |
| 2072 | 2072 | data_type = %s, |
| 2073 | 2073 | field_type = %s, |
@@ -2082,23 +2082,23 @@ discard block |
||
| 2082 | 2082 | asc_title = %s, |
| 2083 | 2083 | desc_title = %s", |
| 2084 | 2084 | |
| 2085 | - 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) |
|
| 2086 | - ) |
|
| 2085 | + 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) |
|
| 2086 | + ) |
|
| 2087 | 2087 | |
| 2088 | - ); |
|
| 2088 | + ); |
|
| 2089 | 2089 | |
| 2090 | 2090 | |
| 2091 | - $lastid = $wpdb->insert_id; |
|
| 2091 | + $lastid = $wpdb->insert_id; |
|
| 2092 | 2092 | |
| 2093 | - $lastid = trim($lastid); |
|
| 2093 | + $lastid = trim($lastid); |
|
| 2094 | 2094 | |
| 2095 | - } else {
|
|
| 2095 | + } else {
|
|
| 2096 | 2096 | |
| 2097 | - $wpdb->query( |
|
| 2097 | + $wpdb->query( |
|
| 2098 | 2098 | |
| 2099 | - $wpdb->prepare( |
|
| 2099 | + $wpdb->prepare( |
|
| 2100 | 2100 | |
| 2101 | - "update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 2101 | + "update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 2102 | 2102 | post_type = %s, |
| 2103 | 2103 | data_type = %s, |
| 2104 | 2104 | field_type = %s, |
@@ -2114,123 +2114,123 @@ discard block |
||
| 2114 | 2114 | desc_title = %s |
| 2115 | 2115 | where id = %d", |
| 2116 | 2116 | |
| 2117 | - 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) |
|
| 2118 | - ) |
|
| 2117 | + 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) |
|
| 2118 | + ) |
|
| 2119 | 2119 | |
| 2120 | - ); |
|
| 2120 | + ); |
|
| 2121 | 2121 | |
| 2122 | - $lastid = trim($cf); |
|
| 2122 | + $lastid = trim($cf); |
|
| 2123 | 2123 | |
| 2124 | - } |
|
| 2124 | + } |
|
| 2125 | 2125 | |
| 2126 | 2126 | |
| 2127 | - return (int)$lastid; |
|
| 2127 | + return (int)$lastid; |
|
| 2128 | 2128 | |
| 2129 | - } |
|
| 2129 | + } |
|
| 2130 | 2130 | } |
| 2131 | 2131 | |
| 2132 | 2132 | |
| 2133 | 2133 | if (!function_exists('geodir_custom_sort_field_delete')) {
|
| 2134 | - /** |
|
| 2135 | - * Delete a custom sort field using field id. |
|
| 2136 | - * @since 1.0.0 |
|
| 2137 | - * @package GeoDirectory |
|
| 2138 | - * @global object $wpdb WordPress Database object. |
|
| 2139 | - * @global string $plugin_prefix Geodirectory plugin table prefix. |
|
| 2140 | - * @param string $field_id The field ID. |
|
| 2141 | - * @return int|string Returns field id when successful deletion, else returns 0. |
|
| 2142 | - */ |
|
| 2143 | - function geodir_custom_sort_field_delete($field_id = '') |
|
| 2144 | - {
|
|
| 2145 | - |
|
| 2146 | - global $wpdb, $plugin_prefix; |
|
| 2147 | - if ($field_id != '') {
|
|
| 2148 | - $cf = trim($field_id, '_'); |
|
| 2149 | - |
|
| 2150 | - $wpdb->query($wpdb->prepare("delete from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where id= %d ", array($cf)));
|
|
| 2151 | - |
|
| 2152 | - return $field_id; |
|
| 2153 | - |
|
| 2154 | - } else |
|
| 2155 | - return 0; |
|
| 2156 | - |
|
| 2157 | - } |
|
| 2134 | + /** |
|
| 2135 | + * Delete a custom sort field using field id. |
|
| 2136 | + * @since 1.0.0 |
|
| 2137 | + * @package GeoDirectory |
|
| 2138 | + * @global object $wpdb WordPress Database object. |
|
| 2139 | + * @global string $plugin_prefix Geodirectory plugin table prefix. |
|
| 2140 | + * @param string $field_id The field ID. |
|
| 2141 | + * @return int|string Returns field id when successful deletion, else returns 0. |
|
| 2142 | + */ |
|
| 2143 | + function geodir_custom_sort_field_delete($field_id = '') |
|
| 2144 | + {
|
|
| 2145 | + |
|
| 2146 | + global $wpdb, $plugin_prefix; |
|
| 2147 | + if ($field_id != '') {
|
|
| 2148 | + $cf = trim($field_id, '_'); |
|
| 2149 | + |
|
| 2150 | + $wpdb->query($wpdb->prepare("delete from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where id= %d ", array($cf)));
|
|
| 2151 | + |
|
| 2152 | + return $field_id; |
|
| 2153 | + |
|
| 2154 | + } else |
|
| 2155 | + return 0; |
|
| 2156 | + |
|
| 2157 | + } |
|
| 2158 | 2158 | } |
| 2159 | 2159 | |
| 2160 | 2160 | |
| 2161 | 2161 | if (!function_exists('geodir_custom_sort_field_adminhtml')) {
|
| 2162 | - /** |
|
| 2163 | - * Custom sort field admin html. |
|
| 2164 | - * |
|
| 2165 | - * @since 1.0.0 |
|
| 2166 | - * @package GeoDirectory |
|
| 2167 | - * @global object $wpdb WordPress Database object. |
|
| 2168 | - * @param string $field_type The form field type. |
|
| 2169 | - * @param object|int $result_str The custom field results object or row id. |
|
| 2170 | - * @param string $field_ins_upd When set to "submit" displays form. |
|
| 2171 | - * @param bool $default when set to true field will be for admin use only. |
|
| 2172 | - */ |
|
| 2173 | - function geodir_custom_sort_field_adminhtml($field_type, $result_str, $field_ins_upd = '', $field_type_key='') |
|
| 2174 | - {
|
|
| 2175 | - global $wpdb; |
|
| 2176 | - $cf = $result_str; |
|
| 2177 | - if (!is_object($cf)) {
|
|
| 2178 | - $field_info = $wpdb->get_row($wpdb->prepare("SELECT * FROM " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " WHERE id = %d", array($cf)));
|
|
| 2179 | - } else {
|
|
| 2180 | - $field_info = $cf; |
|
| 2181 | - $result_str = $cf->id; |
|
| 2182 | - } |
|
| 2183 | - |
|
| 2184 | - $field_info = stripslashes_deep($field_info); // strip slashes |
|
| 2185 | - |
|
| 2186 | - if (!isset($field_info->post_type)) {
|
|
| 2187 | - $post_type = sanitize_text_field($_REQUEST['listing_type']); |
|
| 2188 | - } else {
|
|
| 2189 | - $post_type = $field_info->post_type; |
|
| 2190 | - } |
|
| 2191 | - |
|
| 2192 | - |
|
| 2193 | - $htmlvar_name = isset($field_type_key) ? $field_type_key : ''; |
|
| 2194 | - |
|
| 2195 | - $site_title = ''; |
|
| 2196 | - if ($site_title == '') |
|
| 2197 | - $site_title = isset($field_info->site_title) ? $field_info->site_title : ''; |
|
| 2198 | - |
|
| 2199 | - if ($site_title == '') {
|
|
| 2200 | - $fields = geodir_get_custom_sort_options($post_type); |
|
| 2201 | - |
|
| 2202 | - foreach ($fields as $val) {
|
|
| 2203 | - $val = stripslashes_deep($val); // strip slashes |
|
| 2204 | - |
|
| 2205 | - if ($val['field_type'] == $field_type && $val['htmlvar_name'] == $htmlvar_name) {
|
|
| 2206 | - $site_title = isset($val['site_title']) ? $val['site_title'] : ''; |
|
| 2207 | - } |
|
| 2208 | - } |
|
| 2209 | - } |
|
| 2210 | - |
|
| 2211 | - if ($htmlvar_name == '') |
|
| 2212 | - $htmlvar_name = isset($field_info->htmlvar_name) ? $field_info->htmlvar_name : ''; |
|
| 2213 | - |
|
| 2214 | - $nonce = wp_create_nonce('custom_fields_' . $result_str);
|
|
| 2215 | - |
|
| 2216 | - $field_icon = '<i class="fa fa-cog" aria-hidden="true"></i>'; |
|
| 2217 | - $cso_arr = geodir_get_custom_sort_options($post_type); |
|
| 2218 | - |
|
| 2219 | - $cur_field_type = (isset($cf->field_type)) ? $cf->field_type : esc_html($_REQUEST['field_type']); |
|
| 2220 | - foreach($cso_arr as $cso){
|
|
| 2221 | - if($cur_field_type==$cso['field_type']){
|
|
| 2222 | - |
|
| 2223 | - if (isset($cso['field_icon']) && strpos($cso['field_icon'], 'fa fa-') !== false) {
|
|
| 2224 | - $field_icon = '<i class="'.$cso['field_icon'].'" aria-hidden="true"></i>'; |
|
| 2225 | - }elseif(isset($cso['field_icon']) && $cso['field_icon']){
|
|
| 2226 | - $field_icon = '<b style="background-image: url("'.$cso['field_icon'].'")"></b>';
|
|
| 2227 | - } |
|
| 2228 | - |
|
| 2229 | - } |
|
| 2230 | - } |
|
| 2231 | - |
|
| 2232 | - $radio_id = (isset($field_info->htmlvar_name)) ? $field_info->htmlvar_name.$field_type : rand(5, 500); |
|
| 2233 | - ?> |
|
| 2162 | + /** |
|
| 2163 | + * Custom sort field admin html. |
|
| 2164 | + * |
|
| 2165 | + * @since 1.0.0 |
|
| 2166 | + * @package GeoDirectory |
|
| 2167 | + * @global object $wpdb WordPress Database object. |
|
| 2168 | + * @param string $field_type The form field type. |
|
| 2169 | + * @param object|int $result_str The custom field results object or row id. |
|
| 2170 | + * @param string $field_ins_upd When set to "submit" displays form. |
|
| 2171 | + * @param bool $default when set to true field will be for admin use only. |
|
| 2172 | + */ |
|
| 2173 | + function geodir_custom_sort_field_adminhtml($field_type, $result_str, $field_ins_upd = '', $field_type_key='') |
|
| 2174 | + {
|
|
| 2175 | + global $wpdb; |
|
| 2176 | + $cf = $result_str; |
|
| 2177 | + if (!is_object($cf)) {
|
|
| 2178 | + $field_info = $wpdb->get_row($wpdb->prepare("SELECT * FROM " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " WHERE id = %d", array($cf)));
|
|
| 2179 | + } else {
|
|
| 2180 | + $field_info = $cf; |
|
| 2181 | + $result_str = $cf->id; |
|
| 2182 | + } |
|
| 2183 | + |
|
| 2184 | + $field_info = stripslashes_deep($field_info); // strip slashes |
|
| 2185 | + |
|
| 2186 | + if (!isset($field_info->post_type)) {
|
|
| 2187 | + $post_type = sanitize_text_field($_REQUEST['listing_type']); |
|
| 2188 | + } else {
|
|
| 2189 | + $post_type = $field_info->post_type; |
|
| 2190 | + } |
|
| 2191 | + |
|
| 2192 | + |
|
| 2193 | + $htmlvar_name = isset($field_type_key) ? $field_type_key : ''; |
|
| 2194 | + |
|
| 2195 | + $site_title = ''; |
|
| 2196 | + if ($site_title == '') |
|
| 2197 | + $site_title = isset($field_info->site_title) ? $field_info->site_title : ''; |
|
| 2198 | + |
|
| 2199 | + if ($site_title == '') {
|
|
| 2200 | + $fields = geodir_get_custom_sort_options($post_type); |
|
| 2201 | + |
|
| 2202 | + foreach ($fields as $val) {
|
|
| 2203 | + $val = stripslashes_deep($val); // strip slashes |
|
| 2204 | + |
|
| 2205 | + if ($val['field_type'] == $field_type && $val['htmlvar_name'] == $htmlvar_name) {
|
|
| 2206 | + $site_title = isset($val['site_title']) ? $val['site_title'] : ''; |
|
| 2207 | + } |
|
| 2208 | + } |
|
| 2209 | + } |
|
| 2210 | + |
|
| 2211 | + if ($htmlvar_name == '') |
|
| 2212 | + $htmlvar_name = isset($field_info->htmlvar_name) ? $field_info->htmlvar_name : ''; |
|
| 2213 | + |
|
| 2214 | + $nonce = wp_create_nonce('custom_fields_' . $result_str);
|
|
| 2215 | + |
|
| 2216 | + $field_icon = '<i class="fa fa-cog" aria-hidden="true"></i>'; |
|
| 2217 | + $cso_arr = geodir_get_custom_sort_options($post_type); |
|
| 2218 | + |
|
| 2219 | + $cur_field_type = (isset($cf->field_type)) ? $cf->field_type : esc_html($_REQUEST['field_type']); |
|
| 2220 | + foreach($cso_arr as $cso){
|
|
| 2221 | + if($cur_field_type==$cso['field_type']){
|
|
| 2222 | + |
|
| 2223 | + if (isset($cso['field_icon']) && strpos($cso['field_icon'], 'fa fa-') !== false) {
|
|
| 2224 | + $field_icon = '<i class="'.$cso['field_icon'].'" aria-hidden="true"></i>'; |
|
| 2225 | + }elseif(isset($cso['field_icon']) && $cso['field_icon']){
|
|
| 2226 | + $field_icon = '<b style="background-image: url("'.$cso['field_icon'].'")"></b>';
|
|
| 2227 | + } |
|
| 2228 | + |
|
| 2229 | + } |
|
| 2230 | + } |
|
| 2231 | + |
|
| 2232 | + $radio_id = (isset($field_info->htmlvar_name)) ? $field_info->htmlvar_name.$field_type : rand(5, 500); |
|
| 2233 | + ?> |
|
| 2234 | 2234 | |
| 2235 | 2235 | <li class="text" id="licontainer_<?php echo $result_str;?>"> |
| 2236 | 2236 | <form><!-- we need to wrap in a form so we can use radio buttons with same name --> |
@@ -2239,7 +2239,7 @@ discard block |
||
| 2239 | 2239 | ondblclick="show_hide('field_frm<?php echo $result_str;?>')">
|
| 2240 | 2240 | <?php |
| 2241 | 2241 | |
| 2242 | - ?> |
|
| 2242 | + ?> |
|
| 2243 | 2243 | |
| 2244 | 2244 | <div title="<?php _e('Click to remove field', 'geodirectory');?>"
|
| 2245 | 2245 | onclick="delete_sort_field('<?php echo $result_str;?>', '<?php echo $nonce;?>', this)"
|
@@ -2254,17 +2254,17 @@ discard block |
||
| 2254 | 2254 | |
| 2255 | 2255 | <div id="field_frm<?php echo $result_str;?>" class="field_frm" |
| 2256 | 2256 | style="display:<?php if ($field_ins_upd == 'submit') {
|
| 2257 | - echo 'block;'; |
|
| 2258 | - } else {
|
|
| 2259 | - echo 'none;'; |
|
| 2260 | - } ?>"> |
|
| 2257 | + echo 'block;'; |
|
| 2258 | + } else {
|
|
| 2259 | + echo 'none;'; |
|
| 2260 | + } ?>"> |
|
| 2261 | 2261 | <input type="hidden" name="_wpnonce" value="<?php echo $nonce; ?>"/> |
| 2262 | 2262 | <input type="hidden" name="listing_type" id="listing_type" value="<?php echo $post_type;?>"/> |
| 2263 | 2263 | <input type="hidden" name="field_type" id="field_type" value="<?php echo $field_type;?>"/> |
| 2264 | 2264 | <input type="hidden" name="field_id" id="field_id" value="<?php echo $result_str;?>"/> |
| 2265 | 2265 | <input type="hidden" name="data_type" id="data_type" value="<?php if (isset($field_info->data_type)) {
|
| 2266 | - echo $field_info->data_type; |
|
| 2267 | - }?>"/> |
|
| 2266 | + echo $field_info->data_type; |
|
| 2267 | + }?>"/> |
|
| 2268 | 2268 | <input type="hidden" name="htmlvar_name" id="htmlvar_name" value="<?php echo $htmlvar_name;?>"/> |
| 2269 | 2269 | |
| 2270 | 2270 | |
@@ -2287,14 +2287,14 @@ discard block |
||
| 2287 | 2287 | |
| 2288 | 2288 | <input type="radio" id="asc_yes<?php echo $radio_id;?>" name="asc" class="gdri-enabled" value="1" |
| 2289 | 2289 | <?php if ($value == '1') {
|
| 2290 | - echo 'checked'; |
|
| 2291 | - } ?>/> |
|
| 2290 | + echo 'checked'; |
|
| 2291 | + } ?>/> |
|
| 2292 | 2292 | <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>
|
| 2293 | 2293 | |
| 2294 | 2294 | <input type="radio" id="asc_no<?php echo $radio_id;?>" name="asc" class="gdri-disabled" value="0" |
| 2295 | 2295 | <?php if ($value == '0' || !$value) {
|
| 2296 | - echo 'checked'; |
|
| 2297 | - } ?>/> |
|
| 2296 | + echo 'checked'; |
|
| 2297 | + } ?>/> |
|
| 2298 | 2298 | <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>
|
| 2299 | 2299 | |
| 2300 | 2300 | </div> |
@@ -2331,8 +2331,8 @@ discard block |
||
| 2331 | 2331 | |
| 2332 | 2332 | <input type="radio" name="is_default" |
| 2333 | 2333 | value="<?php echo $htmlvar_name; ?>_asc" <?php if (isset($field_info->default_order) && $field_info->default_order == $htmlvar_name . '_asc') {
|
| 2334 | - echo 'checked="checked"'; |
|
| 2335 | - } ?>/> |
|
| 2334 | + echo 'checked="checked"'; |
|
| 2335 | + } ?>/> |
|
| 2336 | 2336 | </div> |
| 2337 | 2337 | |
| 2338 | 2338 | </li> |
@@ -2352,14 +2352,14 @@ discard block |
||
| 2352 | 2352 | |
| 2353 | 2353 | <input type="radio" id="desc_yes<?php echo $radio_id;?>" name="desc" class="gdri-enabled" value="1" |
| 2354 | 2354 | <?php if ($value == '1') {
|
| 2355 | - echo 'checked'; |
|
| 2356 | - } ?>/> |
|
| 2355 | + echo 'checked'; |
|
| 2356 | + } ?>/> |
|
| 2357 | 2357 | <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>
|
| 2358 | 2358 | |
| 2359 | 2359 | <input type="radio" id="desc_no<?php echo $radio_id;?>" name="desc" class="gdri-disabled" value="0" |
| 2360 | 2360 | <?php if ($value == '0' || !$value) {
|
| 2361 | - echo 'checked'; |
|
| 2362 | - } ?>/> |
|
| 2361 | + echo 'checked'; |
|
| 2362 | + } ?>/> |
|
| 2363 | 2363 | <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>
|
| 2364 | 2364 | |
| 2365 | 2365 | </div> |
@@ -2395,8 +2395,8 @@ discard block |
||
| 2395 | 2395 | |
| 2396 | 2396 | <input type="radio" name="is_default" |
| 2397 | 2397 | value="<?php echo $htmlvar_name; ?>_desc" <?php if (isset($field_info->default_order) && $field_info->default_order == $htmlvar_name . '_desc') {
|
| 2398 | - echo 'checked="checked"'; |
|
| 2399 | - } ?>/> |
|
| 2398 | + echo 'checked="checked"'; |
|
| 2399 | + } ?>/> |
|
| 2400 | 2400 | </div> |
| 2401 | 2401 | |
| 2402 | 2402 | </li> |
@@ -2438,8 +2438,8 @@ discard block |
||
| 2438 | 2438 | |
| 2439 | 2439 | <input type="checkbox" name="is_default" |
| 2440 | 2440 | value="<?php echo $field_type; ?>" <?php if (isset($value) && $value == '1') {
|
| 2441 | - echo 'checked="checked"'; |
|
| 2442 | - } ?>/> |
|
| 2441 | + echo 'checked="checked"'; |
|
| 2442 | + } ?>/> |
|
| 2443 | 2443 | </div> |
| 2444 | 2444 | |
| 2445 | 2445 | |
@@ -2462,14 +2462,14 @@ discard block |
||
| 2462 | 2462 | |
| 2463 | 2463 | <input type="radio" id="is_active_yes<?php echo $radio_id;?>" name="is_active" class="gdri-enabled" value="1" |
| 2464 | 2464 | <?php if ($value == '1') {
|
| 2465 | - echo 'checked'; |
|
| 2466 | - } ?>/> |
|
| 2465 | + echo 'checked'; |
|
| 2466 | + } ?>/> |
|
| 2467 | 2467 | <label for="is_active_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
| 2468 | 2468 | |
| 2469 | 2469 | <input type="radio" id="is_active_no<?php echo $radio_id;?>" name="is_active" class="gdri-disabled" value="0" |
| 2470 | 2470 | <?php if ($value == '0' || !$value) {
|
| 2471 | - echo 'checked'; |
|
| 2472 | - } ?>/> |
|
| 2471 | + echo 'checked'; |
|
| 2472 | + } ?>/> |
|
| 2473 | 2473 | <label for="is_active_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
| 2474 | 2474 | |
| 2475 | 2475 | </div> |
@@ -2479,8 +2479,8 @@ discard block |
||
| 2479 | 2479 | |
| 2480 | 2480 | <input type="hidden" readonly="readonly" name="sort_order" id="sort_order" |
| 2481 | 2481 | value="<?php if (isset($field_info->sort_order)) {
|
| 2482 | - echo esc_attr($field_info->sort_order); |
|
| 2483 | - }?>" size="50"/> |
|
| 2482 | + echo esc_attr($field_info->sort_order); |
|
| 2483 | + }?>" size="50"/> |
|
| 2484 | 2484 | |
| 2485 | 2485 | |
| 2486 | 2486 | |
@@ -2504,38 +2504,38 @@ discard block |
||
| 2504 | 2504 | </form> |
| 2505 | 2505 | </li> <?php |
| 2506 | 2506 | |
| 2507 | - } |
|
| 2507 | + } |
|
| 2508 | 2508 | } |
| 2509 | 2509 | |
| 2510 | 2510 | if (!function_exists('check_field_visibility')) {
|
| 2511 | - /** |
|
| 2512 | - * Check field visibility as per price package. |
|
| 2513 | - * |
|
| 2514 | - * @since 1.0.0 |
|
| 2515 | - * @package GeoDirectory |
|
| 2516 | - * @global object $wpdb WordPress Database object. |
|
| 2517 | - * @global array $geodir_addon_list List of active GeoDirectory extensions. |
|
| 2518 | - * @param int|string $package_id The package ID. |
|
| 2519 | - * @param string $field_name The field name. |
|
| 2520 | - * @param string $post_type Optional. The wordpress post type. |
|
| 2521 | - * @return bool Returns true when field visible, otherwise false. |
|
| 2522 | - */ |
|
| 2523 | - function check_field_visibility($package_id, $field_name, $post_type) |
|
| 2524 | - {
|
|
| 2525 | - global $wpdb, $geodir_addon_list; |
|
| 2526 | - if (!(isset($geodir_addon_list['geodir_payment_manager']) && $geodir_addon_list['geodir_payment_manager'] == 'yes')) {
|
|
| 2527 | - return true; |
|
| 2528 | - } |
|
| 2529 | - if (!$package_id || !$field_name || !$post_type) {
|
|
| 2530 | - return true; |
|
| 2531 | - } |
|
| 2532 | - $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));
|
|
| 2533 | - |
|
| 2534 | - if ($wpdb->get_var($sql)) {
|
|
| 2535 | - return true; |
|
| 2536 | - } |
|
| 2537 | - return false; |
|
| 2538 | - } |
|
| 2511 | + /** |
|
| 2512 | + * Check field visibility as per price package. |
|
| 2513 | + * |
|
| 2514 | + * @since 1.0.0 |
|
| 2515 | + * @package GeoDirectory |
|
| 2516 | + * @global object $wpdb WordPress Database object. |
|
| 2517 | + * @global array $geodir_addon_list List of active GeoDirectory extensions. |
|
| 2518 | + * @param int|string $package_id The package ID. |
|
| 2519 | + * @param string $field_name The field name. |
|
| 2520 | + * @param string $post_type Optional. The wordpress post type. |
|
| 2521 | + * @return bool Returns true when field visible, otherwise false. |
|
| 2522 | + */ |
|
| 2523 | + function check_field_visibility($package_id, $field_name, $post_type) |
|
| 2524 | + {
|
|
| 2525 | + global $wpdb, $geodir_addon_list; |
|
| 2526 | + if (!(isset($geodir_addon_list['geodir_payment_manager']) && $geodir_addon_list['geodir_payment_manager'] == 'yes')) {
|
|
| 2527 | + return true; |
|
| 2528 | + } |
|
| 2529 | + if (!$package_id || !$field_name || !$post_type) {
|
|
| 2530 | + return true; |
|
| 2531 | + } |
|
| 2532 | + $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));
|
|
| 2533 | + |
|
| 2534 | + if ($wpdb->get_var($sql)) {
|
|
| 2535 | + return true; |
|
| 2536 | + } |
|
| 2537 | + return false; |
|
| 2538 | + } |
|
| 2539 | 2539 | } |
| 2540 | 2540 | |
| 2541 | 2541 | /** |
@@ -2551,43 +2551,43 @@ discard block |
||
| 2551 | 2551 | */ |
| 2552 | 2552 | function geodir_string_to_options($input = '', $translated = false) |
| 2553 | 2553 | {
|
| 2554 | - $return = array(); |
|
| 2555 | - if ($input != '') {
|
|
| 2556 | - $input = trim($input); |
|
| 2557 | - $input = rtrim($input, ","); |
|
| 2558 | - $input = ltrim($input, ","); |
|
| 2559 | - $input = trim($input); |
|
| 2560 | - } |
|
| 2561 | - |
|
| 2562 | - $input_arr = explode(',', $input);
|
|
| 2563 | - |
|
| 2564 | - if (!empty($input_arr)) {
|
|
| 2565 | - foreach ($input_arr as $input_str) {
|
|
| 2566 | - $input_str = trim($input_str); |
|
| 2567 | - |
|
| 2568 | - if (strpos($input_str, "/") !== false) {
|
|
| 2569 | - $input_str = explode("/", $input_str, 2);
|
|
| 2570 | - $label = trim($input_str[0]); |
|
| 2571 | - if ($translated && $label != '') {
|
|
| 2572 | - $label = __($label, 'geodirectory'); |
|
| 2573 | - } |
|
| 2574 | - $label = ucfirst($label); |
|
| 2575 | - $value = trim($input_str[1]); |
|
| 2576 | - } else {
|
|
| 2577 | - $value = $input_str; |
|
| 2578 | - if ($translated && $input_str != '') {
|
|
| 2579 | - $input_str = __($input_str, 'geodirectory'); |
|
| 2580 | - } |
|
| 2581 | - $label = ucfirst($input_str); |
|
| 2582 | - } |
|
| 2583 | - |
|
| 2584 | - if ($label != '') {
|
|
| 2585 | - $return[] = array('label' => $label, 'value' => $value, 'optgroup' => NULL);
|
|
| 2586 | - } |
|
| 2587 | - } |
|
| 2588 | - } |
|
| 2589 | - |
|
| 2590 | - return $return; |
|
| 2554 | + $return = array(); |
|
| 2555 | + if ($input != '') {
|
|
| 2556 | + $input = trim($input); |
|
| 2557 | + $input = rtrim($input, ","); |
|
| 2558 | + $input = ltrim($input, ","); |
|
| 2559 | + $input = trim($input); |
|
| 2560 | + } |
|
| 2561 | + |
|
| 2562 | + $input_arr = explode(',', $input);
|
|
| 2563 | + |
|
| 2564 | + if (!empty($input_arr)) {
|
|
| 2565 | + foreach ($input_arr as $input_str) {
|
|
| 2566 | + $input_str = trim($input_str); |
|
| 2567 | + |
|
| 2568 | + if (strpos($input_str, "/") !== false) {
|
|
| 2569 | + $input_str = explode("/", $input_str, 2);
|
|
| 2570 | + $label = trim($input_str[0]); |
|
| 2571 | + if ($translated && $label != '') {
|
|
| 2572 | + $label = __($label, 'geodirectory'); |
|
| 2573 | + } |
|
| 2574 | + $label = ucfirst($label); |
|
| 2575 | + $value = trim($input_str[1]); |
|
| 2576 | + } else {
|
|
| 2577 | + $value = $input_str; |
|
| 2578 | + if ($translated && $input_str != '') {
|
|
| 2579 | + $input_str = __($input_str, 'geodirectory'); |
|
| 2580 | + } |
|
| 2581 | + $label = ucfirst($input_str); |
|
| 2582 | + } |
|
| 2583 | + |
|
| 2584 | + if ($label != '') {
|
|
| 2585 | + $return[] = array('label' => $label, 'value' => $value, 'optgroup' => NULL);
|
|
| 2586 | + } |
|
| 2587 | + } |
|
| 2588 | + } |
|
| 2589 | + |
|
| 2590 | + return $return; |
|
| 2591 | 2591 | } |
| 2592 | 2592 | |
| 2593 | 2593 | /** |
@@ -2602,66 +2602,66 @@ discard block |
||
| 2602 | 2602 | */ |
| 2603 | 2603 | function geodir_string_values_to_options($option_values = '', $translated = false) |
| 2604 | 2604 | {
|
| 2605 | - $options = array(); |
|
| 2606 | - if ($option_values == '') {
|
|
| 2607 | - return NULL; |
|
| 2608 | - } |
|
| 2609 | - |
|
| 2610 | - if (strpos($option_values, "{/optgroup}") !== false) {
|
|
| 2611 | - $option_values_arr = explode("{/optgroup}", $option_values);
|
|
| 2612 | - |
|
| 2613 | - foreach ($option_values_arr as $optgroup) {
|
|
| 2614 | - if (strpos($optgroup, "{optgroup}") !== false) {
|
|
| 2615 | - $optgroup_arr = explode("{optgroup}", $optgroup);
|
|
| 2616 | - |
|
| 2617 | - $count = 0; |
|
| 2618 | - foreach ($optgroup_arr as $optgroup_str) {
|
|
| 2619 | - $count++; |
|
| 2620 | - $optgroup_str = trim($optgroup_str); |
|
| 2621 | - |
|
| 2622 | - $optgroup_label = ''; |
|
| 2623 | - if (strpos($optgroup_str, "|") !== false) {
|
|
| 2624 | - $optgroup_str_arr = explode("|", $optgroup_str, 2);
|
|
| 2625 | - $optgroup_label = trim($optgroup_str_arr[0]); |
|
| 2626 | - if ($translated && $optgroup_label != '') {
|
|
| 2627 | - $optgroup_label = __($optgroup_label, 'geodirectory'); |
|
| 2628 | - } |
|
| 2629 | - $optgroup_label = ucfirst($optgroup_label); |
|
| 2630 | - $optgroup_str = $optgroup_str_arr[1]; |
|
| 2631 | - } |
|
| 2632 | - |
|
| 2633 | - $optgroup3 = geodir_string_to_options($optgroup_str, $translated); |
|
| 2634 | - |
|
| 2635 | - if ($count > 1 && $optgroup_label != '' && !empty($optgroup3)) {
|
|
| 2636 | - $optgroup_start = array(array('label' => $optgroup_label, 'value' => NULL, 'optgroup' => 'start'));
|
|
| 2637 | - $optgroup_end = array(array('label' => $optgroup_label, 'value' => NULL, 'optgroup' => 'end'));
|
|
| 2638 | - $optgroup3 = array_merge($optgroup_start, $optgroup3, $optgroup_end); |
|
| 2639 | - } |
|
| 2640 | - $options = array_merge($options, $optgroup3); |
|
| 2641 | - } |
|
| 2642 | - } else {
|
|
| 2643 | - $optgroup1 = geodir_string_to_options($optgroup, $translated); |
|
| 2644 | - $options = array_merge($options, $optgroup1); |
|
| 2645 | - } |
|
| 2646 | - } |
|
| 2647 | - } else {
|
|
| 2648 | - $options = geodir_string_to_options($option_values, $translated); |
|
| 2649 | - } |
|
| 2650 | - |
|
| 2651 | - return $options; |
|
| 2605 | + $options = array(); |
|
| 2606 | + if ($option_values == '') {
|
|
| 2607 | + return NULL; |
|
| 2608 | + } |
|
| 2609 | + |
|
| 2610 | + if (strpos($option_values, "{/optgroup}") !== false) {
|
|
| 2611 | + $option_values_arr = explode("{/optgroup}", $option_values);
|
|
| 2612 | + |
|
| 2613 | + foreach ($option_values_arr as $optgroup) {
|
|
| 2614 | + if (strpos($optgroup, "{optgroup}") !== false) {
|
|
| 2615 | + $optgroup_arr = explode("{optgroup}", $optgroup);
|
|
| 2616 | + |
|
| 2617 | + $count = 0; |
|
| 2618 | + foreach ($optgroup_arr as $optgroup_str) {
|
|
| 2619 | + $count++; |
|
| 2620 | + $optgroup_str = trim($optgroup_str); |
|
| 2621 | + |
|
| 2622 | + $optgroup_label = ''; |
|
| 2623 | + if (strpos($optgroup_str, "|") !== false) {
|
|
| 2624 | + $optgroup_str_arr = explode("|", $optgroup_str, 2);
|
|
| 2625 | + $optgroup_label = trim($optgroup_str_arr[0]); |
|
| 2626 | + if ($translated && $optgroup_label != '') {
|
|
| 2627 | + $optgroup_label = __($optgroup_label, 'geodirectory'); |
|
| 2628 | + } |
|
| 2629 | + $optgroup_label = ucfirst($optgroup_label); |
|
| 2630 | + $optgroup_str = $optgroup_str_arr[1]; |
|
| 2631 | + } |
|
| 2632 | + |
|
| 2633 | + $optgroup3 = geodir_string_to_options($optgroup_str, $translated); |
|
| 2634 | + |
|
| 2635 | + if ($count > 1 && $optgroup_label != '' && !empty($optgroup3)) {
|
|
| 2636 | + $optgroup_start = array(array('label' => $optgroup_label, 'value' => NULL, 'optgroup' => 'start'));
|
|
| 2637 | + $optgroup_end = array(array('label' => $optgroup_label, 'value' => NULL, 'optgroup' => 'end'));
|
|
| 2638 | + $optgroup3 = array_merge($optgroup_start, $optgroup3, $optgroup_end); |
|
| 2639 | + } |
|
| 2640 | + $options = array_merge($options, $optgroup3); |
|
| 2641 | + } |
|
| 2642 | + } else {
|
|
| 2643 | + $optgroup1 = geodir_string_to_options($optgroup, $translated); |
|
| 2644 | + $options = array_merge($options, $optgroup1); |
|
| 2645 | + } |
|
| 2646 | + } |
|
| 2647 | + } else {
|
|
| 2648 | + $options = geodir_string_to_options($option_values, $translated); |
|
| 2649 | + } |
|
| 2650 | + |
|
| 2651 | + return $options; |
|
| 2652 | 2652 | } |
| 2653 | 2653 | |
| 2654 | 2654 | |
| 2655 | 2655 | function geodir_cfa_data_type_text($output,$result_str,$cf,$field_info){
|
| 2656 | - ob_start(); |
|
| 2657 | - |
|
| 2658 | - $dt_value = ''; |
|
| 2659 | - if (isset($field_info->data_type)) {
|
|
| 2660 | - $dt_value = esc_attr($field_info->data_type); |
|
| 2661 | - }elseif(isset($cf['defaults']['data_type']) && $cf['defaults']['data_type']){
|
|
| 2662 | - $dt_value = $cf['defaults']['data_type']; |
|
| 2663 | - } |
|
| 2664 | - ?> |
|
| 2656 | + ob_start(); |
|
| 2657 | + |
|
| 2658 | + $dt_value = ''; |
|
| 2659 | + if (isset($field_info->data_type)) {
|
|
| 2660 | + $dt_value = esc_attr($field_info->data_type); |
|
| 2661 | + }elseif(isset($cf['defaults']['data_type']) && $cf['defaults']['data_type']){
|
|
| 2662 | + $dt_value = $cf['defaults']['data_type']; |
|
| 2663 | + } |
|
| 2664 | + ?> |
|
| 2665 | 2665 | <li> |
| 2666 | 2666 | <label for="data_type"><?php _e('Field Data Type ? :', 'geodirectory'); ?></label>
|
| 2667 | 2667 | <div class="gd-cf-input-wrap"> |
@@ -2670,16 +2670,16 @@ discard block |
||
| 2670 | 2670 | onchange="javascript:gd_data_type_changed(this, '<?php echo $result_str; ?>');"> |
| 2671 | 2671 | <option |
| 2672 | 2672 | value="XVARCHAR" <?php if ($dt_value == 'VARCHAR') {
|
| 2673 | - echo 'selected="selected"'; |
|
| 2674 | - } ?>><?php _e('CHARACTER', 'geodirectory'); ?></option>
|
|
| 2673 | + echo 'selected="selected"'; |
|
| 2674 | + } ?>><?php _e('CHARACTER', 'geodirectory'); ?></option>
|
|
| 2675 | 2675 | <option |
| 2676 | 2676 | value="INT" <?php if ($dt_value == 'INT') {
|
| 2677 | - echo 'selected="selected"'; |
|
| 2678 | - } ?>><?php _e('NUMBER', 'geodirectory'); ?></option>
|
|
| 2677 | + echo 'selected="selected"'; |
|
| 2678 | + } ?>><?php _e('NUMBER', 'geodirectory'); ?></option>
|
|
| 2679 | 2679 | <option |
| 2680 | 2680 | value="FLOAT" <?php if ($dt_value == 'FLOAT') {
|
| 2681 | - echo 'selected="selected"'; |
|
| 2682 | - } ?>><?php _e('DECIMAL', 'geodirectory'); ?></option>
|
|
| 2681 | + echo 'selected="selected"'; |
|
| 2682 | + } ?>><?php _e('DECIMAL', 'geodirectory'); ?></option>
|
|
| 2683 | 2683 | </select> |
| 2684 | 2684 | <br/> <span><?php _e('Select Custom Field type', 'geodirectory'); ?></span>
|
| 2685 | 2685 | |
@@ -2687,13 +2687,13 @@ discard block |
||
| 2687 | 2687 | </li> |
| 2688 | 2688 | |
| 2689 | 2689 | <?php |
| 2690 | - $value = ''; |
|
| 2691 | - if (isset($field_info->decimal_point)) {
|
|
| 2692 | - $value = esc_attr($field_info->decimal_point); |
|
| 2693 | - }elseif(isset($cf['defaults']['decimal_point']) && $cf['defaults']['decimal_point']){
|
|
| 2694 | - $value = $cf['defaults']['decimal_point']; |
|
| 2695 | - } |
|
| 2696 | - ?> |
|
| 2690 | + $value = ''; |
|
| 2691 | + if (isset($field_info->decimal_point)) {
|
|
| 2692 | + $value = esc_attr($field_info->decimal_point); |
|
| 2693 | + }elseif(isset($cf['defaults']['decimal_point']) && $cf['defaults']['decimal_point']){
|
|
| 2694 | + $value = $cf['defaults']['decimal_point']; |
|
| 2695 | + } |
|
| 2696 | + ?> |
|
| 2697 | 2697 | |
| 2698 | 2698 | <li class="decimal-point-wrapper" |
| 2699 | 2699 | style="<?php echo ($dt_value == 'FLOAT') ? '' : 'display:none' ?>"> |
@@ -2702,7 +2702,7 @@ discard block |
||
| 2702 | 2702 | <select name="decimal_point" id="decimal_point"> |
| 2703 | 2703 | <option value=""><?php echo _e('Select', 'geodirectory'); ?></option>
|
| 2704 | 2704 | <?php for ($i = 1; $i <= 10; $i++) {
|
| 2705 | - $selected = $i == $value ? 'selected="selected"' : ''; ?> |
|
| 2705 | + $selected = $i == $value ? 'selected="selected"' : ''; ?> |
|
| 2706 | 2706 | <option value="<?php echo $i; ?>" <?php echo $selected; ?>><?php echo $i; ?></option> |
| 2707 | 2707 | <?php } ?> |
| 2708 | 2708 | </select> |
@@ -2711,8 +2711,8 @@ discard block |
||
| 2711 | 2711 | </li> |
| 2712 | 2712 | <?php |
| 2713 | 2713 | |
| 2714 | - $output = ob_get_clean(); |
|
| 2715 | - return $output; |
|
| 2714 | + $output = ob_get_clean(); |
|
| 2715 | + return $output; |
|
| 2716 | 2716 | } |
| 2717 | 2717 | add_filter('geodir_cfa_data_type_text','geodir_cfa_data_type_text',10,4);
|
| 2718 | 2718 | |
@@ -2750,9 +2750,9 @@ discard block |
||
| 2750 | 2750 | |
| 2751 | 2751 | |
| 2752 | 2752 | function geodir_cfa_advanced_editor_geodir_special_offers($output,$result_str,$cf,$field_info){
|
| 2753 | - if($field_info->htmlvar_name != 'geodir_special_offers'){return '';}
|
|
| 2754 | - ob_start(); |
|
| 2755 | - ?> |
|
| 2753 | + if($field_info->htmlvar_name != 'geodir_special_offers'){return '';}
|
|
| 2754 | + ob_start(); |
|
| 2755 | + ?> |
|
| 2756 | 2756 | <li> |
| 2757 | 2757 | <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'); ?>
|
| 2758 | 2758 | <div class="gdcf-tooltip"> |
@@ -2763,13 +2763,13 @@ discard block |
||
| 2763 | 2763 | <div class="gd-cf-input-wrap"> |
| 2764 | 2764 | |
| 2765 | 2765 | <?php |
| 2766 | - $selected = ''; |
|
| 2767 | - if (isset($field_info->extra_fields)) |
|
| 2768 | - $advanced_editor = unserialize($field_info->extra_fields); |
|
| 2766 | + $selected = ''; |
|
| 2767 | + if (isset($field_info->extra_fields)) |
|
| 2768 | + $advanced_editor = unserialize($field_info->extra_fields); |
|
| 2769 | 2769 | |
| 2770 | - if (!empty($advanced_editor) && is_array($advanced_editor) && in_array('1', $advanced_editor))
|
|
| 2771 | - $selected = 'checked="checked"'; |
|
| 2772 | - ?> |
|
| 2770 | + if (!empty($advanced_editor) && is_array($advanced_editor) && in_array('1', $advanced_editor))
|
|
| 2771 | + $selected = 'checked="checked"'; |
|
| 2772 | + ?> |
|
| 2773 | 2773 | |
| 2774 | 2774 | <input type="checkbox" name="advanced_editor[]" id="advanced_editor" |
| 2775 | 2775 | value="1" <?php echo $selected; ?>/> |
@@ -2778,22 +2778,22 @@ discard block |
||
| 2778 | 2778 | </li> |
| 2779 | 2779 | <?php |
| 2780 | 2780 | |
| 2781 | - $output = ob_get_clean(); |
|
| 2782 | - return $output; |
|
| 2781 | + $output = ob_get_clean(); |
|
| 2782 | + return $output; |
|
| 2783 | 2783 | } |
| 2784 | 2784 | add_filter('geodir_cfa_advanced_editor_textarea','geodir_cfa_advanced_editor_geodir_special_offers',10,4);
|
| 2785 | 2785 | |
| 2786 | 2786 | |
| 2787 | 2787 | function geodir_cfa_validation_pattern_text($output,$result_str,$cf,$field_info){
|
| 2788 | - ob_start(); |
|
| 2789 | - |
|
| 2790 | - $value = ''; |
|
| 2791 | - if (isset($field_info->validation_pattern)) {
|
|
| 2792 | - $value = esc_attr($field_info->validation_pattern); |
|
| 2793 | - }elseif(isset($cf['defaults']['validation_pattern']) && $cf['defaults']['validation_pattern']){
|
|
| 2794 | - $value = esc_attr($cf['defaults']['validation_pattern']); |
|
| 2795 | - } |
|
| 2796 | - ?> |
|
| 2788 | + ob_start(); |
|
| 2789 | + |
|
| 2790 | + $value = ''; |
|
| 2791 | + if (isset($field_info->validation_pattern)) {
|
|
| 2792 | + $value = esc_attr($field_info->validation_pattern); |
|
| 2793 | + }elseif(isset($cf['defaults']['validation_pattern']) && $cf['defaults']['validation_pattern']){
|
|
| 2794 | + $value = esc_attr($cf['defaults']['validation_pattern']); |
|
| 2795 | + } |
|
| 2796 | + ?> |
|
| 2797 | 2797 | <li> |
| 2798 | 2798 | <label for="validation_pattern" class="gd-cf-tooltip-wrap"> |
| 2799 | 2799 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Validation Pattern:', 'geodirectory'); ?>
|
@@ -2807,13 +2807,13 @@ discard block |
||
| 2807 | 2807 | </div> |
| 2808 | 2808 | </li> |
| 2809 | 2809 | <?php |
| 2810 | - $value = ''; |
|
| 2811 | - if (isset($field_info->validation_msg)) {
|
|
| 2812 | - $value = esc_attr($field_info->validation_msg); |
|
| 2813 | - }elseif(isset($cf['defaults']['validation_msg']) && $cf['defaults']['validation_msg']){
|
|
| 2814 | - $value = esc_attr($cf['defaults']['validation_msg']); |
|
| 2815 | - } |
|
| 2816 | - ?> |
|
| 2810 | + $value = ''; |
|
| 2811 | + if (isset($field_info->validation_msg)) {
|
|
| 2812 | + $value = esc_attr($field_info->validation_msg); |
|
| 2813 | + }elseif(isset($cf['defaults']['validation_msg']) && $cf['defaults']['validation_msg']){
|
|
| 2814 | + $value = esc_attr($cf['defaults']['validation_msg']); |
|
| 2815 | + } |
|
| 2816 | + ?> |
|
| 2817 | 2817 | <li> |
| 2818 | 2818 | <label for="validation_msg" class="gd-cf-tooltip-wrap"> |
| 2819 | 2819 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Validation Message:', 'geodirectory'); ?>
|
@@ -2828,21 +2828,21 @@ discard block |
||
| 2828 | 2828 | </li> |
| 2829 | 2829 | <?php |
| 2830 | 2830 | |
| 2831 | - $output = ob_get_clean(); |
|
| 2832 | - return $output; |
|
| 2831 | + $output = ob_get_clean(); |
|
| 2832 | + return $output; |
|
| 2833 | 2833 | } |
| 2834 | 2834 | add_filter('geodir_cfa_validation_pattern_text','geodir_cfa_validation_pattern_text',10,4);
|
| 2835 | 2835 | |
| 2836 | 2836 | |
| 2837 | 2837 | function geodir_cfa_htmlvar_name_taxonomy($output,$result_str,$cf,$field_info){
|
| 2838 | - ob_start(); |
|
| 2839 | - global $post_type; |
|
| 2840 | - |
|
| 2841 | - if (!isset($field_info->post_type)) {
|
|
| 2842 | - $post_type = sanitize_text_field($_REQUEST['listing_type']); |
|
| 2843 | - } else |
|
| 2844 | - $post_type = $field_info->post_type; |
|
| 2845 | - ?> |
|
| 2838 | + ob_start(); |
|
| 2839 | + global $post_type; |
|
| 2840 | + |
|
| 2841 | + if (!isset($field_info->post_type)) {
|
|
| 2842 | + $post_type = sanitize_text_field($_REQUEST['listing_type']); |
|
| 2843 | + } else |
|
| 2844 | + $post_type = $field_info->post_type; |
|
| 2845 | + ?> |
|
| 2846 | 2846 | <li style="display: none;"> |
| 2847 | 2847 | <label for="htmlvar_name" class="gd-cf-tooltip-wrap"> |
| 2848 | 2848 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Select taxonomy:', 'geodirectory'); ?>
|
@@ -2853,15 +2853,15 @@ discard block |
||
| 2853 | 2853 | <div class="gd-cf-input-wrap"> |
| 2854 | 2854 | <select name="htmlvar_name" id="htmlvar_name"> |
| 2855 | 2855 | <?php |
| 2856 | - $gd_taxonomy = geodir_get_taxonomies($post_type); |
|
| 2856 | + $gd_taxonomy = geodir_get_taxonomies($post_type); |
|
| 2857 | 2857 | |
| 2858 | - foreach ($gd_taxonomy as $gd_tax) {
|
|
| 2859 | - ?> |
|
| 2858 | + foreach ($gd_taxonomy as $gd_tax) {
|
|
| 2859 | + ?> |
|
| 2860 | 2860 | <option <?php if (isset($field_info->htmlvar_name) && $field_info->htmlvar_name == $gd_tax) {
|
| 2861 | - echo 'selected="selected"'; |
|
| 2862 | - }?> id="<?php echo $gd_tax;?>"><?php echo $gd_tax;?></option><?php |
|
| 2863 | - } |
|
| 2864 | - ?> |
|
| 2861 | + echo 'selected="selected"'; |
|
| 2862 | + }?> id="<?php echo $gd_tax;?>"><?php echo $gd_tax;?></option><?php |
|
| 2863 | + } |
|
| 2864 | + ?> |
|
| 2865 | 2865 | </select> |
| 2866 | 2866 | </div> |
| 2867 | 2867 | </li> |
@@ -2877,49 +2877,49 @@ discard block |
||
| 2877 | 2877 | |
| 2878 | 2878 | <select name="cat_display_type" id="cat_display_type"> |
| 2879 | 2879 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'ajax_chained') {
|
| 2880 | - echo 'selected="selected"'; |
|
| 2881 | - }?> value="ajax_chained"><?php _e('Ajax Chained', 'geodirectory');?></option>
|
|
| 2880 | + echo 'selected="selected"'; |
|
| 2881 | + }?> value="ajax_chained"><?php _e('Ajax Chained', 'geodirectory');?></option>
|
|
| 2882 | 2882 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'select') {
|
| 2883 | - echo 'selected="selected"'; |
|
| 2884 | - }?> value="select"><?php _e('Select', 'geodirectory');?></option>
|
|
| 2883 | + echo 'selected="selected"'; |
|
| 2884 | + }?> value="select"><?php _e('Select', 'geodirectory');?></option>
|
|
| 2885 | 2885 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'multiselect') {
|
| 2886 | - echo 'selected="selected"'; |
|
| 2887 | - }?> value="multiselect"><?php _e('Multiselect', 'geodirectory');?></option>
|
|
| 2886 | + echo 'selected="selected"'; |
|
| 2887 | + }?> value="multiselect"><?php _e('Multiselect', 'geodirectory');?></option>
|
|
| 2888 | 2888 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'checkbox') {
|
| 2889 | - echo 'selected="selected"'; |
|
| 2890 | - }?> value="checkbox"><?php _e('Checkbox', 'geodirectory');?></option>
|
|
| 2889 | + echo 'selected="selected"'; |
|
| 2890 | + }?> value="checkbox"><?php _e('Checkbox', 'geodirectory');?></option>
|
|
| 2891 | 2891 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'radio') {
|
| 2892 | - echo 'selected="selected"'; |
|
| 2893 | - }?> value="radio"><?php _e('Radio', 'geodirectory');?></option>
|
|
| 2892 | + echo 'selected="selected"'; |
|
| 2893 | + }?> value="radio"><?php _e('Radio', 'geodirectory');?></option>
|
|
| 2894 | 2894 | </select> |
| 2895 | 2895 | </div> |
| 2896 | 2896 | </li> |
| 2897 | 2897 | <?php |
| 2898 | 2898 | |
| 2899 | - $output = ob_get_clean(); |
|
| 2900 | - return $output; |
|
| 2899 | + $output = ob_get_clean(); |
|
| 2900 | + return $output; |
|
| 2901 | 2901 | } |
| 2902 | 2902 | add_filter('geodir_cfa_htmlvar_name_taxonomy','geodir_cfa_htmlvar_name_taxonomy',10,4);
|
| 2903 | 2903 | |
| 2904 | 2904 | |
| 2905 | 2905 | function geodir_cfa_extra_fields_address($output,$result_str,$cf,$field_info){
|
| 2906 | 2906 | |
| 2907 | - ob_start(); |
|
| 2908 | - if (isset($field_info->extra_fields) && $field_info->extra_fields != '') {
|
|
| 2909 | - $address = stripslashes_deep(unserialize($field_info->extra_fields)); |
|
| 2910 | - } |
|
| 2907 | + ob_start(); |
|
| 2908 | + if (isset($field_info->extra_fields) && $field_info->extra_fields != '') {
|
|
| 2909 | + $address = stripslashes_deep(unserialize($field_info->extra_fields)); |
|
| 2910 | + } |
|
| 2911 | 2911 | |
| 2912 | - $radio_id = (isset($field_info->htmlvar_name)) ? $field_info->htmlvar_name : rand(5, 500); |
|
| 2913 | - ?> |
|
| 2912 | + $radio_id = (isset($field_info->htmlvar_name)) ? $field_info->htmlvar_name : rand(5, 500); |
|
| 2913 | + ?> |
|
| 2914 | 2914 | <?php |
| 2915 | - /** |
|
| 2916 | - * Called on the add custom fields settings page before the address field is output. |
|
| 2917 | - * |
|
| 2918 | - * @since 1.0.0 |
|
| 2919 | - * @param array $address The address settings array. |
|
| 2920 | - * @param object $field_info Extra fields info. |
|
| 2921 | - */ |
|
| 2922 | - do_action('geodir_address_extra_admin_fields', $address, $field_info); ?>
|
|
| 2915 | + /** |
|
| 2916 | + * Called on the add custom fields settings page before the address field is output. |
|
| 2917 | + * |
|
| 2918 | + * @since 1.0.0 |
|
| 2919 | + * @param array $address The address settings array. |
|
| 2920 | + * @param object $field_info Extra fields info. |
|
| 2921 | + */ |
|
| 2922 | + do_action('geodir_address_extra_admin_fields', $address, $field_info); ?>
|
|
| 2923 | 2923 | |
| 2924 | 2924 | <li> |
| 2925 | 2925 | <label for="show_zip" class="gd-cf-tooltip-wrap"> |
@@ -2932,14 +2932,14 @@ discard block |
||
| 2932 | 2932 | |
| 2933 | 2933 | <input type="radio" id="show_zip_yes<?php echo $radio_id;?>" name="extra[show_zip]" class="gdri-enabled" value="1" |
| 2934 | 2934 | <?php if (isset($address['show_zip']) && $address['show_zip'] == '1') {
|
| 2935 | - echo 'checked'; |
|
| 2936 | - } ?>/> |
|
| 2935 | + echo 'checked'; |
|
| 2936 | + } ?>/> |
|
| 2937 | 2937 | <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>
|
| 2938 | 2938 | |
| 2939 | 2939 | <input type="radio" id="show_zip_no<?php echo $radio_id;?>" name="extra[show_zip]" class="gdri-disabled" value="0" |
| 2940 | 2940 | <?php if ((isset($address['show_zip']) && !$address['show_zip']) || !isset($address['show_zip'])) {
|
| 2941 | - echo 'checked'; |
|
| 2942 | - } ?>/> |
|
| 2941 | + echo 'checked'; |
|
| 2942 | + } ?>/> |
|
| 2943 | 2943 | <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>
|
| 2944 | 2944 | |
| 2945 | 2945 | |
@@ -2956,8 +2956,8 @@ discard block |
||
| 2956 | 2956 | <div class="gd-cf-input-wrap"> |
| 2957 | 2957 | <input type="text" name="extra[zip_lable]" id="zip_lable" |
| 2958 | 2958 | value="<?php if (isset($address['zip_lable'])) {
|
| 2959 | - echo esc_attr($address['zip_lable']); |
|
| 2960 | - }?>"/> |
|
| 2959 | + echo esc_attr($address['zip_lable']); |
|
| 2960 | + }?>"/> |
|
| 2961 | 2961 | </div> |
| 2962 | 2962 | </li> |
| 2963 | 2963 | |
@@ -2974,8 +2974,8 @@ discard block |
||
| 2974 | 2974 | <div class="gd-cf-input-wrap"> |
| 2975 | 2975 | <input type="text" name="extra[map_lable]" id="map_lable" |
| 2976 | 2976 | value="<?php if (isset($address['map_lable'])) {
|
| 2977 | - echo esc_attr($address['map_lable']); |
|
| 2978 | - }?>"/> |
|
| 2977 | + echo esc_attr($address['map_lable']); |
|
| 2978 | + }?>"/> |
|
| 2979 | 2979 | </div> |
| 2980 | 2980 | </li> |
| 2981 | 2981 | |
@@ -2990,14 +2990,14 @@ discard block |
||
| 2990 | 2990 | |
| 2991 | 2991 | <input type="radio" id="show_mapzoom_yes<?php echo $radio_id;?>" name="extra[show_mapzoom]" class="gdri-enabled" value="1" |
| 2992 | 2992 | <?php if (isset($address['show_mapzoom']) && $address['show_mapzoom'] == '1') {
|
| 2993 | - echo 'checked'; |
|
| 2994 | - } ?>/> |
|
| 2993 | + echo 'checked'; |
|
| 2994 | + } ?>/> |
|
| 2995 | 2995 | <label for="show_mapzoom_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
| 2996 | 2996 | |
| 2997 | 2997 | <input type="radio" id="show_mapzoom_no<?php echo $radio_id;?>" name="extra[show_mapzoom]" class="gdri-disabled" value="0" |
| 2998 | 2998 | <?php if ((isset($address['show_mapzoom']) && !$address['show_mapzoom']) || !isset($address['show_mapzoom'])) {
|
| 2999 | - echo 'checked'; |
|
| 3000 | - } ?>/> |
|
| 2999 | + echo 'checked'; |
|
| 3000 | + } ?>/> |
|
| 3001 | 3001 | <label for="show_mapzoom_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
| 3002 | 3002 | |
| 3003 | 3003 | </div> |
@@ -3014,14 +3014,14 @@ discard block |
||
| 3014 | 3014 | |
| 3015 | 3015 | <input type="radio" id="show_mapview_yes<?php echo $radio_id;?>" name="extra[show_mapview]" class="gdri-enabled" value="1" |
| 3016 | 3016 | <?php if (isset($address['show_mapview']) && $address['show_mapview'] == '1') {
|
| 3017 | - echo 'checked'; |
|
| 3018 | - } ?>/> |
|
| 3017 | + echo 'checked'; |
|
| 3018 | + } ?>/> |
|
| 3019 | 3019 | <label for="show_mapview_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
| 3020 | 3020 | |
| 3021 | 3021 | <input type="radio" id="show_mapview_no<?php echo $radio_id;?>" name="extra[show_mapview]" class="gdri-disabled" value="0" |
| 3022 | 3022 | <?php if ((isset($address['show_mapview']) && !$address['show_mapview']) || !isset($address['show_mapview'])) {
|
| 3023 | - echo 'checked'; |
|
| 3024 | - } ?>/> |
|
| 3023 | + echo 'checked'; |
|
| 3024 | + } ?>/> |
|
| 3025 | 3025 | <label for="show_mapview_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
| 3026 | 3026 | |
| 3027 | 3027 | </div> |
@@ -3038,8 +3038,8 @@ discard block |
||
| 3038 | 3038 | <div class="gd-cf-input-wrap"> |
| 3039 | 3039 | <input type="text" name="extra[mapview_lable]" id="mapview_lable" |
| 3040 | 3040 | value="<?php if (isset($address['mapview_lable'])) {
|
| 3041 | - echo esc_attr($address['mapview_lable']); |
|
| 3042 | - }?>"/> |
|
| 3041 | + echo esc_attr($address['mapview_lable']); |
|
| 3042 | + }?>"/> |
|
| 3043 | 3043 | </div> |
| 3044 | 3044 | </li> |
| 3045 | 3045 | <li> |
@@ -3053,29 +3053,29 @@ discard block |
||
| 3053 | 3053 | |
| 3054 | 3054 | <input type="radio" id="show_latlng_yes<?php echo $radio_id;?>" name="extra[show_latlng]" class="gdri-enabled" value="1" |
| 3055 | 3055 | <?php if (isset($address['show_latlng']) && $address['show_latlng'] == '1') {
|
| 3056 | - echo 'checked'; |
|
| 3057 | - } ?>/> |
|
| 3056 | + echo 'checked'; |
|
| 3057 | + } ?>/> |
|
| 3058 | 3058 | <label for="show_latlng_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
| 3059 | 3059 | |
| 3060 | 3060 | <input type="radio" id="show_latlng_no<?php echo $radio_id;?>" name="extra[show_latlng]" class="gdri-disabled" value="0" |
| 3061 | 3061 | <?php if ((isset($address['show_latlng']) && !$address['show_latlng']) || !isset($address['show_latlng'])) {
|
| 3062 | - echo 'checked'; |
|
| 3063 | - } ?>/> |
|
| 3062 | + echo 'checked'; |
|
| 3063 | + } ?>/> |
|
| 3064 | 3064 | <label for="show_latlng_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
| 3065 | 3065 | |
| 3066 | 3066 | </div> |
| 3067 | 3067 | </li> |
| 3068 | 3068 | <?php |
| 3069 | 3069 | |
| 3070 | - $html = ob_get_clean(); |
|
| 3071 | - return $output.$html; |
|
| 3070 | + $html = ob_get_clean(); |
|
| 3071 | + return $output.$html; |
|
| 3072 | 3072 | } |
| 3073 | 3073 | add_filter('geodir_cfa_extra_fields_address','geodir_cfa_extra_fields_address',10,4);
|
| 3074 | 3074 | |
| 3075 | 3075 | |
| 3076 | 3076 | function geodir_cfa_extra_fields_multiselect($output,$result_str,$cf,$field_info){
|
| 3077 | - ob_start(); |
|
| 3078 | - ?> |
|
| 3077 | + ob_start(); |
|
| 3078 | + ?> |
|
| 3079 | 3079 | <li> |
| 3080 | 3080 | <label for="multi_display_type" class="gd-cf-tooltip-wrap"> |
| 3081 | 3081 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Multiselect display type :', 'geodirectory'); ?>
|
@@ -3087,14 +3087,14 @@ discard block |
||
| 3087 | 3087 | |
| 3088 | 3088 | <select name="multi_display_type" id="multi_display_type"> |
| 3089 | 3089 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'select') {
|
| 3090 | - echo 'selected="selected"'; |
|
| 3091 | - }?> value="select"><?php _e('Select', 'geodirectory');?></option>
|
|
| 3090 | + echo 'selected="selected"'; |
|
| 3091 | + }?> value="select"><?php _e('Select', 'geodirectory');?></option>
|
|
| 3092 | 3092 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'checkbox') {
|
| 3093 | - echo 'selected="selected"'; |
|
| 3094 | - }?> value="checkbox"><?php _e('Checkbox', 'geodirectory');?></option>
|
|
| 3093 | + echo 'selected="selected"'; |
|
| 3094 | + }?> value="checkbox"><?php _e('Checkbox', 'geodirectory');?></option>
|
|
| 3095 | 3095 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'radio') {
|
| 3096 | - echo 'selected="selected"'; |
|
| 3097 | - }?> value="radio"><?php _e('Radio', 'geodirectory');?></option>
|
|
| 3096 | + echo 'selected="selected"'; |
|
| 3097 | + }?> value="radio"><?php _e('Radio', 'geodirectory');?></option>
|
|
| 3098 | 3098 | </select> |
| 3099 | 3099 | |
| 3100 | 3100 | <br/> |
@@ -3102,25 +3102,25 @@ discard block |
||
| 3102 | 3102 | </li> |
| 3103 | 3103 | <?php |
| 3104 | 3104 | |
| 3105 | - $html = ob_get_clean(); |
|
| 3106 | - return $output.$html; |
|
| 3105 | + $html = ob_get_clean(); |
|
| 3106 | + return $output.$html; |
|
| 3107 | 3107 | } |
| 3108 | 3108 | add_filter('geodir_cfa_extra_fields_multiselect','geodir_cfa_extra_fields_multiselect',10,4);
|
| 3109 | 3109 | |
| 3110 | 3110 | |
| 3111 | 3111 | function geodir_cfa_extra_fields_smr($output,$result_str,$cf,$field_info){
|
| 3112 | 3112 | |
| 3113 | - ob_start(); |
|
| 3113 | + ob_start(); |
|
| 3114 | 3114 | |
| 3115 | - $value = ''; |
|
| 3116 | - if (isset($field_info->option_values)) {
|
|
| 3117 | - $value = esc_attr($field_info->option_values); |
|
| 3118 | - }elseif(isset($cf['defaults']['option_values']) && $cf['defaults']['option_values']){
|
|
| 3119 | - $value = esc_attr($cf['defaults']['option_values']); |
|
| 3120 | - } |
|
| 3115 | + $value = ''; |
|
| 3116 | + if (isset($field_info->option_values)) {
|
|
| 3117 | + $value = esc_attr($field_info->option_values); |
|
| 3118 | + }elseif(isset($cf['defaults']['option_values']) && $cf['defaults']['option_values']){
|
|
| 3119 | + $value = esc_attr($cf['defaults']['option_values']); |
|
| 3120 | + } |
|
| 3121 | 3121 | |
| 3122 | - $field_type = isset($field_info->field_type) ? $field_info->field_type : ''; |
|
| 3123 | - ?> |
|
| 3122 | + $field_type = isset($field_info->field_type) ? $field_info->field_type : ''; |
|
| 3123 | + ?> |
|
| 3124 | 3124 | <li> |
| 3125 | 3125 | <label for="option_values" class="gd-cf-tooltip-wrap"> |
| 3126 | 3126 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Option Values :', 'geodirectory'); ?>
|
@@ -3147,8 +3147,8 @@ discard block |
||
| 3147 | 3147 | </li> |
| 3148 | 3148 | <?php |
| 3149 | 3149 | |
| 3150 | - $html = ob_get_clean(); |
|
| 3151 | - return $output.$html; |
|
| 3150 | + $html = ob_get_clean(); |
|
| 3151 | + return $output.$html; |
|
| 3152 | 3152 | } |
| 3153 | 3153 | add_filter('geodir_cfa_extra_fields_multiselect','geodir_cfa_extra_fields_smr',10,4);
|
| 3154 | 3154 | add_filter('geodir_cfa_extra_fields_select','geodir_cfa_extra_fields_smr',10,4);
|
@@ -3156,12 +3156,12 @@ discard block |
||
| 3156 | 3156 | |
| 3157 | 3157 | |
| 3158 | 3158 | function geodir_cfa_extra_fields_datepicker($output,$result_str,$cf,$field_info){
|
| 3159 | - ob_start(); |
|
| 3160 | - $extra = array(); |
|
| 3161 | - if (isset($field_info->extra_fields) && $field_info->extra_fields != '') {
|
|
| 3162 | - $extra = unserialize($field_info->extra_fields); |
|
| 3163 | - } |
|
| 3164 | - ?> |
|
| 3159 | + ob_start(); |
|
| 3160 | + $extra = array(); |
|
| 3161 | + if (isset($field_info->extra_fields) && $field_info->extra_fields != '') {
|
|
| 3162 | + $extra = unserialize($field_info->extra_fields); |
|
| 3163 | + } |
|
| 3164 | + ?> |
|
| 3165 | 3165 | <li> |
| 3166 | 3166 | <label for="date_format" class="gd-cf-tooltip-wrap"> |
| 3167 | 3167 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Date Format :', 'geodirectory'); ?>
|
@@ -3171,52 +3171,52 @@ discard block |
||
| 3171 | 3171 | </label> |
| 3172 | 3172 | <div class="gd-cf-input-wrap" style="overflow:inherit;"> |
| 3173 | 3173 | <?php |
| 3174 | - $date_formats = array( |
|
| 3175 | - 'm/d/Y', |
|
| 3176 | - 'd/m/Y', |
|
| 3177 | - 'Y/m/d', |
|
| 3178 | - 'm-d-Y', |
|
| 3179 | - 'd-m-Y', |
|
| 3180 | - 'Y-m-d', |
|
| 3181 | - 'F j, Y', |
|
| 3182 | - ); |
|
| 3183 | - /** |
|
| 3184 | - * Filter the custom field date format options. |
|
| 3185 | - * |
|
| 3186 | - * @since 1.6.5 |
|
| 3187 | - * @param array $date_formats The PHP date format array. |
|
| 3188 | - */ |
|
| 3189 | - $date_formats = apply_filters('geodir_date_formats',$date_formats);
|
|
| 3190 | - ?> |
|
| 3174 | + $date_formats = array( |
|
| 3175 | + 'm/d/Y', |
|
| 3176 | + 'd/m/Y', |
|
| 3177 | + 'Y/m/d', |
|
| 3178 | + 'm-d-Y', |
|
| 3179 | + 'd-m-Y', |
|
| 3180 | + 'Y-m-d', |
|
| 3181 | + 'F j, Y', |
|
| 3182 | + ); |
|
| 3183 | + /** |
|
| 3184 | + * Filter the custom field date format options. |
|
| 3185 | + * |
|
| 3186 | + * @since 1.6.5 |
|
| 3187 | + * @param array $date_formats The PHP date format array. |
|
| 3188 | + */ |
|
| 3189 | + $date_formats = apply_filters('geodir_date_formats',$date_formats);
|
|
| 3190 | + ?> |
|
| 3191 | 3191 | <select name="extra[date_format]" id="date_format"> |
| 3192 | 3192 | <?php |
| 3193 | - foreach($date_formats as $format){
|
|
| 3194 | - $selected = ''; |
|
| 3195 | - if(!empty($extra) && esc_attr($extra['date_format'])==$format){
|
|
| 3196 | - $selected = "selected='selected'"; |
|
| 3197 | - } |
|
| 3198 | - echo "<option $selected value='$format'>$format (".date_i18n( $format, time()).")</option>";
|
|
| 3199 | - } |
|
| 3200 | - ?> |
|
| 3193 | + foreach($date_formats as $format){
|
|
| 3194 | + $selected = ''; |
|
| 3195 | + if(!empty($extra) && esc_attr($extra['date_format'])==$format){
|
|
| 3196 | + $selected = "selected='selected'"; |
|
| 3197 | + } |
|
| 3198 | + echo "<option $selected value='$format'>$format (".date_i18n( $format, time()).")</option>";
|
|
| 3199 | + } |
|
| 3200 | + ?> |
|
| 3201 | 3201 | </select> |
| 3202 | 3202 | |
| 3203 | 3203 | </div> |
| 3204 | 3204 | </li> |
| 3205 | 3205 | <?php |
| 3206 | 3206 | |
| 3207 | - $html = ob_get_clean(); |
|
| 3208 | - return $output.$html; |
|
| 3207 | + $html = ob_get_clean(); |
|
| 3208 | + return $output.$html; |
|
| 3209 | 3209 | } |
| 3210 | 3210 | add_filter('geodir_cfa_extra_fields_datepicker','geodir_cfa_extra_fields_datepicker',10,4);
|
| 3211 | 3211 | |
| 3212 | 3212 | |
| 3213 | 3213 | function geodir_cfa_extra_fields_file($output,$result_str,$cf,$field_info){
|
| 3214 | - ob_start(); |
|
| 3215 | - $allowed_file_types = geodir_allowed_mime_types(); |
|
| 3214 | + ob_start(); |
|
| 3215 | + $allowed_file_types = geodir_allowed_mime_types(); |
|
| 3216 | 3216 | |
| 3217 | - $extra_fields = isset($field_info->extra_fields) && $field_info->extra_fields != '' ? maybe_unserialize($field_info->extra_fields) : ''; |
|
| 3218 | - $gd_file_types = !empty($extra_fields) && !empty($extra_fields['gd_file_types']) ? $extra_fields['gd_file_types'] : array('*');
|
|
| 3219 | - ?> |
|
| 3217 | + $extra_fields = isset($field_info->extra_fields) && $field_info->extra_fields != '' ? maybe_unserialize($field_info->extra_fields) : ''; |
|
| 3218 | + $gd_file_types = !empty($extra_fields) && !empty($extra_fields['gd_file_types']) ? $extra_fields['gd_file_types'] : array('*');
|
|
| 3219 | + ?> |
|
| 3220 | 3220 | <li> |
| 3221 | 3221 | <label for="gd_file_types" class="gd-cf-tooltip-wrap"> |
| 3222 | 3222 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Allowed file types :', 'geodirectory'); ?>
|
@@ -3239,33 +3239,33 @@ discard block |
||
| 3239 | 3239 | </li> |
| 3240 | 3240 | <?php |
| 3241 | 3241 | |
| 3242 | - $html = ob_get_clean(); |
|
| 3243 | - return $output.$html; |
|
| 3242 | + $html = ob_get_clean(); |
|
| 3243 | + return $output.$html; |
|
| 3244 | 3244 | } |
| 3245 | 3245 | add_filter('geodir_cfa_extra_fields_file','geodir_cfa_extra_fields_file',10,4);
|
| 3246 | 3246 | |
| 3247 | 3247 | function geodir_cfa_extra_fields_text($output,$result_str,$cf,$field_info){
|
| 3248 | - ob_start(); |
|
| 3248 | + ob_start(); |
|
| 3249 | 3249 | |
| 3250 | - $extra_fields = isset($field_info->extra_fields) && $field_info->extra_fields != '' ? maybe_unserialize($field_info->extra_fields) : ''; |
|
| 3250 | + $extra_fields = isset($field_info->extra_fields) && $field_info->extra_fields != '' ? maybe_unserialize($field_info->extra_fields) : ''; |
|
| 3251 | 3251 | // print_r($cf);echo '###'; |
| 3252 | 3252 | |
| 3253 | 3253 | |
| 3254 | 3254 | |
| 3255 | - $radio_id = (isset($field_info->htmlvar_name)) ? $field_info->htmlvar_name : rand(5, 500); |
|
| 3255 | + $radio_id = (isset($field_info->htmlvar_name)) ? $field_info->htmlvar_name : rand(5, 500); |
|
| 3256 | 3256 | |
| 3257 | 3257 | |
| 3258 | - $value = ''; |
|
| 3259 | - if ($extra_fields && isset($extra_fields['is_price'])) {
|
|
| 3260 | - $value = esc_attr($extra_fields['is_price']); |
|
| 3261 | - }elseif(isset($cf['defaults']['extra_fields']['is_price']) && $cf['defaults']['extra_fields']['is_price']){
|
|
| 3262 | - $value = esc_attr($cf['defaults']['extra_fields']['is_price']); |
|
| 3263 | - } |
|
| 3258 | + $value = ''; |
|
| 3259 | + if ($extra_fields && isset($extra_fields['is_price'])) {
|
|
| 3260 | + $value = esc_attr($extra_fields['is_price']); |
|
| 3261 | + }elseif(isset($cf['defaults']['extra_fields']['is_price']) && $cf['defaults']['extra_fields']['is_price']){
|
|
| 3262 | + $value = esc_attr($cf['defaults']['extra_fields']['is_price']); |
|
| 3263 | + } |
|
| 3264 | 3264 | |
| 3265 | - $show_price_extra = ($value==1) ? 1 : 0; |
|
| 3265 | + $show_price_extra = ($value==1) ? 1 : 0; |
|
| 3266 | 3266 | |
| 3267 | - $show_price = (isset($field_info->data_type) && ($field_info->data_type=='INT' && $field_info->data_type=='FLOAT')) ? 1 : 0; |
|
| 3268 | - ?> |
|
| 3267 | + $show_price = (isset($field_info->data_type) && ($field_info->data_type=='INT' && $field_info->data_type=='FLOAT')) ? 1 : 0; |
|
| 3268 | + ?> |
|
| 3269 | 3269 | <li class="gdcf-price-extra-set" <?php if(!$show_price){ echo "style='display:none;'";}?>>
|
| 3270 | 3270 | <label for="is_price" class="gd-cf-tooltip-wrap"> |
| 3271 | 3271 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Display as price? :', 'geodirectory'); ?>
|
@@ -3277,14 +3277,14 @@ discard block |
||
| 3277 | 3277 | |
| 3278 | 3278 | <input type="radio" id="is_price_yes<?php echo $radio_id;?>" name="extra[is_price]" class="gdri-enabled" value="1" |
| 3279 | 3279 | <?php if ($value == '1') {
|
| 3280 | - echo 'checked'; |
|
| 3281 | - } ?>/> |
|
| 3280 | + echo 'checked'; |
|
| 3281 | + } ?>/> |
|
| 3282 | 3282 | <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>
|
| 3283 | 3283 | |
| 3284 | 3284 | <input type="radio" id="is_price_no<?php echo $radio_id;?>" name="extra[is_price]" class="gdri-disabled" value="0" |
| 3285 | 3285 | <?php if ($value == '0' || !$value) {
|
| 3286 | - echo 'checked'; |
|
| 3287 | - } ?>/> |
|
| 3286 | + echo 'checked'; |
|
| 3287 | + } ?>/> |
|
| 3288 | 3288 | <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>
|
| 3289 | 3289 | |
| 3290 | 3290 | </div> |
@@ -3292,13 +3292,13 @@ discard block |
||
| 3292 | 3292 | |
| 3293 | 3293 | <?php |
| 3294 | 3294 | |
| 3295 | - $value = ''; |
|
| 3296 | - if ($extra_fields && isset($extra_fields['thousand_separator'])) {
|
|
| 3297 | - $value = esc_attr($extra_fields['thousand_separator']); |
|
| 3298 | - }elseif(isset($cf['defaults']['extra_fields']['thousand_separator']) && $cf['defaults']['extra_fields']['thousand_separator']){
|
|
| 3299 | - $value = esc_attr($cf['defaults']['extra_fields']['thousand_separator']); |
|
| 3300 | - } |
|
| 3301 | - ?> |
|
| 3295 | + $value = ''; |
|
| 3296 | + if ($extra_fields && isset($extra_fields['thousand_separator'])) {
|
|
| 3297 | + $value = esc_attr($extra_fields['thousand_separator']); |
|
| 3298 | + }elseif(isset($cf['defaults']['extra_fields']['thousand_separator']) && $cf['defaults']['extra_fields']['thousand_separator']){
|
|
| 3299 | + $value = esc_attr($cf['defaults']['extra_fields']['thousand_separator']); |
|
| 3300 | + } |
|
| 3301 | + ?> |
|
| 3302 | 3302 | <li class="gdcf-price-extra" <?php if(!$show_price_extra){ echo "style='display:none;'";}?>>
|
| 3303 | 3303 | <label for="thousand_separator" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Thousand separator :', 'geodirectory');?>
|
| 3304 | 3304 | <div class="gdcf-tooltip"> |
@@ -3319,13 +3319,13 @@ discard block |
||
| 3319 | 3319 | |
| 3320 | 3320 | <?php |
| 3321 | 3321 | |
| 3322 | - $value = ''; |
|
| 3323 | - if ($extra_fields && isset($extra_fields['decimal_separator'])) {
|
|
| 3324 | - $value = esc_attr($extra_fields['decimal_separator']); |
|
| 3325 | - }elseif(isset($cf['defaults']['extra_fields']['decimal_separator']) && $cf['defaults']['extra_fields']['decimal_separator']){
|
|
| 3326 | - $value = esc_attr($cf['defaults']['extra_fields']['decimal_separator']); |
|
| 3327 | - } |
|
| 3328 | - ?> |
|
| 3322 | + $value = ''; |
|
| 3323 | + if ($extra_fields && isset($extra_fields['decimal_separator'])) {
|
|
| 3324 | + $value = esc_attr($extra_fields['decimal_separator']); |
|
| 3325 | + }elseif(isset($cf['defaults']['extra_fields']['decimal_separator']) && $cf['defaults']['extra_fields']['decimal_separator']){
|
|
| 3326 | + $value = esc_attr($cf['defaults']['extra_fields']['decimal_separator']); |
|
| 3327 | + } |
|
| 3328 | + ?> |
|
| 3329 | 3329 | <li class="gdcf-price-extra" <?php if(!$show_price_extra){ echo "style='display:none;'";}?>>
|
| 3330 | 3330 | <label for="decimal_separator" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Decimal separator :', 'geodirectory');?>
|
| 3331 | 3331 | <div class="gdcf-tooltip"> |
@@ -3342,13 +3342,13 @@ discard block |
||
| 3342 | 3342 | |
| 3343 | 3343 | <?php |
| 3344 | 3344 | |
| 3345 | - $value = ''; |
|
| 3346 | - if ($extra_fields && isset($extra_fields['decimal_display'])) {
|
|
| 3347 | - $value = esc_attr($extra_fields['decimal_display']); |
|
| 3348 | - }elseif(isset($cf['defaults']['extra_fields']['decimal_display']) && $cf['defaults']['extra_fields']['decimal_display']){
|
|
| 3349 | - $value = esc_attr($cf['defaults']['extra_fields']['decimal_display']); |
|
| 3350 | - } |
|
| 3351 | - ?> |
|
| 3345 | + $value = ''; |
|
| 3346 | + if ($extra_fields && isset($extra_fields['decimal_display'])) {
|
|
| 3347 | + $value = esc_attr($extra_fields['decimal_display']); |
|
| 3348 | + }elseif(isset($cf['defaults']['extra_fields']['decimal_display']) && $cf['defaults']['extra_fields']['decimal_display']){
|
|
| 3349 | + $value = esc_attr($cf['defaults']['extra_fields']['decimal_display']); |
|
| 3350 | + } |
|
| 3351 | + ?> |
|
| 3352 | 3352 | <li class="gdcf-price-extra" <?php if(!$show_price_extra){ echo "style='display:none;'";}?>>
|
| 3353 | 3353 | <label for="decimal_display" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Decimal display :', 'geodirectory');?>
|
| 3354 | 3354 | <div class="gdcf-tooltip"> |
@@ -3365,13 +3365,13 @@ discard block |
||
| 3365 | 3365 | |
| 3366 | 3366 | <?php |
| 3367 | 3367 | |
| 3368 | - $value = ''; |
|
| 3369 | - if ($extra_fields && isset($extra_fields['currency_symbol'])) {
|
|
| 3370 | - $value = esc_attr($extra_fields['currency_symbol']); |
|
| 3371 | - }elseif(isset($cf['defaults']['extra_fields']['currency_symbol']) && $cf['defaults']['extra_fields']['currency_symbol']){
|
|
| 3372 | - $value = esc_attr($cf['defaults']['extra_fields']['currency_symbol']); |
|
| 3373 | - } |
|
| 3374 | - ?> |
|
| 3368 | + $value = ''; |
|
| 3369 | + if ($extra_fields && isset($extra_fields['currency_symbol'])) {
|
|
| 3370 | + $value = esc_attr($extra_fields['currency_symbol']); |
|
| 3371 | + }elseif(isset($cf['defaults']['extra_fields']['currency_symbol']) && $cf['defaults']['extra_fields']['currency_symbol']){
|
|
| 3372 | + $value = esc_attr($cf['defaults']['extra_fields']['currency_symbol']); |
|
| 3373 | + } |
|
| 3374 | + ?> |
|
| 3375 | 3375 | <li class="gdcf-price-extra" <?php if(!$show_price_extra){ echo "style='display:none;'";}?>>
|
| 3376 | 3376 | <label for="currency_symbol" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Currency symbol :', 'geodirectory');?>
|
| 3377 | 3377 | <div class="gdcf-tooltip"> |
@@ -3386,13 +3386,13 @@ discard block |
||
| 3386 | 3386 | |
| 3387 | 3387 | <?php |
| 3388 | 3388 | |
| 3389 | - $value = ''; |
|
| 3390 | - if ($extra_fields && isset($extra_fields['currency_symbol_placement'])) {
|
|
| 3391 | - $value = esc_attr($extra_fields['currency_symbol_placement']); |
|
| 3392 | - }elseif(isset($cf['defaults']['extra_fields']['currency_symbol_placement']) && $cf['defaults']['extra_fields']['currency_symbol_placement']){
|
|
| 3393 | - $value = esc_attr($cf['defaults']['extra_fields']['currency_symbol_placement']); |
|
| 3394 | - } |
|
| 3395 | - ?> |
|
| 3389 | + $value = ''; |
|
| 3390 | + if ($extra_fields && isset($extra_fields['currency_symbol_placement'])) {
|
|
| 3391 | + $value = esc_attr($extra_fields['currency_symbol_placement']); |
|
| 3392 | + }elseif(isset($cf['defaults']['extra_fields']['currency_symbol_placement']) && $cf['defaults']['extra_fields']['currency_symbol_placement']){
|
|
| 3393 | + $value = esc_attr($cf['defaults']['extra_fields']['currency_symbol_placement']); |
|
| 3394 | + } |
|
| 3395 | + ?> |
|
| 3396 | 3396 | <li class="gdcf-price-extra" <?php if(!$show_price_extra){ echo "style='display:none;'";}?>>
|
| 3397 | 3397 | <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');?>
|
| 3398 | 3398 | <div class="gdcf-tooltip"> |
@@ -3410,225 +3410,225 @@ discard block |
||
| 3410 | 3410 | |
| 3411 | 3411 | <?php |
| 3412 | 3412 | |
| 3413 | - $html = ob_get_clean(); |
|
| 3414 | - return $output.$html; |
|
| 3413 | + $html = ob_get_clean(); |
|
| 3414 | + return $output.$html; |
|
| 3415 | 3415 | } |
| 3416 | 3416 | add_filter('geodir_cfa_extra_fields_text','geodir_cfa_extra_fields_text',10,4);
|
| 3417 | 3417 | |
| 3418 | 3418 | function geodir_default_custom_fields($post_type='gd_place',$package_id=''){
|
| 3419 | - $fields = array(); |
|
| 3420 | - $package = ($package_id=='') ? '' : array($package_id); |
|
| 3421 | - |
|
| 3422 | - $fields[] = array('listing_type' => $post_type,
|
|
| 3423 | - 'data_type' => 'VARCHAR', |
|
| 3424 | - 'field_type' => 'taxonomy', |
|
| 3425 | - 'admin_title' => __('Category', 'geodirectory'),
|
|
| 3426 | - 'admin_desc' => __('SELECT listing category FROM here. SELECT at least one CATEGORY', 'geodirectory'),
|
|
| 3427 | - 'site_title' => __('Category', 'geodirectory'),
|
|
| 3428 | - 'htmlvar_name' => $post_type.'category', |
|
| 3429 | - 'default_value' => '', |
|
| 3430 | - 'is_default' => '1', |
|
| 3431 | - 'is_admin' => '1', |
|
| 3432 | - 'is_required' => '1', |
|
| 3433 | - 'show_in' => '[detail]', |
|
| 3434 | - 'show_on_pkg' => $package, |
|
| 3435 | - 'clabels' => __('Category', 'geodirectory'));
|
|
| 3436 | - |
|
| 3437 | - $fields[] = array('listing_type' => $post_type,
|
|
| 3438 | - 'data_type' => 'VARCHAR', |
|
| 3439 | - 'field_type' => 'address', |
|
| 3440 | - 'admin_title' => __('Address', 'geodirectory'),
|
|
| 3441 | - 'admin_desc' => ADDRESS_MSG, |
|
| 3442 | - 'site_title' => __('Address', 'geodirectory'),
|
|
| 3443 | - 'htmlvar_name' => 'post', |
|
| 3444 | - 'default_value' => '', |
|
| 3445 | - 'option_values' => '', |
|
| 3446 | - 'is_default' => '1', |
|
| 3447 | - 'is_admin' => '1', |
|
| 3448 | - 'is_required' => '1', |
|
| 3449 | - 'show_in' => '[detail],[mapbubble]', |
|
| 3450 | - 'show_on_pkg' => $package, |
|
| 3451 | - 'required_msg' => __('Address fields are required', 'geodirectory'),
|
|
| 3452 | - 'clabels' => __('Address', 'geodirectory'),
|
|
| 3453 | - 'extra' => array('show_city' => 1, 'city_lable' => __('City', 'geodirectory'),
|
|
| 3454 | - 'show_region' => 1, 'region_lable' => __('Region', 'geodirectory'),
|
|
| 3455 | - 'show_country' => 1, 'country_lable' => __('Country', 'geodirectory'),
|
|
| 3456 | - 'show_zip' => 1, 'zip_lable' => __('Zip/Post Code', 'geodirectory'),
|
|
| 3457 | - 'show_map' => 1, 'map_lable' => __('Set Address On Map', 'geodirectory'),
|
|
| 3458 | - 'show_mapview' => 1, 'mapview_lable' => __('Select Map View', 'geodirectory'),
|
|
| 3459 | - 'show_mapzoom' => 1, 'mapzoom_lable' => 'hidden', |
|
| 3460 | - 'show_latlng' => 1)); |
|
| 3461 | - |
|
| 3462 | - $fields[] = array('listing_type' => $post_type,
|
|
| 3463 | - 'data_type' => 'VARCHAR', |
|
| 3464 | - 'field_type' => 'text', |
|
| 3465 | - 'admin_title' => __('Time', 'geodirectory'),
|
|
| 3466 | - 'admin_desc' => __('Enter Business or Listing Timing Information.<br/>eg. : 10.00 am to 6 pm every day', 'geodirectory'),
|
|
| 3467 | - 'site_title' => __('Time', 'geodirectory'),
|
|
| 3468 | - 'htmlvar_name' => 'timing', |
|
| 3469 | - 'default_value' => '', |
|
| 3470 | - 'option_values' => '', |
|
| 3471 | - 'is_default' => '1', |
|
| 3472 | - 'is_admin' => '1', |
|
| 3473 | - 'show_in' => '[detail],[mapbubble]', |
|
| 3474 | - 'show_on_pkg' => $package, |
|
| 3475 | - 'clabels' => __('Time', 'geodirectory'));
|
|
| 3476 | - |
|
| 3477 | - $fields[] = array('listing_type' => $post_type,
|
|
| 3478 | - 'data_type' => 'VARCHAR', |
|
| 3479 | - 'field_type' => 'phone', |
|
| 3480 | - 'admin_title' => __('Phone', 'geodirectory'),
|
|
| 3481 | - 'admin_desc' => __('You can enter phone number,cell phone number etc.', 'geodirectory'),
|
|
| 3482 | - 'site_title' => __('Phone', 'geodirectory'),
|
|
| 3483 | - 'htmlvar_name' => 'contact', |
|
| 3484 | - 'default_value' => '', |
|
| 3485 | - 'option_values' => '', |
|
| 3486 | - 'is_default' => '1', |
|
| 3487 | - 'is_admin' => '1', |
|
| 3488 | - 'show_in' => '[detail],[mapbubble]', |
|
| 3489 | - 'show_on_pkg' => $package, |
|
| 3490 | - 'clabels' => __('Phone', 'geodirectory'));
|
|
| 3491 | - |
|
| 3492 | - $fields[] = array('listing_type' => $post_type,
|
|
| 3493 | - 'data_type' => 'VARCHAR', |
|
| 3494 | - 'field_type' => 'email', |
|
| 3495 | - 'admin_title' => __('Email', 'geodirectory'),
|
|
| 3496 | - 'admin_desc' => __('You can enter your business or listing email.', 'geodirectory'),
|
|
| 3497 | - 'site_title' => __('Email', 'geodirectory'),
|
|
| 3498 | - 'htmlvar_name' => 'email', |
|
| 3499 | - 'default_value' => '', |
|
| 3500 | - 'option_values' => '', |
|
| 3501 | - 'is_default' => '1', |
|
| 3502 | - 'is_admin' => '1', |
|
| 3503 | - 'show_in' => '[detail]', |
|
| 3504 | - 'show_on_pkg' => $package, |
|
| 3505 | - 'clabels' => __('Email', 'geodirectory'));
|
|
| 3506 | - |
|
| 3507 | - $fields[] = array('listing_type' => $post_type,
|
|
| 3508 | - 'data_type' => 'VARCHAR', |
|
| 3509 | - 'field_type' => 'url', |
|
| 3510 | - 'admin_title' => __('Website', 'geodirectory'),
|
|
| 3511 | - 'admin_desc' => __('You can enter your business or listing website.', 'geodirectory'),
|
|
| 3512 | - 'site_title' => __('Website', 'geodirectory'),
|
|
| 3513 | - 'htmlvar_name' => 'website', |
|
| 3514 | - 'default_value' => '', |
|
| 3515 | - 'option_values' => '', |
|
| 3516 | - 'is_default' => '1', |
|
| 3517 | - 'is_admin' => '1', |
|
| 3518 | - 'show_in' => '[detail]', |
|
| 3519 | - 'show_on_pkg' => $package, |
|
| 3520 | - 'clabels' => __('Website', 'geodirectory'));
|
|
| 3521 | - |
|
| 3522 | - $fields[] = array('listing_type' => $post_type,
|
|
| 3523 | - 'data_type' => 'VARCHAR', |
|
| 3524 | - 'field_type' => 'url', |
|
| 3525 | - 'admin_title' => __('Twitter', 'geodirectory'),
|
|
| 3526 | - 'admin_desc' => __('You can enter your business or listing twitter url.', 'geodirectory'),
|
|
| 3527 | - 'site_title' => __('Twitter', 'geodirectory'),
|
|
| 3528 | - 'htmlvar_name' => 'twitter', |
|
| 3529 | - 'default_value' => '', |
|
| 3530 | - 'option_values' => '', |
|
| 3531 | - 'is_default' => '1', |
|
| 3532 | - 'is_admin' => '1', |
|
| 3533 | - 'show_in' => '[detail]', |
|
| 3534 | - 'show_on_pkg' => $package, |
|
| 3535 | - 'clabels' => __('Twitter', 'geodirectory'));
|
|
| 3536 | - |
|
| 3537 | - $fields[] = array('listing_type' => $post_type,
|
|
| 3538 | - 'data_type' => 'VARCHAR', |
|
| 3539 | - 'field_type' => 'url', |
|
| 3540 | - 'admin_title' => __('Facebook', 'geodirectory'),
|
|
| 3541 | - 'admin_desc' => __('You can enter your business or listing facebook url.', 'geodirectory'),
|
|
| 3542 | - 'site_title' => __('Facebook', 'geodirectory'),
|
|
| 3543 | - 'htmlvar_name' => 'facebook', |
|
| 3544 | - 'default_value' => '', |
|
| 3545 | - 'option_values' => '', |
|
| 3546 | - 'is_default' => '1', |
|
| 3547 | - 'is_admin' => '1', |
|
| 3548 | - 'show_in' => '[detail]', |
|
| 3549 | - 'show_on_pkg' => $package, |
|
| 3550 | - 'clabels' => __('Facebook', 'geodirectory'));
|
|
| 3551 | - |
|
| 3552 | - $fields[] = array('listing_type' => $post_type,
|
|
| 3553 | - 'data_type' => 'TEXT', |
|
| 3554 | - 'field_type' => 'textarea', |
|
| 3555 | - 'admin_title' => __('Video', 'geodirectory'),
|
|
| 3556 | - 'admin_desc' => __('Add video code here, YouTube etc.', 'geodirectory'),
|
|
| 3557 | - 'site_title' => __('Video', 'geodirectory'),
|
|
| 3558 | - 'htmlvar_name' => 'video', |
|
| 3559 | - 'default_value' => '', |
|
| 3560 | - 'option_values' => '', |
|
| 3561 | - 'is_default' => '0', |
|
| 3562 | - 'is_admin' => '1', |
|
| 3563 | - 'show_in' => '[owntab]', |
|
| 3564 | - 'show_on_pkg' => $package, |
|
| 3565 | - 'clabels' => __('Video', 'geodirectory'));
|
|
| 3566 | - |
|
| 3567 | - $fields[] = array('listing_type' => $post_type,
|
|
| 3568 | - 'data_type' => 'TEXT', |
|
| 3569 | - 'field_type' => 'textarea', |
|
| 3570 | - 'admin_title' => __('Special Offers', 'geodirectory'),
|
|
| 3571 | - 'admin_desc' => __('Note: List out any special offers (optional)', 'geodirectory'),
|
|
| 3572 | - 'site_title' => __('Special Offers', 'geodirectory'),
|
|
| 3573 | - 'htmlvar_name' => 'special_offers', |
|
| 3574 | - 'default_value' => '', |
|
| 3575 | - 'option_values' => '', |
|
| 3576 | - 'is_default' => '0', |
|
| 3577 | - 'is_admin' => '1', |
|
| 3578 | - 'show_in' => '[owntab]', |
|
| 3579 | - 'show_on_pkg' => $package, |
|
| 3580 | - 'clabels' => __('Special Offers', 'geodirectory'));
|
|
| 3581 | - |
|
| 3582 | - /** |
|
| 3583 | - * Filter the array of default custom fields DB table data. |
|
| 3584 | - * |
|
| 3585 | - * @since 1.6.6 |
|
| 3586 | - * @param string $fields The default custom fields as an array. |
|
| 3587 | - */ |
|
| 3588 | - $fields = apply_filters('geodir_default_custom_fields', $fields);
|
|
| 3589 | - |
|
| 3590 | - return $fields; |
|
| 3419 | + $fields = array(); |
|
| 3420 | + $package = ($package_id=='') ? '' : array($package_id); |
|
| 3421 | + |
|
| 3422 | + $fields[] = array('listing_type' => $post_type,
|
|
| 3423 | + 'data_type' => 'VARCHAR', |
|
| 3424 | + 'field_type' => 'taxonomy', |
|
| 3425 | + 'admin_title' => __('Category', 'geodirectory'),
|
|
| 3426 | + 'admin_desc' => __('SELECT listing category FROM here. SELECT at least one CATEGORY', 'geodirectory'),
|
|
| 3427 | + 'site_title' => __('Category', 'geodirectory'),
|
|
| 3428 | + 'htmlvar_name' => $post_type.'category', |
|
| 3429 | + 'default_value' => '', |
|
| 3430 | + 'is_default' => '1', |
|
| 3431 | + 'is_admin' => '1', |
|
| 3432 | + 'is_required' => '1', |
|
| 3433 | + 'show_in' => '[detail]', |
|
| 3434 | + 'show_on_pkg' => $package, |
|
| 3435 | + 'clabels' => __('Category', 'geodirectory'));
|
|
| 3436 | + |
|
| 3437 | + $fields[] = array('listing_type' => $post_type,
|
|
| 3438 | + 'data_type' => 'VARCHAR', |
|
| 3439 | + 'field_type' => 'address', |
|
| 3440 | + 'admin_title' => __('Address', 'geodirectory'),
|
|
| 3441 | + 'admin_desc' => ADDRESS_MSG, |
|
| 3442 | + 'site_title' => __('Address', 'geodirectory'),
|
|
| 3443 | + 'htmlvar_name' => 'post', |
|
| 3444 | + 'default_value' => '', |
|
| 3445 | + 'option_values' => '', |
|
| 3446 | + 'is_default' => '1', |
|
| 3447 | + 'is_admin' => '1', |
|
| 3448 | + 'is_required' => '1', |
|
| 3449 | + 'show_in' => '[detail],[mapbubble]', |
|
| 3450 | + 'show_on_pkg' => $package, |
|
| 3451 | + 'required_msg' => __('Address fields are required', 'geodirectory'),
|
|
| 3452 | + 'clabels' => __('Address', 'geodirectory'),
|
|
| 3453 | + 'extra' => array('show_city' => 1, 'city_lable' => __('City', 'geodirectory'),
|
|
| 3454 | + 'show_region' => 1, 'region_lable' => __('Region', 'geodirectory'),
|
|
| 3455 | + 'show_country' => 1, 'country_lable' => __('Country', 'geodirectory'),
|
|
| 3456 | + 'show_zip' => 1, 'zip_lable' => __('Zip/Post Code', 'geodirectory'),
|
|
| 3457 | + 'show_map' => 1, 'map_lable' => __('Set Address On Map', 'geodirectory'),
|
|
| 3458 | + 'show_mapview' => 1, 'mapview_lable' => __('Select Map View', 'geodirectory'),
|
|
| 3459 | + 'show_mapzoom' => 1, 'mapzoom_lable' => 'hidden', |
|
| 3460 | + 'show_latlng' => 1)); |
|
| 3461 | + |
|
| 3462 | + $fields[] = array('listing_type' => $post_type,
|
|
| 3463 | + 'data_type' => 'VARCHAR', |
|
| 3464 | + 'field_type' => 'text', |
|
| 3465 | + 'admin_title' => __('Time', 'geodirectory'),
|
|
| 3466 | + 'admin_desc' => __('Enter Business or Listing Timing Information.<br/>eg. : 10.00 am to 6 pm every day', 'geodirectory'),
|
|
| 3467 | + 'site_title' => __('Time', 'geodirectory'),
|
|
| 3468 | + 'htmlvar_name' => 'timing', |
|
| 3469 | + 'default_value' => '', |
|
| 3470 | + 'option_values' => '', |
|
| 3471 | + 'is_default' => '1', |
|
| 3472 | + 'is_admin' => '1', |
|
| 3473 | + 'show_in' => '[detail],[mapbubble]', |
|
| 3474 | + 'show_on_pkg' => $package, |
|
| 3475 | + 'clabels' => __('Time', 'geodirectory'));
|
|
| 3476 | + |
|
| 3477 | + $fields[] = array('listing_type' => $post_type,
|
|
| 3478 | + 'data_type' => 'VARCHAR', |
|
| 3479 | + 'field_type' => 'phone', |
|
| 3480 | + 'admin_title' => __('Phone', 'geodirectory'),
|
|
| 3481 | + 'admin_desc' => __('You can enter phone number,cell phone number etc.', 'geodirectory'),
|
|
| 3482 | + 'site_title' => __('Phone', 'geodirectory'),
|
|
| 3483 | + 'htmlvar_name' => 'contact', |
|
| 3484 | + 'default_value' => '', |
|
| 3485 | + 'option_values' => '', |
|
| 3486 | + 'is_default' => '1', |
|
| 3487 | + 'is_admin' => '1', |
|
| 3488 | + 'show_in' => '[detail],[mapbubble]', |
|
| 3489 | + 'show_on_pkg' => $package, |
|
| 3490 | + 'clabels' => __('Phone', 'geodirectory'));
|
|
| 3491 | + |
|
| 3492 | + $fields[] = array('listing_type' => $post_type,
|
|
| 3493 | + 'data_type' => 'VARCHAR', |
|
| 3494 | + 'field_type' => 'email', |
|
| 3495 | + 'admin_title' => __('Email', 'geodirectory'),
|
|
| 3496 | + 'admin_desc' => __('You can enter your business or listing email.', 'geodirectory'),
|
|
| 3497 | + 'site_title' => __('Email', 'geodirectory'),
|
|
| 3498 | + 'htmlvar_name' => 'email', |
|
| 3499 | + 'default_value' => '', |
|
| 3500 | + 'option_values' => '', |
|
| 3501 | + 'is_default' => '1', |
|
| 3502 | + 'is_admin' => '1', |
|
| 3503 | + 'show_in' => '[detail]', |
|
| 3504 | + 'show_on_pkg' => $package, |
|
| 3505 | + 'clabels' => __('Email', 'geodirectory'));
|
|
| 3506 | + |
|
| 3507 | + $fields[] = array('listing_type' => $post_type,
|
|
| 3508 | + 'data_type' => 'VARCHAR', |
|
| 3509 | + 'field_type' => 'url', |
|
| 3510 | + 'admin_title' => __('Website', 'geodirectory'),
|
|
| 3511 | + 'admin_desc' => __('You can enter your business or listing website.', 'geodirectory'),
|
|
| 3512 | + 'site_title' => __('Website', 'geodirectory'),
|
|
| 3513 | + 'htmlvar_name' => 'website', |
|
| 3514 | + 'default_value' => '', |
|
| 3515 | + 'option_values' => '', |
|
| 3516 | + 'is_default' => '1', |
|
| 3517 | + 'is_admin' => '1', |
|
| 3518 | + 'show_in' => '[detail]', |
|
| 3519 | + 'show_on_pkg' => $package, |
|
| 3520 | + 'clabels' => __('Website', 'geodirectory'));
|
|
| 3521 | + |
|
| 3522 | + $fields[] = array('listing_type' => $post_type,
|
|
| 3523 | + 'data_type' => 'VARCHAR', |
|
| 3524 | + 'field_type' => 'url', |
|
| 3525 | + 'admin_title' => __('Twitter', 'geodirectory'),
|
|
| 3526 | + 'admin_desc' => __('You can enter your business or listing twitter url.', 'geodirectory'),
|
|
| 3527 | + 'site_title' => __('Twitter', 'geodirectory'),
|
|
| 3528 | + 'htmlvar_name' => 'twitter', |
|
| 3529 | + 'default_value' => '', |
|
| 3530 | + 'option_values' => '', |
|
| 3531 | + 'is_default' => '1', |
|
| 3532 | + 'is_admin' => '1', |
|
| 3533 | + 'show_in' => '[detail]', |
|
| 3534 | + 'show_on_pkg' => $package, |
|
| 3535 | + 'clabels' => __('Twitter', 'geodirectory'));
|
|
| 3536 | + |
|
| 3537 | + $fields[] = array('listing_type' => $post_type,
|
|
| 3538 | + 'data_type' => 'VARCHAR', |
|
| 3539 | + 'field_type' => 'url', |
|
| 3540 | + 'admin_title' => __('Facebook', 'geodirectory'),
|
|
| 3541 | + 'admin_desc' => __('You can enter your business or listing facebook url.', 'geodirectory'),
|
|
| 3542 | + 'site_title' => __('Facebook', 'geodirectory'),
|
|
| 3543 | + 'htmlvar_name' => 'facebook', |
|
| 3544 | + 'default_value' => '', |
|
| 3545 | + 'option_values' => '', |
|
| 3546 | + 'is_default' => '1', |
|
| 3547 | + 'is_admin' => '1', |
|
| 3548 | + 'show_in' => '[detail]', |
|
| 3549 | + 'show_on_pkg' => $package, |
|
| 3550 | + 'clabels' => __('Facebook', 'geodirectory'));
|
|
| 3551 | + |
|
| 3552 | + $fields[] = array('listing_type' => $post_type,
|
|
| 3553 | + 'data_type' => 'TEXT', |
|
| 3554 | + 'field_type' => 'textarea', |
|
| 3555 | + 'admin_title' => __('Video', 'geodirectory'),
|
|
| 3556 | + 'admin_desc' => __('Add video code here, YouTube etc.', 'geodirectory'),
|
|
| 3557 | + 'site_title' => __('Video', 'geodirectory'),
|
|
| 3558 | + 'htmlvar_name' => 'video', |
|
| 3559 | + 'default_value' => '', |
|
| 3560 | + 'option_values' => '', |
|
| 3561 | + 'is_default' => '0', |
|
| 3562 | + 'is_admin' => '1', |
|
| 3563 | + 'show_in' => '[owntab]', |
|
| 3564 | + 'show_on_pkg' => $package, |
|
| 3565 | + 'clabels' => __('Video', 'geodirectory'));
|
|
| 3566 | + |
|
| 3567 | + $fields[] = array('listing_type' => $post_type,
|
|
| 3568 | + 'data_type' => 'TEXT', |
|
| 3569 | + 'field_type' => 'textarea', |
|
| 3570 | + 'admin_title' => __('Special Offers', 'geodirectory'),
|
|
| 3571 | + 'admin_desc' => __('Note: List out any special offers (optional)', 'geodirectory'),
|
|
| 3572 | + 'site_title' => __('Special Offers', 'geodirectory'),
|
|
| 3573 | + 'htmlvar_name' => 'special_offers', |
|
| 3574 | + 'default_value' => '', |
|
| 3575 | + 'option_values' => '', |
|
| 3576 | + 'is_default' => '0', |
|
| 3577 | + 'is_admin' => '1', |
|
| 3578 | + 'show_in' => '[owntab]', |
|
| 3579 | + 'show_on_pkg' => $package, |
|
| 3580 | + 'clabels' => __('Special Offers', 'geodirectory'));
|
|
| 3581 | + |
|
| 3582 | + /** |
|
| 3583 | + * Filter the array of default custom fields DB table data. |
|
| 3584 | + * |
|
| 3585 | + * @since 1.6.6 |
|
| 3586 | + * @param string $fields The default custom fields as an array. |
|
| 3587 | + */ |
|
| 3588 | + $fields = apply_filters('geodir_default_custom_fields', $fields);
|
|
| 3589 | + |
|
| 3590 | + return $fields; |
|
| 3591 | 3591 | } |
| 3592 | 3592 | |
| 3593 | 3593 | function geodir_currency_format_number($number='',$cf=''){
|
| 3594 | 3594 | |
| 3595 | - $cs = isset($cf['extra_fields']) ? maybe_unserialize($cf['extra_fields']) : ''; |
|
| 3595 | + $cs = isset($cf['extra_fields']) ? maybe_unserialize($cf['extra_fields']) : ''; |
|
| 3596 | 3596 | |
| 3597 | - $symbol = isset($cs['currency_symbol']) ? $cs['currency_symbol'] : '$'; |
|
| 3598 | - $decimals = isset($cf['decimal_point']) && $cf['decimal_point'] ? $cf['decimal_point'] : 2; |
|
| 3599 | - $decimal_display = isset($cf['decimal_display']) && $cf['decimal_display'] ? $cf['decimal_display'] : 'if'; |
|
| 3600 | - $decimalpoint = '.'; |
|
| 3597 | + $symbol = isset($cs['currency_symbol']) ? $cs['currency_symbol'] : '$'; |
|
| 3598 | + $decimals = isset($cf['decimal_point']) && $cf['decimal_point'] ? $cf['decimal_point'] : 2; |
|
| 3599 | + $decimal_display = isset($cf['decimal_display']) && $cf['decimal_display'] ? $cf['decimal_display'] : 'if'; |
|
| 3600 | + $decimalpoint = '.'; |
|
| 3601 | 3601 | |
| 3602 | - if(isset($cs['decimal_separator']) && $cs['decimal_separator']=='comma'){
|
|
| 3603 | - $decimalpoint = ','; |
|
| 3604 | - } |
|
| 3602 | + if(isset($cs['decimal_separator']) && $cs['decimal_separator']=='comma'){
|
|
| 3603 | + $decimalpoint = ','; |
|
| 3604 | + } |
|
| 3605 | 3605 | |
| 3606 | - $separator = ','; |
|
| 3606 | + $separator = ','; |
|
| 3607 | 3607 | |
| 3608 | - if(isset($cs['thousand_separator'])){
|
|
| 3609 | - if($cs['thousand_separator']=='comma'){$separator = ',';}
|
|
| 3610 | - if($cs['thousand_separator']=='slash'){$separator = '\\';}
|
|
| 3611 | - if($cs['thousand_separator']=='period'){$separator = '.';}
|
|
| 3612 | - if($cs['thousand_separator']=='space'){$separator = ' ';}
|
|
| 3613 | - if($cs['thousand_separator']=='none'){$separator = '';}
|
|
| 3614 | - } |
|
| 3608 | + if(isset($cs['thousand_separator'])){
|
|
| 3609 | + if($cs['thousand_separator']=='comma'){$separator = ',';}
|
|
| 3610 | + if($cs['thousand_separator']=='slash'){$separator = '\\';}
|
|
| 3611 | + if($cs['thousand_separator']=='period'){$separator = '.';}
|
|
| 3612 | + if($cs['thousand_separator']=='space'){$separator = ' ';}
|
|
| 3613 | + if($cs['thousand_separator']=='none'){$separator = '';}
|
|
| 3614 | + } |
|
| 3615 | 3615 | |
| 3616 | - $currency_symbol_placement = isset($cs['currency_symbol_placement']) ? $cs['currency_symbol_placement'] : 'left'; |
|
| 3616 | + $currency_symbol_placement = isset($cs['currency_symbol_placement']) ? $cs['currency_symbol_placement'] : 'left'; |
|
| 3617 | 3617 | |
| 3618 | - if($decimals>0 && $decimal_display=='if'){
|
|
| 3619 | - if(is_int($number) || floor( $number ) == $number) |
|
| 3620 | - $decimals = 0; |
|
| 3621 | - } |
|
| 3618 | + if($decimals>0 && $decimal_display=='if'){
|
|
| 3619 | + if(is_int($number) || floor( $number ) == $number) |
|
| 3620 | + $decimals = 0; |
|
| 3621 | + } |
|
| 3622 | 3622 | |
| 3623 | - $number = number_format($number,$decimals,$decimalpoint,$separator); |
|
| 3623 | + $number = number_format($number,$decimals,$decimalpoint,$separator); |
|
| 3624 | 3624 | |
| 3625 | 3625 | |
| 3626 | 3626 | |
| 3627 | - if($currency_symbol_placement=='left'){
|
|
| 3628 | - $number = $symbol . $number; |
|
| 3629 | - }else{
|
|
| 3630 | - $number = $number . $symbol; |
|
| 3631 | - } |
|
| 3627 | + if($currency_symbol_placement=='left'){
|
|
| 3628 | + $number = $symbol . $number; |
|
| 3629 | + }else{
|
|
| 3630 | + $number = $number . $symbol; |
|
| 3631 | + } |
|
| 3632 | 3632 | |
| 3633 | 3633 | |
| 3634 | 3634 | 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 | } |
@@ -682,30 +682,30 @@ discard block |
||
| 682 | 682 | $op_size = '500'; |
| 683 | 683 | |
| 684 | 684 | // only make the field as big as it needs to be. |
| 685 | - if(isset($option_values) && $option_values && $field_type=='select'){
|
|
| 686 | - $option_values_arr = explode(',',$option_values);
|
|
| 687 | - if(is_array($option_values_arr)){
|
|
| 685 | + if (isset($option_values) && $option_values && $field_type == 'select') {
|
|
| 686 | + $option_values_arr = explode(',', $option_values);
|
|
| 687 | + if (is_array($option_values_arr)) {
|
|
| 688 | 688 | $op_max = 0; |
| 689 | - foreach($option_values_arr as $op_val){
|
|
| 690 | - if(strlen($op_val) && strlen($op_val)>$op_max){$op_max = strlen($op_val);}
|
|
| 689 | + foreach ($option_values_arr as $op_val) {
|
|
| 690 | + if (strlen($op_val) && strlen($op_val) > $op_max) {$op_max = strlen($op_val); }
|
|
| 691 | 691 | } |
| 692 | - if($op_max){$op_size =$op_max; }
|
|
| 692 | + if ($op_max) {$op_size = $op_max; }
|
|
| 693 | 693 | } |
| 694 | - }elseif(isset($option_values) && $option_values && $field_type=='multiselect'){
|
|
| 695 | - if(strlen($option_values)){
|
|
| 696 | - $op_size = strlen($option_values); |
|
| 694 | + }elseif (isset($option_values) && $option_values && $field_type == 'multiselect') {
|
|
| 695 | + if (strlen($option_values)) {
|
|
| 696 | + $op_size = strlen($option_values); |
|
| 697 | 697 | } |
| 698 | 698 | } |
| 699 | 699 | |
| 700 | - $meta_field_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "`VARCHAR( $op_size ) NULL"; |
|
| 700 | + $meta_field_add = "ALTER TABLE ".$detail_table." CHANGE `".$old_html_variable."` `".$htmlvar_name."`VARCHAR( $op_size ) NULL"; |
|
| 701 | 701 | |
| 702 | 702 | if ($default_value != '') {
|
| 703 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 703 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 704 | 704 | } |
| 705 | 705 | |
| 706 | 706 | $alter_result = $wpdb->query($meta_field_add); |
| 707 | - if($alter_result===false){
|
|
| 708 | - return __('Column change failed, you may have too many columns.','geodirectory');
|
|
| 707 | + if ($alter_result === false) {
|
|
| 708 | + return __('Column change failed, you may have too many columns.', 'geodirectory');
|
|
| 709 | 709 | } |
| 710 | 710 | |
| 711 | 711 | if (isset($request_field['cat_display_type'])) |
@@ -722,9 +722,9 @@ discard block |
||
| 722 | 722 | case 'url': |
| 723 | 723 | case 'file': |
| 724 | 724 | |
| 725 | - $alter_result = $wpdb->query("ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` TEXT NULL");
|
|
| 726 | - if($alter_result===false){
|
|
| 727 | - return __('Column change failed, you may have too many columns.','geodirectory');
|
|
| 725 | + $alter_result = $wpdb->query("ALTER TABLE ".$detail_table." CHANGE `".$old_html_variable."` `".$htmlvar_name."` TEXT NULL");
|
|
| 726 | + if ($alter_result === false) {
|
|
| 727 | + return __('Column change failed, you may have too many columns.', 'geodirectory');
|
|
| 728 | 728 | } |
| 729 | 729 | if (isset($request_field['advanced_editor'])) |
| 730 | 730 | $extra_fields = $request_field['advanced_editor']; |
@@ -738,24 +738,24 @@ discard block |
||
| 738 | 738 | default: |
| 739 | 739 | if ($data_type != 'VARCHAR' && $data_type != '') {
|
| 740 | 740 | if ($data_type == 'FLOAT' && $decimal_point > 0) {
|
| 741 | - $default_value_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` DECIMAL(11, " . (int)$decimal_point . ") NULL"; |
|
| 741 | + $default_value_add = "ALTER TABLE ".$detail_table." CHANGE `".$old_html_variable."` `".$htmlvar_name."` DECIMAL(11, ".(int) $decimal_point.") NULL"; |
|
| 742 | 742 | } else {
|
| 743 | - $default_value_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` " . $data_type . " NULL"; |
|
| 743 | + $default_value_add = "ALTER TABLE ".$detail_table." CHANGE `".$old_html_variable."` `".$htmlvar_name."` ".$data_type." NULL"; |
|
| 744 | 744 | } |
| 745 | 745 | |
| 746 | 746 | if (is_numeric($default_value) && $default_value != '') {
|
| 747 | - $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 747 | + $default_value_add .= " DEFAULT '".$default_value."'"; |
|
| 748 | 748 | } |
| 749 | 749 | } else {
|
| 750 | - $default_value_add = "ALTER TABLE " . $detail_table . " CHANGE `" . $old_html_variable . "` `" . $htmlvar_name . "` VARCHAR( 254 ) NULL"; |
|
| 750 | + $default_value_add = "ALTER TABLE ".$detail_table." CHANGE `".$old_html_variable."` `".$htmlvar_name."` VARCHAR( 254 ) NULL"; |
|
| 751 | 751 | if ($default_value != '') {
|
| 752 | - $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 752 | + $default_value_add .= " DEFAULT '".$default_value."'"; |
|
| 753 | 753 | } |
| 754 | 754 | } |
| 755 | 755 | |
| 756 | 756 | $alter_result = $wpdb->query($default_value_add); |
| 757 | - if($alter_result===false){
|
|
| 758 | - return __('Column change failed, you may have too many columns.','geodirectory');
|
|
| 757 | + if ($alter_result === false) {
|
|
| 758 | + return __('Column change failed, you may have too many columns.', 'geodirectory');
|
|
| 759 | 759 | } |
| 760 | 760 | break; |
| 761 | 761 | endswitch; |
@@ -771,7 +771,7 @@ discard block |
||
| 771 | 771 | |
| 772 | 772 | $wpdb->prepare( |
| 773 | 773 | |
| 774 | - "update " . GEODIR_CUSTOM_FIELDS_TABLE . " set |
|
| 774 | + "update ".GEODIR_CUSTOM_FIELDS_TABLE." set |
|
| 775 | 775 | post_type = %s, |
| 776 | 776 | admin_title = %s, |
| 777 | 777 | site_title = %s, |
@@ -805,7 +805,7 @@ discard block |
||
| 805 | 805 | for_admin_use = %s |
| 806 | 806 | where id = %d", |
| 807 | 807 | |
| 808 | - 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) |
|
| 808 | + 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) |
|
| 809 | 809 | ) |
| 810 | 810 | |
| 811 | 811 | ); |
@@ -815,7 +815,7 @@ discard block |
||
| 815 | 815 | |
| 816 | 816 | $wpdb->query( |
| 817 | 817 | $wpdb->prepare( |
| 818 | - "update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 818 | + "update ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." set |
|
| 819 | 819 | site_title=%s |
| 820 | 820 | where post_type = %s and htmlvar_name = %s", |
| 821 | 821 | array($site_title, $post_type, $htmlvar_name) |
@@ -824,7 +824,7 @@ discard block |
||
| 824 | 824 | |
| 825 | 825 | |
| 826 | 826 | if ($cat_sort == '') |
| 827 | - $wpdb->query($wpdb->prepare("delete from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where post_type = %s and htmlvar_name = %s", array($post_type, $htmlvar_name)));
|
|
| 827 | + $wpdb->query($wpdb->prepare("delete from ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." where post_type = %s and htmlvar_name = %s", array($post_type, $htmlvar_name)));
|
|
| 828 | 828 | |
| 829 | 829 | |
| 830 | 830 | /** |
@@ -844,7 +844,7 @@ discard block |
||
| 844 | 844 | $data_type = ''; |
| 845 | 845 | |
| 846 | 846 | if ($htmlvar_name != '') {
|
| 847 | - $prefix = $htmlvar_name . '_'; |
|
| 847 | + $prefix = $htmlvar_name.'_'; |
|
| 848 | 848 | } |
| 849 | 849 | $old_prefix = $old_html_variable; |
| 850 | 850 | |
@@ -852,109 +852,109 @@ discard block |
||
| 852 | 852 | |
| 853 | 853 | $meta_field_add = "VARCHAR( 254 ) NULL"; |
| 854 | 854 | if ($default_value != '') {
|
| 855 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 855 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 856 | 856 | } |
| 857 | 857 | |
| 858 | - geodir_add_column_if_not_exist($detail_table, $prefix . "address", $meta_field_add); |
|
| 858 | + geodir_add_column_if_not_exist($detail_table, $prefix."address", $meta_field_add); |
|
| 859 | 859 | //$wpdb->query($meta_field_add); |
| 860 | 860 | |
| 861 | 861 | |
| 862 | 862 | if (!empty($extra_fields)) {
|
| 863 | 863 | |
| 864 | 864 | if (isset($extra_fields['show_city']) && $extra_fields['show_city']) {
|
| 865 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "city` VARCHAR( 30 ) NULL"; |
|
| 865 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."city` VARCHAR( 30 ) NULL"; |
|
| 866 | 866 | $meta_field_add = "VARCHAR( 30 ) NULL"; |
| 867 | 867 | if ($default_value != '') {
|
| 868 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 868 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 869 | 869 | } |
| 870 | 870 | |
| 871 | - geodir_add_column_if_not_exist($detail_table, $prefix . "city", $meta_field_add); |
|
| 871 | + geodir_add_column_if_not_exist($detail_table, $prefix."city", $meta_field_add); |
|
| 872 | 872 | //$wpdb->query($meta_field_add); |
| 873 | 873 | } |
| 874 | 874 | if (isset($extra_fields['show_region']) && $extra_fields['show_region']) {
|
| 875 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "region` VARCHAR( 30 ) NULL"; |
|
| 875 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."region` VARCHAR( 30 ) NULL"; |
|
| 876 | 876 | $meta_field_add = "VARCHAR( 30 ) 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 . "region", $meta_field_add); |
|
| 881 | + geodir_add_column_if_not_exist($detail_table, $prefix."region", $meta_field_add); |
|
| 882 | 882 | //$wpdb->query($meta_field_add); |
| 883 | 883 | } |
| 884 | 884 | if (isset($extra_fields['show_country']) && $extra_fields['show_country']) {
|
| 885 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "country` VARCHAR( 30 ) NULL"; |
|
| 885 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."country` VARCHAR( 30 ) NULL"; |
|
| 886 | 886 | |
| 887 | 887 | $meta_field_add = "VARCHAR( 30 ) NULL"; |
| 888 | 888 | if ($default_value != '') {
|
| 889 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 889 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 890 | 890 | } |
| 891 | 891 | |
| 892 | - geodir_add_column_if_not_exist($detail_table, $prefix . "country", $meta_field_add); |
|
| 892 | + geodir_add_column_if_not_exist($detail_table, $prefix."country", $meta_field_add); |
|
| 893 | 893 | //$wpdb->query($meta_field_add); |
| 894 | 894 | } |
| 895 | 895 | if (isset($extra_fields['show_zip']) && $extra_fields['show_zip']) {
|
| 896 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "zip` VARCHAR( 15 ) NULL"; |
|
| 896 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."zip` VARCHAR( 15 ) NULL"; |
|
| 897 | 897 | $meta_field_add = "VARCHAR( 15 ) 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 . "zip", $meta_field_add); |
|
| 902 | + geodir_add_column_if_not_exist($detail_table, $prefix."zip", $meta_field_add); |
|
| 903 | 903 | //$wpdb->query($meta_field_add); |
| 904 | 904 | } |
| 905 | 905 | if (isset($extra_fields['show_map']) && $extra_fields['show_map']) {
|
| 906 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "latitude` VARCHAR( 20 ) NULL"; |
|
| 906 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."latitude` VARCHAR( 20 ) NULL"; |
|
| 907 | 907 | $meta_field_add = "VARCHAR( 20 ) 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 . "latitude", $meta_field_add); |
|
| 912 | + geodir_add_column_if_not_exist($detail_table, $prefix."latitude", $meta_field_add); |
|
| 913 | 913 | //$wpdb->query($meta_field_add); |
| 914 | 914 | |
| 915 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "longitude` VARCHAR( 20 ) NULL"; |
|
| 915 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."longitude` VARCHAR( 20 ) NULL"; |
|
| 916 | 916 | |
| 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 . "longitude", $meta_field_add); |
|
| 922 | + geodir_add_column_if_not_exist($detail_table, $prefix."longitude", $meta_field_add); |
|
| 923 | 923 | |
| 924 | 924 | //$wpdb->query($meta_field_add); |
| 925 | 925 | } |
| 926 | 926 | if (isset($extra_fields['show_mapview']) && $extra_fields['show_mapview']) {
|
| 927 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "mapview` VARCHAR( 15 ) NULL"; |
|
| 927 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."mapview` VARCHAR( 15 ) NULL"; |
|
| 928 | 928 | |
| 929 | 929 | $meta_field_add = "VARCHAR( 15 ) NULL"; |
| 930 | 930 | if ($default_value != '') {
|
| 931 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 931 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 932 | 932 | } |
| 933 | 933 | |
| 934 | - geodir_add_column_if_not_exist($detail_table, $prefix . "mapview", $meta_field_add); |
|
| 934 | + geodir_add_column_if_not_exist($detail_table, $prefix."mapview", $meta_field_add); |
|
| 935 | 935 | |
| 936 | 936 | //$wpdb->query($meta_field_add); |
| 937 | 937 | } |
| 938 | 938 | if (isset($extra_fields['show_mapzoom']) && $extra_fields['show_mapzoom']) {
|
| 939 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "mapzoom` VARCHAR( 3 ) NULL"; |
|
| 939 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."mapzoom` VARCHAR( 3 ) NULL"; |
|
| 940 | 940 | |
| 941 | 941 | $meta_field_add = "VARCHAR( 3 ) NULL"; |
| 942 | 942 | if ($default_value != '') {
|
| 943 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 943 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 944 | 944 | } |
| 945 | 945 | |
| 946 | - geodir_add_column_if_not_exist($detail_table, $prefix . "mapzoom", $meta_field_add); |
|
| 946 | + geodir_add_column_if_not_exist($detail_table, $prefix."mapzoom", $meta_field_add); |
|
| 947 | 947 | |
| 948 | 948 | //$wpdb->query($meta_field_add); |
| 949 | 949 | } |
| 950 | 950 | // show lat lng |
| 951 | 951 | if (isset($extra_fields['show_latlng']) && $extra_fields['show_latlng']) {
|
| 952 | - $meta_field_add = "ALTER TABLE " . $detail_table . " ADD `" . $prefix . "latlng` VARCHAR( 3 ) NULL"; |
|
| 952 | + $meta_field_add = "ALTER TABLE ".$detail_table." ADD `".$prefix."latlng` VARCHAR( 3 ) NULL"; |
|
| 953 | 953 | |
| 954 | 954 | $meta_field_add = "VARCHAR( 3 ) NULL"; |
| 955 | 955 | $meta_field_add .= " DEFAULT '1'"; |
| 956 | 956 | |
| 957 | - geodir_add_column_if_not_exist($detail_table, $prefix . "latlng", $meta_field_add); |
|
| 957 | + geodir_add_column_if_not_exist($detail_table, $prefix."latlng", $meta_field_add); |
|
| 958 | 958 | //$wpdb->query($meta_field_add); |
| 959 | 959 | } |
| 960 | 960 | } |
@@ -964,8 +964,8 @@ discard block |
||
| 964 | 964 | case 'checkbox': |
| 965 | 965 | $data_type = 'TINYINT'; |
| 966 | 966 | |
| 967 | - $meta_field_add = $data_type . "( 1 ) NOT NULL "; |
|
| 968 | - if ((int)$default_value === 1) {
|
|
| 967 | + $meta_field_add = $data_type."( 1 ) NOT NULL "; |
|
| 968 | + if ((int) $default_value === 1) {
|
|
| 969 | 969 | $meta_field_add .= " DEFAULT '1'"; |
| 970 | 970 | } |
| 971 | 971 | |
@@ -998,7 +998,7 @@ discard block |
||
| 998 | 998 | } |
| 999 | 999 | } elseif (isset($option_values) && $option_values && $field_type == 'multiselect') {
|
| 1000 | 1000 | if (strlen($option_values)) {
|
| 1001 | - $op_size = strlen($option_values); |
|
| 1001 | + $op_size = strlen($option_values); |
|
| 1002 | 1002 | } |
| 1003 | 1003 | |
| 1004 | 1004 | if (isset($request_field['multi_display_type'])) {
|
@@ -1006,9 +1006,9 @@ discard block |
||
| 1006 | 1006 | } |
| 1007 | 1007 | } |
| 1008 | 1008 | |
| 1009 | - $meta_field_add = $data_type . "( $op_size ) NULL "; |
|
| 1009 | + $meta_field_add = $data_type."( $op_size ) NULL "; |
|
| 1010 | 1010 | if ($default_value != '') {
|
| 1011 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1011 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 1012 | 1012 | } |
| 1013 | 1013 | |
| 1014 | 1014 | $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
@@ -1023,9 +1023,9 @@ discard block |
||
| 1023 | 1023 | |
| 1024 | 1024 | $data_type = 'TEXT'; |
| 1025 | 1025 | |
| 1026 | - $default_value_add = " `" . $htmlvar_name . "` " . $data_type . " NULL "; |
|
| 1026 | + $default_value_add = " `".$htmlvar_name."` ".$data_type." NULL "; |
|
| 1027 | 1027 | |
| 1028 | - $meta_field_add = $data_type . " NULL "; |
|
| 1028 | + $meta_field_add = $data_type." NULL "; |
|
| 1029 | 1029 | /*if($default_value != '') |
| 1030 | 1030 | { $meta_field_add .= " DEFAULT '".$default_value."'"; }*/
|
| 1031 | 1031 | |
@@ -1040,9 +1040,9 @@ discard block |
||
| 1040 | 1040 | |
| 1041 | 1041 | $data_type = 'DATE'; |
| 1042 | 1042 | |
| 1043 | - $default_value_add = " `" . $htmlvar_name . "` " . $data_type . " NULL "; |
|
| 1043 | + $default_value_add = " `".$htmlvar_name."` ".$data_type." NULL "; |
|
| 1044 | 1044 | |
| 1045 | - $meta_field_add = $data_type . " NULL "; |
|
| 1045 | + $meta_field_add = $data_type." NULL "; |
|
| 1046 | 1046 | |
| 1047 | 1047 | $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
| 1048 | 1048 | if ($add_result === false) {
|
@@ -1055,9 +1055,9 @@ discard block |
||
| 1055 | 1055 | |
| 1056 | 1056 | $data_type = 'TIME'; |
| 1057 | 1057 | |
| 1058 | - $default_value_add = " `" . $htmlvar_name . "` " . $data_type . " NULL "; |
|
| 1058 | + $default_value_add = " `".$htmlvar_name."` ".$data_type." NULL "; |
|
| 1059 | 1059 | |
| 1060 | - $meta_field_add = $data_type . " NULL "; |
|
| 1060 | + $meta_field_add = $data_type." NULL "; |
|
| 1061 | 1061 | |
| 1062 | 1062 | $add_result = geodir_add_column_if_not_exist($detail_table, $htmlvar_name, $meta_field_add); |
| 1063 | 1063 | if ($add_result === false) {
|
@@ -1069,22 +1069,22 @@ discard block |
||
| 1069 | 1069 | default: |
| 1070 | 1070 | |
| 1071 | 1071 | if ($data_type != 'VARCHAR' && $data_type != '') {
|
| 1072 | - $meta_field_add = $data_type . " NULL "; |
|
| 1072 | + $meta_field_add = $data_type." NULL "; |
|
| 1073 | 1073 | |
| 1074 | 1074 | if ($data_type == 'FLOAT' && $decimal_point > 0) {
|
| 1075 | - $meta_field_add = "DECIMAL(11, " . (int)$decimal_point . ") NULL "; |
|
| 1075 | + $meta_field_add = "DECIMAL(11, ".(int) $decimal_point.") NULL "; |
|
| 1076 | 1076 | } |
| 1077 | 1077 | |
| 1078 | 1078 | if (is_numeric($default_value) && $default_value != '') {
|
| 1079 | - $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1080 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1079 | + $default_value_add .= " DEFAULT '".$default_value."'"; |
|
| 1080 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 1081 | 1081 | } |
| 1082 | 1082 | } else {
|
| 1083 | 1083 | $meta_field_add = " VARCHAR( 254 ) NULL "; |
| 1084 | 1084 | |
| 1085 | 1085 | if ($default_value != '') {
|
| 1086 | - $default_value_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1087 | - $meta_field_add .= " DEFAULT '" . $default_value . "'"; |
|
| 1086 | + $default_value_add .= " DEFAULT '".$default_value."'"; |
|
| 1087 | + $meta_field_add .= " DEFAULT '".$default_value."'"; |
|
| 1088 | 1088 | } |
| 1089 | 1089 | } |
| 1090 | 1090 | |
@@ -1106,7 +1106,7 @@ discard block |
||
| 1106 | 1106 | |
| 1107 | 1107 | $wpdb->prepare( |
| 1108 | 1108 | |
| 1109 | - "insert into " . GEODIR_CUSTOM_FIELDS_TABLE . " set |
|
| 1109 | + "insert into ".GEODIR_CUSTOM_FIELDS_TABLE." set |
|
| 1110 | 1110 | post_type = %s, |
| 1111 | 1111 | admin_title = %s, |
| 1112 | 1112 | site_title = %s, |
@@ -1139,7 +1139,7 @@ discard block |
||
| 1139 | 1139 | validation_msg = %s, |
| 1140 | 1140 | for_admin_use = %s ", |
| 1141 | 1141 | |
| 1142 | - 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) |
|
| 1142 | + 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) |
|
| 1143 | 1143 | |
| 1144 | 1144 | ) |
| 1145 | 1145 | |
@@ -1151,7 +1151,7 @@ discard block |
||
| 1151 | 1151 | |
| 1152 | 1152 | } |
| 1153 | 1153 | |
| 1154 | - return (int)$lastid; |
|
| 1154 | + return (int) $lastid; |
|
| 1155 | 1155 | |
| 1156 | 1156 | |
| 1157 | 1157 | } else {
|
@@ -1184,7 +1184,7 @@ discard block |
||
| 1184 | 1184 | |
| 1185 | 1185 | $post_meta_info = $wpdb->query( |
| 1186 | 1186 | $wpdb->prepare( |
| 1187 | - "update " . GEODIR_CUSTOM_FIELDS_TABLE . " set |
|
| 1187 | + "update ".GEODIR_CUSTOM_FIELDS_TABLE." set |
|
| 1188 | 1188 | sort_order=%d |
| 1189 | 1189 | where id= %d", |
| 1190 | 1190 | array($count, $cf) |
@@ -1200,11 +1200,11 @@ discard block |
||
| 1200 | 1200 | } |
| 1201 | 1201 | |
| 1202 | 1202 | |
| 1203 | -function geodir_get_cf_value($cf){
|
|
| 1203 | +function geodir_get_cf_value($cf) {
|
|
| 1204 | 1204 | global $gd_session; |
| 1205 | 1205 | $value = ''; |
| 1206 | 1206 | if (is_admin()) {
|
| 1207 | - global $post,$gd_session; |
|
| 1207 | + global $post, $gd_session; |
|
| 1208 | 1208 | |
| 1209 | 1209 | if (isset($_REQUEST['post'])) |
| 1210 | 1210 | $_REQUEST['pid'] = $_REQUEST['post']; |
@@ -1246,16 +1246,16 @@ discard block |
||
| 1246 | 1246 | $custom_fields = geodir_post_custom_fields($package_id, $default, $post_type); |
| 1247 | 1247 | |
| 1248 | 1248 | foreach ($custom_fields as $key => $val) {
|
| 1249 | - if(isset($val['extra_fields'])){$extra_fields = $val['extra_fields'];}
|
|
| 1249 | + if (isset($val['extra_fields'])) {$extra_fields = $val['extra_fields']; }
|
|
| 1250 | 1250 | $val = stripslashes_deep($val); // strip slashes from labels |
| 1251 | - if(isset($val['extra_fields'])){$val['extra_fields'] = $extra_fields;}
|
|
| 1251 | + if (isset($val['extra_fields'])) {$val['extra_fields'] = $extra_fields; }
|
|
| 1252 | 1252 | |
| 1253 | 1253 | $name = $val['name']; |
| 1254 | 1254 | $type = $val['type']; |
| 1255 | 1255 | $is_default = $val['is_default']; |
| 1256 | 1256 | |
| 1257 | 1257 | /* field available to site admin only for edit */ |
| 1258 | - $for_admin_use = isset($val['for_admin_use']) && (int)$val['for_admin_use'] == 1 ? true : false; |
|
| 1258 | + $for_admin_use = isset($val['for_admin_use']) && (int) $val['for_admin_use'] == 1 ? true : false; |
|
| 1259 | 1259 | if ($for_admin_use && !is_super_admin()) {
|
| 1260 | 1260 | continue; |
| 1261 | 1261 | } |
@@ -1280,11 +1280,11 @@ discard block |
||
| 1280 | 1280 | * @param array $val The settings array for the field. {@see geodir_custom_field_save()}.
|
| 1281 | 1281 | * @see 'geodir_after_custom_form_field_$name' |
| 1282 | 1282 | */ |
| 1283 | - do_action('geodir_before_custom_form_field_' . $name, $listing_type, $package_id, $val);
|
|
| 1283 | + do_action('geodir_before_custom_form_field_'.$name, $listing_type, $package_id, $val);
|
|
| 1284 | 1284 | |
| 1285 | 1285 | |
| 1286 | 1286 | $custom_field = $val; |
| 1287 | - $html =''; |
|
| 1287 | + $html = ''; |
|
| 1288 | 1288 | /** |
| 1289 | 1289 | * Filter the output for custom fields. |
| 1290 | 1290 | * |
@@ -1293,7 +1293,7 @@ discard block |
||
| 1293 | 1293 | * @param string $html The html to be filtered (blank). |
| 1294 | 1294 | * @param array $custom_field The custom field array values. |
| 1295 | 1295 | */ |
| 1296 | - echo apply_filters("geodir_custom_field_input_{$type}",$html,$custom_field);
|
|
| 1296 | + echo apply_filters("geodir_custom_field_input_{$type}", $html, $custom_field);
|
|
| 1297 | 1297 | |
| 1298 | 1298 | |
| 1299 | 1299 | |
@@ -1308,7 +1308,7 @@ discard block |
||
| 1308 | 1308 | * @param array $val The settings array for the field. {@see geodir_custom_field_save()}.
|
| 1309 | 1309 | * @see 'geodir_before_custom_form_field_$name' |
| 1310 | 1310 | */ |
| 1311 | - do_action('geodir_after_custom_form_field_' . $name, $listing_type, $package_id, $val);
|
|
| 1311 | + do_action('geodir_after_custom_form_field_'.$name, $listing_type, $package_id, $val);
|
|
| 1312 | 1312 | |
| 1313 | 1313 | } |
| 1314 | 1314 | |
@@ -1334,7 +1334,7 @@ discard block |
||
| 1334 | 1334 | |
| 1335 | 1335 | $filter = $wpdb->get_row( |
| 1336 | 1336 | $wpdb->prepare( |
| 1337 | - "SELECT * FROM " . GEODIR_CUSTOM_FIELDS_TABLE . " WHERE post_type=%s AND " . $key . "='" . $value . "'", |
|
| 1337 | + "SELECT * FROM ".GEODIR_CUSTOM_FIELDS_TABLE." WHERE post_type=%s AND ".$key."='".$value."'", |
|
| 1338 | 1338 | array($geodir_post_type) |
| 1339 | 1339 | ) |
| 1340 | 1340 | ); |
@@ -1349,14 +1349,14 @@ discard block |
||
| 1349 | 1349 | } |
| 1350 | 1350 | |
| 1351 | 1351 | |
| 1352 | -function geodir_field_icon_proccess($cf){
|
|
| 1352 | +function geodir_field_icon_proccess($cf) {
|
|
| 1353 | 1353 | |
| 1354 | 1354 | |
| 1355 | 1355 | if (strpos($cf['field_icon'], 'http') !== false) {
|
| 1356 | - $field_icon = ' background: url(' . $cf['field_icon'] . ') no-repeat left center;background-size:18px 18px;padding-left: 21px;';
|
|
| 1356 | + $field_icon = ' background: url('.$cf['field_icon'].') no-repeat left center;background-size:18px 18px;padding-left: 21px;';
|
|
| 1357 | 1357 | } elseif (strpos($cf['field_icon'], 'fa fa-') !== false) {
|
| 1358 | - $field_icon = '<i class="' . $cf['field_icon'] . '"></i>'; |
|
| 1359 | - }else{
|
|
| 1358 | + $field_icon = '<i class="'.$cf['field_icon'].'"></i>'; |
|
| 1359 | + } else {
|
|
| 1360 | 1360 | $field_icon = $cf['field_icon']; |
| 1361 | 1361 | } |
| 1362 | 1362 | |
@@ -1401,14 +1401,14 @@ discard block |
||
| 1401 | 1401 | |
| 1402 | 1402 | |
| 1403 | 1403 | foreach ($fields_info as $type) {
|
| 1404 | - if(isset($type['extra_fields'])){$extra_fields= $type['extra_fields'];}
|
|
| 1404 | + if (isset($type['extra_fields'])) {$extra_fields = $type['extra_fields']; }
|
|
| 1405 | 1405 | $type = stripslashes_deep($type); // strip slashes |
| 1406 | - if(isset($type['extra_fields'])){$type['extra_fields'] = $extra_fields;}
|
|
| 1406 | + if (isset($type['extra_fields'])) {$type['extra_fields'] = $extra_fields; }
|
|
| 1407 | 1407 | $html = ''; |
| 1408 | 1408 | $field_icon = geodir_field_icon_proccess($type); |
| 1409 | 1409 | $filed_type = $type['type']; |
| 1410 | 1410 | $html_var = isset($type['htmlvar_name']) ? $type['htmlvar_name'] : ''; |
| 1411 | - if($html_var=='post'){$html_var='post_address';}
|
|
| 1411 | + if ($html_var == 'post') {$html_var = 'post_address'; }
|
|
| 1412 | 1412 | |
| 1413 | 1413 | /** |
| 1414 | 1414 | * Filter the output for custom fields. |
@@ -1419,7 +1419,7 @@ discard block |
||
| 1419 | 1419 | * @param string $fields_location The location the field is to be show. |
| 1420 | 1420 | * @param array $type The array of field values. |
| 1421 | 1421 | */ |
| 1422 | - $html = apply_filters("geodir_custom_field_output_{$filed_type}",$html,$fields_location,$type);
|
|
| 1422 | + $html = apply_filters("geodir_custom_field_output_{$filed_type}", $html, $fields_location, $type);
|
|
| 1423 | 1423 | |
| 1424 | 1424 | $variables_array = array(); |
| 1425 | 1425 | |
@@ -1479,7 +1479,7 @@ discard block |
||
| 1479 | 1479 | * @param string $fields_location The location the fields are being output. |
| 1480 | 1480 | * @since 1.6.9 |
| 1481 | 1481 | */ |
| 1482 | - return apply_filters('geodir_show_listing_info',$html,$fields_location);
|
|
| 1482 | + return apply_filters('geodir_show_listing_info', $html, $fields_location);
|
|
| 1483 | 1483 | |
| 1484 | 1484 | } |
| 1485 | 1485 | } |
@@ -1554,7 +1554,7 @@ discard block |
||
| 1554 | 1554 | |
| 1555 | 1555 | $post_type = get_post_type($post_id); |
| 1556 | 1556 | //echo $field_id; exit; |
| 1557 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 1557 | + $table = $plugin_prefix.$post_type.'_detail'; |
|
| 1558 | 1558 | |
| 1559 | 1559 | $postcurr_images = array(); |
| 1560 | 1560 | $postcurr_images = geodir_get_post_meta($post_id, $field_id, true); |
@@ -1573,13 +1573,13 @@ discard block |
||
| 1573 | 1573 | $geodir_uploadurl = $uploads['url']; |
| 1574 | 1574 | $sub_dir = $uploads['subdir']; |
| 1575 | 1575 | |
| 1576 | - $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'] : '';
|
|
| 1576 | + $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'] : '';
|
|
| 1577 | 1577 | |
| 1578 | 1578 | for ($m = 0; $m < count($post_image); $m++) {
|
| 1579 | 1579 | |
| 1580 | 1580 | /* --------- start ------- */ |
| 1581 | 1581 | |
| 1582 | - 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)))) {
|
|
| 1582 | + 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)))) {
|
|
| 1583 | 1583 | |
| 1584 | 1584 | |
| 1585 | 1585 | $curr_img_url = $post_image[$m]; |
@@ -1605,24 +1605,24 @@ discard block |
||
| 1605 | 1605 | //$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');
|
| 1606 | 1606 | |
| 1607 | 1607 | if (!function_exists('wp_handle_upload'))
|
| 1608 | - require_once(ABSPATH . 'wp-admin/includes/file.php'); |
|
| 1608 | + require_once(ABSPATH.'wp-admin/includes/file.php'); |
|
| 1609 | 1609 | |
| 1610 | 1610 | if (!is_dir($geodir_uploadpath)) |
| 1611 | 1611 | mkdir($geodir_uploadpath); |
| 1612 | 1612 | |
| 1613 | - $new_name = $post_id . '_' . $field_id . '_' . $img_name_arr[0] . '.' . $img_name_arr[1]; |
|
| 1613 | + $new_name = $post_id.'_'.$field_id.'_'.$img_name_arr[0].'.'.$img_name_arr[1]; |
|
| 1614 | 1614 | $explode_sub_dir = explode("/", $sub_dir);
|
| 1615 | 1615 | if ($curr_img_dir == end($explode_sub_dir)) {
|
| 1616 | - $img_path = $geodir_uploadpath . '/' . $filename; |
|
| 1617 | - $img_url = $geodir_uploadurl . '/' . $filename; |
|
| 1616 | + $img_path = $geodir_uploadpath.'/'.$filename; |
|
| 1617 | + $img_url = $geodir_uploadurl.'/'.$filename; |
|
| 1618 | 1618 | } else {
|
| 1619 | - $img_path = $uploads_dir . '/temp_' . $current_user->data->ID . '/' . $filename; |
|
| 1620 | - $img_url = $uploads['url'] . '/temp_' . $current_user->data->ID . '/' . $filename; |
|
| 1619 | + $img_path = $uploads_dir.'/temp_'.$current_user->data->ID.'/'.$filename; |
|
| 1620 | + $img_url = $uploads['url'].'/temp_'.$current_user->data->ID.'/'.$filename; |
|
| 1621 | 1621 | } |
| 1622 | 1622 | |
| 1623 | 1623 | $uploaded_file = ''; |
| 1624 | 1624 | if (file_exists($img_path)) |
| 1625 | - $uploaded_file = copy($img_path, $geodir_uploadpath . '/' . $new_name); |
|
| 1625 | + $uploaded_file = copy($img_path, $geodir_uploadpath.'/'.$new_name); |
|
| 1626 | 1626 | |
| 1627 | 1627 | if ($curr_img_dir != $geodir_uploaddir) {
|
| 1628 | 1628 | if (file_exists($img_path)) |
@@ -1630,7 +1630,7 @@ discard block |
||
| 1630 | 1630 | } |
| 1631 | 1631 | |
| 1632 | 1632 | if (!empty($uploaded_file)) |
| 1633 | - $file_urls = $geodir_uploadurl . '/' . $new_name; |
|
| 1633 | + $file_urls = $geodir_uploadurl.'/'.$new_name; |
|
| 1634 | 1634 | |
| 1635 | 1635 | } else {
|
| 1636 | 1636 | $file_urls = $post_image[$m]; |
@@ -1644,8 +1644,8 @@ discard block |
||
| 1644 | 1644 | if (!empty($postcurr_images)) {
|
| 1645 | 1645 | |
| 1646 | 1646 | if ($file_urls != $postcurr_images) {
|
| 1647 | - $invalid_files[] = (object)array('src' => $postcurr_images);
|
|
| 1648 | - $invalid_files = (object)$invalid_files; |
|
| 1647 | + $invalid_files[] = (object) array('src' => $postcurr_images);
|
|
| 1648 | + $invalid_files = (object) $invalid_files; |
|
| 1649 | 1649 | } |
| 1650 | 1650 | } |
| 1651 | 1651 | |
@@ -1697,9 +1697,9 @@ discard block |
||
| 1697 | 1697 | function geodir_upload_dir($upload) |
| 1698 | 1698 | {
|
| 1699 | 1699 | global $current_user; |
| 1700 | - $upload['subdir'] = $upload['subdir'] . '/temp_' . $current_user->data->ID; |
|
| 1701 | - $upload['path'] = $upload['basedir'] . $upload['subdir']; |
|
| 1702 | - $upload['url'] = $upload['baseurl'] . $upload['subdir']; |
|
| 1700 | + $upload['subdir'] = $upload['subdir'].'/temp_'.$current_user->data->ID; |
|
| 1701 | + $upload['path'] = $upload['basedir'].$upload['subdir']; |
|
| 1702 | + $upload['url'] = $upload['baseurl'].$upload['subdir']; |
|
| 1703 | 1703 | return $upload; |
| 1704 | 1704 | } |
| 1705 | 1705 | |
@@ -1714,20 +1714,20 @@ discard block |
||
| 1714 | 1714 | // check ajax nonce |
| 1715 | 1715 | $imgid = $_POST["imgid"]; |
| 1716 | 1716 | |
| 1717 | - check_ajax_referer($imgid . 'pluploadan'); |
|
| 1717 | + check_ajax_referer($imgid.'pluploadan'); |
|
| 1718 | 1718 | |
| 1719 | 1719 | // handle custom file uploaddir |
| 1720 | 1720 | add_filter('upload_dir', 'geodir_upload_dir');
|
| 1721 | 1721 | |
| 1722 | 1722 | // change file orientation if needed |
| 1723 | - $fixed_file = geodir_exif($_FILES[$imgid . 'async-upload']); |
|
| 1723 | + $fixed_file = geodir_exif($_FILES[$imgid.'async-upload']); |
|
| 1724 | 1724 | |
| 1725 | 1725 | // handle file upload |
| 1726 | 1726 | $status = wp_handle_upload($fixed_file, array('test_form' => true, 'action' => 'plupload_action'));
|
| 1727 | 1727 | // remove handle custom file uploaddir |
| 1728 | 1728 | remove_filter('upload_dir', 'geodir_upload_dir');
|
| 1729 | 1729 | |
| 1730 | - if(!isset($status['url']) && isset($status['error'])){
|
|
| 1730 | + if (!isset($status['url']) && isset($status['error'])) {
|
|
| 1731 | 1731 | print_r($status); |
| 1732 | 1732 | } |
| 1733 | 1733 | |
@@ -1757,9 +1757,9 @@ discard block |
||
| 1757 | 1757 | |
| 1758 | 1758 | $post_type = get_post_type($post_id); |
| 1759 | 1759 | |
| 1760 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 1760 | + $table = $plugin_prefix.$post_type.'_detail'; |
|
| 1761 | 1761 | |
| 1762 | - $results = $wpdb->get_results($wpdb->prepare("SELECT geodir_video FROM " . $table . " WHERE post_id=%d", array($post_id)));
|
|
| 1762 | + $results = $wpdb->get_results($wpdb->prepare("SELECT geodir_video FROM ".$table." WHERE post_id=%d", array($post_id)));
|
|
| 1763 | 1763 | |
| 1764 | 1764 | if ($results) {
|
| 1765 | 1765 | return $results[0]->geodir_video; |
@@ -1783,9 +1783,9 @@ discard block |
||
| 1783 | 1783 | |
| 1784 | 1784 | $post_type = get_post_type($post_id); |
| 1785 | 1785 | |
| 1786 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 1786 | + $table = $plugin_prefix.$post_type.'_detail'; |
|
| 1787 | 1787 | |
| 1788 | - $results = $wpdb->get_results($wpdb->prepare("SELECT geodir_special_offers FROM " . $table . " WHERE post_id=%d", array($post_id)));
|
|
| 1788 | + $results = $wpdb->get_results($wpdb->prepare("SELECT geodir_special_offers FROM ".$table." WHERE post_id=%d", array($post_id)));
|
|
| 1789 | 1789 | |
| 1790 | 1790 | if ($results) {
|
| 1791 | 1791 | return $results[0]->geodir_special_offers; |
@@ -1803,12 +1803,12 @@ discard block |
||
| 1803 | 1803 | */ |
| 1804 | 1804 | function geodir_max_upload_size() |
| 1805 | 1805 | {
|
| 1806 | - $max_filesize = (float)get_option('geodir_upload_max_filesize', 2);
|
|
| 1806 | + $max_filesize = (float) get_option('geodir_upload_max_filesize', 2);
|
|
| 1807 | 1807 | |
| 1808 | 1808 | if ($max_filesize > 0 && $max_filesize < 1) {
|
| 1809 | - $max_filesize = (int)($max_filesize * 1024) . 'kb'; |
|
| 1809 | + $max_filesize = (int) ($max_filesize * 1024).'kb'; |
|
| 1810 | 1810 | } else {
|
| 1811 | - $max_filesize = $max_filesize > 0 ? $max_filesize . 'mb' : '2mb'; |
|
| 1811 | + $max_filesize = $max_filesize > 0 ? $max_filesize.'mb' : '2mb'; |
|
| 1812 | 1812 | } |
| 1813 | 1813 | /** Filter documented in geodirectory-functions/general_functions.php **/ |
| 1814 | 1814 | return apply_filters('geodir_default_image_upload_size_limit', $max_filesize);
|
@@ -1840,7 +1840,7 @@ discard block |
||
| 1840 | 1840 | |
| 1841 | 1841 | $custom_fields = $wpdb->get_results( |
| 1842 | 1842 | $wpdb->prepare( |
| 1843 | - "select post_type,data_type,field_type,site_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", |
|
| 1843 | + "select post_type,data_type,field_type,site_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", |
|
| 1844 | 1844 | array($post_type) |
| 1845 | 1845 | ), 'ARRAY_A' |
| 1846 | 1846 | ); |
@@ -1967,7 +1967,7 @@ discard block |
||
| 1967 | 1967 | |
| 1968 | 1968 | $post_meta_info = $wpdb->query( |
| 1969 | 1969 | $wpdb->prepare( |
| 1970 | - "update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 1970 | + "update ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." set |
|
| 1971 | 1971 | sort_order=%d |
| 1972 | 1972 | where id= %d", |
| 1973 | 1973 | array($count, $cf) |
@@ -2049,14 +2049,14 @@ discard block |
||
| 2049 | 2049 | |
| 2050 | 2050 | $check_html_variable = $wpdb->get_var( |
| 2051 | 2051 | $wpdb->prepare( |
| 2052 | - "select htmlvar_name from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where htmlvar_name = %s and post_type = %s and field_type=%s ", |
|
| 2052 | + "select htmlvar_name from ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." where htmlvar_name = %s and post_type = %s and field_type=%s ", |
|
| 2053 | 2053 | array($cehhtmlvar_name, $post_type, $field_type) |
| 2054 | 2054 | ) |
| 2055 | 2055 | ); |
| 2056 | 2056 | |
| 2057 | 2057 | if ($is_default == 1) {
|
| 2058 | 2058 | |
| 2059 | - $wpdb->query($wpdb->prepare("update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set is_default='0', default_order='' where post_type = %s", array($post_type)));
|
|
| 2059 | + $wpdb->query($wpdb->prepare("update ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." set is_default='0', default_order='' where post_type = %s", array($post_type)));
|
|
| 2060 | 2060 | |
| 2061 | 2061 | } |
| 2062 | 2062 | |
@@ -2067,7 +2067,7 @@ discard block |
||
| 2067 | 2067 | |
| 2068 | 2068 | $wpdb->prepare( |
| 2069 | 2069 | |
| 2070 | - "insert into " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 2070 | + "insert into ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." set |
|
| 2071 | 2071 | post_type = %s, |
| 2072 | 2072 | data_type = %s, |
| 2073 | 2073 | field_type = %s, |
@@ -2098,7 +2098,7 @@ discard block |
||
| 2098 | 2098 | |
| 2099 | 2099 | $wpdb->prepare( |
| 2100 | 2100 | |
| 2101 | - "update " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " set |
|
| 2101 | + "update ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." set |
|
| 2102 | 2102 | post_type = %s, |
| 2103 | 2103 | data_type = %s, |
| 2104 | 2104 | field_type = %s, |
@@ -2124,7 +2124,7 @@ discard block |
||
| 2124 | 2124 | } |
| 2125 | 2125 | |
| 2126 | 2126 | |
| 2127 | - return (int)$lastid; |
|
| 2127 | + return (int) $lastid; |
|
| 2128 | 2128 | |
| 2129 | 2129 | } |
| 2130 | 2130 | } |
@@ -2147,7 +2147,7 @@ discard block |
||
| 2147 | 2147 | if ($field_id != '') {
|
| 2148 | 2148 | $cf = trim($field_id, '_'); |
| 2149 | 2149 | |
| 2150 | - $wpdb->query($wpdb->prepare("delete from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where id= %d ", array($cf)));
|
|
| 2150 | + $wpdb->query($wpdb->prepare("delete from ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." where id= %d ", array($cf)));
|
|
| 2151 | 2151 | |
| 2152 | 2152 | return $field_id; |
| 2153 | 2153 | |
@@ -2170,12 +2170,12 @@ discard block |
||
| 2170 | 2170 | * @param string $field_ins_upd When set to "submit" displays form. |
| 2171 | 2171 | * @param bool $default when set to true field will be for admin use only. |
| 2172 | 2172 | */ |
| 2173 | - function geodir_custom_sort_field_adminhtml($field_type, $result_str, $field_ins_upd = '', $field_type_key='') |
|
| 2173 | + function geodir_custom_sort_field_adminhtml($field_type, $result_str, $field_ins_upd = '', $field_type_key = '') |
|
| 2174 | 2174 | {
|
| 2175 | 2175 | global $wpdb; |
| 2176 | 2176 | $cf = $result_str; |
| 2177 | 2177 | if (!is_object($cf)) {
|
| 2178 | - $field_info = $wpdb->get_row($wpdb->prepare("SELECT * FROM " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " WHERE id = %d", array($cf)));
|
|
| 2178 | + $field_info = $wpdb->get_row($wpdb->prepare("SELECT * FROM ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." WHERE id = %d", array($cf)));
|
|
| 2179 | 2179 | } else {
|
| 2180 | 2180 | $field_info = $cf; |
| 2181 | 2181 | $result_str = $cf->id; |
@@ -2211,18 +2211,18 @@ discard block |
||
| 2211 | 2211 | if ($htmlvar_name == '') |
| 2212 | 2212 | $htmlvar_name = isset($field_info->htmlvar_name) ? $field_info->htmlvar_name : ''; |
| 2213 | 2213 | |
| 2214 | - $nonce = wp_create_nonce('custom_fields_' . $result_str);
|
|
| 2214 | + $nonce = wp_create_nonce('custom_fields_'.$result_str);
|
|
| 2215 | 2215 | |
| 2216 | 2216 | $field_icon = '<i class="fa fa-cog" aria-hidden="true"></i>'; |
| 2217 | 2217 | $cso_arr = geodir_get_custom_sort_options($post_type); |
| 2218 | 2218 | |
| 2219 | 2219 | $cur_field_type = (isset($cf->field_type)) ? $cf->field_type : esc_html($_REQUEST['field_type']); |
| 2220 | - foreach($cso_arr as $cso){
|
|
| 2221 | - if($cur_field_type==$cso['field_type']){
|
|
| 2220 | + foreach ($cso_arr as $cso) {
|
|
| 2221 | + if ($cur_field_type == $cso['field_type']) {
|
|
| 2222 | 2222 | |
| 2223 | 2223 | if (isset($cso['field_icon']) && strpos($cso['field_icon'], 'fa fa-') !== false) {
|
| 2224 | 2224 | $field_icon = '<i class="'.$cso['field_icon'].'" aria-hidden="true"></i>'; |
| 2225 | - }elseif(isset($cso['field_icon']) && $cso['field_icon']){
|
|
| 2225 | + }elseif (isset($cso['field_icon']) && $cso['field_icon']) {
|
|
| 2226 | 2226 | $field_icon = '<b style="background-image: url("'.$cso['field_icon'].'")"></b>';
|
| 2227 | 2227 | } |
| 2228 | 2228 | |
@@ -2232,40 +2232,40 @@ discard block |
||
| 2232 | 2232 | $radio_id = (isset($field_info->htmlvar_name)) ? $field_info->htmlvar_name.$field_type : rand(5, 500); |
| 2233 | 2233 | ?> |
| 2234 | 2234 | |
| 2235 | - <li class="text" id="licontainer_<?php echo $result_str;?>"> |
|
| 2235 | + <li class="text" id="licontainer_<?php echo $result_str; ?>"> |
|
| 2236 | 2236 | <form><!-- we need to wrap in a form so we can use radio buttons with same name --> |
| 2237 | - <div class="title title<?php echo $result_str;?> gt-fieldset" |
|
| 2238 | - title="<?php _e('Double Click to toggle and drag-drop to sort', 'geodirectory');?>"
|
|
| 2239 | - ondblclick="show_hide('field_frm<?php echo $result_str;?>')">
|
|
| 2237 | + <div class="title title<?php echo $result_str; ?> gt-fieldset" |
|
| 2238 | + title="<?php _e('Double Click to toggle and drag-drop to sort', 'geodirectory'); ?>"
|
|
| 2239 | + ondblclick="show_hide('field_frm<?php echo $result_str; ?>')">
|
|
| 2240 | 2240 | <?php |
| 2241 | 2241 | |
| 2242 | 2242 | ?> |
| 2243 | 2243 | |
| 2244 | - <div title="<?php _e('Click to remove field', 'geodirectory');?>"
|
|
| 2245 | - onclick="delete_sort_field('<?php echo $result_str;?>', '<?php echo $nonce;?>', this)"
|
|
| 2244 | + <div title="<?php _e('Click to remove field', 'geodirectory'); ?>"
|
|
| 2245 | + onclick="delete_sort_field('<?php echo $result_str; ?>', '<?php echo $nonce; ?>', this)"
|
|
| 2246 | 2246 | class="handlediv close"><i class="fa fa-times" aria-hidden="true"></i></div> |
| 2247 | 2247 | |
| 2248 | 2248 | |
| 2249 | - <?php echo $field_icon;?> |
|
| 2249 | + <?php echo $field_icon; ?> |
|
| 2250 | 2250 | <b style="cursor:pointer;" |
| 2251 | - onclick="show_hide('field_frm<?php echo $result_str;?>')"><?php echo geodir_ucwords(__('Field:', 'geodirectory') . ' (' . $site_title . ')');?></b>
|
|
| 2251 | + onclick="show_hide('field_frm<?php echo $result_str; ?>')"><?php echo geodir_ucwords(__('Field:', 'geodirectory').' ('.$site_title.')'); ?></b>
|
|
| 2252 | 2252 | |
| 2253 | 2253 | </div> |
| 2254 | 2254 | |
| 2255 | - <div id="field_frm<?php echo $result_str;?>" class="field_frm" |
|
| 2255 | + <div id="field_frm<?php echo $result_str; ?>" class="field_frm" |
|
| 2256 | 2256 | style="display:<?php if ($field_ins_upd == 'submit') {
|
| 2257 | 2257 | echo 'block;'; |
| 2258 | 2258 | } else {
|
| 2259 | 2259 | echo 'none;'; |
| 2260 | 2260 | } ?>"> |
| 2261 | 2261 | <input type="hidden" name="_wpnonce" value="<?php echo $nonce; ?>"/> |
| 2262 | - <input type="hidden" name="listing_type" id="listing_type" value="<?php echo $post_type;?>"/> |
|
| 2263 | - <input type="hidden" name="field_type" id="field_type" value="<?php echo $field_type;?>"/> |
|
| 2264 | - <input type="hidden" name="field_id" id="field_id" value="<?php echo $result_str;?>"/> |
|
| 2262 | + <input type="hidden" name="listing_type" id="listing_type" value="<?php echo $post_type; ?>"/> |
|
| 2263 | + <input type="hidden" name="field_type" id="field_type" value="<?php echo $field_type; ?>"/> |
|
| 2264 | + <input type="hidden" name="field_id" id="field_id" value="<?php echo $result_str; ?>"/> |
|
| 2265 | 2265 | <input type="hidden" name="data_type" id="data_type" value="<?php if (isset($field_info->data_type)) {
|
| 2266 | 2266 | echo $field_info->data_type; |
| 2267 | 2267 | }?>"/> |
| 2268 | - <input type="hidden" name="htmlvar_name" id="htmlvar_name" value="<?php echo $htmlvar_name;?>"/> |
|
| 2268 | + <input type="hidden" name="htmlvar_name" id="htmlvar_name" value="<?php echo $htmlvar_name; ?>"/> |
|
| 2269 | 2269 | |
| 2270 | 2270 | |
| 2271 | 2271 | <ul class="widefat post fixed" border="0" style="width:100%;"> |
@@ -2275,7 +2275,7 @@ discard block |
||
| 2275 | 2275 | <input type="hidden" name="site_title" id="site_title" value="<?php echo esc_attr($site_title); ?>"/> |
| 2276 | 2276 | |
| 2277 | 2277 | <li> |
| 2278 | - <?php $value = (isset($field_info->sort_asc) && $field_info->sort_asc) ? $field_info->sort_asc : 0;?> |
|
| 2278 | + <?php $value = (isset($field_info->sort_asc) && $field_info->sort_asc) ? $field_info->sort_asc : 0; ?> |
|
| 2279 | 2279 | |
| 2280 | 2280 | <label for="asc" class="gd-cf-tooltip-wrap"> |
| 2281 | 2281 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Show Ascending Sort (low to high)', 'geodirectory'); ?>
|
@@ -2285,24 +2285,24 @@ discard block |
||
| 2285 | 2285 | </label> |
| 2286 | 2286 | <div class="gd-cf-input-wrap gd-switch"> |
| 2287 | 2287 | |
| 2288 | - <input type="radio" id="asc_yes<?php echo $radio_id;?>" name="asc" class="gdri-enabled" value="1" |
|
| 2288 | + <input type="radio" id="asc_yes<?php echo $radio_id; ?>" name="asc" class="gdri-enabled" value="1" |
|
| 2289 | 2289 | <?php if ($value == '1') {
|
| 2290 | 2290 | echo 'checked'; |
| 2291 | 2291 | } ?>/> |
| 2292 | - <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>
|
|
| 2292 | + <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>
|
|
| 2293 | 2293 | |
| 2294 | - <input type="radio" id="asc_no<?php echo $radio_id;?>" name="asc" class="gdri-disabled" value="0" |
|
| 2294 | + <input type="radio" id="asc_no<?php echo $radio_id; ?>" name="asc" class="gdri-disabled" value="0" |
|
| 2295 | 2295 | <?php if ($value == '0' || !$value) {
|
| 2296 | 2296 | echo 'checked'; |
| 2297 | 2297 | } ?>/> |
| 2298 | - <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>
|
|
| 2298 | + <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>
|
|
| 2299 | 2299 | |
| 2300 | 2300 | </div> |
| 2301 | 2301 | |
| 2302 | 2302 | </li> |
| 2303 | 2303 | |
| 2304 | - <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;'";}?>>
|
|
| 2305 | - <?php $value = (isset($field_info->asc_title) && $field_info->asc_title) ? esc_attr($field_info->asc_title) : '';?> |
|
| 2304 | + <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;'"; }?>>
|
|
| 2305 | + <?php $value = (isset($field_info->asc_title) && $field_info->asc_title) ? esc_attr($field_info->asc_title) : ''; ?> |
|
| 2306 | 2306 | |
| 2307 | 2307 | <label for="asc_title" class="gd-cf-tooltip-wrap"> |
| 2308 | 2308 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Ascending title', 'geodirectory'); ?>
|
@@ -2312,14 +2312,14 @@ discard block |
||
| 2312 | 2312 | </label> |
| 2313 | 2313 | <div class="gd-cf-input-wrap"> |
| 2314 | 2314 | |
| 2315 | - <input type="text" name="asc_title" id="asc_title" value="<?php echo $value;?>" /> |
|
| 2315 | + <input type="text" name="asc_title" id="asc_title" value="<?php echo $value; ?>" /> |
|
| 2316 | 2316 | </div> |
| 2317 | 2317 | |
| 2318 | 2318 | |
| 2319 | 2319 | </li> |
| 2320 | 2320 | |
| 2321 | 2321 | |
| 2322 | - <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;'";}?>>
|
|
| 2322 | + <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;'"; }?>>
|
|
| 2323 | 2323 | |
| 2324 | 2324 | <label for="is_default" class="gd-cf-tooltip-wrap"> |
| 2325 | 2325 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Default sort?', 'geodirectory'); ?>
|
@@ -2330,7 +2330,7 @@ discard block |
||
| 2330 | 2330 | <div class="gd-cf-input-wrap"> |
| 2331 | 2331 | |
| 2332 | 2332 | <input type="radio" name="is_default" |
| 2333 | - value="<?php echo $htmlvar_name; ?>_asc" <?php if (isset($field_info->default_order) && $field_info->default_order == $htmlvar_name . '_asc') {
|
|
| 2333 | + value="<?php echo $htmlvar_name; ?>_asc" <?php if (isset($field_info->default_order) && $field_info->default_order == $htmlvar_name.'_asc') {
|
|
| 2334 | 2334 | echo 'checked="checked"'; |
| 2335 | 2335 | } ?>/> |
| 2336 | 2336 | </div> |
@@ -2340,7 +2340,7 @@ discard block |
||
| 2340 | 2340 | |
| 2341 | 2341 | |
| 2342 | 2342 | <li> |
| 2343 | - <?php $value = (isset($field_info->sort_desc) && $field_info->sort_desc) ? $field_info->sort_desc : 0;?> |
|
| 2343 | + <?php $value = (isset($field_info->sort_desc) && $field_info->sort_desc) ? $field_info->sort_desc : 0; ?> |
|
| 2344 | 2344 | |
| 2345 | 2345 | <label for="desc" class="gd-cf-tooltip-wrap"> |
| 2346 | 2346 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Show Descending Sort (high to low)', 'geodirectory'); ?>
|
@@ -2350,24 +2350,24 @@ discard block |
||
| 2350 | 2350 | </label> |
| 2351 | 2351 | <div class="gd-cf-input-wrap gd-switch"> |
| 2352 | 2352 | |
| 2353 | - <input type="radio" id="desc_yes<?php echo $radio_id;?>" name="desc" class="gdri-enabled" value="1" |
|
| 2353 | + <input type="radio" id="desc_yes<?php echo $radio_id; ?>" name="desc" class="gdri-enabled" value="1" |
|
| 2354 | 2354 | <?php if ($value == '1') {
|
| 2355 | 2355 | echo 'checked'; |
| 2356 | 2356 | } ?>/> |
| 2357 | - <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>
|
|
| 2357 | + <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>
|
|
| 2358 | 2358 | |
| 2359 | - <input type="radio" id="desc_no<?php echo $radio_id;?>" name="desc" class="gdri-disabled" value="0" |
|
| 2359 | + <input type="radio" id="desc_no<?php echo $radio_id; ?>" name="desc" class="gdri-disabled" value="0" |
|
| 2360 | 2360 | <?php if ($value == '0' || !$value) {
|
| 2361 | 2361 | echo 'checked'; |
| 2362 | 2362 | } ?>/> |
| 2363 | - <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>
|
|
| 2363 | + <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>
|
|
| 2364 | 2364 | |
| 2365 | 2365 | </div> |
| 2366 | 2366 | |
| 2367 | 2367 | </li> |
| 2368 | 2368 | |
| 2369 | - <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;'";}?>>
|
|
| 2370 | - <?php $value = (isset($field_info->desc_title) && $field_info->desc_title) ? esc_attr($field_info->desc_title) : '';?> |
|
| 2369 | + <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;'"; }?>>
|
|
| 2370 | + <?php $value = (isset($field_info->desc_title) && $field_info->desc_title) ? esc_attr($field_info->desc_title) : ''; ?> |
|
| 2371 | 2371 | |
| 2372 | 2372 | <label for="desc_title" class="gd-cf-tooltip-wrap"> |
| 2373 | 2373 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Descending title', 'geodirectory'); ?>
|
@@ -2377,13 +2377,13 @@ discard block |
||
| 2377 | 2377 | </label> |
| 2378 | 2378 | <div class="gd-cf-input-wrap"> |
| 2379 | 2379 | |
| 2380 | - <input type="text" name="desc_title" id="desc_title" value="<?php echo $value;?>" /> |
|
| 2380 | + <input type="text" name="desc_title" id="desc_title" value="<?php echo $value; ?>" /> |
|
| 2381 | 2381 | </div> |
| 2382 | 2382 | |
| 2383 | 2383 | |
| 2384 | 2384 | </li> |
| 2385 | 2385 | |
| 2386 | - <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;'";}?>>
|
|
| 2386 | + <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;'"; }?>>
|
|
| 2387 | 2387 | |
| 2388 | 2388 | <label for="is_default" class="gd-cf-tooltip-wrap"> |
| 2389 | 2389 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Default sort?', 'geodirectory'); ?>
|
@@ -2394,7 +2394,7 @@ discard block |
||
| 2394 | 2394 | <div class="gd-cf-input-wrap"> |
| 2395 | 2395 | |
| 2396 | 2396 | <input type="radio" name="is_default" |
| 2397 | - value="<?php echo $htmlvar_name; ?>_desc" <?php if (isset($field_info->default_order) && $field_info->default_order == $htmlvar_name . '_desc') {
|
|
| 2397 | + value="<?php echo $htmlvar_name; ?>_desc" <?php if (isset($field_info->default_order) && $field_info->default_order == $htmlvar_name.'_desc') {
|
|
| 2398 | 2398 | echo 'checked="checked"'; |
| 2399 | 2399 | } ?>/> |
| 2400 | 2400 | </div> |
@@ -2419,14 +2419,14 @@ discard block |
||
| 2419 | 2419 | </label> |
| 2420 | 2420 | <div class="gd-cf-input-wrap"> |
| 2421 | 2421 | |
| 2422 | - <input type="text" name="site_title" id="site_title" value="<?php echo $value;?>" /> |
|
| 2422 | + <input type="text" name="site_title" id="site_title" value="<?php echo $value; ?>" /> |
|
| 2423 | 2423 | </div> |
| 2424 | 2424 | |
| 2425 | 2425 | |
| 2426 | 2426 | </li> |
| 2427 | 2427 | |
| 2428 | 2428 | <li> |
| 2429 | - <?php $value = (isset($field_info->is_default) && $field_info->is_default) ? esc_attr($field_info->is_default) : '';?> |
|
| 2429 | + <?php $value = (isset($field_info->is_default) && $field_info->is_default) ? esc_attr($field_info->is_default) : ''; ?> |
|
| 2430 | 2430 | |
| 2431 | 2431 | <label for="is_default" class="gd-cf-tooltip-wrap"> |
| 2432 | 2432 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Default sort?', 'geodirectory'); ?>
|
@@ -2450,7 +2450,7 @@ discard block |
||
| 2450 | 2450 | |
| 2451 | 2451 | |
| 2452 | 2452 | <li> |
| 2453 | - <?php $value = (isset($field_info->is_active) && $field_info->is_active) ? $field_info->is_active: 0;?> |
|
| 2453 | + <?php $value = (isset($field_info->is_active) && $field_info->is_active) ? $field_info->is_active : 0; ?> |
|
| 2454 | 2454 | |
| 2455 | 2455 | <label for="is_active" class="gd-cf-tooltip-wrap"> |
| 2456 | 2456 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Is active', 'geodirectory'); ?>
|
@@ -2460,17 +2460,17 @@ discard block |
||
| 2460 | 2460 | </label> |
| 2461 | 2461 | <div class="gd-cf-input-wrap gd-switch"> |
| 2462 | 2462 | |
| 2463 | - <input type="radio" id="is_active_yes<?php echo $radio_id;?>" name="is_active" class="gdri-enabled" value="1" |
|
| 2463 | + <input type="radio" id="is_active_yes<?php echo $radio_id; ?>" name="is_active" class="gdri-enabled" value="1" |
|
| 2464 | 2464 | <?php if ($value == '1') {
|
| 2465 | 2465 | echo 'checked'; |
| 2466 | 2466 | } ?>/> |
| 2467 | - <label for="is_active_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 2467 | + <label for="is_active_yes<?php echo $radio_id; ?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 2468 | 2468 | |
| 2469 | - <input type="radio" id="is_active_no<?php echo $radio_id;?>" name="is_active" class="gdri-disabled" value="0" |
|
| 2469 | + <input type="radio" id="is_active_no<?php echo $radio_id; ?>" name="is_active" class="gdri-disabled" value="0" |
|
| 2470 | 2470 | <?php if ($value == '0' || !$value) {
|
| 2471 | 2471 | echo 'checked'; |
| 2472 | 2472 | } ?>/> |
| 2473 | - <label for="is_active_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 2473 | + <label for="is_active_no<?php echo $radio_id; ?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 2474 | 2474 | |
| 2475 | 2475 | </div> |
| 2476 | 2476 | |
@@ -2491,10 +2491,10 @@ discard block |
||
| 2491 | 2491 | <h3></h3> |
| 2492 | 2492 | </label> |
| 2493 | 2493 | <div class="gd-cf-input-wrap"> |
| 2494 | - <input type="button" class="button button-primary" name="save" id="save" value="<?php echo esc_attr(__('Save','geodirectory'));?>"
|
|
| 2494 | + <input type="button" class="button button-primary" name="save" id="save" value="<?php echo esc_attr(__('Save', 'geodirectory')); ?>"
|
|
| 2495 | 2495 | onclick="save_sort_field('<?php echo esc_attr($result_str); ?>')"/>
|
| 2496 | - <a href="javascript:void(0)"><input type="button" name="delete" value="<?php echo esc_attr(__('Delete','geodirectory'));?>"
|
|
| 2497 | - onclick="delete_sort_field('<?php echo $result_str;?>', '<?php echo $nonce;?>', this)"
|
|
| 2496 | + <a href="javascript:void(0)"><input type="button" name="delete" value="<?php echo esc_attr(__('Delete', 'geodirectory')); ?>"
|
|
| 2497 | + onclick="delete_sort_field('<?php echo $result_str; ?>', '<?php echo $nonce; ?>', this)"
|
|
| 2498 | 2498 | class="button"/></a> |
| 2499 | 2499 | </div> |
| 2500 | 2500 | </li> |
@@ -2529,7 +2529,7 @@ discard block |
||
| 2529 | 2529 | if (!$package_id || !$field_name || !$post_type) {
|
| 2530 | 2530 | return true; |
| 2531 | 2531 | } |
| 2532 | - $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));
|
|
| 2532 | + $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));
|
|
| 2533 | 2533 | |
| 2534 | 2534 | if ($wpdb->get_var($sql)) {
|
| 2535 | 2535 | return true; |
@@ -2652,13 +2652,13 @@ discard block |
||
| 2652 | 2652 | } |
| 2653 | 2653 | |
| 2654 | 2654 | |
| 2655 | -function geodir_cfa_data_type_text($output,$result_str,$cf,$field_info){
|
|
| 2655 | +function geodir_cfa_data_type_text($output, $result_str, $cf, $field_info) {
|
|
| 2656 | 2656 | ob_start(); |
| 2657 | 2657 | |
| 2658 | 2658 | $dt_value = ''; |
| 2659 | 2659 | if (isset($field_info->data_type)) {
|
| 2660 | 2660 | $dt_value = esc_attr($field_info->data_type); |
| 2661 | - }elseif(isset($cf['defaults']['data_type']) && $cf['defaults']['data_type']){
|
|
| 2661 | + }elseif (isset($cf['defaults']['data_type']) && $cf['defaults']['data_type']) {
|
|
| 2662 | 2662 | $dt_value = $cf['defaults']['data_type']; |
| 2663 | 2663 | } |
| 2664 | 2664 | ?> |
@@ -2669,15 +2669,15 @@ discard block |
||
| 2669 | 2669 | <select name="data_type" id="data_type" |
| 2670 | 2670 | onchange="javascript:gd_data_type_changed(this, '<?php echo $result_str; ?>');"> |
| 2671 | 2671 | <option |
| 2672 | - value="XVARCHAR" <?php if ($dt_value == 'VARCHAR') {
|
|
| 2672 | + value="XVARCHAR" <?php if ($dt_value == 'VARCHAR') {
|
|
| 2673 | 2673 | echo 'selected="selected"'; |
| 2674 | 2674 | } ?>><?php _e('CHARACTER', 'geodirectory'); ?></option>
|
| 2675 | 2675 | <option |
| 2676 | - value="INT" <?php if ($dt_value == 'INT') {
|
|
| 2676 | + value="INT" <?php if ($dt_value == 'INT') {
|
|
| 2677 | 2677 | echo 'selected="selected"'; |
| 2678 | 2678 | } ?>><?php _e('NUMBER', 'geodirectory'); ?></option>
|
| 2679 | 2679 | <option |
| 2680 | - value="FLOAT" <?php if ($dt_value == 'FLOAT') {
|
|
| 2680 | + value="FLOAT" <?php if ($dt_value == 'FLOAT') {
|
|
| 2681 | 2681 | echo 'selected="selected"'; |
| 2682 | 2682 | } ?>><?php _e('DECIMAL', 'geodirectory'); ?></option>
|
| 2683 | 2683 | </select> |
@@ -2690,13 +2690,13 @@ discard block |
||
| 2690 | 2690 | $value = ''; |
| 2691 | 2691 | if (isset($field_info->decimal_point)) {
|
| 2692 | 2692 | $value = esc_attr($field_info->decimal_point); |
| 2693 | - }elseif(isset($cf['defaults']['decimal_point']) && $cf['defaults']['decimal_point']){
|
|
| 2693 | + }elseif (isset($cf['defaults']['decimal_point']) && $cf['defaults']['decimal_point']) {
|
|
| 2694 | 2694 | $value = $cf['defaults']['decimal_point']; |
| 2695 | 2695 | } |
| 2696 | 2696 | ?> |
| 2697 | 2697 | |
| 2698 | 2698 | <li class="decimal-point-wrapper" |
| 2699 | - style="<?php echo ($dt_value == 'FLOAT') ? '' : 'display:none' ?>"> |
|
| 2699 | + style="<?php echo ($dt_value == 'FLOAT') ? '' : 'display:none' ?>"> |
|
| 2700 | 2700 | <label for="decimal_point"><?php _e('Select decimal point :', 'geodirectory'); ?></label>
|
| 2701 | 2701 | <div class="gd-cf-input-wrap"> |
| 2702 | 2702 | <select name="decimal_point" id="decimal_point"> |
@@ -2714,41 +2714,41 @@ discard block |
||
| 2714 | 2714 | $output = ob_get_clean(); |
| 2715 | 2715 | return $output; |
| 2716 | 2716 | } |
| 2717 | -add_filter('geodir_cfa_data_type_text','geodir_cfa_data_type_text',10,4);
|
|
| 2717 | +add_filter('geodir_cfa_data_type_text', 'geodir_cfa_data_type_text', 10, 4);
|
|
| 2718 | 2718 | |
| 2719 | 2719 | // htmlvar not needed for fieldset and taxonomy |
| 2720 | -add_filter('geodir_cfa_htmlvar_name_fieldset','__return_empty_string',10,4);
|
|
| 2721 | -add_filter('geodir_cfa_htmlvar_name_taxonomy','__return_empty_string',10,4);
|
|
| 2720 | +add_filter('geodir_cfa_htmlvar_name_fieldset', '__return_empty_string', 10, 4);
|
|
| 2721 | +add_filter('geodir_cfa_htmlvar_name_taxonomy', '__return_empty_string', 10, 4);
|
|
| 2722 | 2722 | |
| 2723 | 2723 | |
| 2724 | 2724 | // default_value not needed for textarea, html, file, fieldset, taxonomy, address |
| 2725 | -add_filter('geodir_cfa_default_value_file','__return_empty_string',10,4);
|
|
| 2726 | -add_filter('geodir_cfa_default_value_taxonomy','__return_empty_string',10,4);
|
|
| 2727 | -add_filter('geodir_cfa_default_value_address','__return_empty_string',10,4);
|
|
| 2728 | -add_filter('geodir_cfa_default_value_fieldset','__return_empty_string',10,4);
|
|
| 2725 | +add_filter('geodir_cfa_default_value_file', '__return_empty_string', 10, 4);
|
|
| 2726 | +add_filter('geodir_cfa_default_value_taxonomy', '__return_empty_string', 10, 4);
|
|
| 2727 | +add_filter('geodir_cfa_default_value_address', '__return_empty_string', 10, 4);
|
|
| 2728 | +add_filter('geodir_cfa_default_value_fieldset', '__return_empty_string', 10, 4);
|
|
| 2729 | 2729 | |
| 2730 | 2730 | // is_required not needed for fieldset |
| 2731 | -add_filter('geodir_cfa_is_required_fieldset','__return_empty_string',10,4);
|
|
| 2732 | -add_filter('geodir_cfa_required_msg_fieldset','__return_empty_string',10,4);
|
|
| 2731 | +add_filter('geodir_cfa_is_required_fieldset', '__return_empty_string', 10, 4);
|
|
| 2732 | +add_filter('geodir_cfa_required_msg_fieldset', '__return_empty_string', 10, 4);
|
|
| 2733 | 2733 | |
| 2734 | 2734 | // field_icon not needed for fieldset |
| 2735 | -add_filter('geodir_cfa_field_icon_fieldset','__return_empty_string',10,4);
|
|
| 2736 | -add_filter('geodir_cfa_css_class_fieldset','__return_empty_string',10,4);
|
|
| 2735 | +add_filter('geodir_cfa_field_icon_fieldset', '__return_empty_string', 10, 4);
|
|
| 2736 | +add_filter('geodir_cfa_css_class_fieldset', '__return_empty_string', 10, 4);
|
|
| 2737 | 2737 | |
| 2738 | 2738 | // cat_sort not needed for some fields |
| 2739 | -add_filter('geodir_cfa_cat_sort_html','__return_empty_string',10,4);
|
|
| 2740 | -add_filter('geodir_cfa_cat_sort_file','__return_empty_string',10,4);
|
|
| 2741 | -add_filter('geodir_cfa_cat_sort_url','__return_empty_string',10,4);
|
|
| 2742 | -add_filter('geodir_cfa_cat_sort_fieldset','__return_empty_string',10,4);
|
|
| 2743 | -add_filter('geodir_cfa_cat_sort_multiselect','__return_empty_string',10,4);
|
|
| 2744 | -add_filter('geodir_cfa_cat_sort_textarea','__return_empty_string',10,4);
|
|
| 2745 | -add_filter('geodir_cfa_cat_sort_taxonomy','__return_empty_string',10,4);
|
|
| 2746 | -add_filter('geodir_cfa_cat_sort_address','__return_empty_string',10,4);
|
|
| 2739 | +add_filter('geodir_cfa_cat_sort_html', '__return_empty_string', 10, 4);
|
|
| 2740 | +add_filter('geodir_cfa_cat_sort_file', '__return_empty_string', 10, 4);
|
|
| 2741 | +add_filter('geodir_cfa_cat_sort_url', '__return_empty_string', 10, 4);
|
|
| 2742 | +add_filter('geodir_cfa_cat_sort_fieldset', '__return_empty_string', 10, 4);
|
|
| 2743 | +add_filter('geodir_cfa_cat_sort_multiselect', '__return_empty_string', 10, 4);
|
|
| 2744 | +add_filter('geodir_cfa_cat_sort_textarea', '__return_empty_string', 10, 4);
|
|
| 2745 | +add_filter('geodir_cfa_cat_sort_taxonomy', '__return_empty_string', 10, 4);
|
|
| 2746 | +add_filter('geodir_cfa_cat_sort_address', '__return_empty_string', 10, 4);
|
|
| 2747 | 2747 | |
| 2748 | 2748 | |
| 2749 | 2749 | |
| 2750 | -function geodir_cfa_advanced_editor_geodir_special_offers($output,$result_str,$cf,$field_info){
|
|
| 2751 | - if($field_info->htmlvar_name != 'geodir_special_offers'){return '';}
|
|
| 2750 | +function geodir_cfa_advanced_editor_geodir_special_offers($output, $result_str, $cf, $field_info) {
|
|
| 2751 | + if ($field_info->htmlvar_name != 'geodir_special_offers') {return ''; }
|
|
| 2752 | 2752 | ob_start(); |
| 2753 | 2753 | ?> |
| 2754 | 2754 | <li> |
@@ -2779,16 +2779,16 @@ discard block |
||
| 2779 | 2779 | $output = ob_get_clean(); |
| 2780 | 2780 | return $output; |
| 2781 | 2781 | } |
| 2782 | -add_filter('geodir_cfa_advanced_editor_textarea','geodir_cfa_advanced_editor_geodir_special_offers',10,4);
|
|
| 2782 | +add_filter('geodir_cfa_advanced_editor_textarea', 'geodir_cfa_advanced_editor_geodir_special_offers', 10, 4);
|
|
| 2783 | 2783 | |
| 2784 | 2784 | |
| 2785 | -function geodir_cfa_validation_pattern_text($output,$result_str,$cf,$field_info){
|
|
| 2785 | +function geodir_cfa_validation_pattern_text($output, $result_str, $cf, $field_info) {
|
|
| 2786 | 2786 | ob_start(); |
| 2787 | 2787 | |
| 2788 | 2788 | $value = ''; |
| 2789 | 2789 | if (isset($field_info->validation_pattern)) {
|
| 2790 | 2790 | $value = esc_attr($field_info->validation_pattern); |
| 2791 | - }elseif(isset($cf['defaults']['validation_pattern']) && $cf['defaults']['validation_pattern']){
|
|
| 2791 | + }elseif (isset($cf['defaults']['validation_pattern']) && $cf['defaults']['validation_pattern']) {
|
|
| 2792 | 2792 | $value = esc_attr($cf['defaults']['validation_pattern']); |
| 2793 | 2793 | } |
| 2794 | 2794 | ?> |
@@ -2808,7 +2808,7 @@ discard block |
||
| 2808 | 2808 | $value = ''; |
| 2809 | 2809 | if (isset($field_info->validation_msg)) {
|
| 2810 | 2810 | $value = esc_attr($field_info->validation_msg); |
| 2811 | - }elseif(isset($cf['defaults']['validation_msg']) && $cf['defaults']['validation_msg']){
|
|
| 2811 | + }elseif (isset($cf['defaults']['validation_msg']) && $cf['defaults']['validation_msg']) {
|
|
| 2812 | 2812 | $value = esc_attr($cf['defaults']['validation_msg']); |
| 2813 | 2813 | } |
| 2814 | 2814 | ?> |
@@ -2829,10 +2829,10 @@ discard block |
||
| 2829 | 2829 | $output = ob_get_clean(); |
| 2830 | 2830 | return $output; |
| 2831 | 2831 | } |
| 2832 | -add_filter('geodir_cfa_validation_pattern_text','geodir_cfa_validation_pattern_text',10,4);
|
|
| 2832 | +add_filter('geodir_cfa_validation_pattern_text', 'geodir_cfa_validation_pattern_text', 10, 4);
|
|
| 2833 | 2833 | |
| 2834 | 2834 | |
| 2835 | -function geodir_cfa_htmlvar_name_taxonomy($output,$result_str,$cf,$field_info){
|
|
| 2835 | +function geodir_cfa_htmlvar_name_taxonomy($output, $result_str, $cf, $field_info) {
|
|
| 2836 | 2836 | ob_start(); |
| 2837 | 2837 | global $post_type; |
| 2838 | 2838 | |
@@ -2857,7 +2857,7 @@ discard block |
||
| 2857 | 2857 | ?> |
| 2858 | 2858 | <option <?php if (isset($field_info->htmlvar_name) && $field_info->htmlvar_name == $gd_tax) {
|
| 2859 | 2859 | echo 'selected="selected"'; |
| 2860 | - }?> id="<?php echo $gd_tax;?>"><?php echo $gd_tax;?></option><?php |
|
| 2860 | + }?> id="<?php echo $gd_tax; ?>"><?php echo $gd_tax; ?></option><?php |
|
| 2861 | 2861 | } |
| 2862 | 2862 | ?> |
| 2863 | 2863 | </select> |
@@ -2868,7 +2868,7 @@ discard block |
||
| 2868 | 2868 | <label for="cat_display_type" class="gd-cf-tooltip-wrap"> |
| 2869 | 2869 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Category display type :', 'geodirectory'); ?>
|
| 2870 | 2870 | <div class="gdcf-tooltip"> |
| 2871 | - <?php _e('Show categories list as select, multiselect, checkbox or radio', 'geodirectory');?>
|
|
| 2871 | + <?php _e('Show categories list as select, multiselect, checkbox or radio', 'geodirectory'); ?>
|
|
| 2872 | 2872 | </div> |
| 2873 | 2873 | </label> |
| 2874 | 2874 | <div class="gd-cf-input-wrap"> |
@@ -2876,19 +2876,19 @@ discard block |
||
| 2876 | 2876 | <select name="cat_display_type" id="cat_display_type"> |
| 2877 | 2877 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'ajax_chained') {
|
| 2878 | 2878 | echo 'selected="selected"'; |
| 2879 | - }?> value="ajax_chained"><?php _e('Ajax Chained', 'geodirectory');?></option>
|
|
| 2879 | + }?> value="ajax_chained"><?php _e('Ajax Chained', 'geodirectory'); ?></option>
|
|
| 2880 | 2880 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'select') {
|
| 2881 | 2881 | echo 'selected="selected"'; |
| 2882 | - }?> value="select"><?php _e('Select', 'geodirectory');?></option>
|
|
| 2882 | + }?> value="select"><?php _e('Select', 'geodirectory'); ?></option>
|
|
| 2883 | 2883 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'multiselect') {
|
| 2884 | 2884 | echo 'selected="selected"'; |
| 2885 | - }?> value="multiselect"><?php _e('Multiselect', 'geodirectory');?></option>
|
|
| 2885 | + }?> value="multiselect"><?php _e('Multiselect', 'geodirectory'); ?></option>
|
|
| 2886 | 2886 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'checkbox') {
|
| 2887 | 2887 | echo 'selected="selected"'; |
| 2888 | - }?> value="checkbox"><?php _e('Checkbox', 'geodirectory');?></option>
|
|
| 2888 | + }?> value="checkbox"><?php _e('Checkbox', 'geodirectory'); ?></option>
|
|
| 2889 | 2889 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'radio') {
|
| 2890 | 2890 | echo 'selected="selected"'; |
| 2891 | - }?> value="radio"><?php _e('Radio', 'geodirectory');?></option>
|
|
| 2891 | + }?> value="radio"><?php _e('Radio', 'geodirectory'); ?></option>
|
|
| 2892 | 2892 | </select> |
| 2893 | 2893 | </div> |
| 2894 | 2894 | </li> |
@@ -2897,10 +2897,10 @@ discard block |
||
| 2897 | 2897 | $output = ob_get_clean(); |
| 2898 | 2898 | return $output; |
| 2899 | 2899 | } |
| 2900 | -add_filter('geodir_cfa_htmlvar_name_taxonomy','geodir_cfa_htmlvar_name_taxonomy',10,4);
|
|
| 2900 | +add_filter('geodir_cfa_htmlvar_name_taxonomy', 'geodir_cfa_htmlvar_name_taxonomy', 10, 4);
|
|
| 2901 | 2901 | |
| 2902 | 2902 | |
| 2903 | -function geodir_cfa_extra_fields_address($output,$result_str,$cf,$field_info){
|
|
| 2903 | +function geodir_cfa_extra_fields_address($output, $result_str, $cf, $field_info) {
|
|
| 2904 | 2904 | |
| 2905 | 2905 | ob_start(); |
| 2906 | 2906 | if (isset($field_info->extra_fields) && $field_info->extra_fields != '') {
|
@@ -2923,32 +2923,32 @@ discard block |
||
| 2923 | 2923 | <label for="show_zip" class="gd-cf-tooltip-wrap"> |
| 2924 | 2924 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Display zip/post code :', 'geodirectory'); ?>
|
| 2925 | 2925 | <div class="gdcf-tooltip"> |
| 2926 | - <?php _e('Select if you want to show zip/post code field in address section.', 'geodirectory');?>
|
|
| 2926 | + <?php _e('Select if you want to show zip/post code field in address section.', 'geodirectory'); ?>
|
|
| 2927 | 2927 | </div> |
| 2928 | 2928 | </label> |
| 2929 | 2929 | <div class="gd-cf-input-wrap gd-switch"> |
| 2930 | 2930 | |
| 2931 | - <input type="radio" id="show_zip_yes<?php echo $radio_id;?>" name="extra[show_zip]" class="gdri-enabled" value="1" |
|
| 2931 | + <input type="radio" id="show_zip_yes<?php echo $radio_id; ?>" name="extra[show_zip]" class="gdri-enabled" value="1" |
|
| 2932 | 2932 | <?php if (isset($address['show_zip']) && $address['show_zip'] == '1') {
|
| 2933 | 2933 | echo 'checked'; |
| 2934 | 2934 | } ?>/> |
| 2935 | - <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>
|
|
| 2935 | + <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>
|
|
| 2936 | 2936 | |
| 2937 | - <input type="radio" id="show_zip_no<?php echo $radio_id;?>" name="extra[show_zip]" class="gdri-disabled" value="0" |
|
| 2937 | + <input type="radio" id="show_zip_no<?php echo $radio_id; ?>" name="extra[show_zip]" class="gdri-disabled" value="0" |
|
| 2938 | 2938 | <?php if ((isset($address['show_zip']) && !$address['show_zip']) || !isset($address['show_zip'])) {
|
| 2939 | 2939 | echo 'checked'; |
| 2940 | 2940 | } ?>/> |
| 2941 | - <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>
|
|
| 2941 | + <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>
|
|
| 2942 | 2942 | |
| 2943 | 2943 | |
| 2944 | 2944 | </div> |
| 2945 | 2945 | </li> |
| 2946 | 2946 | |
| 2947 | - <li class="cf-zip-lable" <?php if ((isset($address['show_zip']) && !$address['show_zip']) || !isset($address['show_zip'])) {echo "style='display:none;'";}?> >
|
|
| 2947 | + <li class="cf-zip-lable" <?php if ((isset($address['show_zip']) && !$address['show_zip']) || !isset($address['show_zip'])) {echo "style='display:none;'"; }?> >
|
|
| 2948 | 2948 | <label for="zip_lable" class="gd-cf-tooltip-wrap"> |
| 2949 | 2949 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Zip/Post code label :', 'geodirectory'); ?>
|
| 2950 | 2950 | <div class="gdcf-tooltip"> |
| 2951 | - <?php _e('Enter zip/post code field label in address section.', 'geodirectory');?>
|
|
| 2951 | + <?php _e('Enter zip/post code field label in address section.', 'geodirectory'); ?>
|
|
| 2952 | 2952 | </div> |
| 2953 | 2953 | </label> |
| 2954 | 2954 | <div class="gd-cf-input-wrap"> |
@@ -2966,7 +2966,7 @@ discard block |
||
| 2966 | 2966 | <label for="map_lable" class="gd-cf-tooltip-wrap"> |
| 2967 | 2967 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Map button label :', 'geodirectory'); ?>
|
| 2968 | 2968 | <div class="gdcf-tooltip"> |
| 2969 | - <?php _e('Enter text for `set address on map` button in address section.', 'geodirectory');?>
|
|
| 2969 | + <?php _e('Enter text for `set address on map` button in address section.', 'geodirectory'); ?>
|
|
| 2970 | 2970 | </div> |
| 2971 | 2971 | </label> |
| 2972 | 2972 | <div class="gd-cf-input-wrap"> |
@@ -2981,22 +2981,22 @@ discard block |
||
| 2981 | 2981 | <label for="show_mapzoom" class="gd-cf-tooltip-wrap"> |
| 2982 | 2982 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Use user zoom level:', 'geodirectory'); ?>
|
| 2983 | 2983 | <div class="gdcf-tooltip"> |
| 2984 | - <?php _e('Do you want to use the user defined map zoom level from the add listing page?', 'geodirectory');?>
|
|
| 2984 | + <?php _e('Do you want to use the user defined map zoom level from the add listing page?', 'geodirectory'); ?>
|
|
| 2985 | 2985 | </div> |
| 2986 | 2986 | </label> |
| 2987 | 2987 | <div class="gd-cf-input-wrap gd-switch"> |
| 2988 | 2988 | |
| 2989 | - <input type="radio" id="show_mapzoom_yes<?php echo $radio_id;?>" name="extra[show_mapzoom]" class="gdri-enabled" value="1" |
|
| 2989 | + <input type="radio" id="show_mapzoom_yes<?php echo $radio_id; ?>" name="extra[show_mapzoom]" class="gdri-enabled" value="1" |
|
| 2990 | 2990 | <?php if (isset($address['show_mapzoom']) && $address['show_mapzoom'] == '1') {
|
| 2991 | 2991 | echo 'checked'; |
| 2992 | 2992 | } ?>/> |
| 2993 | - <label for="show_mapzoom_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 2993 | + <label for="show_mapzoom_yes<?php echo $radio_id; ?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 2994 | 2994 | |
| 2995 | - <input type="radio" id="show_mapzoom_no<?php echo $radio_id;?>" name="extra[show_mapzoom]" class="gdri-disabled" value="0" |
|
| 2995 | + <input type="radio" id="show_mapzoom_no<?php echo $radio_id; ?>" name="extra[show_mapzoom]" class="gdri-disabled" value="0" |
|
| 2996 | 2996 | <?php if ((isset($address['show_mapzoom']) && !$address['show_mapzoom']) || !isset($address['show_mapzoom'])) {
|
| 2997 | 2997 | echo 'checked'; |
| 2998 | 2998 | } ?>/> |
| 2999 | - <label for="show_mapzoom_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 2999 | + <label for="show_mapzoom_no<?php echo $radio_id; ?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 3000 | 3000 | |
| 3001 | 3001 | </div> |
| 3002 | 3002 | </li> |
@@ -3005,22 +3005,22 @@ discard block |
||
| 3005 | 3005 | <label for="show_mapview" class="gd-cf-tooltip-wrap"> |
| 3006 | 3006 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Display map view:', 'geodirectory'); ?>
|
| 3007 | 3007 | <div class="gdcf-tooltip"> |
| 3008 | - <?php _e('Select if you want to `set default map` options in address section. ( Satellite Map, Hybrid Map, Terrain Map)', 'geodirectory');?>
|
|
| 3008 | + <?php _e('Select if you want to `set default map` options in address section. ( Satellite Map, Hybrid Map, Terrain Map)', 'geodirectory'); ?>
|
|
| 3009 | 3009 | </div> |
| 3010 | 3010 | </label> |
| 3011 | 3011 | <div class="gd-cf-input-wrap gd-switch"> |
| 3012 | 3012 | |
| 3013 | - <input type="radio" id="show_mapview_yes<?php echo $radio_id;?>" name="extra[show_mapview]" class="gdri-enabled" value="1" |
|
| 3013 | + <input type="radio" id="show_mapview_yes<?php echo $radio_id; ?>" name="extra[show_mapview]" class="gdri-enabled" value="1" |
|
| 3014 | 3014 | <?php if (isset($address['show_mapview']) && $address['show_mapview'] == '1') {
|
| 3015 | 3015 | echo 'checked'; |
| 3016 | 3016 | } ?>/> |
| 3017 | - <label for="show_mapview_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 3017 | + <label for="show_mapview_yes<?php echo $radio_id; ?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 3018 | 3018 | |
| 3019 | - <input type="radio" id="show_mapview_no<?php echo $radio_id;?>" name="extra[show_mapview]" class="gdri-disabled" value="0" |
|
| 3019 | + <input type="radio" id="show_mapview_no<?php echo $radio_id; ?>" name="extra[show_mapview]" class="gdri-disabled" value="0" |
|
| 3020 | 3020 | <?php if ((isset($address['show_mapview']) && !$address['show_mapview']) || !isset($address['show_mapview'])) {
|
| 3021 | 3021 | echo 'checked'; |
| 3022 | 3022 | } ?>/> |
| 3023 | - <label for="show_mapview_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 3023 | + <label for="show_mapview_no<?php echo $radio_id; ?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 3024 | 3024 | |
| 3025 | 3025 | </div> |
| 3026 | 3026 | </li> |
@@ -3030,7 +3030,7 @@ discard block |
||
| 3030 | 3030 | <label for="mapview_lable" class="gd-cf-tooltip-wrap"> |
| 3031 | 3031 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Map view label:', 'geodirectory'); ?>
|
| 3032 | 3032 | <div class="gdcf-tooltip"> |
| 3033 | - <?php _e('Enter mapview field label in address section.', 'geodirectory');?>
|
|
| 3033 | + <?php _e('Enter mapview field label in address section.', 'geodirectory'); ?>
|
|
| 3034 | 3034 | </div> |
| 3035 | 3035 | </label> |
| 3036 | 3036 | <div class="gd-cf-input-wrap"> |
@@ -3044,22 +3044,22 @@ discard block |
||
| 3044 | 3044 | <label for="show_latlng" class="gd-cf-tooltip-wrap"> |
| 3045 | 3045 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Show latitude and longitude', 'geodirectory'); ?>
|
| 3046 | 3046 | <div class="gdcf-tooltip"> |
| 3047 | - <?php _e('This will show/hide the longitude fields in the address section add listing form.', 'geodirectory');?>
|
|
| 3047 | + <?php _e('This will show/hide the longitude fields in the address section add listing form.', 'geodirectory'); ?>
|
|
| 3048 | 3048 | </div> |
| 3049 | 3049 | </label> |
| 3050 | 3050 | <div class="gd-cf-input-wrap gd-switch"> |
| 3051 | 3051 | |
| 3052 | - <input type="radio" id="show_latlng_yes<?php echo $radio_id;?>" name="extra[show_latlng]" class="gdri-enabled" value="1" |
|
| 3052 | + <input type="radio" id="show_latlng_yes<?php echo $radio_id; ?>" name="extra[show_latlng]" class="gdri-enabled" value="1" |
|
| 3053 | 3053 | <?php if (isset($address['show_latlng']) && $address['show_latlng'] == '1') {
|
| 3054 | 3054 | echo 'checked'; |
| 3055 | 3055 | } ?>/> |
| 3056 | - <label for="show_latlng_yes<?php echo $radio_id;?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 3056 | + <label for="show_latlng_yes<?php echo $radio_id; ?>" class="gdcb-enable"><span><?php _e('Yes', 'geodirectory'); ?></span></label>
|
|
| 3057 | 3057 | |
| 3058 | - <input type="radio" id="show_latlng_no<?php echo $radio_id;?>" name="extra[show_latlng]" class="gdri-disabled" value="0" |
|
| 3058 | + <input type="radio" id="show_latlng_no<?php echo $radio_id; ?>" name="extra[show_latlng]" class="gdri-disabled" value="0" |
|
| 3059 | 3059 | <?php if ((isset($address['show_latlng']) && !$address['show_latlng']) || !isset($address['show_latlng'])) {
|
| 3060 | 3060 | echo 'checked'; |
| 3061 | 3061 | } ?>/> |
| 3062 | - <label for="show_latlng_no<?php echo $radio_id;?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 3062 | + <label for="show_latlng_no<?php echo $radio_id; ?>" class="gdcb-disable"><span><?php _e('No', 'geodirectory'); ?></span></label>
|
|
| 3063 | 3063 | |
| 3064 | 3064 | </div> |
| 3065 | 3065 | </li> |
@@ -3068,17 +3068,17 @@ discard block |
||
| 3068 | 3068 | $html = ob_get_clean(); |
| 3069 | 3069 | return $output.$html; |
| 3070 | 3070 | } |
| 3071 | -add_filter('geodir_cfa_extra_fields_address','geodir_cfa_extra_fields_address',10,4);
|
|
| 3071 | +add_filter('geodir_cfa_extra_fields_address', 'geodir_cfa_extra_fields_address', 10, 4);
|
|
| 3072 | 3072 | |
| 3073 | 3073 | |
| 3074 | -function geodir_cfa_extra_fields_multiselect($output,$result_str,$cf,$field_info){
|
|
| 3074 | +function geodir_cfa_extra_fields_multiselect($output, $result_str, $cf, $field_info) {
|
|
| 3075 | 3075 | ob_start(); |
| 3076 | 3076 | ?> |
| 3077 | 3077 | <li> |
| 3078 | 3078 | <label for="multi_display_type" class="gd-cf-tooltip-wrap"> |
| 3079 | 3079 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Multiselect display type :', 'geodirectory'); ?>
|
| 3080 | 3080 | <div class="gdcf-tooltip"> |
| 3081 | - <?php _e('Show multiselect list as multiselect,checkbox or radio.', 'geodirectory');?>
|
|
| 3081 | + <?php _e('Show multiselect list as multiselect,checkbox or radio.', 'geodirectory'); ?>
|
|
| 3082 | 3082 | </div> |
| 3083 | 3083 | </label> |
| 3084 | 3084 | <div class="gd-cf-input-wrap"> |
@@ -3086,13 +3086,13 @@ discard block |
||
| 3086 | 3086 | <select name="multi_display_type" id="multi_display_type"> |
| 3087 | 3087 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'select') {
|
| 3088 | 3088 | echo 'selected="selected"'; |
| 3089 | - }?> value="select"><?php _e('Select', 'geodirectory');?></option>
|
|
| 3089 | + }?> value="select"><?php _e('Select', 'geodirectory'); ?></option>
|
|
| 3090 | 3090 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'checkbox') {
|
| 3091 | 3091 | echo 'selected="selected"'; |
| 3092 | - }?> value="checkbox"><?php _e('Checkbox', 'geodirectory');?></option>
|
|
| 3092 | + }?> value="checkbox"><?php _e('Checkbox', 'geodirectory'); ?></option>
|
|
| 3093 | 3093 | <option <?php if (isset($field_info->extra_fields) && unserialize($field_info->extra_fields) == 'radio') {
|
| 3094 | 3094 | echo 'selected="selected"'; |
| 3095 | - }?> value="radio"><?php _e('Radio', 'geodirectory');?></option>
|
|
| 3095 | + }?> value="radio"><?php _e('Radio', 'geodirectory'); ?></option>
|
|
| 3096 | 3096 | </select> |
| 3097 | 3097 | |
| 3098 | 3098 | <br/> |
@@ -3103,17 +3103,17 @@ discard block |
||
| 3103 | 3103 | $html = ob_get_clean(); |
| 3104 | 3104 | return $output.$html; |
| 3105 | 3105 | } |
| 3106 | -add_filter('geodir_cfa_extra_fields_multiselect','geodir_cfa_extra_fields_multiselect',10,4);
|
|
| 3106 | +add_filter('geodir_cfa_extra_fields_multiselect', 'geodir_cfa_extra_fields_multiselect', 10, 4);
|
|
| 3107 | 3107 | |
| 3108 | 3108 | |
| 3109 | -function geodir_cfa_extra_fields_smr($output,$result_str,$cf,$field_info){
|
|
| 3109 | +function geodir_cfa_extra_fields_smr($output, $result_str, $cf, $field_info) {
|
|
| 3110 | 3110 | |
| 3111 | 3111 | ob_start(); |
| 3112 | 3112 | |
| 3113 | 3113 | $value = ''; |
| 3114 | 3114 | if (isset($field_info->option_values)) {
|
| 3115 | 3115 | $value = esc_attr($field_info->option_values); |
| 3116 | - }elseif(isset($cf['defaults']['option_values']) && $cf['defaults']['option_values']){
|
|
| 3116 | + }elseif (isset($cf['defaults']['option_values']) && $cf['defaults']['option_values']) {
|
|
| 3117 | 3117 | $value = esc_attr($cf['defaults']['option_values']); |
| 3118 | 3118 | } |
| 3119 | 3119 | |
@@ -3123,11 +3123,11 @@ discard block |
||
| 3123 | 3123 | <label for="option_values" class="gd-cf-tooltip-wrap"> |
| 3124 | 3124 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Option Values :', 'geodirectory'); ?>
|
| 3125 | 3125 | <div class="gdcf-tooltip"> |
| 3126 | - <span><?php _e('Option Values should be separated by comma.', 'geodirectory');?></span>
|
|
| 3126 | + <span><?php _e('Option Values should be separated by comma.', 'geodirectory'); ?></span>
|
|
| 3127 | 3127 | <br/> |
| 3128 | - <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>
|
|
| 3128 | + <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>
|
|
| 3129 | 3129 | <br/> |
| 3130 | - <span><?php _e('eg: "No Dogs Allowed/0,Dogs Allowed/1" (Select only, not multiselect)', 'geodirectory');?></span>
|
|
| 3130 | + <span><?php _e('eg: "No Dogs Allowed/0,Dogs Allowed/1" (Select only, not multiselect)', 'geodirectory'); ?></span>
|
|
| 3131 | 3131 | <?php if ($field_type == 'multiselect' || $field_type == 'select') { ?>
|
| 3132 | 3132 | <br/> |
| 3133 | 3133 | <span><?php _e('- If using OPTGROUP tag to grouping options, use "{optgroup}OPTGROUP-LABEL|OPTION-1,OPTION-2{/optgroup}"', 'geodirectory'); ?></span>
|
@@ -3138,7 +3138,7 @@ discard block |
||
| 3138 | 3138 | </label> |
| 3139 | 3139 | <div class="gd-cf-input-wrap"> |
| 3140 | 3140 | <input type="text" name="option_values" id="option_values" |
| 3141 | - value="<?php echo $value;?>"/> |
|
| 3141 | + value="<?php echo $value; ?>"/> |
|
| 3142 | 3142 | <br/> |
| 3143 | 3143 | |
| 3144 | 3144 | </div> |
@@ -3148,12 +3148,12 @@ discard block |
||
| 3148 | 3148 | $html = ob_get_clean(); |
| 3149 | 3149 | return $output.$html; |
| 3150 | 3150 | } |
| 3151 | -add_filter('geodir_cfa_extra_fields_multiselect','geodir_cfa_extra_fields_smr',10,4);
|
|
| 3152 | -add_filter('geodir_cfa_extra_fields_select','geodir_cfa_extra_fields_smr',10,4);
|
|
| 3153 | -add_filter('geodir_cfa_extra_fields_radio','geodir_cfa_extra_fields_smr',10,4);
|
|
| 3151 | +add_filter('geodir_cfa_extra_fields_multiselect', 'geodir_cfa_extra_fields_smr', 10, 4);
|
|
| 3152 | +add_filter('geodir_cfa_extra_fields_select', 'geodir_cfa_extra_fields_smr', 10, 4);
|
|
| 3153 | +add_filter('geodir_cfa_extra_fields_radio', 'geodir_cfa_extra_fields_smr', 10, 4);
|
|
| 3154 | 3154 | |
| 3155 | 3155 | |
| 3156 | -function geodir_cfa_extra_fields_datepicker($output,$result_str,$cf,$field_info){
|
|
| 3156 | +function geodir_cfa_extra_fields_datepicker($output, $result_str, $cf, $field_info) {
|
|
| 3157 | 3157 | ob_start(); |
| 3158 | 3158 | $extra = array(); |
| 3159 | 3159 | if (isset($field_info->extra_fields) && $field_info->extra_fields != '') {
|
@@ -3164,7 +3164,7 @@ discard block |
||
| 3164 | 3164 | <label for="date_format" class="gd-cf-tooltip-wrap"> |
| 3165 | 3165 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Date Format :', 'geodirectory'); ?>
|
| 3166 | 3166 | <div class="gdcf-tooltip"> |
| 3167 | - <?php _e('Select the date format.', 'geodirectory');?>
|
|
| 3167 | + <?php _e('Select the date format.', 'geodirectory'); ?>
|
|
| 3168 | 3168 | </div> |
| 3169 | 3169 | </label> |
| 3170 | 3170 | <div class="gd-cf-input-wrap" style="overflow:inherit;"> |
@@ -3184,16 +3184,16 @@ discard block |
||
| 3184 | 3184 | * @since 1.6.5 |
| 3185 | 3185 | * @param array $date_formats The PHP date format array. |
| 3186 | 3186 | */ |
| 3187 | - $date_formats = apply_filters('geodir_date_formats',$date_formats);
|
|
| 3187 | + $date_formats = apply_filters('geodir_date_formats', $date_formats);
|
|
| 3188 | 3188 | ?> |
| 3189 | 3189 | <select name="extra[date_format]" id="date_format"> |
| 3190 | 3190 | <?php |
| 3191 | - foreach($date_formats as $format){
|
|
| 3191 | + foreach ($date_formats as $format) {
|
|
| 3192 | 3192 | $selected = ''; |
| 3193 | - if(!empty($extra) && esc_attr($extra['date_format'])==$format){
|
|
| 3193 | + if (!empty($extra) && esc_attr($extra['date_format']) == $format) {
|
|
| 3194 | 3194 | $selected = "selected='selected'"; |
| 3195 | 3195 | } |
| 3196 | - echo "<option $selected value='$format'>$format (".date_i18n( $format, time()).")</option>";
|
|
| 3196 | + echo "<option $selected value='$format'>$format (".date_i18n($format, time()).")</option>";
|
|
| 3197 | 3197 | } |
| 3198 | 3198 | ?> |
| 3199 | 3199 | </select> |
@@ -3205,10 +3205,10 @@ discard block |
||
| 3205 | 3205 | $html = ob_get_clean(); |
| 3206 | 3206 | return $output.$html; |
| 3207 | 3207 | } |
| 3208 | -add_filter('geodir_cfa_extra_fields_datepicker','geodir_cfa_extra_fields_datepicker',10,4);
|
|
| 3208 | +add_filter('geodir_cfa_extra_fields_datepicker', 'geodir_cfa_extra_fields_datepicker', 10, 4);
|
|
| 3209 | 3209 | |
| 3210 | 3210 | |
| 3211 | -function geodir_cfa_extra_fields_file($output,$result_str,$cf,$field_info){
|
|
| 3211 | +function geodir_cfa_extra_fields_file($output, $result_str, $cf, $field_info) {
|
|
| 3212 | 3212 | ob_start(); |
| 3213 | 3213 | $allowed_file_types = geodir_allowed_mime_types(); |
| 3214 | 3214 | |
@@ -3219,16 +3219,16 @@ discard block |
||
| 3219 | 3219 | <label for="gd_file_types" class="gd-cf-tooltip-wrap"> |
| 3220 | 3220 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Allowed file types :', 'geodirectory'); ?>
|
| 3221 | 3221 | <div class="gdcf-tooltip"> |
| 3222 | - <?php _e('Select file types to allowed for file uploading. (Select multiple file types by holding down "Ctrl" key.)', 'geodirectory');?>
|
|
| 3222 | + <?php _e('Select file types to allowed for file uploading. (Select multiple file types by holding down "Ctrl" key.)', 'geodirectory'); ?>
|
|
| 3223 | 3223 | </div> |
| 3224 | 3224 | </label> |
| 3225 | 3225 | <div class="gd-cf-input-wrap"> |
| 3226 | 3226 | <select name="extra[gd_file_types][]" id="gd_file_types" multiple="multiple" style="height:100px;width:90%;"> |
| 3227 | - <option value="*" <?php selected(true, in_array('*', $gd_file_types));?>><?php _e('All types', 'geodirectory') ;?></option>
|
|
| 3228 | - <?php foreach ( $allowed_file_types as $format => $types ) { ?>
|
|
| 3229 | - <optgroup label="<?php echo esc_attr( wp_sprintf(__('%s formats', 'geodirectory'), __($format, 'geodirectory') ) ) ;?>">
|
|
| 3230 | - <?php foreach ( $types as $ext => $type ) { ?>
|
|
| 3231 | - <option value="<?php echo esc_attr($ext) ;?>" <?php selected(true, in_array($ext, $gd_file_types));?>><?php echo '.' . $ext ;?></option> |
|
| 3227 | + <option value="*" <?php selected(true, in_array('*', $gd_file_types)); ?>><?php _e('All types', 'geodirectory'); ?></option>
|
|
| 3228 | + <?php foreach ($allowed_file_types as $format => $types) { ?>
|
|
| 3229 | + <optgroup label="<?php echo esc_attr(wp_sprintf(__('%s formats', 'geodirectory'), __($format, 'geodirectory'))); ?>">
|
|
| 3230 | + <?php foreach ($types as $ext => $type) { ?>
|
|
| 3231 | + <option value="<?php echo esc_attr($ext); ?>" <?php selected(true, in_array($ext, $gd_file_types)); ?>><?php echo '.'.$ext; ?></option> |
|
| 3232 | 3232 | <?php } ?> |
| 3233 | 3233 | </optgroup> |
| 3234 | 3234 | <?php } ?> |
@@ -3240,9 +3240,9 @@ discard block |
||
| 3240 | 3240 | $html = ob_get_clean(); |
| 3241 | 3241 | return $output.$html; |
| 3242 | 3242 | } |
| 3243 | -add_filter('geodir_cfa_extra_fields_file','geodir_cfa_extra_fields_file',10,4);
|
|
| 3243 | +add_filter('geodir_cfa_extra_fields_file', 'geodir_cfa_extra_fields_file', 10, 4);
|
|
| 3244 | 3244 | |
| 3245 | -function geodir_cfa_extra_fields_text($output,$result_str,$cf,$field_info){
|
|
| 3245 | +function geodir_cfa_extra_fields_text($output, $result_str, $cf, $field_info) {
|
|
| 3246 | 3246 | ob_start(); |
| 3247 | 3247 | |
| 3248 | 3248 | $extra_fields = isset($field_info->extra_fields) && $field_info->extra_fields != '' ? maybe_unserialize($field_info->extra_fields) : ''; |
@@ -3256,15 +3256,15 @@ discard block |
||
| 3256 | 3256 | $value = ''; |
| 3257 | 3257 | if ($extra_fields && isset($extra_fields['is_price'])) {
|
| 3258 | 3258 | $value = esc_attr($extra_fields['is_price']); |
| 3259 | - }elseif(isset($cf['defaults']['extra_fields']['is_price']) && $cf['defaults']['extra_fields']['is_price']){
|
|
| 3259 | + }elseif (isset($cf['defaults']['extra_fields']['is_price']) && $cf['defaults']['extra_fields']['is_price']) {
|
|
| 3260 | 3260 | $value = esc_attr($cf['defaults']['extra_fields']['is_price']); |
| 3261 | 3261 | } |
| 3262 | 3262 | |
| 3263 | - $show_price_extra = ($value==1) ? 1 : 0; |
|
| 3263 | + $show_price_extra = ($value == 1) ? 1 : 0; |
|
| 3264 | 3264 | |
| 3265 | - $show_price = (isset($field_info->data_type) && ($field_info->data_type=='INT' && $field_info->data_type=='FLOAT')) ? 1 : 0; |
|
| 3265 | + $show_price = (isset($field_info->data_type) && ($field_info->data_type == 'INT' && $field_info->data_type == 'FLOAT')) ? 1 : 0; |
|
| 3266 | 3266 | ?> |
| 3267 | - <li class="gdcf-price-extra-set" <?php if(!$show_price){ echo "style='display:none;'";}?>>
|
|
| 3267 | + <li class="gdcf-price-extra-set" <?php if (!$show_price) { echo "style='display:none;'"; }?>>
|
|
| 3268 | 3268 | <label for="is_price" class="gd-cf-tooltip-wrap"> |
| 3269 | 3269 | <i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Display as price? :', 'geodirectory'); ?>
|
| 3270 | 3270 | <div class="gdcf-tooltip"> |
@@ -3273,17 +3273,17 @@ discard block |
||
| 3273 | 3273 | </label> |
| 3274 | 3274 | <div class="gd-cf-input-wrap gd-switch"> |
| 3275 | 3275 | |
| 3276 | - <input type="radio" id="is_price_yes<?php echo $radio_id;?>" name="extra[is_price]" class="gdri-enabled" value="1" |
|
| 3276 | + <input type="radio" id="is_price_yes<?php echo $radio_id; ?>" name="extra[is_price]" class="gdri-enabled" value="1" |
|
| 3277 | 3277 | <?php if ($value == '1') {
|
| 3278 | 3278 | echo 'checked'; |
| 3279 | 3279 | } ?>/> |
| 3280 | - <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>
|
|
| 3280 | + <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>
|
|
| 3281 | 3281 | |
| 3282 | - <input type="radio" id="is_price_no<?php echo $radio_id;?>" name="extra[is_price]" class="gdri-disabled" value="0" |
|
| 3282 | + <input type="radio" id="is_price_no<?php echo $radio_id; ?>" name="extra[is_price]" class="gdri-disabled" value="0" |
|
| 3283 | 3283 | <?php if ($value == '0' || !$value) {
|
| 3284 | 3284 | echo 'checked'; |
| 3285 | 3285 | } ?>/> |
| 3286 | - <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>
|
|
| 3286 | + <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>
|
|
| 3287 | 3287 | |
| 3288 | 3288 | </div> |
| 3289 | 3289 | </li> |
@@ -3293,23 +3293,23 @@ discard block |
||
| 3293 | 3293 | $value = ''; |
| 3294 | 3294 | if ($extra_fields && isset($extra_fields['thousand_separator'])) {
|
| 3295 | 3295 | $value = esc_attr($extra_fields['thousand_separator']); |
| 3296 | - }elseif(isset($cf['defaults']['extra_fields']['thousand_separator']) && $cf['defaults']['extra_fields']['thousand_separator']){
|
|
| 3296 | + }elseif (isset($cf['defaults']['extra_fields']['thousand_separator']) && $cf['defaults']['extra_fields']['thousand_separator']) {
|
|
| 3297 | 3297 | $value = esc_attr($cf['defaults']['extra_fields']['thousand_separator']); |
| 3298 | 3298 | } |
| 3299 | 3299 | ?> |
| 3300 | - <li class="gdcf-price-extra" <?php if(!$show_price_extra){ echo "style='display:none;'";}?>>
|
|
| 3301 | - <label for="thousand_separator" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Thousand separator :', 'geodirectory');?>
|
|
| 3300 | + <li class="gdcf-price-extra" <?php if (!$show_price_extra) { echo "style='display:none;'"; }?>>
|
|
| 3301 | + <label for="thousand_separator" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Thousand separator :', 'geodirectory'); ?>
|
|
| 3302 | 3302 | <div class="gdcf-tooltip"> |
| 3303 | 3303 | <?php _e('Select the thousand separator.', 'geodirectory'); ?>
|
| 3304 | 3304 | </div> |
| 3305 | 3305 | </label> |
| 3306 | 3306 | <div class="gd-cf-input-wrap"> |
| 3307 | 3307 | <select name="extra[thousand_separator]" id="thousand_separator"> |
| 3308 | - <option value="comma" <?php selected(true, $value == 'comma');?>><?php _e(', (comma)', 'geodirectory'); ?></option>
|
|
| 3309 | - <option value="slash" <?php selected(true, $value == "slash");?>><?php _e('\ (slash)', 'geodirectory'); ?></option>
|
|
| 3310 | - <option value="period" <?php selected(true, $value == 'period');?>><?php _e('. (period)', 'geodirectory'); ?></option>
|
|
| 3311 | - <option value="space" <?php selected(true, $value == 'space');?>><?php _e(' (space)', 'geodirectory'); ?></option>
|
|
| 3312 | - <option value="none" <?php selected(true, $value == 'none');?>><?php _e('(none)', 'geodirectory'); ?></option>
|
|
| 3308 | + <option value="comma" <?php selected(true, $value == 'comma'); ?>><?php _e(', (comma)', 'geodirectory'); ?></option>
|
|
| 3309 | + <option value="slash" <?php selected(true, $value == "slash"); ?>><?php _e('\ (slash)', 'geodirectory'); ?></option>
|
|
| 3310 | + <option value="period" <?php selected(true, $value == 'period'); ?>><?php _e('. (period)', 'geodirectory'); ?></option>
|
|
| 3311 | + <option value="space" <?php selected(true, $value == 'space'); ?>><?php _e(' (space)', 'geodirectory'); ?></option>
|
|
| 3312 | + <option value="none" <?php selected(true, $value == 'none'); ?>><?php _e('(none)', 'geodirectory'); ?></option>
|
|
| 3313 | 3313 | </select> |
| 3314 | 3314 | </div> |
| 3315 | 3315 | </li> |
@@ -3320,20 +3320,20 @@ discard block |
||
| 3320 | 3320 | $value = ''; |
| 3321 | 3321 | if ($extra_fields && isset($extra_fields['decimal_separator'])) {
|
| 3322 | 3322 | $value = esc_attr($extra_fields['decimal_separator']); |
| 3323 | - }elseif(isset($cf['defaults']['extra_fields']['decimal_separator']) && $cf['defaults']['extra_fields']['decimal_separator']){
|
|
| 3323 | + }elseif (isset($cf['defaults']['extra_fields']['decimal_separator']) && $cf['defaults']['extra_fields']['decimal_separator']) {
|
|
| 3324 | 3324 | $value = esc_attr($cf['defaults']['extra_fields']['decimal_separator']); |
| 3325 | 3325 | } |
| 3326 | 3326 | ?> |
| 3327 | - <li class="gdcf-price-extra" <?php if(!$show_price_extra){ echo "style='display:none;'";}?>>
|
|
| 3328 | - <label for="decimal_separator" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Decimal separator :', 'geodirectory');?>
|
|
| 3327 | + <li class="gdcf-price-extra" <?php if (!$show_price_extra) { echo "style='display:none;'"; }?>>
|
|
| 3328 | + <label for="decimal_separator" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Decimal separator :', 'geodirectory'); ?>
|
|
| 3329 | 3329 | <div class="gdcf-tooltip"> |
| 3330 | 3330 | <?php _e('Select the decimal separator.', 'geodirectory'); ?>
|
| 3331 | 3331 | </div> |
| 3332 | 3332 | </label> |
| 3333 | 3333 | <div class="gd-cf-input-wrap"> |
| 3334 | 3334 | <select name="extra[decimal_separator]" id="decimal_separator"> |
| 3335 | - <option value="period" <?php selected(true, $value == 'period');?>><?php _e('. (period)', 'geodirectory'); ?></option>
|
|
| 3336 | - <option value="comma" <?php selected(true, $value == "comma");?>><?php _e(', (comma)', 'geodirectory'); ?></option>
|
|
| 3335 | + <option value="period" <?php selected(true, $value == 'period'); ?>><?php _e('. (period)', 'geodirectory'); ?></option>
|
|
| 3336 | + <option value="comma" <?php selected(true, $value == "comma"); ?>><?php _e(', (comma)', 'geodirectory'); ?></option>
|
|
| 3337 | 3337 | </select> |
| 3338 | 3338 | </div> |
| 3339 | 3339 | </li> |
@@ -3343,20 +3343,20 @@ discard block |
||
| 3343 | 3343 | $value = ''; |
| 3344 | 3344 | if ($extra_fields && isset($extra_fields['decimal_display'])) {
|
| 3345 | 3345 | $value = esc_attr($extra_fields['decimal_display']); |
| 3346 | - }elseif(isset($cf['defaults']['extra_fields']['decimal_display']) && $cf['defaults']['extra_fields']['decimal_display']){
|
|
| 3346 | + }elseif (isset($cf['defaults']['extra_fields']['decimal_display']) && $cf['defaults']['extra_fields']['decimal_display']) {
|
|
| 3347 | 3347 | $value = esc_attr($cf['defaults']['extra_fields']['decimal_display']); |
| 3348 | 3348 | } |
| 3349 | 3349 | ?> |
| 3350 | - <li class="gdcf-price-extra" <?php if(!$show_price_extra){ echo "style='display:none;'";}?>>
|
|
| 3351 | - <label for="decimal_display" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Decimal display :', 'geodirectory');?>
|
|
| 3350 | + <li class="gdcf-price-extra" <?php if (!$show_price_extra) { echo "style='display:none;'"; }?>>
|
|
| 3351 | + <label for="decimal_display" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Decimal display :', 'geodirectory'); ?>
|
|
| 3352 | 3352 | <div class="gdcf-tooltip"> |
| 3353 | 3353 | <?php _e('Select how the decimal is displayed', 'geodirectory'); ?>
|
| 3354 | 3354 | </div> |
| 3355 | 3355 | </label> |
| 3356 | 3356 | <div class="gd-cf-input-wrap"> |
| 3357 | 3357 | <select name="extra[decimal_display]" id="decimal_display"> |
| 3358 | - <option value="if" <?php selected(true, $value == 'if');?>><?php _e('If used (not .00)', 'geodirectory'); ?></option>
|
|
| 3359 | - <option value="allways" <?php selected(true, $value == "allways");?>><?php _e('Always (.00)', 'geodirectory'); ?></option>
|
|
| 3358 | + <option value="if" <?php selected(true, $value == 'if'); ?>><?php _e('If used (not .00)', 'geodirectory'); ?></option>
|
|
| 3359 | + <option value="allways" <?php selected(true, $value == "allways"); ?>><?php _e('Always (.00)', 'geodirectory'); ?></option>
|
|
| 3360 | 3360 | </select> |
| 3361 | 3361 | </div> |
| 3362 | 3362 | </li> |
@@ -3366,12 +3366,12 @@ discard block |
||
| 3366 | 3366 | $value = ''; |
| 3367 | 3367 | if ($extra_fields && isset($extra_fields['currency_symbol'])) {
|
| 3368 | 3368 | $value = esc_attr($extra_fields['currency_symbol']); |
| 3369 | - }elseif(isset($cf['defaults']['extra_fields']['currency_symbol']) && $cf['defaults']['extra_fields']['currency_symbol']){
|
|
| 3369 | + }elseif (isset($cf['defaults']['extra_fields']['currency_symbol']) && $cf['defaults']['extra_fields']['currency_symbol']) {
|
|
| 3370 | 3370 | $value = esc_attr($cf['defaults']['extra_fields']['currency_symbol']); |
| 3371 | 3371 | } |
| 3372 | 3372 | ?> |
| 3373 | - <li class="gdcf-price-extra" <?php if(!$show_price_extra){ echo "style='display:none;'";}?>>
|
|
| 3374 | - <label for="currency_symbol" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Currency symbol :', 'geodirectory');?>
|
|
| 3373 | + <li class="gdcf-price-extra" <?php if (!$show_price_extra) { echo "style='display:none;'"; }?>>
|
|
| 3374 | + <label for="currency_symbol" class="gd-cf-tooltip-wrap"><i class="fa fa-info-circle" aria-hidden="true"></i> <?php _e('Currency symbol :', 'geodirectory'); ?>
|
|
| 3375 | 3375 | <div class="gdcf-tooltip"> |
| 3376 | 3376 | <?php _e('Select the currency symbol.', 'geodirectory'); ?>
|
| 3377 | 3377 | </div> |
@@ -3387,20 +3387,20 @@ discard block |
||
| 3387 | 3387 | $value = ''; |
| 3388 | 3388 | if ($extra_fields && isset($extra_fields['currency_symbol_placement'])) {
|
| 3389 | 3389 | $value = esc_attr($extra_fields['currency_symbol_placement']); |
| 3390 | - }elseif(isset($cf['defaults']['extra_fields']['currency_symbol_placement']) && $cf['defaults']['extra_fields']['currency_symbol_placement']){
|
|
| 3390 | + }elseif (isset($cf['defaults']['extra_fields']['currency_symbol_placement']) && $cf['defaults']['extra_fields']['currency_symbol_placement']) {
|
|
| 3391 | 3391 | $value = esc_attr($cf['defaults']['extra_fields']['currency_symbol_placement']); |
| 3392 | 3392 | } |
| 3393 | 3393 | ?> |
| 3394 | - <li class="gdcf-price-extra" <?php if(!$show_price_extra){ echo "style='display:none;'";}?>>
|
|
| 3395 | - <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');?>
|
|
| 3394 | + <li class="gdcf-price-extra" <?php if (!$show_price_extra) { echo "style='display:none;'"; }?>>
|
|
| 3395 | + <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'); ?>
|
|
| 3396 | 3396 | <div class="gdcf-tooltip"> |
| 3397 | 3397 | <?php _e('Select the currency symbol placement.', 'geodirectory'); ?>
|
| 3398 | 3398 | </div> |
| 3399 | 3399 | </label> |
| 3400 | 3400 | <div class="gd-cf-input-wrap"> |
| 3401 | 3401 | <select name="extra[currency_symbol_placement]" id="currency_symbol_placement"> |
| 3402 | - <option value="left" <?php selected(true, $value == 'left');?>><?php _e('Left', 'geodirectory'); ?></option>
|
|
| 3403 | - <option value="right" <?php selected(true, $value == "right");?>><?php _e('Right', 'geodirectory'); ?></option>
|
|
| 3402 | + <option value="left" <?php selected(true, $value == 'left'); ?>><?php _e('Left', 'geodirectory'); ?></option>
|
|
| 3403 | + <option value="right" <?php selected(true, $value == "right"); ?>><?php _e('Right', 'geodirectory'); ?></option>
|
|
| 3404 | 3404 | </select> |
| 3405 | 3405 | </div> |
| 3406 | 3406 | </li> |
@@ -3411,11 +3411,11 @@ discard block |
||
| 3411 | 3411 | $html = ob_get_clean(); |
| 3412 | 3412 | return $output.$html; |
| 3413 | 3413 | } |
| 3414 | -add_filter('geodir_cfa_extra_fields_text','geodir_cfa_extra_fields_text',10,4);
|
|
| 3414 | +add_filter('geodir_cfa_extra_fields_text', 'geodir_cfa_extra_fields_text', 10, 4);
|
|
| 3415 | 3415 | |
| 3416 | -function geodir_default_custom_fields($post_type='gd_place',$package_id=''){
|
|
| 3416 | +function geodir_default_custom_fields($post_type = 'gd_place', $package_id = '') {
|
|
| 3417 | 3417 | $fields = array(); |
| 3418 | - $package = ($package_id=='') ? '' : array($package_id); |
|
| 3418 | + $package = ($package_id == '') ? '' : array($package_id); |
|
| 3419 | 3419 | |
| 3420 | 3420 | $fields[] = array('listing_type' => $post_type,
|
| 3421 | 3421 | 'data_type' => 'VARCHAR', |
@@ -3588,7 +3588,7 @@ discard block |
||
| 3588 | 3588 | return $fields; |
| 3589 | 3589 | } |
| 3590 | 3590 | |
| 3591 | -function geodir_currency_format_number($number='',$cf=''){
|
|
| 3591 | +function geodir_currency_format_number($number = '', $cf = '') {
|
|
| 3592 | 3592 | |
| 3593 | 3593 | $cs = isset($cf['extra_fields']) ? maybe_unserialize($cf['extra_fields']) : ''; |
| 3594 | 3594 | |
@@ -3597,35 +3597,35 @@ discard block |
||
| 3597 | 3597 | $decimal_display = isset($cf['decimal_display']) && $cf['decimal_display'] ? $cf['decimal_display'] : 'if'; |
| 3598 | 3598 | $decimalpoint = '.'; |
| 3599 | 3599 | |
| 3600 | - if(isset($cs['decimal_separator']) && $cs['decimal_separator']=='comma'){
|
|
| 3600 | + if (isset($cs['decimal_separator']) && $cs['decimal_separator'] == 'comma') {
|
|
| 3601 | 3601 | $decimalpoint = ','; |
| 3602 | 3602 | } |
| 3603 | 3603 | |
| 3604 | 3604 | $separator = ','; |
| 3605 | 3605 | |
| 3606 | - if(isset($cs['thousand_separator'])){
|
|
| 3607 | - if($cs['thousand_separator']=='comma'){$separator = ',';}
|
|
| 3608 | - if($cs['thousand_separator']=='slash'){$separator = '\\';}
|
|
| 3609 | - if($cs['thousand_separator']=='period'){$separator = '.';}
|
|
| 3610 | - if($cs['thousand_separator']=='space'){$separator = ' ';}
|
|
| 3611 | - if($cs['thousand_separator']=='none'){$separator = '';}
|
|
| 3606 | + if (isset($cs['thousand_separator'])) {
|
|
| 3607 | + if ($cs['thousand_separator'] == 'comma') {$separator = ','; }
|
|
| 3608 | + if ($cs['thousand_separator'] == 'slash') {$separator = '\\'; }
|
|
| 3609 | + if ($cs['thousand_separator'] == 'period') {$separator = '.'; }
|
|
| 3610 | + if ($cs['thousand_separator'] == 'space') {$separator = ' '; }
|
|
| 3611 | + if ($cs['thousand_separator'] == 'none') {$separator = ''; }
|
|
| 3612 | 3612 | } |
| 3613 | 3613 | |
| 3614 | 3614 | $currency_symbol_placement = isset($cs['currency_symbol_placement']) ? $cs['currency_symbol_placement'] : 'left'; |
| 3615 | 3615 | |
| 3616 | - if($decimals>0 && $decimal_display=='if'){
|
|
| 3617 | - if(is_int($number) || floor( $number ) == $number) |
|
| 3616 | + if ($decimals > 0 && $decimal_display == 'if') {
|
|
| 3617 | + if (is_int($number) || floor($number) == $number) |
|
| 3618 | 3618 | $decimals = 0; |
| 3619 | 3619 | } |
| 3620 | 3620 | |
| 3621 | - $number = number_format($number,$decimals,$decimalpoint,$separator); |
|
| 3621 | + $number = number_format($number, $decimals, $decimalpoint, $separator); |
|
| 3622 | 3622 | |
| 3623 | 3623 | |
| 3624 | 3624 | |
| 3625 | - if($currency_symbol_placement=='left'){
|
|
| 3626 | - $number = $symbol . $number; |
|
| 3627 | - }else{
|
|
| 3628 | - $number = $number . $symbol; |
|
| 3625 | + if ($currency_symbol_placement == 'left') {
|
|
| 3626 | + $number = $symbol.$number; |
|
| 3627 | + } else {
|
|
| 3628 | + $number = $number.$symbol; |
|
| 3629 | 3629 | } |
| 3630 | 3630 | |
| 3631 | 3631 | |
@@ -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 ucfirst($extvalue[1]); ?></option> |
|
| 177 | + echo 'selected="selected"'; |
|
| 178 | + } ?> value="<?php echo $postypes_obj; ?>"><?php $extvalue = explode('_', $postypes_obj);
|
|
| 179 | + echo 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 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 |
@@ -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> |
@@ -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 | * |
@@ -316,8 +319,9 @@ discard block |
||
| 316 | 319 | if (!empty($notification) && get_option('geodir_tiny_editor') == '1') {
|
| 317 | 320 | |
| 318 | 321 | foreach ($notification as $key => $value) {
|
| 319 | - if ($value['type'] == 'textarea') |
|
| 320 | - $notification[$key]['type'] = 'editor'; |
|
| 322 | + if ($value['type'] == 'textarea') { |
|
| 323 | + $notification[$key]['type'] = 'editor'; |
|
| 324 | + } |
|
| 321 | 325 | } |
| 322 | 326 | |
| 323 | 327 | } |
@@ -342,8 +346,9 @@ discard block |
||
| 342 | 346 | if (!empty($design_setting) && get_option('geodir_tiny_editor') == '1') {
|
| 343 | 347 | |
| 344 | 348 | foreach ($design_setting as $key => $value) {
|
| 345 | - if ($value['type'] == 'textarea' && $value['id'] == 'geodir_term_condition_content') |
|
| 346 | - $design_setting[$key]['type'] = 'editor'; |
|
| 349 | + if ($value['type'] == 'textarea' && $value['id'] == 'geodir_term_condition_content') { |
|
| 350 | + $design_setting[$key]['type'] = 'editor'; |
|
| 351 | + } |
|
| 347 | 352 | } |
| 348 | 353 | |
| 349 | 354 | } |
@@ -462,9 +467,9 @@ discard block |
||
| 462 | 467 | class="gd-draggable-form-items gd-<?php echo $val['field_type'];?> geodir-sort-<?php echo $val['htmlvar_name'];?>" href="javascript:void(0);"> |
| 463 | 468 | <?php if (isset($val['field_icon']) && strpos($val['field_icon'], 'fa fa-') !== false) {
|
| 464 | 469 | echo '<i class="'.$val['field_icon'].'" aria-hidden="true"></i>'; |
| 465 | - }elseif(isset($val['field_icon']) && $val['field_icon'] ){
|
|
| 470 | + } elseif(isset($val['field_icon']) && $val['field_icon'] ){
|
|
| 466 | 471 | echo '<b style="background-image: url("'.$val['field_icon'].'")"></b>';
|
| 467 | - }else{
|
|
| 472 | + } else{
|
|
| 468 | 473 | echo '<i class="fa fa-cog" aria-hidden="true"></i>'; |
| 469 | 474 | }?> |
| 470 | 475 | <?php echo $val['site_title'];?> |
@@ -693,9 +698,9 @@ discard block |
||
| 693 | 698 | <?php |
| 694 | 699 | if($type=='predefined'){
|
| 695 | 700 | $cfs = geodir_custom_fields_predefined($listing_type); |
| 696 | - }elseif($type=='custom'){
|
|
| 701 | + } elseif($type=='custom'){
|
|
| 697 | 702 | $cfs = geodir_custom_fields_custom($listing_type); |
| 698 | - }else{
|
|
| 703 | + } else{
|
|
| 699 | 704 | $cfs = geodir_custom_fields($listing_type); |
| 700 | 705 | ?> |
| 701 | 706 | <ul class="full gd-cf-tooltip-wrap"> |
@@ -750,7 +755,7 @@ discard block |
||
| 750 | 755 | </li> |
| 751 | 756 | <?php |
| 752 | 757 | } |
| 753 | - }else{
|
|
| 758 | + } else{
|
|
| 754 | 759 | _e('There are no custom fields here yet.', 'geodirectory');
|
| 755 | 760 | } |
| 756 | 761 | ?> |
@@ -947,8 +952,9 @@ discard block |
||
| 947 | 952 | |
| 948 | 953 | if (!get_option('geodir_remove_unnecessary_fields')) {
|
| 949 | 954 | |
| 950 | - if ($wpdb->get_var("SHOW COLUMNS FROM " . $plugin_prefix . "gd_place_detail WHERE field = 'categories'"))
|
|
| 951 | - $wpdb->query("ALTER TABLE `" . $plugin_prefix . "gd_place_detail` DROP `categories`");
|
|
| 955 | + if ($wpdb->get_var("SHOW COLUMNS FROM " . $plugin_prefix . "gd_place_detail WHERE field = 'categories'")) { |
|
| 956 | + $wpdb->query("ALTER TABLE `" . $plugin_prefix . "gd_place_detail` DROP `categories`"); |
|
| 957 | + } |
|
| 952 | 958 | |
| 953 | 959 | update_option('geodir_remove_unnecessary_fields', '1');
|
| 954 | 960 | |
@@ -974,15 +980,17 @@ discard block |
||
| 974 | 980 | $geodir_admin_ajax_action = $_REQUEST['geodir_admin_ajax_action']; |
| 975 | 981 | switch ($geodir_admin_ajax_action) {
|
| 976 | 982 | case 'diagnosis' : |
| 977 | - if (isset($_REQUEST['diagnose_this']) && $_REQUEST['diagnose_this'] != '') |
|
| 978 | - $diagnose_this = sanitize_text_field($_REQUEST['diagnose_this']); |
|
| 983 | + if (isset($_REQUEST['diagnose_this']) && $_REQUEST['diagnose_this'] != '') { |
|
| 984 | + $diagnose_this = sanitize_text_field($_REQUEST['diagnose_this']); |
|
| 985 | + } |
|
| 979 | 986 | call_user_func('geodir_diagnose_' . $diagnose_this);
|
| 980 | 987 | exit(); |
| 981 | 988 | break; |
| 982 | 989 | |
| 983 | 990 | case 'diagnosis-fix' : |
| 984 | - if (isset($_REQUEST['diagnose_this']) && $_REQUEST['diagnose_this'] != '') |
|
| 985 | - $diagnose_this = sanitize_text_field($_REQUEST['diagnose_this']); |
|
| 991 | + if (isset($_REQUEST['diagnose_this']) && $_REQUEST['diagnose_this'] != '') { |
|
| 992 | + $diagnose_this = sanitize_text_field($_REQUEST['diagnose_this']); |
|
| 993 | + } |
|
| 986 | 994 | call_user_func('geodir_diagnose_' . $diagnose_this);
|
| 987 | 995 | exit(); |
| 988 | 996 | break; |
@@ -1540,11 +1548,11 @@ discard block |
||
| 1540 | 1548 | ////////////////////////////////// |
| 1541 | 1549 | $option_value = get_option('geodir_home_page');
|
| 1542 | 1550 | $page = get_post($option_value); |
| 1543 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1551 | + if(!empty($page)){$page_found = $page->ID;} else{$page_found = '';}
|
|
| 1544 | 1552 | |
| 1545 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1546 | - $output_str .= "<li>" . __('GD Home page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1547 | - else {
|
|
| 1553 | + if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') { |
|
| 1554 | + $output_str .= "<li>" . __('GD Home page exists with proper setting.', 'geodirectory') . "</li>"; |
|
| 1555 | + } else {
|
|
| 1548 | 1556 | $is_error_during_diagnose = true; |
| 1549 | 1557 | $output_str .= "<li><strong>" . __('GD Home page is missing.', 'geodirectory') . "</strong></li>";
|
| 1550 | 1558 | if ($fix) {
|
@@ -1565,11 +1573,11 @@ discard block |
||
| 1565 | 1573 | ////////////////////////////////// |
| 1566 | 1574 | $option_value = get_option('geodir_add_listing_page');
|
| 1567 | 1575 | $page = get_post($option_value); |
| 1568 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1576 | + if(!empty($page)){$page_found = $page->ID;} else{$page_found = '';}
|
|
| 1569 | 1577 | |
| 1570 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1571 | - $output_str .= "<li>" . __('Add Listing page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1572 | - else {
|
|
| 1578 | + if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') { |
|
| 1579 | + $output_str .= "<li>" . __('Add Listing page exists with proper setting.', 'geodirectory') . "</li>"; |
|
| 1580 | + } else {
|
|
| 1573 | 1581 | $is_error_during_diagnose = true; |
| 1574 | 1582 | $output_str .= "<li><strong>" . __('Add Listing page is missing.', 'geodirectory') . "</strong></li>";
|
| 1575 | 1583 | if ($fix) {
|
@@ -1591,11 +1599,11 @@ discard block |
||
| 1591 | 1599 | ////////////////////////////////// |
| 1592 | 1600 | $option_value = get_option('geodir_preview_page');
|
| 1593 | 1601 | $page = get_post($option_value); |
| 1594 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1602 | + if(!empty($page)){$page_found = $page->ID;} else{$page_found = '';}
|
|
| 1595 | 1603 | |
| 1596 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1597 | - $output_str .= "<li>" . __('Listing Preview page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1598 | - else {
|
|
| 1604 | + if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') { |
|
| 1605 | + $output_str .= "<li>" . __('Listing Preview page exists with proper setting.', 'geodirectory') . "</li>"; |
|
| 1606 | + } else {
|
|
| 1599 | 1607 | $is_error_during_diagnose = true; |
| 1600 | 1608 | $output_str .= "<li><strong>" . __('Listing Preview page is missing.', 'geodirectory') . "</strong></li>";
|
| 1601 | 1609 | if ($fix) {
|
@@ -1616,11 +1624,11 @@ discard block |
||
| 1616 | 1624 | ////////////////////////////////// |
| 1617 | 1625 | $option_value = get_option('geodir_success_page');
|
| 1618 | 1626 | $page = get_post($option_value); |
| 1619 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1627 | + if(!empty($page)){$page_found = $page->ID;} else{$page_found = '';}
|
|
| 1620 | 1628 | |
| 1621 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1622 | - $output_str .= "<li>" . __('Listing Success page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1623 | - else {
|
|
| 1629 | + if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') { |
|
| 1630 | + $output_str .= "<li>" . __('Listing Success page exists with proper setting.', 'geodirectory') . "</li>"; |
|
| 1631 | + } else {
|
|
| 1624 | 1632 | $is_error_during_diagnose = true; |
| 1625 | 1633 | $output_str .= "<li><strong>" . __('Listing Success page is missing.', 'geodirectory') . "</strong></li>";
|
| 1626 | 1634 | if ($fix) {
|
@@ -1641,11 +1649,11 @@ discard block |
||
| 1641 | 1649 | ////////////////////////////////// |
| 1642 | 1650 | $option_value = get_option('geodir_info_page');
|
| 1643 | 1651 | $page = get_post($option_value); |
| 1644 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1652 | + if(!empty($page)){$page_found = $page->ID;} else{$page_found = '';}
|
|
| 1645 | 1653 | |
| 1646 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1647 | - $output_str .= "<li>" . __('Info page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1648 | - else {
|
|
| 1654 | + if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') { |
|
| 1655 | + $output_str .= "<li>" . __('Info page exists with proper setting.', 'geodirectory') . "</li>"; |
|
| 1656 | + } else {
|
|
| 1649 | 1657 | $is_error_during_diagnose = true; |
| 1650 | 1658 | $output_str .= "<li><strong>" . __('Info page is missing.', 'geodirectory') . "</strong></li>";
|
| 1651 | 1659 | if ($fix) {
|
@@ -1666,11 +1674,11 @@ discard block |
||
| 1666 | 1674 | ////////////////////////////////// |
| 1667 | 1675 | $option_value = get_option('geodir_login_page');
|
| 1668 | 1676 | $page = get_post($option_value); |
| 1669 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1677 | + if(!empty($page)){$page_found = $page->ID;} else{$page_found = '';}
|
|
| 1670 | 1678 | |
| 1671 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1672 | - $output_str .= "<li>" . __('Login page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1673 | - else {
|
|
| 1679 | + if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') { |
|
| 1680 | + $output_str .= "<li>" . __('Login page exists with proper setting.', 'geodirectory') . "</li>"; |
|
| 1681 | + } else {
|
|
| 1674 | 1682 | $is_error_during_diagnose = true; |
| 1675 | 1683 | $output_str .= "<li><strong>" . __('Login page is missing.', 'geodirectory') . "</strong></li>";
|
| 1676 | 1684 | if ($fix) {
|
@@ -1691,11 +1699,11 @@ discard block |
||
| 1691 | 1699 | ////////////////////////////////// |
| 1692 | 1700 | $option_value = get_option('geodir_location_page');
|
| 1693 | 1701 | $page = get_post($option_value); |
| 1694 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1702 | + if(!empty($page)){$page_found = $page->ID;} else{$page_found = '';}
|
|
| 1695 | 1703 | |
| 1696 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1697 | - $output_str .= "<li>" . __('Location page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1698 | - else {
|
|
| 1704 | + if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') { |
|
| 1705 | + $output_str .= "<li>" . __('Location page exists with proper setting.', 'geodirectory') . "</li>"; |
|
| 1706 | + } else {
|
|
| 1699 | 1707 | $is_error_during_diagnose = true; |
| 1700 | 1708 | $output_str .= "<li><strong>" . __('Location page is missing.', 'geodirectory') . "</strong></li>";
|
| 1701 | 1709 | if ($fix) {
|
@@ -2140,8 +2148,9 @@ discard block |
||
| 2140 | 2148 | ); |
| 2141 | 2149 | |
| 2142 | 2150 | $post_location_info = $request_info['post_location']; |
| 2143 | - if ($location_id = geodir_add_new_location($post_location_info)) |
|
| 2144 | - $post_location_id = $location_id; |
|
| 2151 | + if ($location_id = geodir_add_new_location($post_location_info)) { |
|
| 2152 | + $post_location_id = $location_id; |
|
| 2153 | + } |
|
| 2145 | 2154 | } else {
|
| 2146 | 2155 | $post_location_id = 0; |
| 2147 | 2156 | } |
@@ -2204,8 +2213,9 @@ discard block |
||
| 2204 | 2213 | $attachment_set = ''; |
| 2205 | 2214 | |
| 2206 | 2215 | foreach ($attachment as $key => $val) {
|
| 2207 | - if ($val != '') |
|
| 2208 | - $attachment_set .= $key . " = '" . $val . "', "; |
|
| 2216 | + if ($val != '') { |
|
| 2217 | + $attachment_set .= $key . " = '" . $val . "', "; |
|
| 2218 | + } |
|
| 2209 | 2219 | } |
| 2210 | 2220 | $attachment_set = trim($attachment_set, ", "); |
| 2211 | 2221 | |
@@ -2301,8 +2311,7 @@ discard block |
||
| 2301 | 2311 | |
| 2302 | 2312 | $parts = json_decode($response['body']); |
| 2303 | 2313 | //print_r($parts); |
| 2304 | - if(!isset($parts->access_token)){echo $error_msg." - #1";exit;}
|
|
| 2305 | - else{
|
|
| 2314 | + if(!isset($parts->access_token)){echo $error_msg." - #1";exit;} else{
|
|
| 2306 | 2315 | |
| 2307 | 2316 | update_option('gd_ga_access_token', $parts->access_token);
|
| 2308 | 2317 | update_option('gd_ga_refresh_token', $parts->refresh_token);
|
@@ -2310,17 +2319,16 @@ discard block |
||
| 2310 | 2319 | } |
| 2311 | 2320 | |
| 2312 | 2321 | |
| 2313 | - } |
|
| 2314 | - elseif(!empty($response['response']['code'])) {
|
|
| 2322 | + } elseif(!empty($response['response']['code'])) {
|
|
| 2315 | 2323 | $parts = json_decode($response['body']); |
| 2316 | 2324 | |
| 2317 | 2325 | if(isset($parts->error)){
|
| 2318 | 2326 | echo $parts->error.": ".$parts->error_description;exit; |
| 2319 | - }else{
|
|
| 2327 | + } else{
|
|
| 2320 | 2328 | echo $error_msg." - #2";exit; |
| 2321 | 2329 | } |
| 2322 | 2330 | |
| 2323 | - }else{
|
|
| 2331 | + } else{
|
|
| 2324 | 2332 | |
| 2325 | 2333 | echo $error_msg." - #3";exit; |
| 2326 | 2334 | |
@@ -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 | |
@@ -156,16 +156,16 @@ discard block |
||
| 156 | 156 | */ |
| 157 | 157 | function geodir_admin_list_columns() |
| 158 | 158 | {
|
| 159 | - if ($post_types = geodir_get_posttypes()) {
|
|
| 159 | + if ($post_types = geodir_get_posttypes()) {
|
|
| 160 | 160 | |
| 161 | - foreach ($post_types as $post_type): |
|
| 162 | - add_filter("manage_edit-{$post_type}_columns", 'geodir_edit_post_columns', 100);
|
|
| 163 | - //Filter-Payment-Manager to show Package |
|
| 164 | - add_action("manage_{$post_type}_posts_custom_column", 'geodir_manage_post_columns', 10, 2);
|
|
| 161 | + foreach ($post_types as $post_type): |
|
| 162 | + add_filter("manage_edit-{$post_type}_columns", 'geodir_edit_post_columns', 100);
|
|
| 163 | + //Filter-Payment-Manager to show Package |
|
| 164 | + add_action("manage_{$post_type}_posts_custom_column", 'geodir_manage_post_columns', 10, 2);
|
|
| 165 | 165 | |
| 166 | - add_filter("manage_edit-{$post_type}_sortable_columns", 'geodir_post_sortable_columns');
|
|
| 167 | - endforeach; |
|
| 168 | - } |
|
| 166 | + add_filter("manage_edit-{$post_type}_sortable_columns", 'geodir_post_sortable_columns');
|
|
| 167 | + endforeach; |
|
| 168 | + } |
|
| 169 | 169 | } |
| 170 | 170 | |
| 171 | 171 | /** |
@@ -178,15 +178,15 @@ discard block |
||
| 178 | 178 | */ |
| 179 | 179 | function geodir_default_admin_main_tabs($tabs) |
| 180 | 180 | {
|
| 181 | - return $tabs = array( |
|
| 182 | - 'general_settings' => array('label' => __('General', 'geodirectory')),
|
|
| 183 | - 'design_settings' => array('label' => __('Design', 'geodirectory')),
|
|
| 184 | - 'permalink_settings' => array('label' => __('Permalinks', 'geodirectory')),
|
|
| 185 | - 'title_meta_settings' => array('label' => __('Titles & Metas', 'geodirectory')),
|
|
| 186 | - 'notifications_settings' => array('label' => __('Notifications', 'geodirectory')),
|
|
| 187 | - 'default_location_settings' => array('label' => __('Set Default Location', 'geodirectory')),
|
|
| 188 | - |
|
| 189 | - ); |
|
| 181 | + return $tabs = array( |
|
| 182 | + 'general_settings' => array('label' => __('General', 'geodirectory')),
|
|
| 183 | + 'design_settings' => array('label' => __('Design', 'geodirectory')),
|
|
| 184 | + 'permalink_settings' => array('label' => __('Permalinks', 'geodirectory')),
|
|
| 185 | + 'title_meta_settings' => array('label' => __('Titles & Metas', 'geodirectory')),
|
|
| 186 | + 'notifications_settings' => array('label' => __('Notifications', 'geodirectory')),
|
|
| 187 | + 'default_location_settings' => array('label' => __('Set Default Location', 'geodirectory')),
|
|
| 188 | + |
|
| 189 | + ); |
|
| 190 | 190 | } |
| 191 | 191 | |
| 192 | 192 | add_action('do_meta_boxes', 'geodir_remove_image_box');
|
@@ -199,16 +199,16 @@ discard block |
||
| 199 | 199 | */ |
| 200 | 200 | function geodir_remove_image_box() |
| 201 | 201 | {
|
| 202 | - global $post; |
|
| 202 | + global $post; |
|
| 203 | 203 | |
| 204 | - $geodir_posttypes = geodir_get_posttypes(); |
|
| 204 | + $geodir_posttypes = geodir_get_posttypes(); |
|
| 205 | 205 | |
| 206 | - if (isset($post) && in_array($post->post_type, $geodir_posttypes)): |
|
| 206 | + if (isset($post) && in_array($post->post_type, $geodir_posttypes)): |
|
| 207 | 207 | |
| 208 | - remove_meta_box('postimagediv', $post->post_type, 'side');
|
|
| 209 | - remove_meta_box('revisionsdiv', $post->post_type, 'normal');
|
|
| 208 | + remove_meta_box('postimagediv', $post->post_type, 'side');
|
|
| 209 | + remove_meta_box('revisionsdiv', $post->post_type, 'normal');
|
|
| 210 | 210 | |
| 211 | - endif; |
|
| 211 | + endif; |
|
| 212 | 212 | |
| 213 | 213 | } |
| 214 | 214 | |
@@ -223,27 +223,27 @@ discard block |
||
| 223 | 223 | */ |
| 224 | 224 | function geodir_meta_box_add() |
| 225 | 225 | {
|
| 226 | - global $post; |
|
| 226 | + global $post; |
|
| 227 | 227 | |
| 228 | - $geodir_post_types = geodir_get_posttypes('array');
|
|
| 229 | - $geodir_posttypes = array_keys($geodir_post_types); |
|
| 228 | + $geodir_post_types = geodir_get_posttypes('array');
|
|
| 229 | + $geodir_posttypes = array_keys($geodir_post_types); |
|
| 230 | 230 | |
| 231 | - if (isset($post->post_type) && in_array($post->post_type, $geodir_posttypes)): |
|
| 231 | + if (isset($post->post_type) && in_array($post->post_type, $geodir_posttypes)): |
|
| 232 | 232 | |
| 233 | - $geodir_posttype = $post->post_type; |
|
| 234 | - $post_typename = __($geodir_post_types[$geodir_posttype]['labels']['singular_name'], 'geodirectory'); |
|
| 235 | - $post_typename = geodir_ucwords($post_typename); |
|
| 233 | + $geodir_posttype = $post->post_type; |
|
| 234 | + $post_typename = __($geodir_post_types[$geodir_posttype]['labels']['singular_name'], 'geodirectory'); |
|
| 235 | + $post_typename = geodir_ucwords($post_typename); |
|
| 236 | 236 | |
| 237 | - // Filter-Payment-Manager |
|
| 237 | + // Filter-Payment-Manager |
|
| 238 | 238 | |
| 239 | - add_meta_box('geodir_post_images', $post_typename . ' ' . __('Attachments', 'geodirectory'), 'geodir_post_attachments', $geodir_posttype, 'side');
|
|
| 239 | + add_meta_box('geodir_post_images', $post_typename . ' ' . __('Attachments', 'geodirectory'), 'geodir_post_attachments', $geodir_posttype, 'side');
|
|
| 240 | 240 | |
| 241 | - add_meta_box('geodir_post_info', $post_typename . ' ' . __('Information', 'geodirectory'), 'geodir_post_info_setting', $geodir_posttype, 'normal', 'high');
|
|
| 241 | + add_meta_box('geodir_post_info', $post_typename . ' ' . __('Information', 'geodirectory'), 'geodir_post_info_setting', $geodir_posttype, 'normal', 'high');
|
|
| 242 | 242 | |
| 243 | - // no need of this box as all fields moved to main information box |
|
| 244 | - //add_meta_box( 'geodir_post_addinfo', $post_typename. ' ' .__('Additional Information' , 'geodirectory'), 'geodir_post_addinfo_setting', $geodir_posttype,'normal', 'high' );
|
|
| 243 | + // no need of this box as all fields moved to main information box |
|
| 244 | + //add_meta_box( 'geodir_post_addinfo', $post_typename. ' ' .__('Additional Information' , 'geodirectory'), 'geodir_post_addinfo_setting', $geodir_posttype,'normal', 'high' );
|
|
| 245 | 245 | |
| 246 | - endif; |
|
| 246 | + endif; |
|
| 247 | 247 | |
| 248 | 248 | } |
| 249 | 249 | |
@@ -267,23 +267,23 @@ discard block |
||
| 267 | 267 | function geodir_hide_post_taxonomy_meta_boxes() |
| 268 | 268 | {
|
| 269 | 269 | |
| 270 | - $geodir_post_types = get_option('geodir_post_types');
|
|
| 270 | + $geodir_post_types = get_option('geodir_post_types');
|
|
| 271 | 271 | |
| 272 | - if (!empty($geodir_post_types)) {
|
|
| 273 | - foreach ($geodir_post_types as $geodir_post_type => $geodir_posttype_info) {
|
|
| 272 | + if (!empty($geodir_post_types)) {
|
|
| 273 | + foreach ($geodir_post_types as $geodir_post_type => $geodir_posttype_info) {
|
|
| 274 | 274 | |
| 275 | - $gd_taxonomy = geodir_get_taxonomies($geodir_post_type); |
|
| 275 | + $gd_taxonomy = geodir_get_taxonomies($geodir_post_type); |
|
| 276 | 276 | |
| 277 | - if(!empty($gd_taxonomy)) {
|
|
| 278 | - foreach ($gd_taxonomy as $tax) {
|
|
| 277 | + if(!empty($gd_taxonomy)) {
|
|
| 278 | + foreach ($gd_taxonomy as $tax) {
|
|
| 279 | 279 | |
| 280 | - remove_meta_box($tax . 'div', $geodir_post_type, 'normal'); |
|
| 280 | + remove_meta_box($tax . 'div', $geodir_post_type, 'normal'); |
|
| 281 | 281 | |
| 282 | - } |
|
| 283 | - } |
|
| 282 | + } |
|
| 283 | + } |
|
| 284 | 284 | |
| 285 | - } |
|
| 286 | - } |
|
| 285 | + } |
|
| 286 | + } |
|
| 287 | 287 | } |
| 288 | 288 | |
| 289 | 289 | add_filter('geodir_add_listing_map_restrict', 'geodir_add_listing_map_restrict');
|
@@ -297,12 +297,12 @@ discard block |
||
| 297 | 297 | */ |
| 298 | 298 | function geodir_add_listing_map_restrict($map_restirct) |
| 299 | 299 | {
|
| 300 | - if (is_admin()) {
|
|
| 301 | - if (isset($_REQUEST['tab']) && $_REQUEST['tab'] == 'default_location_settings') {
|
|
| 302 | - $map_restirct = false; |
|
| 303 | - } |
|
| 304 | - } |
|
| 305 | - return $map_restirct; |
|
| 300 | + if (is_admin()) {
|
|
| 301 | + if (isset($_REQUEST['tab']) && $_REQUEST['tab'] == 'default_location_settings') {
|
|
| 302 | + $map_restirct = false; |
|
| 303 | + } |
|
| 304 | + } |
|
| 305 | + return $map_restirct; |
|
| 306 | 306 | } |
| 307 | 307 | |
| 308 | 308 | |
@@ -321,16 +321,16 @@ discard block |
||
| 321 | 321 | function geodir_enable_editor_on_notifications($notification) |
| 322 | 322 | {
|
| 323 | 323 | |
| 324 | - if (!empty($notification) && get_option('geodir_tiny_editor') == '1') {
|
|
| 324 | + if (!empty($notification) && get_option('geodir_tiny_editor') == '1') {
|
|
| 325 | 325 | |
| 326 | - foreach ($notification as $key => $value) {
|
|
| 327 | - if ($value['type'] == 'textarea') |
|
| 328 | - $notification[$key]['type'] = 'editor'; |
|
| 329 | - } |
|
| 326 | + foreach ($notification as $key => $value) {
|
|
| 327 | + if ($value['type'] == 'textarea') |
|
| 328 | + $notification[$key]['type'] = 'editor'; |
|
| 329 | + } |
|
| 330 | 330 | |
| 331 | - } |
|
| 331 | + } |
|
| 332 | 332 | |
| 333 | - return $notification; |
|
| 333 | + return $notification; |
|
| 334 | 334 | } |
| 335 | 335 | |
| 336 | 336 | |
@@ -347,16 +347,16 @@ discard block |
||
| 347 | 347 | function geodir_enable_editor_on_design_settings($design_setting) |
| 348 | 348 | {
|
| 349 | 349 | |
| 350 | - if (!empty($design_setting) && get_option('geodir_tiny_editor') == '1') {
|
|
| 350 | + if (!empty($design_setting) && get_option('geodir_tiny_editor') == '1') {
|
|
| 351 | 351 | |
| 352 | - foreach ($design_setting as $key => $value) {
|
|
| 353 | - if ($value['type'] == 'textarea' && $value['id'] == 'geodir_term_condition_content') |
|
| 354 | - $design_setting[$key]['type'] = 'editor'; |
|
| 355 | - } |
|
| 352 | + foreach ($design_setting as $key => $value) {
|
|
| 353 | + if ($value['type'] == 'textarea' && $value['id'] == 'geodir_term_condition_content') |
|
| 354 | + $design_setting[$key]['type'] = 'editor'; |
|
| 355 | + } |
|
| 356 | 356 | |
| 357 | - } |
|
| 357 | + } |
|
| 358 | 358 | |
| 359 | - return $design_setting; |
|
| 359 | + return $design_setting; |
|
| 360 | 360 | } |
| 361 | 361 | |
| 362 | 362 | /* ----------- START MANAGE CUSTOM FIELDS ---------------- */ |
@@ -364,15 +364,15 @@ discard block |
||
| 364 | 364 | add_action('geodir_manage_available_fields_custom', 'geodir_manage_available_fields_custom');
|
| 365 | 365 | |
| 366 | 366 | function geodir_manage_available_fields_predefined($sub_tab){
|
| 367 | - if($sub_tab=='custom_fields'){
|
|
| 368 | - geodir_custom_available_fields('predefined');
|
|
| 369 | - } |
|
| 367 | + if($sub_tab=='custom_fields'){
|
|
| 368 | + geodir_custom_available_fields('predefined');
|
|
| 369 | + } |
|
| 370 | 370 | } |
| 371 | 371 | |
| 372 | 372 | function geodir_manage_available_fields_custom($sub_tab){
|
| 373 | - if($sub_tab=='custom_fields'){
|
|
| 374 | - geodir_custom_available_fields('custom');
|
|
| 375 | - } |
|
| 373 | + if($sub_tab=='custom_fields'){
|
|
| 374 | + geodir_custom_available_fields('custom');
|
|
| 375 | + } |
|
| 376 | 376 | } |
| 377 | 377 | |
| 378 | 378 | |
@@ -391,16 +391,16 @@ discard block |
||
| 391 | 391 | function geodir_manage_available_fields($sub_tab) |
| 392 | 392 | {
|
| 393 | 393 | |
| 394 | - switch ($sub_tab) {
|
|
| 395 | - case 'custom_fields': |
|
| 396 | - geodir_custom_available_fields(); |
|
| 397 | - break; |
|
| 394 | + switch ($sub_tab) {
|
|
| 395 | + case 'custom_fields': |
|
| 396 | + geodir_custom_available_fields(); |
|
| 397 | + break; |
|
| 398 | 398 | |
| 399 | - case 'sorting_options': |
|
| 400 | - geodir_sorting_options_available_fields(); |
|
| 401 | - break; |
|
| 399 | + case 'sorting_options': |
|
| 400 | + geodir_sorting_options_available_fields(); |
|
| 401 | + break; |
|
| 402 | 402 | |
| 403 | - } |
|
| 403 | + } |
|
| 404 | 404 | } |
| 405 | 405 | |
| 406 | 406 | |
@@ -416,16 +416,16 @@ discard block |
||
| 416 | 416 | function geodir_manage_selected_fields($sub_tab) |
| 417 | 417 | {
|
| 418 | 418 | |
| 419 | - switch ($sub_tab) {
|
|
| 420 | - case 'custom_fields': |
|
| 421 | - geodir_custom_selected_fields(); |
|
| 422 | - break; |
|
| 419 | + switch ($sub_tab) {
|
|
| 420 | + case 'custom_fields': |
|
| 421 | + geodir_custom_selected_fields(); |
|
| 422 | + break; |
|
| 423 | 423 | |
| 424 | - case 'sorting_options': |
|
| 425 | - geodir_sorting_options_selected_fields(); |
|
| 426 | - break; |
|
| 424 | + case 'sorting_options': |
|
| 425 | + geodir_sorting_options_selected_fields(); |
|
| 426 | + break; |
|
| 427 | 427 | |
| 428 | - } |
|
| 428 | + } |
|
| 429 | 429 | } |
| 430 | 430 | |
| 431 | 431 | /** |
@@ -437,52 +437,52 @@ discard block |
||
| 437 | 437 | */ |
| 438 | 438 | function geodir_sorting_options_available_fields() |
| 439 | 439 | {
|
| 440 | - global $wpdb; |
|
| 441 | - $listing_type = ($_REQUEST['listing_type'] != '') ? sanitize_text_field($_REQUEST['listing_type']) : 'gd_place'; |
|
| 442 | - ?> |
|
| 440 | + global $wpdb; |
|
| 441 | + $listing_type = ($_REQUEST['listing_type'] != '') ? sanitize_text_field($_REQUEST['listing_type']) : 'gd_place'; |
|
| 442 | + ?> |
|
| 443 | 443 | <input type="hidden" name="listing_type" id="new_post_type" value="<?php echo $listing_type;?>"/> |
| 444 | 444 | <input type="hidden" name="manage_field_type" class="manage_field_type" value="<?php echo sanitize_text_field($_REQUEST['subtab']); ?>"/> |
| 445 | 445 | <ul> |
| 446 | 446 | <?php |
| 447 | - $sort_options = geodir_get_custom_sort_options($listing_type); |
|
| 447 | + $sort_options = geodir_get_custom_sort_options($listing_type); |
|
| 448 | 448 | |
| 449 | - foreach ($sort_options as $key => $val) {
|
|
| 450 | - $val = stripslashes_deep($val); // strip slashes |
|
| 451 | - |
|
| 452 | - $check_html_variable = $wpdb->get_var( |
|
| 453 | - $wpdb->prepare( |
|
| 454 | - "SELECT htmlvar_name FROM " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " WHERE htmlvar_name = %s AND post_type = %s AND field_type=%s", |
|
| 455 | - array($val['htmlvar_name'], $listing_type, $val['field_type']) |
|
| 456 | - ) |
|
| 457 | - ); |
|
| 449 | + foreach ($sort_options as $key => $val) {
|
|
| 450 | + $val = stripslashes_deep($val); // strip slashes |
|
| 451 | + |
|
| 452 | + $check_html_variable = $wpdb->get_var( |
|
| 453 | + $wpdb->prepare( |
|
| 454 | + "SELECT htmlvar_name FROM " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " WHERE htmlvar_name = %s AND post_type = %s AND field_type=%s", |
|
| 455 | + array($val['htmlvar_name'], $listing_type, $val['field_type']) |
|
| 456 | + ) |
|
| 457 | + ); |
|
| 458 | 458 | |
| 459 | - $display = $check_html_variable ? ' style="display:none;"' : ''; |
|
| 460 | - ?> |
|
| 459 | + $display = $check_html_variable ? ' style="display:none;"' : ''; |
|
| 460 | + ?> |
|
| 461 | 461 | |
| 462 | 462 | <li class="gd-cf-tooltip-wrap" <?php echo $display;?>> |
| 463 | 463 | <?php |
| 464 | - if(isset($val['description']) && $val['description']){
|
|
| 465 | - echo '<div class="gdcf-tooltip">'.$val['description'].'</div>'; |
|
| 466 | - }?> |
|
| 464 | + if(isset($val['description']) && $val['description']){
|
|
| 465 | + echo '<div class="gdcf-tooltip">'.$val['description'].'</div>'; |
|
| 466 | + }?> |
|
| 467 | 467 | |
| 468 | 468 | <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'];?>" |
| 469 | 469 | title="<?php echo $val['site_title'];?>" |
| 470 | 470 | class="gd-draggable-form-items gd-<?php echo $val['field_type'];?> geodir-sort-<?php echo $val['htmlvar_name'];?>" href="javascript:void(0);"> |
| 471 | 471 | <?php if (isset($val['field_icon']) && strpos($val['field_icon'], 'fa fa-') !== false) {
|
| 472 | - echo '<i class="'.$val['field_icon'].'" aria-hidden="true"></i>'; |
|
| 473 | - }elseif(isset($val['field_icon']) && $val['field_icon'] ){
|
|
| 474 | - echo '<b style="background-image: url("'.$val['field_icon'].'")"></b>';
|
|
| 475 | - }else{
|
|
| 476 | - echo '<i class="fa fa-cog" aria-hidden="true"></i>'; |
|
| 477 | - }?> |
|
| 472 | + echo '<i class="'.$val['field_icon'].'" aria-hidden="true"></i>'; |
|
| 473 | + }elseif(isset($val['field_icon']) && $val['field_icon'] ){
|
|
| 474 | + echo '<b style="background-image: url("'.$val['field_icon'].'")"></b>';
|
|
| 475 | + }else{
|
|
| 476 | + echo '<i class="fa fa-cog" aria-hidden="true"></i>'; |
|
| 477 | + }?> |
|
| 478 | 478 | <?php echo $val['site_title'];?> |
| 479 | 479 | </a> |
| 480 | 480 | </li> |
| 481 | 481 | |
| 482 | 482 | |
| 483 | 483 | <?php |
| 484 | - } |
|
| 485 | - ?> |
|
| 484 | + } |
|
| 485 | + ?> |
|
| 486 | 486 | </ul> |
| 487 | 487 | <?php |
| 488 | 488 | } |
@@ -496,28 +496,28 @@ discard block |
||
| 496 | 496 | */ |
| 497 | 497 | function geodir_sorting_options_selected_fields() |
| 498 | 498 | {
|
| 499 | - $listing_type = ($_REQUEST['listing_type'] != '') ? sanitize_text_field($_REQUEST['listing_type']) : 'gd_place'; |
|
| 500 | - ?> |
|
| 499 | + $listing_type = ($_REQUEST['listing_type'] != '') ? sanitize_text_field($_REQUEST['listing_type']) : 'gd_place'; |
|
| 500 | + ?> |
|
| 501 | 501 | <input type="hidden" name="manage_field_type" class="manage_field_type" value="<?php echo sanitize_text_field($_REQUEST['subtab']); ?>"/> |
| 502 | 502 | <ul class="core"> |
| 503 | 503 | <?php |
| 504 | - global $wpdb; |
|
| 504 | + global $wpdb; |
|
| 505 | 505 | |
| 506 | - $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)));
|
|
| 506 | + $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)));
|
|
| 507 | 507 | |
| 508 | - if (!empty($fields)) {
|
|
| 509 | - foreach ($fields as $field) {
|
|
| 510 | - //$result_str = $field->id; |
|
| 511 | - $result_str = $field; |
|
| 512 | - $field_type = $field->field_type; |
|
| 513 | - $field_ins_upd = 'display'; |
|
| 508 | + if (!empty($fields)) {
|
|
| 509 | + foreach ($fields as $field) {
|
|
| 510 | + //$result_str = $field->id; |
|
| 511 | + $result_str = $field; |
|
| 512 | + $field_type = $field->field_type; |
|
| 513 | + $field_ins_upd = 'display'; |
|
| 514 | 514 | |
| 515 | - $default = false; |
|
| 515 | + $default = false; |
|
| 516 | 516 | |
| 517 | - geodir_custom_sort_field_adminhtml($field_type, $result_str, $field_ins_upd, $default); |
|
| 518 | - } |
|
| 519 | - } |
|
| 520 | - ?> |
|
| 517 | + geodir_custom_sort_field_adminhtml($field_type, $result_str, $field_ins_upd, $default); |
|
| 518 | + } |
|
| 519 | + } |
|
| 520 | + ?> |
|
| 521 | 521 | </ul> |
| 522 | 522 | <?php |
| 523 | 523 | } |
@@ -530,12 +530,12 @@ discard block |
||
| 530 | 530 | */ |
| 531 | 531 | function geodir_custom_fields_custom($post_type=''){
|
| 532 | 532 | |
| 533 | - $custom_fields = array(); |
|
| 533 | + $custom_fields = array(); |
|
| 534 | 534 | |
| 535 | - /** |
|
| 536 | - * @see `geodir_custom_fields` |
|
| 537 | - */ |
|
| 538 | - return apply_filters('geodir_custom_fields_custom',$custom_fields,$post_type);
|
|
| 535 | + /** |
|
| 536 | + * @see `geodir_custom_fields` |
|
| 537 | + */ |
|
| 538 | + return apply_filters('geodir_custom_fields_custom',$custom_fields,$post_type);
|
|
| 539 | 539 | } |
| 540 | 540 | |
| 541 | 541 | |
@@ -548,140 +548,140 @@ discard block |
||
| 548 | 548 | */ |
| 549 | 549 | function geodir_custom_fields($post_type=''){
|
| 550 | 550 | |
| 551 | - $custom_fields = array( |
|
| 552 | - 'text' => array( |
|
| 553 | - 'field_type' => 'text', |
|
| 554 | - 'class' => 'gd-text', |
|
| 555 | - 'icon' => 'fa fa-minus', |
|
| 556 | - 'name' => __('Text', 'geodirectory'),
|
|
| 557 | - 'description' => __('Add any sort of text field, text or numbers', 'geodirectory')
|
|
| 558 | - ), |
|
| 559 | - 'datepicker' => array( |
|
| 560 | - 'field_type' => 'datepicker', |
|
| 561 | - 'class' => 'gd-datepicker', |
|
| 562 | - 'icon' => 'fa fa-calendar', |
|
| 563 | - 'name' => __('Date', 'geodirectory'),
|
|
| 564 | - 'description' => __('Adds a date picker.', 'geodirectory')
|
|
| 565 | - ), |
|
| 566 | - 'textarea' => array( |
|
| 567 | - 'field_type' => 'textarea', |
|
| 568 | - 'class' => 'gd-textarea', |
|
| 569 | - 'icon' => 'fa fa-bars', |
|
| 570 | - 'name' => __('Textarea', 'geodirectory'),
|
|
| 571 | - 'description' => __('Adds a textarea', 'geodirectory')
|
|
| 572 | - ), |
|
| 573 | - 'time' => array( |
|
| 574 | - 'field_type' => 'time', |
|
| 575 | - 'class' => 'gd-time', |
|
| 576 | - 'icon' => 'fa fa-clock-o', |
|
| 577 | - 'name' => __('Time', 'geodirectory'),
|
|
| 578 | - 'description' => __('Adds a time picker', 'geodirectory')
|
|
| 579 | - ), |
|
| 580 | - 'checkbox' => array( |
|
| 581 | - 'field_type' => 'checkbox', |
|
| 582 | - 'class' => 'gd-checkbox', |
|
| 583 | - 'icon' => 'fa fa-check-square-o', |
|
| 584 | - 'name' => __('Checkbox', 'geodirectory'),
|
|
| 585 | - 'description' => __('Adds a checkbox', 'geodirectory')
|
|
| 586 | - ), |
|
| 587 | - 'phone' => array( |
|
| 588 | - 'field_type' => 'phone', |
|
| 589 | - 'class' => 'gd-phone', |
|
| 590 | - 'icon' => 'fa fa-phone', |
|
| 591 | - 'name' => __('Phone', 'geodirectory'),
|
|
| 592 | - 'description' => __('Adds a phone input', 'geodirectory')
|
|
| 593 | - ), |
|
| 594 | - 'radio' => array( |
|
| 595 | - 'field_type' => 'radio', |
|
| 596 | - 'class' => 'gd-radio', |
|
| 597 | - 'icon' => 'fa fa-dot-circle-o', |
|
| 598 | - 'name' => __('Radio', 'geodirectory'),
|
|
| 599 | - 'description' => __('Adds a radio input', 'geodirectory')
|
|
| 600 | - ), |
|
| 601 | - 'email' => array( |
|
| 602 | - 'field_type' => 'email', |
|
| 603 | - 'class' => 'gd-email', |
|
| 604 | - 'icon' => 'fa fa-envelope-o', |
|
| 605 | - 'name' => __('Email', 'geodirectory'),
|
|
| 606 | - 'description' => __('Adds a email input', 'geodirectory')
|
|
| 607 | - ), |
|
| 608 | - 'select' => array( |
|
| 609 | - 'field_type' => 'select', |
|
| 610 | - 'class' => 'gd-select', |
|
| 611 | - 'icon' => 'fa fa-caret-square-o-down', |
|
| 612 | - 'name' => __('Select', 'geodirectory'),
|
|
| 613 | - 'description' => __('Adds a select input', 'geodirectory')
|
|
| 614 | - ), |
|
| 615 | - 'multiselect' => array( |
|
| 616 | - 'field_type' => 'multiselect', |
|
| 617 | - 'class' => 'gd-multiselect', |
|
| 618 | - 'icon' => 'fa fa-caret-square-o-down', |
|
| 619 | - 'name' => __('Multi Select', 'geodirectory'),
|
|
| 620 | - 'description' => __('Adds a multiselect input', 'geodirectory')
|
|
| 621 | - ), |
|
| 622 | - 'url' => array( |
|
| 623 | - 'field_type' => 'url', |
|
| 624 | - 'class' => 'gd-url', |
|
| 625 | - 'icon' => 'fa fa-link', |
|
| 626 | - 'name' => __('URL', 'geodirectory'),
|
|
| 627 | - 'description' => __('Adds a url input', 'geodirectory')
|
|
| 628 | - ), |
|
| 629 | - 'html' => array( |
|
| 630 | - 'field_type' => 'html', |
|
| 631 | - 'class' => 'gd-html', |
|
| 632 | - 'icon' => 'fa fa-code', |
|
| 633 | - 'name' => __('HTML', 'geodirectory'),
|
|
| 634 | - 'description' => __('Adds a html input textarea', 'geodirectory')
|
|
| 635 | - ), |
|
| 636 | - 'file' => array( |
|
| 637 | - 'field_type' => 'file', |
|
| 638 | - 'class' => 'gd-file', |
|
| 639 | - 'icon' => 'fa fa-file', |
|
| 640 | - 'name' => __('File Upload', 'geodirectory'),
|
|
| 641 | - 'description' => __('Adds a file input', 'geodirectory')
|
|
| 642 | - ) |
|
| 643 | - ); |
|
| 644 | - |
|
| 645 | - /** |
|
| 646 | - * Filter the custom fields array to be able to add or remove items. |
|
| 647 | - * |
|
| 648 | - * @since 1.6.6 |
|
| 649 | - * |
|
| 650 | - * @param array $custom_fields {
|
|
| 651 | - * The custom fields array to be filtered. |
|
| 652 | - * |
|
| 653 | - * @type string $field_type The type of field, eg: text, datepicker, textarea, time, checkbox, phone, radio, email, select, multiselect, url, html, file. |
|
| 654 | - * @type string $class The class for the field in backend. |
|
| 655 | - * @type string $icon Can be font-awesome class name or icon image url. |
|
| 656 | - * @type string $name The name of the field. |
|
| 657 | - * @type string $description A short description about the field. |
|
| 658 | - * @type array $defaults {
|
|
| 659 | - * Optional. Used to set the default value of the field. |
|
| 660 | - * |
|
| 661 | - * @type string data_type The SQL data type for the field. VARCHAR, TEXT, TIME, TINYINT, INT, FLOAT, DATE |
|
| 662 | - * @type int decimal_point limit if using FLOAT data_type |
|
| 663 | - * @type string admin_title The admin title for the field. |
|
| 664 | - * @type string site_title This will be the title for the field on the frontend. |
|
| 665 | - * @type string admin_desc This will be shown below the field on the add listing form. |
|
| 666 | - * @type string htmlvar_name This is a unique identifier used in the HTML, it MUST NOT contain spaces or special characters. |
|
| 667 | - * @type bool is_active If false the field will not be displayed anywhere. |
|
| 668 | - * @type bool for_admin_use If true then only site admin can see and edit this field. |
|
| 669 | - * @type string default_value The default value for the input on the add listing page. |
|
| 670 | - * @type string show_in The locations to show in. [detail],[moreinfo],[listing],[owntab],[mapbubble] |
|
| 671 | - * @type bool is_required If true the field will be required on the add listing page. |
|
| 672 | - * @type string option_values The option values for select and multiselect only |
|
| 673 | - * @type string validation_pattern HTML5 validation pattern (text input only by default). |
|
| 674 | - * @type string validation_msg HTML5 validation message (text input only by default). |
|
| 675 | - * @type string required_msg Required warning message. |
|
| 676 | - * @type string field_icon Icon url or font awesome class. |
|
| 677 | - * @type string css_class Field custom css class for field custom style. |
|
| 678 | - * @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. |
|
| 679 | - * @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) |
|
| 680 | - * } |
|
| 681 | - * } |
|
| 682 | - * @param string $post_type The post type requested. |
|
| 683 | - */ |
|
| 684 | - return apply_filters('geodir_custom_fields',$custom_fields,$post_type);
|
|
| 551 | + $custom_fields = array( |
|
| 552 | + 'text' => array( |
|
| 553 | + 'field_type' => 'text', |
|
| 554 | + 'class' => 'gd-text', |
|
| 555 | + 'icon' => 'fa fa-minus', |
|
| 556 | + 'name' => __('Text', 'geodirectory'),
|
|
| 557 | + 'description' => __('Add any sort of text field, text or numbers', 'geodirectory')
|
|
| 558 | + ), |
|
| 559 | + 'datepicker' => array( |
|
| 560 | + 'field_type' => 'datepicker', |
|
| 561 | + 'class' => 'gd-datepicker', |
|
| 562 | + 'icon' => 'fa fa-calendar', |
|
| 563 | + 'name' => __('Date', 'geodirectory'),
|
|
| 564 | + 'description' => __('Adds a date picker.', 'geodirectory')
|
|
| 565 | + ), |
|
| 566 | + 'textarea' => array( |
|
| 567 | + 'field_type' => 'textarea', |
|
| 568 | + 'class' => 'gd-textarea', |
|
| 569 | + 'icon' => 'fa fa-bars', |
|
| 570 | + 'name' => __('Textarea', 'geodirectory'),
|
|
| 571 | + 'description' => __('Adds a textarea', 'geodirectory')
|
|
| 572 | + ), |
|
| 573 | + 'time' => array( |
|
| 574 | + 'field_type' => 'time', |
|
| 575 | + 'class' => 'gd-time', |
|
| 576 | + 'icon' => 'fa fa-clock-o', |
|
| 577 | + 'name' => __('Time', 'geodirectory'),
|
|
| 578 | + 'description' => __('Adds a time picker', 'geodirectory')
|
|
| 579 | + ), |
|
| 580 | + 'checkbox' => array( |
|
| 581 | + 'field_type' => 'checkbox', |
|
| 582 | + 'class' => 'gd-checkbox', |
|
| 583 | + 'icon' => 'fa fa-check-square-o', |
|
| 584 | + 'name' => __('Checkbox', 'geodirectory'),
|
|
| 585 | + 'description' => __('Adds a checkbox', 'geodirectory')
|
|
| 586 | + ), |
|
| 587 | + 'phone' => array( |
|
| 588 | + 'field_type' => 'phone', |
|
| 589 | + 'class' => 'gd-phone', |
|
| 590 | + 'icon' => 'fa fa-phone', |
|
| 591 | + 'name' => __('Phone', 'geodirectory'),
|
|
| 592 | + 'description' => __('Adds a phone input', 'geodirectory')
|
|
| 593 | + ), |
|
| 594 | + 'radio' => array( |
|
| 595 | + 'field_type' => 'radio', |
|
| 596 | + 'class' => 'gd-radio', |
|
| 597 | + 'icon' => 'fa fa-dot-circle-o', |
|
| 598 | + 'name' => __('Radio', 'geodirectory'),
|
|
| 599 | + 'description' => __('Adds a radio input', 'geodirectory')
|
|
| 600 | + ), |
|
| 601 | + 'email' => array( |
|
| 602 | + 'field_type' => 'email', |
|
| 603 | + 'class' => 'gd-email', |
|
| 604 | + 'icon' => 'fa fa-envelope-o', |
|
| 605 | + 'name' => __('Email', 'geodirectory'),
|
|
| 606 | + 'description' => __('Adds a email input', 'geodirectory')
|
|
| 607 | + ), |
|
| 608 | + 'select' => array( |
|
| 609 | + 'field_type' => 'select', |
|
| 610 | + 'class' => 'gd-select', |
|
| 611 | + 'icon' => 'fa fa-caret-square-o-down', |
|
| 612 | + 'name' => __('Select', 'geodirectory'),
|
|
| 613 | + 'description' => __('Adds a select input', 'geodirectory')
|
|
| 614 | + ), |
|
| 615 | + 'multiselect' => array( |
|
| 616 | + 'field_type' => 'multiselect', |
|
| 617 | + 'class' => 'gd-multiselect', |
|
| 618 | + 'icon' => 'fa fa-caret-square-o-down', |
|
| 619 | + 'name' => __('Multi Select', 'geodirectory'),
|
|
| 620 | + 'description' => __('Adds a multiselect input', 'geodirectory')
|
|
| 621 | + ), |
|
| 622 | + 'url' => array( |
|
| 623 | + 'field_type' => 'url', |
|
| 624 | + 'class' => 'gd-url', |
|
| 625 | + 'icon' => 'fa fa-link', |
|
| 626 | + 'name' => __('URL', 'geodirectory'),
|
|
| 627 | + 'description' => __('Adds a url input', 'geodirectory')
|
|
| 628 | + ), |
|
| 629 | + 'html' => array( |
|
| 630 | + 'field_type' => 'html', |
|
| 631 | + 'class' => 'gd-html', |
|
| 632 | + 'icon' => 'fa fa-code', |
|
| 633 | + 'name' => __('HTML', 'geodirectory'),
|
|
| 634 | + 'description' => __('Adds a html input textarea', 'geodirectory')
|
|
| 635 | + ), |
|
| 636 | + 'file' => array( |
|
| 637 | + 'field_type' => 'file', |
|
| 638 | + 'class' => 'gd-file', |
|
| 639 | + 'icon' => 'fa fa-file', |
|
| 640 | + 'name' => __('File Upload', 'geodirectory'),
|
|
| 641 | + 'description' => __('Adds a file input', 'geodirectory')
|
|
| 642 | + ) |
|
| 643 | + ); |
|
| 644 | + |
|
| 645 | + /** |
|
| 646 | + * Filter the custom fields array to be able to add or remove items. |
|
| 647 | + * |
|
| 648 | + * @since 1.6.6 |
|
| 649 | + * |
|
| 650 | + * @param array $custom_fields {
|
|
| 651 | + * The custom fields array to be filtered. |
|
| 652 | + * |
|
| 653 | + * @type string $field_type The type of field, eg: text, datepicker, textarea, time, checkbox, phone, radio, email, select, multiselect, url, html, file. |
|
| 654 | + * @type string $class The class for the field in backend. |
|
| 655 | + * @type string $icon Can be font-awesome class name or icon image url. |
|
| 656 | + * @type string $name The name of the field. |
|
| 657 | + * @type string $description A short description about the field. |
|
| 658 | + * @type array $defaults {
|
|
| 659 | + * Optional. Used to set the default value of the field. |
|
| 660 | + * |
|
| 661 | + * @type string data_type The SQL data type for the field. VARCHAR, TEXT, TIME, TINYINT, INT, FLOAT, DATE |
|
| 662 | + * @type int decimal_point limit if using FLOAT data_type |
|
| 663 | + * @type string admin_title The admin title for the field. |
|
| 664 | + * @type string site_title This will be the title for the field on the frontend. |
|
| 665 | + * @type string admin_desc This will be shown below the field on the add listing form. |
|
| 666 | + * @type string htmlvar_name This is a unique identifier used in the HTML, it MUST NOT contain spaces or special characters. |
|
| 667 | + * @type bool is_active If false the field will not be displayed anywhere. |
|
| 668 | + * @type bool for_admin_use If true then only site admin can see and edit this field. |
|
| 669 | + * @type string default_value The default value for the input on the add listing page. |
|
| 670 | + * @type string show_in The locations to show in. [detail],[moreinfo],[listing],[owntab],[mapbubble] |
|
| 671 | + * @type bool is_required If true the field will be required on the add listing page. |
|
| 672 | + * @type string option_values The option values for select and multiselect only |
|
| 673 | + * @type string validation_pattern HTML5 validation pattern (text input only by default). |
|
| 674 | + * @type string validation_msg HTML5 validation message (text input only by default). |
|
| 675 | + * @type string required_msg Required warning message. |
|
| 676 | + * @type string field_icon Icon url or font awesome class. |
|
| 677 | + * @type string css_class Field custom css class for field custom style. |
|
| 678 | + * @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. |
|
| 679 | + * @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) |
|
| 680 | + * } |
|
| 681 | + * } |
|
| 682 | + * @param string $post_type The post type requested. |
|
| 683 | + */ |
|
| 684 | + return apply_filters('geodir_custom_fields',$custom_fields,$post_type);
|
|
| 685 | 685 | } |
| 686 | 686 | |
| 687 | 687 | /** |
@@ -694,19 +694,19 @@ discard block |
||
| 694 | 694 | */ |
| 695 | 695 | function geodir_custom_available_fields($type='') |
| 696 | 696 | {
|
| 697 | - $listing_type = ($_REQUEST['listing_type'] != '') ? sanitize_text_field($_REQUEST['listing_type']) : 'gd_place'; |
|
| 698 | - ?> |
|
| 697 | + $listing_type = ($_REQUEST['listing_type'] != '') ? sanitize_text_field($_REQUEST['listing_type']) : 'gd_place'; |
|
| 698 | + ?> |
|
| 699 | 699 | <input type="hidden" name="listing_type" id="new_post_type" value="<?php echo $listing_type;?>"/> |
| 700 | 700 | <input type="hidden" name="manage_field_type" class="manage_field_type" value="<?php echo sanitize_text_field($_REQUEST['subtab']); ?>" /> |
| 701 | 701 | |
| 702 | 702 | <?php |
| 703 | - if($type=='predefined'){
|
|
| 704 | - $cfs = geodir_custom_fields_predefined($listing_type); |
|
| 705 | - }elseif($type=='custom'){
|
|
| 706 | - $cfs = geodir_custom_fields_custom($listing_type); |
|
| 707 | - }else{
|
|
| 708 | - $cfs = geodir_custom_fields($listing_type); |
|
| 709 | - ?> |
|
| 703 | + if($type=='predefined'){
|
|
| 704 | + $cfs = geodir_custom_fields_predefined($listing_type); |
|
| 705 | + }elseif($type=='custom'){
|
|
| 706 | + $cfs = geodir_custom_fields_custom($listing_type); |
|
| 707 | + }else{
|
|
| 708 | + $cfs = geodir_custom_fields($listing_type); |
|
| 709 | + ?> |
|
| 710 | 710 | <ul class="full gd-cf-tooltip-wrap"> |
| 711 | 711 | <li> |
| 712 | 712 | <div class="gdcf-tooltip"> |
@@ -727,18 +727,18 @@ discard block |
||
| 727 | 727 | </ul> |
| 728 | 728 | |
| 729 | 729 | <?php |
| 730 | - } |
|
| 730 | + } |
|
| 731 | 731 | |
| 732 | - if(!empty($cfs)) {
|
|
| 733 | - echo '<ul>'; |
|
| 734 | - foreach ( $cfs as $id => $cf ) {
|
|
| 735 | - ?> |
|
| 732 | + if(!empty($cfs)) {
|
|
| 733 | + echo '<ul>'; |
|
| 734 | + foreach ( $cfs as $id => $cf ) {
|
|
| 735 | + ?> |
|
| 736 | 736 | |
| 737 | 737 | <li class="gd-cf-tooltip-wrap"> |
| 738 | 738 | <?php |
| 739 | - if ( isset( $cf['description'] ) && $cf['description'] ) {
|
|
| 740 | - echo '<div class="gdcf-tooltip">' . $cf['description'] . '</div>'; |
|
| 741 | - } ?> |
|
| 739 | + if ( isset( $cf['description'] ) && $cf['description'] ) {
|
|
| 740 | + echo '<div class="gdcf-tooltip">' . $cf['description'] . '</div>'; |
|
| 741 | + } ?> |
|
| 742 | 742 | |
| 743 | 743 | <a id="gd-<?php echo $id; ?>" |
| 744 | 744 | data-field-custom-type="<?php echo $type; ?>" |
@@ -748,21 +748,21 @@ discard block |
||
| 748 | 748 | href="javascript:void(0);"> |
| 749 | 749 | |
| 750 | 750 | <?php if ( isset( $cf['icon'] ) && strpos( $cf['icon'], 'fa fa-' ) !== false ) {
|
| 751 | - echo '<i class="' . $cf['icon'] . '" aria-hidden="true"></i>'; |
|
| 752 | - } elseif ( isset( $cf['icon'] ) && $cf['icon'] ) {
|
|
| 753 | - echo '<b style="background-image: url("' . $cf['icon'] . '")"></b>';
|
|
| 754 | - } else {
|
|
| 755 | - echo '<i class="fa fa-cog" aria-hidden="true"></i>'; |
|
| 756 | - } ?> |
|
| 751 | + echo '<i class="' . $cf['icon'] . '" aria-hidden="true"></i>'; |
|
| 752 | + } elseif ( isset( $cf['icon'] ) && $cf['icon'] ) {
|
|
| 753 | + echo '<b style="background-image: url("' . $cf['icon'] . '")"></b>';
|
|
| 754 | + } else {
|
|
| 755 | + echo '<i class="fa fa-cog" aria-hidden="true"></i>'; |
|
| 756 | + } ?> |
|
| 757 | 757 | <?php echo $cf['name']; ?> |
| 758 | 758 | </a> |
| 759 | 759 | </li> |
| 760 | 760 | <?php |
| 761 | - } |
|
| 762 | - }else{
|
|
| 763 | - _e('There are no custom fields here yet.', 'geodirectory');
|
|
| 764 | - } |
|
| 765 | - ?> |
|
| 761 | + } |
|
| 762 | + }else{
|
|
| 763 | + _e('There are no custom fields here yet.', 'geodirectory');
|
|
| 764 | + } |
|
| 765 | + ?> |
|
| 766 | 766 | |
| 767 | 767 | |
| 768 | 768 | </ul> |
@@ -781,26 +781,26 @@ discard block |
||
| 781 | 781 | */ |
| 782 | 782 | function geodir_custom_selected_fields() |
| 783 | 783 | {
|
| 784 | - $listing_type = ($_REQUEST['listing_type'] != '') ? sanitize_text_field($_REQUEST['listing_type']) : 'gd_place'; |
|
| 785 | - ?> |
|
| 784 | + $listing_type = ($_REQUEST['listing_type'] != '') ? sanitize_text_field($_REQUEST['listing_type']) : 'gd_place'; |
|
| 785 | + ?> |
|
| 786 | 786 | <input type="hidden" name="manage_field_type" class="manage_field_type" value="<?php echo sanitize_text_field($_REQUEST['subtab']); ?>"/> |
| 787 | 787 | <ul class="core"> |
| 788 | 788 | <?php |
| 789 | - global $wpdb; |
|
| 790 | - $fields = $wpdb->get_results($wpdb->prepare("SELECT * FROM " . GEODIR_CUSTOM_FIELDS_TABLE . " WHERE post_type = %s ORDER BY sort_order ASC", array($listing_type)));
|
|
| 791 | - |
|
| 792 | - if (!empty($fields)) {
|
|
| 793 | - foreach ($fields as $field) {
|
|
| 794 | - //$result_str = $field->id; |
|
| 795 | - $result_str = $field; |
|
| 796 | - $field_type = $field->field_type; |
|
| 797 | - $field_type_key = $field->field_type_key; |
|
| 798 | - $field_ins_upd = 'display'; |
|
| 799 | - |
|
| 800 | - geodir_custom_field_adminhtml($field_type, $result_str, $field_ins_upd,$field_type_key); |
|
| 801 | - } |
|
| 802 | - } |
|
| 803 | - ?></ul> |
|
| 789 | + global $wpdb; |
|
| 790 | + $fields = $wpdb->get_results($wpdb->prepare("SELECT * FROM " . GEODIR_CUSTOM_FIELDS_TABLE . " WHERE post_type = %s ORDER BY sort_order ASC", array($listing_type)));
|
|
| 791 | + |
|
| 792 | + if (!empty($fields)) {
|
|
| 793 | + foreach ($fields as $field) {
|
|
| 794 | + //$result_str = $field->id; |
|
| 795 | + $result_str = $field; |
|
| 796 | + $field_type = $field->field_type; |
|
| 797 | + $field_type_key = $field->field_type_key; |
|
| 798 | + $field_ins_upd = 'display'; |
|
| 799 | + |
|
| 800 | + geodir_custom_field_adminhtml($field_type, $result_str, $field_ins_upd,$field_type_key); |
|
| 801 | + } |
|
| 802 | + } |
|
| 803 | + ?></ul> |
|
| 804 | 804 | <?php |
| 805 | 805 | |
| 806 | 806 | } |
@@ -819,16 +819,16 @@ discard block |
||
| 819 | 819 | function geodir_custom_fields_panel_head($heading, $sub_tab, $listing_type) |
| 820 | 820 | {
|
| 821 | 821 | |
| 822 | - switch ($sub_tab) {
|
|
| 823 | - case 'custom_fields': |
|
| 824 | - $heading = sprintf(__('Manage %s Custom Fields', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
|
|
| 825 | - break; |
|
| 822 | + switch ($sub_tab) {
|
|
| 823 | + case 'custom_fields': |
|
| 824 | + $heading = sprintf(__('Manage %s Custom Fields', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
|
|
| 825 | + break; |
|
| 826 | 826 | |
| 827 | - case 'sorting_options': |
|
| 828 | - $heading = sprintf(__('Manage %s Listing Sorting Options Fields', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
|
|
| 829 | - break; |
|
| 830 | - } |
|
| 831 | - return $heading; |
|
| 827 | + case 'sorting_options': |
|
| 828 | + $heading = sprintf(__('Manage %s Listing Sorting Options Fields', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
|
|
| 829 | + break; |
|
| 830 | + } |
|
| 831 | + return $heading; |
|
| 832 | 832 | } |
| 833 | 833 | |
| 834 | 834 | |
@@ -846,16 +846,16 @@ discard block |
||
| 846 | 846 | function geodir_cf_panel_available_fields_head($heading, $sub_tab, $listing_type) |
| 847 | 847 | {
|
| 848 | 848 | |
| 849 | - switch ($sub_tab) {
|
|
| 850 | - case 'custom_fields': |
|
| 851 | - $heading = sprintf(__('Add new %s form field', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
|
|
| 852 | - break; |
|
| 849 | + switch ($sub_tab) {
|
|
| 850 | + case 'custom_fields': |
|
| 851 | + $heading = sprintf(__('Add new %s form field', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
|
|
| 852 | + break; |
|
| 853 | 853 | |
| 854 | - case 'sorting_options': |
|
| 855 | - $heading = sprintf(__('Available sorting options for %s listing and search results', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
|
|
| 856 | - break; |
|
| 857 | - } |
|
| 858 | - return $heading; |
|
| 854 | + case 'sorting_options': |
|
| 855 | + $heading = sprintf(__('Available sorting options for %s listing and search results', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
|
|
| 856 | + break; |
|
| 857 | + } |
|
| 858 | + return $heading; |
|
| 859 | 859 | } |
| 860 | 860 | |
| 861 | 861 | |
@@ -873,16 +873,16 @@ discard block |
||
| 873 | 873 | function geodir_cf_panel_available_fields_note($note, $sub_tab, $listing_type) |
| 874 | 874 | {
|
| 875 | 875 | |
| 876 | - switch ($sub_tab) {
|
|
| 877 | - case 'custom_fields': |
|
| 878 | - $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));
|
|
| 879 | - break; |
|
| 876 | + switch ($sub_tab) {
|
|
| 877 | + case 'custom_fields': |
|
| 878 | + $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));
|
|
| 879 | + break; |
|
| 880 | 880 | |
| 881 | - case 'sorting_options': |
|
| 882 | - $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));
|
|
| 883 | - break; |
|
| 884 | - } |
|
| 885 | - return $note; |
|
| 881 | + case 'sorting_options': |
|
| 882 | + $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));
|
|
| 883 | + break; |
|
| 884 | + } |
|
| 885 | + return $note; |
|
| 886 | 886 | } |
| 887 | 887 | |
| 888 | 888 | |
@@ -900,16 +900,16 @@ discard block |
||
| 900 | 900 | function geodir_cf_panel_selected_fields_head($heading, $sub_tab, $listing_type) |
| 901 | 901 | {
|
| 902 | 902 | |
| 903 | - switch ($sub_tab) {
|
|
| 904 | - case 'custom_fields': |
|
| 905 | - $heading = sprintf(__('List of fields that will appear on add new %s listing form', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
|
|
| 906 | - break; |
|
| 903 | + switch ($sub_tab) {
|
|
| 904 | + case 'custom_fields': |
|
| 905 | + $heading = sprintf(__('List of fields that will appear on add new %s listing form', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
|
|
| 906 | + break; |
|
| 907 | 907 | |
| 908 | - case 'sorting_options': |
|
| 909 | - $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));
|
|
| 910 | - break; |
|
| 911 | - } |
|
| 912 | - return $heading; |
|
| 908 | + case 'sorting_options': |
|
| 909 | + $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));
|
|
| 910 | + break; |
|
| 911 | + } |
|
| 912 | + return $heading; |
|
| 913 | 913 | } |
| 914 | 914 | |
| 915 | 915 | |
@@ -927,16 +927,16 @@ discard block |
||
| 927 | 927 | function geodir_cf_panel_selected_fields_note($note, $sub_tab, $listing_type) |
| 928 | 928 | {
|
| 929 | 929 | |
| 930 | - switch ($sub_tab) {
|
|
| 931 | - case 'custom_fields': |
|
| 932 | - $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));
|
|
| 933 | - break; |
|
| 930 | + switch ($sub_tab) {
|
|
| 931 | + case 'custom_fields': |
|
| 932 | + $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));
|
|
| 933 | + break; |
|
| 934 | 934 | |
| 935 | - case 'sorting_options': |
|
| 936 | - $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));
|
|
| 937 | - break; |
|
| 938 | - } |
|
| 939 | - return $note; |
|
| 935 | + case 'sorting_options': |
|
| 936 | + $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));
|
|
| 937 | + break; |
|
| 938 | + } |
|
| 939 | + return $note; |
|
| 940 | 940 | } |
| 941 | 941 | |
| 942 | 942 | |
@@ -952,16 +952,16 @@ discard block |
||
| 952 | 952 | */ |
| 953 | 953 | function geodir_remove_unnecessary_fields() |
| 954 | 954 | {
|
| 955 | - global $wpdb, $plugin_prefix; |
|
| 955 | + global $wpdb, $plugin_prefix; |
|
| 956 | 956 | |
| 957 | - if (!get_option('geodir_remove_unnecessary_fields')) {
|
|
| 957 | + if (!get_option('geodir_remove_unnecessary_fields')) {
|
|
| 958 | 958 | |
| 959 | - if ($wpdb->get_var("SHOW COLUMNS FROM " . $plugin_prefix . "gd_place_detail WHERE field = 'categories'"))
|
|
| 960 | - $wpdb->query("ALTER TABLE `" . $plugin_prefix . "gd_place_detail` DROP `categories`");
|
|
| 959 | + if ($wpdb->get_var("SHOW COLUMNS FROM " . $plugin_prefix . "gd_place_detail WHERE field = 'categories'"))
|
|
| 960 | + $wpdb->query("ALTER TABLE `" . $plugin_prefix . "gd_place_detail` DROP `categories`");
|
|
| 961 | 961 | |
| 962 | - update_option('geodir_remove_unnecessary_fields', '1');
|
|
| 962 | + update_option('geodir_remove_unnecessary_fields', '1');
|
|
| 963 | 963 | |
| 964 | - } |
|
| 964 | + } |
|
| 965 | 965 | |
| 966 | 966 | } |
| 967 | 967 | |
@@ -979,25 +979,25 @@ discard block |
||
| 979 | 979 | */ |
| 980 | 980 | function geodir_admin_ajax_handler() |
| 981 | 981 | {
|
| 982 | - if (isset($_REQUEST['geodir_admin_ajax_action']) && $_REQUEST['geodir_admin_ajax_action'] != '') {
|
|
| 983 | - $geodir_admin_ajax_action = $_REQUEST['geodir_admin_ajax_action']; |
|
| 984 | - switch ($geodir_admin_ajax_action) {
|
|
| 985 | - case 'diagnosis' : |
|
| 986 | - if (isset($_REQUEST['diagnose_this']) && $_REQUEST['diagnose_this'] != '') |
|
| 987 | - $diagnose_this = sanitize_text_field($_REQUEST['diagnose_this']); |
|
| 988 | - call_user_func('geodir_diagnose_' . $diagnose_this);
|
|
| 989 | - exit(); |
|
| 990 | - break; |
|
| 991 | - |
|
| 992 | - case 'diagnosis-fix' : |
|
| 993 | - if (isset($_REQUEST['diagnose_this']) && $_REQUEST['diagnose_this'] != '') |
|
| 994 | - $diagnose_this = sanitize_text_field($_REQUEST['diagnose_this']); |
|
| 995 | - call_user_func('geodir_diagnose_' . $diagnose_this);
|
|
| 996 | - exit(); |
|
| 997 | - break; |
|
| 998 | - } |
|
| 999 | - } |
|
| 1000 | - exit(); |
|
| 982 | + if (isset($_REQUEST['geodir_admin_ajax_action']) && $_REQUEST['geodir_admin_ajax_action'] != '') {
|
|
| 983 | + $geodir_admin_ajax_action = $_REQUEST['geodir_admin_ajax_action']; |
|
| 984 | + switch ($geodir_admin_ajax_action) {
|
|
| 985 | + case 'diagnosis' : |
|
| 986 | + if (isset($_REQUEST['diagnose_this']) && $_REQUEST['diagnose_this'] != '') |
|
| 987 | + $diagnose_this = sanitize_text_field($_REQUEST['diagnose_this']); |
|
| 988 | + call_user_func('geodir_diagnose_' . $diagnose_this);
|
|
| 989 | + exit(); |
|
| 990 | + break; |
|
| 991 | + |
|
| 992 | + case 'diagnosis-fix' : |
|
| 993 | + if (isset($_REQUEST['diagnose_this']) && $_REQUEST['diagnose_this'] != '') |
|
| 994 | + $diagnose_this = sanitize_text_field($_REQUEST['diagnose_this']); |
|
| 995 | + call_user_func('geodir_diagnose_' . $diagnose_this);
|
|
| 996 | + exit(); |
|
| 997 | + break; |
|
| 998 | + } |
|
| 999 | + } |
|
| 1000 | + exit(); |
|
| 1001 | 1001 | } |
| 1002 | 1002 | |
| 1003 | 1003 | |
@@ -1015,127 +1015,127 @@ discard block |
||
| 1015 | 1015 | */ |
| 1016 | 1016 | function geodir_diagnose_multisite_table($filter_arr, $table, $tabel_name, $fix) |
| 1017 | 1017 | {
|
| 1018 | - global $wpdb; |
|
| 1019 | - //$filter_arr['output_str'] .='###'.$table.'###'; |
|
| 1020 | - if ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak2'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak'") > 0) {
|
|
| 1021 | - $filter_arr['output_str'] .= "<li>" . __('ERROR: You did not follow instructions! Now you will need to contact support to manually fix things.', 'geodirectory') . "</li>";
|
|
| 1022 | - $filter_arr['is_error_during_diagnose'] = true; |
|
| 1023 | - |
|
| 1024 | - } elseif ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") > 0) {
|
|
| 1025 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('ERROR: %s_ms_bak table found', 'geodirectory'), $tabel_name) . "</li>";
|
|
| 1026 | - $filter_arr['is_error_during_diagnose'] = true; |
|
| 1027 | - $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>";
|
|
| 1028 | - $filter_arr['is_error_during_diagnose'] = true; |
|
| 1029 | - |
|
| 1030 | - if ($fix) {
|
|
| 1031 | - $ms_bak_count = $wpdb->get_var("SELECT COUNT(*) FROM " . $table . "_ms_bak");// get backup table count
|
|
| 1032 | - $new_table_count = $wpdb->get_var("SELECT COUNT(*) FROM " . $wpdb->prefix . "$table");// get new table count
|
|
| 1033 | - |
|
| 1034 | - if ($ms_bak_count == $new_table_count) {// if they are the same count rename to bak2
|
|
| 1035 | - //$filter_arr['output_str'] .= "<li>".sprintf( __('-->PROBLEM: %s table count is the same as new table, contact support' , 'geodirectory'), $table )."</li>" ;
|
|
| 1036 | - |
|
| 1037 | - $wpdb->query("RENAME TABLE " . $table . "_ms_bak TO " . $table . "_ms_bak2");// rename bak table to new table
|
|
| 1038 | - |
|
| 1039 | - if ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak2'") && $wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak'") == 0) {
|
|
| 1040 | - $filter_arr['output_str'] .= "<li>" . __('-->FIXED: Renamed and backed up the tables', 'geodirectory') . "</li>";
|
|
| 1041 | - } else {
|
|
| 1042 | - $filter_arr['output_str'] .= "<li>" . __('-->PROBLEM: Failed to rename tables, please contact support.', 'geodirectory') . "</li>";
|
|
| 1043 | - } |
|
| 1044 | - |
|
| 1045 | - } elseif ($ms_bak_count > $new_table_count) {//if backup is greater then restore it
|
|
| 1046 | - |
|
| 1047 | - $wpdb->query("RENAME TABLE " . $wpdb->prefix . "$table TO " . $table . "_ms_bak2");// rename new table to bak2
|
|
| 1048 | - $wpdb->query("RENAME TABLE " . $table . "_ms_bak TO " . $wpdb->prefix . "$table");// rename bak table to new table
|
|
| 1049 | - |
|
| 1050 | - if ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak2'") && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") && $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
|
|
| 1051 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: restored largest table %s', 'geodirectory'), $table) . "</li>";
|
|
| 1052 | - } else {
|
|
| 1053 | - $filter_arr['output_str'] .= "<li>" . __('-->PROBLEM: Failed to rename tables, please contact support.', 'geodirectory') . "</li>";
|
|
| 1054 | - } |
|
| 1055 | - |
|
| 1056 | - } elseif ($new_table_count > $ms_bak_count) {// we cant do much so rename the table to stop errors
|
|
| 1057 | - |
|
| 1058 | - $wpdb->query("RENAME TABLE " . $table . "_ms_bak TO " . $table . "_ms_bak2");// rename ms_bak table to ms_bak2
|
|
| 1059 | - |
|
| 1060 | - if ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak'") == 0) {
|
|
| 1061 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: table %s_ms_bak renamed and backed up', 'geodirectory'), $table) . "</li>";
|
|
| 1062 | - } else {
|
|
| 1063 | - $filter_arr['output_str'] .= "<li>" . __('-->PROBLEM: Failed to rename tables, please contact support.', 'geodirectory') . "</li>";
|
|
| 1064 | - } |
|
| 1065 | - |
|
| 1066 | - } |
|
| 1067 | - |
|
| 1068 | - } |
|
| 1069 | - |
|
| 1070 | - |
|
| 1071 | - } elseif ($wpdb->query("SHOW TABLES LIKE '$table'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") > 0) {
|
|
| 1072 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('ERROR: Two %s tables found', 'geodirectory'), $tabel_name) . "</li>";
|
|
| 1073 | - $filter_arr['is_error_during_diagnose'] = true; |
|
| 1074 | - |
|
| 1075 | - if ($fix) {
|
|
| 1076 | - if ($wpdb->get_var("SELECT COUNT(*) FROM $table") == 0) {// if first table is empty just delete it
|
|
| 1077 | - if ($wpdb->query("DROP TABLE IF EXISTS $table")) {
|
|
| 1078 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Deleted table %s', 'geodirectory'), $table) . "</li>";
|
|
| 1079 | - } else {
|
|
| 1080 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->PROBLEM: Delete table %s failed, please try manual delete from DB', 'geodirectory'), $table) . "</li>";
|
|
| 1081 | - } |
|
| 1082 | - |
|
| 1083 | - } 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
|
|
| 1084 | - if ($wpdb->query("DROP TABLE IF EXISTS " . $wpdb->prefix . "$table")) {
|
|
| 1085 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Deleted table %s', 'geodirectory'), $wpdb->prefix . $table) . "</li>";
|
|
| 1086 | - } else {
|
|
| 1087 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->PROBLEM: Delete table %s failed, please try manual delete from DB', 'geodirectory'), $wpdb->prefix . $table) . "</li>";
|
|
| 1088 | - } |
|
| 1089 | - if ($wpdb->query("RENAME TABLE $table TO " . $wpdb->prefix . "$table") || $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
|
|
| 1090 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Table %s renamed to %s', 'geodirectory'), $table, $wpdb->prefix . $table) . "</li>";
|
|
| 1091 | - } else {
|
|
| 1092 | - $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>";
|
|
| 1093 | - } |
|
| 1094 | - } else {// else rename the original table to _ms_bak
|
|
| 1095 | - if ($wpdb->query("RENAME TABLE $table TO " . $table . "_ms_bak") || $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
|
|
| 1096 | - $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>";
|
|
| 1097 | - } else {
|
|
| 1098 | - $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>";
|
|
| 1099 | - } |
|
| 1100 | - } |
|
| 1101 | - } |
|
| 1102 | - |
|
| 1103 | - } elseif ($wpdb->query("SHOW TABLES LIKE '$table'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") == 0) {
|
|
| 1104 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('ERROR: %s table not converted', 'geodirectory'), $tabel_name) . "</li>";
|
|
| 1105 | - $filter_arr['is_error_during_diagnose'] = true; |
|
| 1106 | - |
|
| 1107 | - if ($fix) {
|
|
| 1108 | - // if original table exists but new does not, rename |
|
| 1109 | - if ($wpdb->query("RENAME TABLE $table TO " . $wpdb->prefix . "$table") || $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
|
|
| 1110 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Table %s renamed to %s', 'geodirectory'), $table, $wpdb->prefix . $table) . "</li>";
|
|
| 1111 | - } else {
|
|
| 1112 | - $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>";
|
|
| 1113 | - } |
|
| 1114 | - |
|
| 1115 | - } |
|
| 1116 | - |
|
| 1117 | - } elseif ($wpdb->query("SHOW TABLES LIKE '$table'") == 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") == 0) {
|
|
| 1118 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('ERROR: %s table does not exist', 'geodirectory'), $tabel_name) . "</li>";
|
|
| 1119 | - $filter_arr['is_error_during_diagnose'] = true; |
|
| 1120 | - |
|
| 1121 | - if ($fix) {
|
|
| 1122 | - // if original table does not exist try deleting db_vers of all addons so the initial db_install scripts run; |
|
| 1123 | - delete_option('geodirlocation_db_version');
|
|
| 1124 | - delete_option('geodirevents_db_version');
|
|
| 1125 | - delete_option('geodir_reviewrating_db_version');
|
|
| 1126 | - delete_option('gdevents_db_version');
|
|
| 1127 | - delete_option('geodirectory_db_version');
|
|
| 1128 | - delete_option('geodirclaim_db_version');
|
|
| 1129 | - delete_option('geodir_custom_posts_db_version');
|
|
| 1130 | - delete_option('geodir_reviewratings_db_version');
|
|
| 1131 | - delete_option('geodiradvancesearch_db_version');
|
|
| 1132 | - $filter_arr['output_str'] .= "<li>" . __('-->TRY: Please refresh page to run table install functions', 'geodirectory') . "</li>";
|
|
| 1133 | - } |
|
| 1134 | - |
|
| 1135 | - } else {
|
|
| 1136 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('%s table converted correctly', 'geodirectory'), $tabel_name) . "</li>";
|
|
| 1137 | - } |
|
| 1138 | - return $filter_arr; |
|
| 1018 | + global $wpdb; |
|
| 1019 | + //$filter_arr['output_str'] .='###'.$table.'###'; |
|
| 1020 | + if ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak2'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak'") > 0) {
|
|
| 1021 | + $filter_arr['output_str'] .= "<li>" . __('ERROR: You did not follow instructions! Now you will need to contact support to manually fix things.', 'geodirectory') . "</li>";
|
|
| 1022 | + $filter_arr['is_error_during_diagnose'] = true; |
|
| 1023 | + |
|
| 1024 | + } elseif ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") > 0) {
|
|
| 1025 | + $filter_arr['output_str'] .= "<li>" . sprintf(__('ERROR: %s_ms_bak table found', 'geodirectory'), $tabel_name) . "</li>";
|
|
| 1026 | + $filter_arr['is_error_during_diagnose'] = true; |
|
| 1027 | + $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>";
|
|
| 1028 | + $filter_arr['is_error_during_diagnose'] = true; |
|
| 1029 | + |
|
| 1030 | + if ($fix) {
|
|
| 1031 | + $ms_bak_count = $wpdb->get_var("SELECT COUNT(*) FROM " . $table . "_ms_bak");// get backup table count
|
|
| 1032 | + $new_table_count = $wpdb->get_var("SELECT COUNT(*) FROM " . $wpdb->prefix . "$table");// get new table count
|
|
| 1033 | + |
|
| 1034 | + if ($ms_bak_count == $new_table_count) {// if they are the same count rename to bak2
|
|
| 1035 | + //$filter_arr['output_str'] .= "<li>".sprintf( __('-->PROBLEM: %s table count is the same as new table, contact support' , 'geodirectory'), $table )."</li>" ;
|
|
| 1036 | + |
|
| 1037 | + $wpdb->query("RENAME TABLE " . $table . "_ms_bak TO " . $table . "_ms_bak2");// rename bak table to new table
|
|
| 1038 | + |
|
| 1039 | + if ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak2'") && $wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak'") == 0) {
|
|
| 1040 | + $filter_arr['output_str'] .= "<li>" . __('-->FIXED: Renamed and backed up the tables', 'geodirectory') . "</li>";
|
|
| 1041 | + } else {
|
|
| 1042 | + $filter_arr['output_str'] .= "<li>" . __('-->PROBLEM: Failed to rename tables, please contact support.', 'geodirectory') . "</li>";
|
|
| 1043 | + } |
|
| 1044 | + |
|
| 1045 | + } elseif ($ms_bak_count > $new_table_count) {//if backup is greater then restore it
|
|
| 1046 | + |
|
| 1047 | + $wpdb->query("RENAME TABLE " . $wpdb->prefix . "$table TO " . $table . "_ms_bak2");// rename new table to bak2
|
|
| 1048 | + $wpdb->query("RENAME TABLE " . $table . "_ms_bak TO " . $wpdb->prefix . "$table");// rename bak table to new table
|
|
| 1049 | + |
|
| 1050 | + if ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak2'") && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") && $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
|
|
| 1051 | + $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: restored largest table %s', 'geodirectory'), $table) . "</li>";
|
|
| 1052 | + } else {
|
|
| 1053 | + $filter_arr['output_str'] .= "<li>" . __('-->PROBLEM: Failed to rename tables, please contact support.', 'geodirectory') . "</li>";
|
|
| 1054 | + } |
|
| 1055 | + |
|
| 1056 | + } elseif ($new_table_count > $ms_bak_count) {// we cant do much so rename the table to stop errors
|
|
| 1057 | + |
|
| 1058 | + $wpdb->query("RENAME TABLE " . $table . "_ms_bak TO " . $table . "_ms_bak2");// rename ms_bak table to ms_bak2
|
|
| 1059 | + |
|
| 1060 | + if ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak'") == 0) {
|
|
| 1061 | + $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: table %s_ms_bak renamed and backed up', 'geodirectory'), $table) . "</li>";
|
|
| 1062 | + } else {
|
|
| 1063 | + $filter_arr['output_str'] .= "<li>" . __('-->PROBLEM: Failed to rename tables, please contact support.', 'geodirectory') . "</li>";
|
|
| 1064 | + } |
|
| 1065 | + |
|
| 1066 | + } |
|
| 1067 | + |
|
| 1068 | + } |
|
| 1069 | + |
|
| 1070 | + |
|
| 1071 | + } elseif ($wpdb->query("SHOW TABLES LIKE '$table'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") > 0) {
|
|
| 1072 | + $filter_arr['output_str'] .= "<li>" . sprintf(__('ERROR: Two %s tables found', 'geodirectory'), $tabel_name) . "</li>";
|
|
| 1073 | + $filter_arr['is_error_during_diagnose'] = true; |
|
| 1074 | + |
|
| 1075 | + if ($fix) {
|
|
| 1076 | + if ($wpdb->get_var("SELECT COUNT(*) FROM $table") == 0) {// if first table is empty just delete it
|
|
| 1077 | + if ($wpdb->query("DROP TABLE IF EXISTS $table")) {
|
|
| 1078 | + $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Deleted table %s', 'geodirectory'), $table) . "</li>";
|
|
| 1079 | + } else {
|
|
| 1080 | + $filter_arr['output_str'] .= "<li>" . sprintf(__('-->PROBLEM: Delete table %s failed, please try manual delete from DB', 'geodirectory'), $table) . "</li>";
|
|
| 1081 | + } |
|
| 1082 | + |
|
| 1083 | + } 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
|
|
| 1084 | + if ($wpdb->query("DROP TABLE IF EXISTS " . $wpdb->prefix . "$table")) {
|
|
| 1085 | + $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Deleted table %s', 'geodirectory'), $wpdb->prefix . $table) . "</li>";
|
|
| 1086 | + } else {
|
|
| 1087 | + $filter_arr['output_str'] .= "<li>" . sprintf(__('-->PROBLEM: Delete table %s failed, please try manual delete from DB', 'geodirectory'), $wpdb->prefix . $table) . "</li>";
|
|
| 1088 | + } |
|
| 1089 | + if ($wpdb->query("RENAME TABLE $table TO " . $wpdb->prefix . "$table") || $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
|
|
| 1090 | + $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Table %s renamed to %s', 'geodirectory'), $table, $wpdb->prefix . $table) . "</li>";
|
|
| 1091 | + } else {
|
|
| 1092 | + $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>";
|
|
| 1093 | + } |
|
| 1094 | + } else {// else rename the original table to _ms_bak
|
|
| 1095 | + if ($wpdb->query("RENAME TABLE $table TO " . $table . "_ms_bak") || $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
|
|
| 1096 | + $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>";
|
|
| 1097 | + } else {
|
|
| 1098 | + $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>";
|
|
| 1099 | + } |
|
| 1100 | + } |
|
| 1101 | + } |
|
| 1102 | + |
|
| 1103 | + } elseif ($wpdb->query("SHOW TABLES LIKE '$table'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") == 0) {
|
|
| 1104 | + $filter_arr['output_str'] .= "<li>" . sprintf(__('ERROR: %s table not converted', 'geodirectory'), $tabel_name) . "</li>";
|
|
| 1105 | + $filter_arr['is_error_during_diagnose'] = true; |
|
| 1106 | + |
|
| 1107 | + if ($fix) {
|
|
| 1108 | + // if original table exists but new does not, rename |
|
| 1109 | + if ($wpdb->query("RENAME TABLE $table TO " . $wpdb->prefix . "$table") || $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
|
|
| 1110 | + $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Table %s renamed to %s', 'geodirectory'), $table, $wpdb->prefix . $table) . "</li>";
|
|
| 1111 | + } else {
|
|
| 1112 | + $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>";
|
|
| 1113 | + } |
|
| 1114 | + |
|
| 1115 | + } |
|
| 1116 | + |
|
| 1117 | + } elseif ($wpdb->query("SHOW TABLES LIKE '$table'") == 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") == 0) {
|
|
| 1118 | + $filter_arr['output_str'] .= "<li>" . sprintf(__('ERROR: %s table does not exist', 'geodirectory'), $tabel_name) . "</li>";
|
|
| 1119 | + $filter_arr['is_error_during_diagnose'] = true; |
|
| 1120 | + |
|
| 1121 | + if ($fix) {
|
|
| 1122 | + // if original table does not exist try deleting db_vers of all addons so the initial db_install scripts run; |
|
| 1123 | + delete_option('geodirlocation_db_version');
|
|
| 1124 | + delete_option('geodirevents_db_version');
|
|
| 1125 | + delete_option('geodir_reviewrating_db_version');
|
|
| 1126 | + delete_option('gdevents_db_version');
|
|
| 1127 | + delete_option('geodirectory_db_version');
|
|
| 1128 | + delete_option('geodirclaim_db_version');
|
|
| 1129 | + delete_option('geodir_custom_posts_db_version');
|
|
| 1130 | + delete_option('geodir_reviewratings_db_version');
|
|
| 1131 | + delete_option('geodiradvancesearch_db_version');
|
|
| 1132 | + $filter_arr['output_str'] .= "<li>" . __('-->TRY: Please refresh page to run table install functions', 'geodirectory') . "</li>";
|
|
| 1133 | + } |
|
| 1134 | + |
|
| 1135 | + } else {
|
|
| 1136 | + $filter_arr['output_str'] .= "<li>" . sprintf(__('%s table converted correctly', 'geodirectory'), $tabel_name) . "</li>";
|
|
| 1137 | + } |
|
| 1138 | + return $filter_arr; |
|
| 1139 | 1139 | } |
| 1140 | 1140 | |
| 1141 | 1141 | |
@@ -1149,53 +1149,53 @@ discard block |
||
| 1149 | 1149 | */ |
| 1150 | 1150 | function geodir_diagnose_tags_sync() |
| 1151 | 1151 | {
|
| 1152 | - global $wpdb, $plugin_prefix; |
|
| 1153 | - $fix = isset($_POST['fix']) ? true : false; |
|
| 1154 | - |
|
| 1155 | - //if($fix){echo 'true';}else{echo 'false';}
|
|
| 1156 | - $is_error_during_diagnose = false; |
|
| 1157 | - $output_str = ''; |
|
| 1158 | - |
|
| 1159 | - |
|
| 1160 | - $all_postypes = geodir_get_posttypes(); |
|
| 1161 | - |
|
| 1162 | - if (!empty($all_postypes)) {
|
|
| 1163 | - foreach ($all_postypes as $key) {
|
|
| 1164 | - // update each GD CPT |
|
| 1165 | - $posts = $wpdb->get_results("SELECT * FROM " . $wpdb->prefix . "geodir_" . $key . "_detail d");
|
|
| 1166 | - |
|
| 1167 | - if (!empty($posts)) {
|
|
| 1168 | - |
|
| 1169 | - foreach ($posts as $p) {
|
|
| 1170 | - $p->post_type = $key; |
|
| 1171 | - $raw_tags = wp_get_object_terms($p->post_id, $p->post_type . '_tags', array('fields' => 'names'));
|
|
| 1172 | - if (empty($raw_tags)) {
|
|
| 1173 | - $post_tags = ''; |
|
| 1174 | - } else {
|
|
| 1175 | - $post_tags = implode(",", $raw_tags);
|
|
| 1176 | - } |
|
| 1177 | - $tablename = $plugin_prefix . $p->post_type . '_detail'; |
|
| 1178 | - $wpdb->query($wpdb->prepare("UPDATE " . $tablename . " SET post_tags=%s WHERE post_id =%d", $post_tags, $p->post_id));
|
|
| 1179 | - |
|
| 1180 | - } |
|
| 1181 | - $output_str .= "<li>" . $key . __(': Done', 'geodirectory') . "</li>";
|
|
| 1182 | - } |
|
| 1183 | - |
|
| 1184 | - } |
|
| 1185 | - |
|
| 1186 | - } |
|
| 1187 | - |
|
| 1188 | - if ($is_error_during_diagnose) {
|
|
| 1189 | - $info_div_class = "geodir_problem_info"; |
|
| 1190 | - $fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='ratings' />";
|
|
| 1191 | - } else {
|
|
| 1192 | - $info_div_class = "geodir_noproblem_info"; |
|
| 1193 | - $fix_button_txt = ''; |
|
| 1194 | - } |
|
| 1195 | - echo "<ul class='$info_div_class'>"; |
|
| 1196 | - echo $output_str; |
|
| 1197 | - echo $fix_button_txt; |
|
| 1198 | - echo "</ul>"; |
|
| 1152 | + global $wpdb, $plugin_prefix; |
|
| 1153 | + $fix = isset($_POST['fix']) ? true : false; |
|
| 1154 | + |
|
| 1155 | + //if($fix){echo 'true';}else{echo 'false';}
|
|
| 1156 | + $is_error_during_diagnose = false; |
|
| 1157 | + $output_str = ''; |
|
| 1158 | + |
|
| 1159 | + |
|
| 1160 | + $all_postypes = geodir_get_posttypes(); |
|
| 1161 | + |
|
| 1162 | + if (!empty($all_postypes)) {
|
|
| 1163 | + foreach ($all_postypes as $key) {
|
|
| 1164 | + // update each GD CPT |
|
| 1165 | + $posts = $wpdb->get_results("SELECT * FROM " . $wpdb->prefix . "geodir_" . $key . "_detail d");
|
|
| 1166 | + |
|
| 1167 | + if (!empty($posts)) {
|
|
| 1168 | + |
|
| 1169 | + foreach ($posts as $p) {
|
|
| 1170 | + $p->post_type = $key; |
|
| 1171 | + $raw_tags = wp_get_object_terms($p->post_id, $p->post_type . '_tags', array('fields' => 'names'));
|
|
| 1172 | + if (empty($raw_tags)) {
|
|
| 1173 | + $post_tags = ''; |
|
| 1174 | + } else {
|
|
| 1175 | + $post_tags = implode(",", $raw_tags);
|
|
| 1176 | + } |
|
| 1177 | + $tablename = $plugin_prefix . $p->post_type . '_detail'; |
|
| 1178 | + $wpdb->query($wpdb->prepare("UPDATE " . $tablename . " SET post_tags=%s WHERE post_id =%d", $post_tags, $p->post_id));
|
|
| 1179 | + |
|
| 1180 | + } |
|
| 1181 | + $output_str .= "<li>" . $key . __(': Done', 'geodirectory') . "</li>";
|
|
| 1182 | + } |
|
| 1183 | + |
|
| 1184 | + } |
|
| 1185 | + |
|
| 1186 | + } |
|
| 1187 | + |
|
| 1188 | + if ($is_error_during_diagnose) {
|
|
| 1189 | + $info_div_class = "geodir_problem_info"; |
|
| 1190 | + $fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='ratings' />";
|
|
| 1191 | + } else {
|
|
| 1192 | + $info_div_class = "geodir_noproblem_info"; |
|
| 1193 | + $fix_button_txt = ''; |
|
| 1194 | + } |
|
| 1195 | + echo "<ul class='$info_div_class'>"; |
|
| 1196 | + echo $output_str; |
|
| 1197 | + echo $fix_button_txt; |
|
| 1198 | + echo "</ul>"; |
|
| 1199 | 1199 | |
| 1200 | 1200 | } |
| 1201 | 1201 | |
@@ -1211,75 +1211,75 @@ discard block |
||
| 1211 | 1211 | */ |
| 1212 | 1212 | function geodir_diagnose_cats_sync() |
| 1213 | 1213 | {
|
| 1214 | - global $wpdb, $plugin_prefix; |
|
| 1215 | - $fix = isset($_POST['fix']) ? true : false; |
|
| 1214 | + global $wpdb, $plugin_prefix; |
|
| 1215 | + $fix = isset($_POST['fix']) ? true : false; |
|
| 1216 | 1216 | |
| 1217 | - //if($fix){echo 'true';}else{echo 'false';}
|
|
| 1218 | - $is_error_during_diagnose = false; |
|
| 1219 | - $output_str = ''; |
|
| 1217 | + //if($fix){echo 'true';}else{echo 'false';}
|
|
| 1218 | + $is_error_during_diagnose = false; |
|
| 1219 | + $output_str = ''; |
|
| 1220 | 1220 | |
| 1221 | 1221 | |
| 1222 | - $all_postypes = geodir_get_posttypes(); |
|
| 1222 | + $all_postypes = geodir_get_posttypes(); |
|
| 1223 | 1223 | |
| 1224 | - if (!empty($all_postypes)) {
|
|
| 1225 | - foreach ($all_postypes as $key) {
|
|
| 1226 | - // update each GD CTP |
|
| 1227 | - $posts = $wpdb->get_results("SELECT * FROM " . $wpdb->prefix . "geodir_" . $key . "_detail d WHERE d." . $key . "category='' ");
|
|
| 1224 | + if (!empty($all_postypes)) {
|
|
| 1225 | + foreach ($all_postypes as $key) {
|
|
| 1226 | + // update each GD CTP |
|
| 1227 | + $posts = $wpdb->get_results("SELECT * FROM " . $wpdb->prefix . "geodir_" . $key . "_detail d WHERE d." . $key . "category='' ");
|
|
| 1228 | 1228 | |
| 1229 | - if (!empty($posts)) {
|
|
| 1229 | + if (!empty($posts)) {
|
|
| 1230 | 1230 | |
| 1231 | - foreach ($posts as $p) {
|
|
| 1232 | - $p->post_type = $key; |
|
| 1233 | - $raw_cats = wp_get_object_terms($p->post_id, $p->post_type . 'category', array('fields' => 'ids'));
|
|
| 1231 | + foreach ($posts as $p) {
|
|
| 1232 | + $p->post_type = $key; |
|
| 1233 | + $raw_cats = wp_get_object_terms($p->post_id, $p->post_type . 'category', array('fields' => 'ids'));
|
|
| 1234 | 1234 | |
| 1235 | - if (empty($raw_cats)) {
|
|
| 1236 | - $post_categories = get_post_meta($p->post_id, 'post_categories', true); |
|
| 1235 | + if (empty($raw_cats)) {
|
|
| 1236 | + $post_categories = get_post_meta($p->post_id, 'post_categories', true); |
|
| 1237 | 1237 | |
| 1238 | - if (!empty($post_categories) && !empty($post_categories[$p->post_type . 'category'])) {
|
|
| 1239 | - $post_categories[$p->post_type . 'category'] = str_replace("d:", "", $post_categories[$p->post_type . 'category']);
|
|
| 1240 | - foreach (explode(",", $post_categories[$p->post_type . 'category']) as $cat_part) {
|
|
| 1241 | - if (is_numeric($cat_part)) {
|
|
| 1242 | - $raw_cats[] = (int)$cat_part; |
|
| 1243 | - } |
|
| 1244 | - } |
|
| 1238 | + if (!empty($post_categories) && !empty($post_categories[$p->post_type . 'category'])) {
|
|
| 1239 | + $post_categories[$p->post_type . 'category'] = str_replace("d:", "", $post_categories[$p->post_type . 'category']);
|
|
| 1240 | + foreach (explode(",", $post_categories[$p->post_type . 'category']) as $cat_part) {
|
|
| 1241 | + if (is_numeric($cat_part)) {
|
|
| 1242 | + $raw_cats[] = (int)$cat_part; |
|
| 1243 | + } |
|
| 1244 | + } |
|
| 1245 | 1245 | |
| 1246 | - } |
|
| 1246 | + } |
|
| 1247 | 1247 | |
| 1248 | - if (!empty($raw_cats)) {
|
|
| 1249 | - $term_taxonomy_ids = wp_set_object_terms($p->post_id, $raw_cats, $p->post_type . 'category'); |
|
| 1248 | + if (!empty($raw_cats)) {
|
|
| 1249 | + $term_taxonomy_ids = wp_set_object_terms($p->post_id, $raw_cats, $p->post_type . 'category'); |
|
| 1250 | 1250 | |
| 1251 | - } |
|
| 1251 | + } |
|
| 1252 | 1252 | |
| 1253 | - } |
|
| 1253 | + } |
|
| 1254 | 1254 | |
| 1255 | 1255 | |
| 1256 | - if (empty($raw_cats)) {
|
|
| 1257 | - $post_cats = ''; |
|
| 1258 | - } else {
|
|
| 1259 | - $post_cats = ',' . implode(",", $raw_cats) . ',';
|
|
| 1260 | - } |
|
| 1261 | - $tablename = $plugin_prefix . $p->post_type . '_detail'; |
|
| 1262 | - $wpdb->query($wpdb->prepare("UPDATE " . $tablename . " SET " . $p->post_type . "category=%s WHERE post_id =%d", $post_cats, $p->post_id));
|
|
| 1263 | - } |
|
| 1256 | + if (empty($raw_cats)) {
|
|
| 1257 | + $post_cats = ''; |
|
| 1258 | + } else {
|
|
| 1259 | + $post_cats = ',' . implode(",", $raw_cats) . ',';
|
|
| 1260 | + } |
|
| 1261 | + $tablename = $plugin_prefix . $p->post_type . '_detail'; |
|
| 1262 | + $wpdb->query($wpdb->prepare("UPDATE " . $tablename . " SET " . $p->post_type . "category=%s WHERE post_id =%d", $post_cats, $p->post_id));
|
|
| 1263 | + } |
|
| 1264 | 1264 | |
| 1265 | - } |
|
| 1266 | - $output_str .= "<li>" . $key . __(': Done', 'geodirectory') . "</li>";
|
|
| 1265 | + } |
|
| 1266 | + $output_str .= "<li>" . $key . __(': Done', 'geodirectory') . "</li>";
|
|
| 1267 | 1267 | |
| 1268 | - } |
|
| 1268 | + } |
|
| 1269 | 1269 | |
| 1270 | - } |
|
| 1270 | + } |
|
| 1271 | 1271 | |
| 1272 | - if ($is_error_during_diagnose) {
|
|
| 1273 | - $info_div_class = "geodir_problem_info"; |
|
| 1274 | - $fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='ratings' />";
|
|
| 1275 | - } else {
|
|
| 1276 | - $info_div_class = "geodir_noproblem_info"; |
|
| 1277 | - $fix_button_txt = ''; |
|
| 1278 | - } |
|
| 1279 | - echo "<ul class='$info_div_class'>"; |
|
| 1280 | - echo $output_str; |
|
| 1281 | - echo $fix_button_txt; |
|
| 1282 | - echo "</ul>"; |
|
| 1272 | + if ($is_error_during_diagnose) {
|
|
| 1273 | + $info_div_class = "geodir_problem_info"; |
|
| 1274 | + $fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='ratings' />";
|
|
| 1275 | + } else {
|
|
| 1276 | + $info_div_class = "geodir_noproblem_info"; |
|
| 1277 | + $fix_button_txt = ''; |
|
| 1278 | + } |
|
| 1279 | + echo "<ul class='$info_div_class'>"; |
|
| 1280 | + echo $output_str; |
|
| 1281 | + echo $fix_button_txt; |
|
| 1282 | + echo "</ul>"; |
|
| 1283 | 1283 | |
| 1284 | 1284 | } |
| 1285 | 1285 | |
@@ -1293,61 +1293,61 @@ discard block |
||
| 1293 | 1293 | */ |
| 1294 | 1294 | function geodir_diagnose_version_clear() |
| 1295 | 1295 | {
|
| 1296 | - global $wpdb, $plugin_prefix; |
|
| 1297 | - $fix = isset($_POST['fix']) ? true : false; |
|
| 1298 | - |
|
| 1299 | - //if($fix){echo 'true';}else{echo 'false';}
|
|
| 1300 | - $is_error_during_diagnose = false; |
|
| 1301 | - $output_str = ''; |
|
| 1302 | - |
|
| 1303 | - |
|
| 1304 | - $gd_arr = array('GeoDirectory' => 'geodirectory_db_version',
|
|
| 1305 | - 'Payment Manager' => 'geodir_payments_db_version', |
|
| 1306 | - 'GeoDirectory Framework' => 'gdf_db_version', |
|
| 1307 | - 'Advanced Search' => 'geodiradvancesearch_db_version', |
|
| 1308 | - 'Review Rating Manager' => 'geodir_reviewratings_db_version', |
|
| 1309 | - 'Claim Manager' => 'geodirclaim_db_version', |
|
| 1310 | - 'CPT Manager' => 'geodir_custom_posts_db_version', |
|
| 1311 | - 'Location Manager' => 'geodirlocation_db_version', |
|
| 1312 | - 'Payment Manager' => 'geodir_payments_db_version', |
|
| 1313 | - 'Events Manager' => 'geodirevents_db_version', |
|
| 1314 | - ); |
|
| 1315 | - |
|
| 1316 | - /** |
|
| 1317 | - * Filter the array of plugins to clear the version numbers for in the GD >Tools : clear all version numbers. |
|
| 1318 | - * |
|
| 1319 | - * @since 1.0.0 |
|
| 1320 | - * @param array $gd_arr The array or addons to clear, array('GeoDirectory' => 'geodirectory_db_version',...
|
|
| 1321 | - */ |
|
| 1322 | - $ver_arr = apply_filters('geodir_db_version_name', $gd_arr);
|
|
| 1323 | - |
|
| 1324 | - if (!empty($ver_arr)) {
|
|
| 1325 | - foreach ($ver_arr as $key => $val) {
|
|
| 1326 | - if (delete_option($val)) {
|
|
| 1327 | - $output_str .= "<li>" . $key . __(' Version: Deleted', 'geodirectory') . "</li>";
|
|
| 1328 | - } else {
|
|
| 1329 | - $output_str .= "<li>" . $key . __(' Version: Not Found', 'geodirectory') . "</li>";
|
|
| 1330 | - } |
|
| 1331 | - |
|
| 1332 | - } |
|
| 1333 | - |
|
| 1334 | - if ($output_str) {
|
|
| 1335 | - $output_str .= "<li><strong>" . __(' Upgrade/install scripts will run on next page reload.', 'geodirectory') . "</strong></li>";
|
|
| 1336 | - } |
|
| 1337 | - |
|
| 1338 | - } |
|
| 1339 | - |
|
| 1340 | - if ($is_error_during_diagnose) {
|
|
| 1341 | - $info_div_class = "geodir_problem_info"; |
|
| 1342 | - $fix_button_txt = ""; |
|
| 1343 | - } else {
|
|
| 1344 | - $info_div_class = "geodir_noproblem_info"; |
|
| 1345 | - $fix_button_txt = ''; |
|
| 1346 | - } |
|
| 1347 | - echo "<ul class='$info_div_class'>"; |
|
| 1348 | - echo $output_str; |
|
| 1349 | - echo $fix_button_txt; |
|
| 1350 | - echo "</ul>"; |
|
| 1296 | + global $wpdb, $plugin_prefix; |
|
| 1297 | + $fix = isset($_POST['fix']) ? true : false; |
|
| 1298 | + |
|
| 1299 | + //if($fix){echo 'true';}else{echo 'false';}
|
|
| 1300 | + $is_error_during_diagnose = false; |
|
| 1301 | + $output_str = ''; |
|
| 1302 | + |
|
| 1303 | + |
|
| 1304 | + $gd_arr = array('GeoDirectory' => 'geodirectory_db_version',
|
|
| 1305 | + 'Payment Manager' => 'geodir_payments_db_version', |
|
| 1306 | + 'GeoDirectory Framework' => 'gdf_db_version', |
|
| 1307 | + 'Advanced Search' => 'geodiradvancesearch_db_version', |
|
| 1308 | + 'Review Rating Manager' => 'geodir_reviewratings_db_version', |
|
| 1309 | + 'Claim Manager' => 'geodirclaim_db_version', |
|
| 1310 | + 'CPT Manager' => 'geodir_custom_posts_db_version', |
|
| 1311 | + 'Location Manager' => 'geodirlocation_db_version', |
|
| 1312 | + 'Payment Manager' => 'geodir_payments_db_version', |
|
| 1313 | + 'Events Manager' => 'geodirevents_db_version', |
|
| 1314 | + ); |
|
| 1315 | + |
|
| 1316 | + /** |
|
| 1317 | + * Filter the array of plugins to clear the version numbers for in the GD >Tools : clear all version numbers. |
|
| 1318 | + * |
|
| 1319 | + * @since 1.0.0 |
|
| 1320 | + * @param array $gd_arr The array or addons to clear, array('GeoDirectory' => 'geodirectory_db_version',...
|
|
| 1321 | + */ |
|
| 1322 | + $ver_arr = apply_filters('geodir_db_version_name', $gd_arr);
|
|
| 1323 | + |
|
| 1324 | + if (!empty($ver_arr)) {
|
|
| 1325 | + foreach ($ver_arr as $key => $val) {
|
|
| 1326 | + if (delete_option($val)) {
|
|
| 1327 | + $output_str .= "<li>" . $key . __(' Version: Deleted', 'geodirectory') . "</li>";
|
|
| 1328 | + } else {
|
|
| 1329 | + $output_str .= "<li>" . $key . __(' Version: Not Found', 'geodirectory') . "</li>";
|
|
| 1330 | + } |
|
| 1331 | + |
|
| 1332 | + } |
|
| 1333 | + |
|
| 1334 | + if ($output_str) {
|
|
| 1335 | + $output_str .= "<li><strong>" . __(' Upgrade/install scripts will run on next page reload.', 'geodirectory') . "</strong></li>";
|
|
| 1336 | + } |
|
| 1337 | + |
|
| 1338 | + } |
|
| 1339 | + |
|
| 1340 | + if ($is_error_during_diagnose) {
|
|
| 1341 | + $info_div_class = "geodir_problem_info"; |
|
| 1342 | + $fix_button_txt = ""; |
|
| 1343 | + } else {
|
|
| 1344 | + $info_div_class = "geodir_noproblem_info"; |
|
| 1345 | + $fix_button_txt = ''; |
|
| 1346 | + } |
|
| 1347 | + echo "<ul class='$info_div_class'>"; |
|
| 1348 | + echo $output_str; |
|
| 1349 | + echo $fix_button_txt; |
|
| 1350 | + echo "</ul>"; |
|
| 1351 | 1351 | |
| 1352 | 1352 | } |
| 1353 | 1353 | |
@@ -1361,59 +1361,59 @@ discard block |
||
| 1361 | 1361 | */ |
| 1362 | 1362 | function geodir_diagnose_ratings() |
| 1363 | 1363 | {
|
| 1364 | - global $wpdb; |
|
| 1365 | - $fix = isset($_POST['fix']) ? true : false; |
|
| 1366 | - |
|
| 1367 | - //if($fix){echo 'true';}else{echo 'false';}
|
|
| 1368 | - $is_error_during_diagnose = false; |
|
| 1369 | - $output_str = ''; |
|
| 1370 | - |
|
| 1371 | - // check review locations |
|
| 1372 | - 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")) {
|
|
| 1373 | - $output_str .= "<li>" . __('Review locations missing or broken', 'geodirectory') . "</li>";
|
|
| 1374 | - $is_error_during_diagnose = true; |
|
| 1375 | - |
|
| 1376 | - if ($fix) {
|
|
| 1377 | - if (geodir_fix_review_location()) {
|
|
| 1378 | - $output_str .= "<li><strong>" . __('-->FIXED: Review locations fixed', 'geodirectory') . "</strong></li>";
|
|
| 1379 | - } else {
|
|
| 1380 | - $output_str .= "<li><strong>" . __('-->FAILED: Review locations fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1381 | - } |
|
| 1382 | - } |
|
| 1383 | - |
|
| 1384 | - } else {
|
|
| 1385 | - $output_str .= "<li>" . __('Review locations ok', 'geodirectory') . "</li>";
|
|
| 1386 | - } |
|
| 1387 | - |
|
| 1388 | - // check review content |
|
| 1389 | - if ($wpdb->get_results("SELECT * FROM " . GEODIR_REVIEW_TABLE . " WHERE comment_content IS NULL")) {
|
|
| 1390 | - $output_str .= "<li>" . __('Review content missing or broken', 'geodirectory') . "</li>";
|
|
| 1391 | - $is_error_during_diagnose = true; |
|
| 1392 | - |
|
| 1393 | - if ($fix) {
|
|
| 1394 | - if (geodir_fix_review_content()) {
|
|
| 1395 | - $output_str .= "<li><strong>" . __('-->FIXED: Review content fixed', 'geodirectory') . "</strong></li>";
|
|
| 1396 | - } else {
|
|
| 1397 | - $output_str .= "<li><strong>" . __('-->FAILED: Review content fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1398 | - } |
|
| 1399 | - } |
|
| 1400 | - |
|
| 1401 | - } else {
|
|
| 1402 | - $output_str .= "<li>" . __('Review content ok', 'geodirectory') . "</li>";
|
|
| 1403 | - } |
|
| 1404 | - |
|
| 1405 | - |
|
| 1406 | - if ($is_error_during_diagnose) {
|
|
| 1407 | - $info_div_class = "geodir_problem_info"; |
|
| 1408 | - $fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='ratings' />";
|
|
| 1409 | - } else {
|
|
| 1410 | - $info_div_class = "geodir_noproblem_info"; |
|
| 1411 | - $fix_button_txt = ''; |
|
| 1412 | - } |
|
| 1413 | - echo "<ul class='$info_div_class'>"; |
|
| 1414 | - echo $output_str; |
|
| 1415 | - echo $fix_button_txt; |
|
| 1416 | - echo "</ul>"; |
|
| 1364 | + global $wpdb; |
|
| 1365 | + $fix = isset($_POST['fix']) ? true : false; |
|
| 1366 | + |
|
| 1367 | + //if($fix){echo 'true';}else{echo 'false';}
|
|
| 1368 | + $is_error_during_diagnose = false; |
|
| 1369 | + $output_str = ''; |
|
| 1370 | + |
|
| 1371 | + // check review locations |
|
| 1372 | + 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")) {
|
|
| 1373 | + $output_str .= "<li>" . __('Review locations missing or broken', 'geodirectory') . "</li>";
|
|
| 1374 | + $is_error_during_diagnose = true; |
|
| 1375 | + |
|
| 1376 | + if ($fix) {
|
|
| 1377 | + if (geodir_fix_review_location()) {
|
|
| 1378 | + $output_str .= "<li><strong>" . __('-->FIXED: Review locations fixed', 'geodirectory') . "</strong></li>";
|
|
| 1379 | + } else {
|
|
| 1380 | + $output_str .= "<li><strong>" . __('-->FAILED: Review locations fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1381 | + } |
|
| 1382 | + } |
|
| 1383 | + |
|
| 1384 | + } else {
|
|
| 1385 | + $output_str .= "<li>" . __('Review locations ok', 'geodirectory') . "</li>";
|
|
| 1386 | + } |
|
| 1387 | + |
|
| 1388 | + // check review content |
|
| 1389 | + if ($wpdb->get_results("SELECT * FROM " . GEODIR_REVIEW_TABLE . " WHERE comment_content IS NULL")) {
|
|
| 1390 | + $output_str .= "<li>" . __('Review content missing or broken', 'geodirectory') . "</li>";
|
|
| 1391 | + $is_error_during_diagnose = true; |
|
| 1392 | + |
|
| 1393 | + if ($fix) {
|
|
| 1394 | + if (geodir_fix_review_content()) {
|
|
| 1395 | + $output_str .= "<li><strong>" . __('-->FIXED: Review content fixed', 'geodirectory') . "</strong></li>";
|
|
| 1396 | + } else {
|
|
| 1397 | + $output_str .= "<li><strong>" . __('-->FAILED: Review content fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1398 | + } |
|
| 1399 | + } |
|
| 1400 | + |
|
| 1401 | + } else {
|
|
| 1402 | + $output_str .= "<li>" . __('Review content ok', 'geodirectory') . "</li>";
|
|
| 1403 | + } |
|
| 1404 | + |
|
| 1405 | + |
|
| 1406 | + if ($is_error_during_diagnose) {
|
|
| 1407 | + $info_div_class = "geodir_problem_info"; |
|
| 1408 | + $fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='ratings' />";
|
|
| 1409 | + } else {
|
|
| 1410 | + $info_div_class = "geodir_noproblem_info"; |
|
| 1411 | + $fix_button_txt = ''; |
|
| 1412 | + } |
|
| 1413 | + echo "<ul class='$info_div_class'>"; |
|
| 1414 | + echo $output_str; |
|
| 1415 | + echo $fix_button_txt; |
|
| 1416 | + echo "</ul>"; |
|
| 1417 | 1417 | |
| 1418 | 1418 | } |
| 1419 | 1419 | |
@@ -1427,57 +1427,57 @@ discard block |
||
| 1427 | 1427 | */ |
| 1428 | 1428 | function geodir_diagnose_multisite_conversion() |
| 1429 | 1429 | {
|
| 1430 | - global $wpdb; |
|
| 1431 | - $fix = isset($_POST['fix']) ? true : false; |
|
| 1432 | - //if($fix){echo 'true';}else{echo 'false';}
|
|
| 1433 | - $is_error_during_diagnose = false; |
|
| 1434 | - $output_str = ''; |
|
| 1435 | - |
|
| 1436 | - $filter_arr = array(); |
|
| 1437 | - $filter_arr['output_str'] = $output_str; |
|
| 1438 | - $filter_arr['is_error_during_diagnose'] = $is_error_during_diagnose; |
|
| 1439 | - $table_arr = array('geodir_countries' => __('Countries', 'geodirectory'),
|
|
| 1440 | - 'geodir_custom_fields' => __('Custom fields', 'geodirectory'),
|
|
| 1441 | - 'geodir_post_icon' => __('Post icon', 'geodirectory'),
|
|
| 1442 | - 'geodir_attachments' => __('Attachments', 'geodirectory'),
|
|
| 1443 | - 'geodir_post_review' => __('Reviews', 'geodirectory'),
|
|
| 1444 | - 'geodir_custom_sort_fields' => __('Custom sort fields', 'geodirectory'),
|
|
| 1445 | - 'geodir_gd_place_detail' => __('Place detail', 'geodirectory')
|
|
| 1446 | - ); |
|
| 1447 | - |
|
| 1448 | - // allow other addons to hook in and add their checks |
|
| 1449 | - |
|
| 1450 | - /** |
|
| 1451 | - * Filter the array of tables. |
|
| 1452 | - * |
|
| 1453 | - * 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. |
|
| 1454 | - * |
|
| 1455 | - * @since 1.0.0 |
|
| 1456 | - * @param array $table_arr The array of tables to check, array('geodir_countries' => __('Countries', 'geodirectory'),...
|
|
| 1457 | - */ |
|
| 1458 | - $table_arr = apply_filters('geodir_diagnose_multisite_conversion', $table_arr);
|
|
| 1459 | - |
|
| 1460 | - foreach ($table_arr as $table => $table_name) {
|
|
| 1461 | - // Diagnose table |
|
| 1462 | - $filter_arr = geodir_diagnose_multisite_table($filter_arr, $table, $table_name, $fix); |
|
| 1463 | - } |
|
| 1464 | - |
|
| 1465 | - |
|
| 1466 | - $output_str = $filter_arr['output_str']; |
|
| 1467 | - $is_error_during_diagnose = $filter_arr['is_error_during_diagnose']; |
|
| 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='multisite_conversion' />";
|
|
| 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>"; |
|
| 1430 | + global $wpdb; |
|
| 1431 | + $fix = isset($_POST['fix']) ? true : false; |
|
| 1432 | + //if($fix){echo 'true';}else{echo 'false';}
|
|
| 1433 | + $is_error_during_diagnose = false; |
|
| 1434 | + $output_str = ''; |
|
| 1435 | + |
|
| 1436 | + $filter_arr = array(); |
|
| 1437 | + $filter_arr['output_str'] = $output_str; |
|
| 1438 | + $filter_arr['is_error_during_diagnose'] = $is_error_during_diagnose; |
|
| 1439 | + $table_arr = array('geodir_countries' => __('Countries', 'geodirectory'),
|
|
| 1440 | + 'geodir_custom_fields' => __('Custom fields', 'geodirectory'),
|
|
| 1441 | + 'geodir_post_icon' => __('Post icon', 'geodirectory'),
|
|
| 1442 | + 'geodir_attachments' => __('Attachments', 'geodirectory'),
|
|
| 1443 | + 'geodir_post_review' => __('Reviews', 'geodirectory'),
|
|
| 1444 | + 'geodir_custom_sort_fields' => __('Custom sort fields', 'geodirectory'),
|
|
| 1445 | + 'geodir_gd_place_detail' => __('Place detail', 'geodirectory')
|
|
| 1446 | + ); |
|
| 1447 | + |
|
| 1448 | + // allow other addons to hook in and add their checks |
|
| 1449 | + |
|
| 1450 | + /** |
|
| 1451 | + * Filter the array of tables. |
|
| 1452 | + * |
|
| 1453 | + * 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. |
|
| 1454 | + * |
|
| 1455 | + * @since 1.0.0 |
|
| 1456 | + * @param array $table_arr The array of tables to check, array('geodir_countries' => __('Countries', 'geodirectory'),...
|
|
| 1457 | + */ |
|
| 1458 | + $table_arr = apply_filters('geodir_diagnose_multisite_conversion', $table_arr);
|
|
| 1459 | + |
|
| 1460 | + foreach ($table_arr as $table => $table_name) {
|
|
| 1461 | + // Diagnose table |
|
| 1462 | + $filter_arr = geodir_diagnose_multisite_table($filter_arr, $table, $table_name, $fix); |
|
| 1463 | + } |
|
| 1464 | + |
|
| 1465 | + |
|
| 1466 | + $output_str = $filter_arr['output_str']; |
|
| 1467 | + $is_error_during_diagnose = $filter_arr['is_error_during_diagnose']; |
|
| 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='multisite_conversion' />";
|
|
| 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 | /** |
@@ -1495,39 +1495,39 @@ discard block |
||
| 1495 | 1495 | */ |
| 1496 | 1496 | function geodir_fix_virtual_page($slug, $page_title, $old_id, $option) |
| 1497 | 1497 | {
|
| 1498 | - global $wpdb, $current_user; |
|
| 1499 | - |
|
| 1500 | - if (!empty($old_id)) {
|
|
| 1501 | - wp_delete_post($old_id, true); |
|
| 1502 | - }//delete post if already there |
|
| 1503 | - else {
|
|
| 1504 | - $page_found = $wpdb->get_var( |
|
| 1505 | - $wpdb->prepare( |
|
| 1506 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s LIMIT 1;", |
|
| 1507 | - array($slug) |
|
| 1508 | - ) |
|
| 1509 | - ); |
|
| 1510 | - wp_delete_post($page_found, true); |
|
| 1511 | - |
|
| 1512 | - } |
|
| 1513 | - |
|
| 1514 | - $page_data = array( |
|
| 1515 | - 'post_status' => 'publish', |
|
| 1516 | - 'post_type' => 'page', |
|
| 1517 | - 'post_author' => $current_user->ID, |
|
| 1518 | - 'post_name' => $slug, |
|
| 1519 | - 'post_title' => $page_title, |
|
| 1520 | - 'post_content' => '', |
|
| 1521 | - 'post_parent' => 0, |
|
| 1522 | - 'comment_status' => 'closed' |
|
| 1523 | - ); |
|
| 1524 | - $page_id = wp_insert_post($page_data); |
|
| 1525 | - update_option($option, $page_id); |
|
| 1526 | - if ($page_id) {
|
|
| 1527 | - return true; |
|
| 1528 | - } else {
|
|
| 1529 | - return false; |
|
| 1530 | - } |
|
| 1498 | + global $wpdb, $current_user; |
|
| 1499 | + |
|
| 1500 | + if (!empty($old_id)) {
|
|
| 1501 | + wp_delete_post($old_id, true); |
|
| 1502 | + }//delete post if already there |
|
| 1503 | + else {
|
|
| 1504 | + $page_found = $wpdb->get_var( |
|
| 1505 | + $wpdb->prepare( |
|
| 1506 | + "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s LIMIT 1;", |
|
| 1507 | + array($slug) |
|
| 1508 | + ) |
|
| 1509 | + ); |
|
| 1510 | + wp_delete_post($page_found, true); |
|
| 1511 | + |
|
| 1512 | + } |
|
| 1513 | + |
|
| 1514 | + $page_data = array( |
|
| 1515 | + 'post_status' => 'publish', |
|
| 1516 | + 'post_type' => 'page', |
|
| 1517 | + 'post_author' => $current_user->ID, |
|
| 1518 | + 'post_name' => $slug, |
|
| 1519 | + 'post_title' => $page_title, |
|
| 1520 | + 'post_content' => '', |
|
| 1521 | + 'post_parent' => 0, |
|
| 1522 | + 'comment_status' => 'closed' |
|
| 1523 | + ); |
|
| 1524 | + $page_id = wp_insert_post($page_data); |
|
| 1525 | + update_option($option, $page_id); |
|
| 1526 | + if ($page_id) {
|
|
| 1527 | + return true; |
|
| 1528 | + } else {
|
|
| 1529 | + return false; |
|
| 1530 | + } |
|
| 1531 | 1531 | } |
| 1532 | 1532 | |
| 1533 | 1533 | /** |
@@ -1539,212 +1539,212 @@ discard block |
||
| 1539 | 1539 | */ |
| 1540 | 1540 | function geodir_diagnose_default_pages() |
| 1541 | 1541 | {
|
| 1542 | - global $wpdb; |
|
| 1543 | - $is_error_during_diagnose = false; |
|
| 1544 | - $output_str = ''; |
|
| 1545 | - $fix = isset($_POST['fix']) ? true : false; |
|
| 1546 | - |
|
| 1547 | - ////////////////////////////////// |
|
| 1548 | - /* Diagnose GD Home Page Starts */ |
|
| 1549 | - ////////////////////////////////// |
|
| 1550 | - $option_value = get_option('geodir_home_page');
|
|
| 1551 | - $page = get_post($option_value); |
|
| 1552 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1553 | - |
|
| 1554 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1555 | - $output_str .= "<li>" . __('GD Home page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1556 | - else {
|
|
| 1557 | - $is_error_during_diagnose = true; |
|
| 1558 | - $output_str .= "<li><strong>" . __('GD Home page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1559 | - if ($fix) {
|
|
| 1560 | - if (geodir_fix_virtual_page('gd-home', __('GD Home page', 'geodirectory'), $page_found, 'geodir_home_page')) {
|
|
| 1561 | - $output_str .= "<li><strong>" . __('-->FIXED: GD Home page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1562 | - } else {
|
|
| 1563 | - $output_str .= "<li><strong>" . __('-->FAILED: GD Home page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1564 | - } |
|
| 1565 | - } |
|
| 1566 | - } |
|
| 1567 | - |
|
| 1568 | - //////////////////////////////// |
|
| 1569 | - /* Diagnose GD Home Page Ends */ |
|
| 1570 | - //////////////////////////////// |
|
| 1571 | - |
|
| 1572 | - ////////////////////////////////// |
|
| 1573 | - /* Diagnose Add Listing Page Starts */ |
|
| 1574 | - ////////////////////////////////// |
|
| 1575 | - $option_value = get_option('geodir_add_listing_page');
|
|
| 1576 | - $page = get_post($option_value); |
|
| 1577 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1578 | - |
|
| 1579 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1580 | - $output_str .= "<li>" . __('Add Listing page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1581 | - else {
|
|
| 1582 | - $is_error_during_diagnose = true; |
|
| 1583 | - $output_str .= "<li><strong>" . __('Add Listing page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1584 | - if ($fix) {
|
|
| 1585 | - if (geodir_fix_virtual_page('add-listing', __('Add Listing', 'geodirectory'), $page_found, 'geodir_add_listing_page')) {
|
|
| 1586 | - $output_str .= "<li><strong>" . __('-->FIXED: Add Listing page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1587 | - } else {
|
|
| 1588 | - $output_str .= "<li><strong>" . __('-->FAILED: Add Listing page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1589 | - } |
|
| 1590 | - } |
|
| 1591 | - } |
|
| 1592 | - |
|
| 1593 | - //////////////////////////////// |
|
| 1594 | - /* Diagnose Add Listing Page Ends */ |
|
| 1595 | - //////////////////////////////// |
|
| 1596 | - |
|
| 1597 | - |
|
| 1598 | - ////////////////////////////////// |
|
| 1599 | - /* Diagnose Listing Preview Page Starts */ |
|
| 1600 | - ////////////////////////////////// |
|
| 1601 | - $option_value = get_option('geodir_preview_page');
|
|
| 1602 | - $page = get_post($option_value); |
|
| 1603 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1604 | - |
|
| 1605 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1606 | - $output_str .= "<li>" . __('Listing Preview page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1607 | - else {
|
|
| 1608 | - $is_error_during_diagnose = true; |
|
| 1609 | - $output_str .= "<li><strong>" . __('Listing Preview page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1610 | - if ($fix) {
|
|
| 1611 | - if (geodir_fix_virtual_page('listing-preview', __('Listing Preview', 'geodirectory'), $page_found, 'geodir_preview_page')) {
|
|
| 1612 | - $output_str .= "<li><strong>" . __('-->FIXED: Listing Preview page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1613 | - } else {
|
|
| 1614 | - $output_str .= "<li><strong>" . __('-->FAILED: Listing Preview page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1615 | - } |
|
| 1616 | - } |
|
| 1617 | - } |
|
| 1618 | - |
|
| 1619 | - //////////////////////////////// |
|
| 1620 | - /* Diagnose Listing Preview Page Ends */ |
|
| 1621 | - //////////////////////////////// |
|
| 1622 | - |
|
| 1623 | - ////////////////////////////////// |
|
| 1624 | - /* Diagnose Listing Success Page Starts */ |
|
| 1625 | - ////////////////////////////////// |
|
| 1626 | - $option_value = get_option('geodir_success_page');
|
|
| 1627 | - $page = get_post($option_value); |
|
| 1628 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1629 | - |
|
| 1630 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1631 | - $output_str .= "<li>" . __('Listing Success page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1632 | - else {
|
|
| 1633 | - $is_error_during_diagnose = true; |
|
| 1634 | - $output_str .= "<li><strong>" . __('Listing Success page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1635 | - if ($fix) {
|
|
| 1636 | - if (geodir_fix_virtual_page('listing-success', __('Listing Success', 'geodirectory'), $page_found, 'geodir_success_page')) {
|
|
| 1637 | - $output_str .= "<li><strong>" . __('-->FIXED: Listing Success page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1638 | - } else {
|
|
| 1639 | - $output_str .= "<li><strong>" . __('-->FAILED: Listing Success page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1640 | - } |
|
| 1641 | - } |
|
| 1642 | - } |
|
| 1643 | - |
|
| 1644 | - //////////////////////////////// |
|
| 1645 | - /* Diagnose Listing Sucess Page Ends */ |
|
| 1646 | - //////////////////////////////// |
|
| 1647 | - |
|
| 1648 | - ////////////////////////////////// |
|
| 1649 | - /* Diagnose Info Page Starts */ |
|
| 1650 | - ////////////////////////////////// |
|
| 1651 | - $option_value = get_option('geodir_info_page');
|
|
| 1652 | - $page = get_post($option_value); |
|
| 1653 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1654 | - |
|
| 1655 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1656 | - $output_str .= "<li>" . __('Info page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1657 | - else {
|
|
| 1658 | - $is_error_during_diagnose = true; |
|
| 1659 | - $output_str .= "<li><strong>" . __('Info page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1660 | - if ($fix) {
|
|
| 1661 | - if (geodir_fix_virtual_page('gd-info', __('Info', 'geodirectory'), $page_found, 'geodir_info_page')) {
|
|
| 1662 | - $output_str .= "<li><strong>" . __('-->FIXED: Info page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1663 | - } else {
|
|
| 1664 | - $output_str .= "<li><strong>" . __('-->FAILED: Info page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1665 | - } |
|
| 1666 | - } |
|
| 1667 | - } |
|
| 1668 | - |
|
| 1669 | - //////////////////////////////// |
|
| 1670 | - /* Diagnose Info Page Ends */ |
|
| 1671 | - //////////////////////////////// |
|
| 1672 | - |
|
| 1673 | - ////////////////////////////////// |
|
| 1674 | - /* Diagnose Login Page Starts */ |
|
| 1675 | - ////////////////////////////////// |
|
| 1676 | - $option_value = get_option('geodir_login_page');
|
|
| 1677 | - $page = get_post($option_value); |
|
| 1678 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1679 | - |
|
| 1680 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1681 | - $output_str .= "<li>" . __('Login page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1682 | - else {
|
|
| 1683 | - $is_error_during_diagnose = true; |
|
| 1684 | - $output_str .= "<li><strong>" . __('Login page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1685 | - if ($fix) {
|
|
| 1686 | - if (geodir_fix_virtual_page('gd-login', __('Login', 'geodirectory'), $page_found, 'geodir_login_page')) {
|
|
| 1687 | - $output_str .= "<li><strong>" . __('-->FIXED: Login page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1688 | - } else {
|
|
| 1689 | - $output_str .= "<li><strong>" . __('-->FAILED: Login page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1690 | - } |
|
| 1691 | - } |
|
| 1692 | - } |
|
| 1693 | - |
|
| 1694 | - //////////////////////////////// |
|
| 1695 | - /* Diagnose Info Page Ends */ |
|
| 1696 | - //////////////////////////////// |
|
| 1697 | - |
|
| 1698 | - ////////////////////////////////// |
|
| 1699 | - /* Diagnose Location Page Starts */ |
|
| 1700 | - ////////////////////////////////// |
|
| 1701 | - $option_value = get_option('geodir_location_page');
|
|
| 1702 | - $page = get_post($option_value); |
|
| 1703 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1704 | - |
|
| 1705 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1706 | - $output_str .= "<li>" . __('Location page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1707 | - else {
|
|
| 1708 | - $is_error_during_diagnose = true; |
|
| 1709 | - $output_str .= "<li><strong>" . __('Location page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1710 | - if ($fix) {
|
|
| 1711 | - if (geodir_fix_virtual_page('location', __('Location', 'geodirectory'), $page_found, 'geodir_location_page')) {
|
|
| 1712 | - $output_str .= "<li><strong>" . __('-->FIXED: Location page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1713 | - } else {
|
|
| 1714 | - $output_str .= "<li><strong>" . __('-->FAILED: Location page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1715 | - } |
|
| 1716 | - } |
|
| 1717 | - } |
|
| 1718 | - |
|
| 1719 | - //////////////////////////////// |
|
| 1720 | - /* Diagnose Location Page Ends */ |
|
| 1721 | - //////////////////////////////// |
|
| 1722 | - |
|
| 1723 | - $page_chk_arr = array('output_str'=>$output_str,'is_error_during_diagnose'=>$is_error_during_diagnose );
|
|
| 1724 | - /** |
|
| 1725 | - * This action is called at the end of the GD Tools page check function. |
|
| 1726 | - * |
|
| 1727 | - * @since 1.5.2 |
|
| 1728 | - */ |
|
| 1729 | - $page_chk_arr = apply_filters('geodir_diagnose_default_pages',$page_chk_arr);
|
|
| 1730 | - |
|
| 1731 | - $output_str = $page_chk_arr['output_str']; |
|
| 1732 | - $is_error_during_diagnose = $page_chk_arr['is_error_during_diagnose']; |
|
| 1733 | - |
|
| 1734 | - if ($is_error_during_diagnose) {
|
|
| 1735 | - if ($fix) {
|
|
| 1736 | - flush_rewrite_rules(); |
|
| 1737 | - } |
|
| 1738 | - $info_div_class = "geodir_problem_info"; |
|
| 1739 | - $fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='default_pages' />";
|
|
| 1740 | - } else {
|
|
| 1741 | - $info_div_class = "geodir_noproblem_info"; |
|
| 1742 | - $fix_button_txt = ''; |
|
| 1743 | - } |
|
| 1744 | - echo "<ul class='$info_div_class'>"; |
|
| 1745 | - echo $output_str; |
|
| 1746 | - echo $fix_button_txt; |
|
| 1747 | - echo "</ul>"; |
|
| 1542 | + global $wpdb; |
|
| 1543 | + $is_error_during_diagnose = false; |
|
| 1544 | + $output_str = ''; |
|
| 1545 | + $fix = isset($_POST['fix']) ? true : false; |
|
| 1546 | + |
|
| 1547 | + ////////////////////////////////// |
|
| 1548 | + /* Diagnose GD Home Page Starts */ |
|
| 1549 | + ////////////////////////////////// |
|
| 1550 | + $option_value = get_option('geodir_home_page');
|
|
| 1551 | + $page = get_post($option_value); |
|
| 1552 | + if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1553 | + |
|
| 1554 | + if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1555 | + $output_str .= "<li>" . __('GD Home page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1556 | + else {
|
|
| 1557 | + $is_error_during_diagnose = true; |
|
| 1558 | + $output_str .= "<li><strong>" . __('GD Home page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1559 | + if ($fix) {
|
|
| 1560 | + if (geodir_fix_virtual_page('gd-home', __('GD Home page', 'geodirectory'), $page_found, 'geodir_home_page')) {
|
|
| 1561 | + $output_str .= "<li><strong>" . __('-->FIXED: GD Home page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1562 | + } else {
|
|
| 1563 | + $output_str .= "<li><strong>" . __('-->FAILED: GD Home page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1564 | + } |
|
| 1565 | + } |
|
| 1566 | + } |
|
| 1567 | + |
|
| 1568 | + //////////////////////////////// |
|
| 1569 | + /* Diagnose GD Home Page Ends */ |
|
| 1570 | + //////////////////////////////// |
|
| 1571 | + |
|
| 1572 | + ////////////////////////////////// |
|
| 1573 | + /* Diagnose Add Listing Page Starts */ |
|
| 1574 | + ////////////////////////////////// |
|
| 1575 | + $option_value = get_option('geodir_add_listing_page');
|
|
| 1576 | + $page = get_post($option_value); |
|
| 1577 | + if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1578 | + |
|
| 1579 | + if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1580 | + $output_str .= "<li>" . __('Add Listing page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1581 | + else {
|
|
| 1582 | + $is_error_during_diagnose = true; |
|
| 1583 | + $output_str .= "<li><strong>" . __('Add Listing page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1584 | + if ($fix) {
|
|
| 1585 | + if (geodir_fix_virtual_page('add-listing', __('Add Listing', 'geodirectory'), $page_found, 'geodir_add_listing_page')) {
|
|
| 1586 | + $output_str .= "<li><strong>" . __('-->FIXED: Add Listing page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1587 | + } else {
|
|
| 1588 | + $output_str .= "<li><strong>" . __('-->FAILED: Add Listing page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1589 | + } |
|
| 1590 | + } |
|
| 1591 | + } |
|
| 1592 | + |
|
| 1593 | + //////////////////////////////// |
|
| 1594 | + /* Diagnose Add Listing Page Ends */ |
|
| 1595 | + //////////////////////////////// |
|
| 1596 | + |
|
| 1597 | + |
|
| 1598 | + ////////////////////////////////// |
|
| 1599 | + /* Diagnose Listing Preview Page Starts */ |
|
| 1600 | + ////////////////////////////////// |
|
| 1601 | + $option_value = get_option('geodir_preview_page');
|
|
| 1602 | + $page = get_post($option_value); |
|
| 1603 | + if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1604 | + |
|
| 1605 | + if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1606 | + $output_str .= "<li>" . __('Listing Preview page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1607 | + else {
|
|
| 1608 | + $is_error_during_diagnose = true; |
|
| 1609 | + $output_str .= "<li><strong>" . __('Listing Preview page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1610 | + if ($fix) {
|
|
| 1611 | + if (geodir_fix_virtual_page('listing-preview', __('Listing Preview', 'geodirectory'), $page_found, 'geodir_preview_page')) {
|
|
| 1612 | + $output_str .= "<li><strong>" . __('-->FIXED: Listing Preview page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1613 | + } else {
|
|
| 1614 | + $output_str .= "<li><strong>" . __('-->FAILED: Listing Preview page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1615 | + } |
|
| 1616 | + } |
|
| 1617 | + } |
|
| 1618 | + |
|
| 1619 | + //////////////////////////////// |
|
| 1620 | + /* Diagnose Listing Preview Page Ends */ |
|
| 1621 | + //////////////////////////////// |
|
| 1622 | + |
|
| 1623 | + ////////////////////////////////// |
|
| 1624 | + /* Diagnose Listing Success Page Starts */ |
|
| 1625 | + ////////////////////////////////// |
|
| 1626 | + $option_value = get_option('geodir_success_page');
|
|
| 1627 | + $page = get_post($option_value); |
|
| 1628 | + if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1629 | + |
|
| 1630 | + if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1631 | + $output_str .= "<li>" . __('Listing Success page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1632 | + else {
|
|
| 1633 | + $is_error_during_diagnose = true; |
|
| 1634 | + $output_str .= "<li><strong>" . __('Listing Success page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1635 | + if ($fix) {
|
|
| 1636 | + if (geodir_fix_virtual_page('listing-success', __('Listing Success', 'geodirectory'), $page_found, 'geodir_success_page')) {
|
|
| 1637 | + $output_str .= "<li><strong>" . __('-->FIXED: Listing Success page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1638 | + } else {
|
|
| 1639 | + $output_str .= "<li><strong>" . __('-->FAILED: Listing Success page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1640 | + } |
|
| 1641 | + } |
|
| 1642 | + } |
|
| 1643 | + |
|
| 1644 | + //////////////////////////////// |
|
| 1645 | + /* Diagnose Listing Sucess Page Ends */ |
|
| 1646 | + //////////////////////////////// |
|
| 1647 | + |
|
| 1648 | + ////////////////////////////////// |
|
| 1649 | + /* Diagnose Info Page Starts */ |
|
| 1650 | + ////////////////////////////////// |
|
| 1651 | + $option_value = get_option('geodir_info_page');
|
|
| 1652 | + $page = get_post($option_value); |
|
| 1653 | + if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1654 | + |
|
| 1655 | + if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1656 | + $output_str .= "<li>" . __('Info page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1657 | + else {
|
|
| 1658 | + $is_error_during_diagnose = true; |
|
| 1659 | + $output_str .= "<li><strong>" . __('Info page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1660 | + if ($fix) {
|
|
| 1661 | + if (geodir_fix_virtual_page('gd-info', __('Info', 'geodirectory'), $page_found, 'geodir_info_page')) {
|
|
| 1662 | + $output_str .= "<li><strong>" . __('-->FIXED: Info page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1663 | + } else {
|
|
| 1664 | + $output_str .= "<li><strong>" . __('-->FAILED: Info page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1665 | + } |
|
| 1666 | + } |
|
| 1667 | + } |
|
| 1668 | + |
|
| 1669 | + //////////////////////////////// |
|
| 1670 | + /* Diagnose Info Page Ends */ |
|
| 1671 | + //////////////////////////////// |
|
| 1672 | + |
|
| 1673 | + ////////////////////////////////// |
|
| 1674 | + /* Diagnose Login Page Starts */ |
|
| 1675 | + ////////////////////////////////// |
|
| 1676 | + $option_value = get_option('geodir_login_page');
|
|
| 1677 | + $page = get_post($option_value); |
|
| 1678 | + if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1679 | + |
|
| 1680 | + if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1681 | + $output_str .= "<li>" . __('Login page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1682 | + else {
|
|
| 1683 | + $is_error_during_diagnose = true; |
|
| 1684 | + $output_str .= "<li><strong>" . __('Login page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1685 | + if ($fix) {
|
|
| 1686 | + if (geodir_fix_virtual_page('gd-login', __('Login', 'geodirectory'), $page_found, 'geodir_login_page')) {
|
|
| 1687 | + $output_str .= "<li><strong>" . __('-->FIXED: Login page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1688 | + } else {
|
|
| 1689 | + $output_str .= "<li><strong>" . __('-->FAILED: Login page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1690 | + } |
|
| 1691 | + } |
|
| 1692 | + } |
|
| 1693 | + |
|
| 1694 | + //////////////////////////////// |
|
| 1695 | + /* Diagnose Info Page Ends */ |
|
| 1696 | + //////////////////////////////// |
|
| 1697 | + |
|
| 1698 | + ////////////////////////////////// |
|
| 1699 | + /* Diagnose Location Page Starts */ |
|
| 1700 | + ////////////////////////////////// |
|
| 1701 | + $option_value = get_option('geodir_location_page');
|
|
| 1702 | + $page = get_post($option_value); |
|
| 1703 | + if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1704 | + |
|
| 1705 | + if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1706 | + $output_str .= "<li>" . __('Location page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1707 | + else {
|
|
| 1708 | + $is_error_during_diagnose = true; |
|
| 1709 | + $output_str .= "<li><strong>" . __('Location page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1710 | + if ($fix) {
|
|
| 1711 | + if (geodir_fix_virtual_page('location', __('Location', 'geodirectory'), $page_found, 'geodir_location_page')) {
|
|
| 1712 | + $output_str .= "<li><strong>" . __('-->FIXED: Location page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1713 | + } else {
|
|
| 1714 | + $output_str .= "<li><strong>" . __('-->FAILED: Location page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1715 | + } |
|
| 1716 | + } |
|
| 1717 | + } |
|
| 1718 | + |
|
| 1719 | + //////////////////////////////// |
|
| 1720 | + /* Diagnose Location Page Ends */ |
|
| 1721 | + //////////////////////////////// |
|
| 1722 | + |
|
| 1723 | + $page_chk_arr = array('output_str'=>$output_str,'is_error_during_diagnose'=>$is_error_during_diagnose );
|
|
| 1724 | + /** |
|
| 1725 | + * This action is called at the end of the GD Tools page check function. |
|
| 1726 | + * |
|
| 1727 | + * @since 1.5.2 |
|
| 1728 | + */ |
|
| 1729 | + $page_chk_arr = apply_filters('geodir_diagnose_default_pages',$page_chk_arr);
|
|
| 1730 | + |
|
| 1731 | + $output_str = $page_chk_arr['output_str']; |
|
| 1732 | + $is_error_during_diagnose = $page_chk_arr['is_error_during_diagnose']; |
|
| 1733 | + |
|
| 1734 | + if ($is_error_during_diagnose) {
|
|
| 1735 | + if ($fix) {
|
|
| 1736 | + flush_rewrite_rules(); |
|
| 1737 | + } |
|
| 1738 | + $info_div_class = "geodir_problem_info"; |
|
| 1739 | + $fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='default_pages' />";
|
|
| 1740 | + } else {
|
|
| 1741 | + $info_div_class = "geodir_noproblem_info"; |
|
| 1742 | + $fix_button_txt = ''; |
|
| 1743 | + } |
|
| 1744 | + echo "<ul class='$info_div_class'>"; |
|
| 1745 | + echo $output_str; |
|
| 1746 | + echo $fix_button_txt; |
|
| 1747 | + echo "</ul>"; |
|
| 1748 | 1748 | |
| 1749 | 1749 | } |
| 1750 | 1750 | |
@@ -1756,26 +1756,26 @@ discard block |
||
| 1756 | 1756 | * @global object $wpdb WordPress Database object. |
| 1757 | 1757 | */ |
| 1758 | 1758 | function geodir_diagnose_load_db_language() {
|
| 1759 | - global $wpdb; |
|
| 1759 | + global $wpdb; |
|
| 1760 | 1760 | |
| 1761 | 1761 | $is_error_during_diagnose = geodirectory_load_db_language(); |
| 1762 | 1762 | |
| 1763 | - $output_str = ''; |
|
| 1764 | - $fix_button_txt = ''; |
|
| 1763 | + $output_str = ''; |
|
| 1764 | + $fix_button_txt = ''; |
|
| 1765 | 1765 | |
| 1766 | - if ($is_error_during_diagnose) {
|
|
| 1767 | - $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>";
|
|
| 1766 | + if ($is_error_during_diagnose) {
|
|
| 1767 | + $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>";
|
|
| 1768 | 1768 | $info_div_class = "geodir_problem_info"; |
| 1769 | - } else {
|
|
| 1770 | - $output_str .= "<li>" . __('Load custom fields in to file for translation: ok', 'geodirectory') . "</li>";
|
|
| 1769 | + } else {
|
|
| 1770 | + $output_str .= "<li>" . __('Load custom fields in to file for translation: ok', 'geodirectory') . "</li>";
|
|
| 1771 | 1771 | $info_div_class = "geodir_noproblem_info"; |
| 1772 | - $fix_button_txt = ''; |
|
| 1773 | - } |
|
| 1772 | + $fix_button_txt = ''; |
|
| 1773 | + } |
|
| 1774 | 1774 | |
| 1775 | 1775 | echo "<ul class='$info_div_class'>"; |
| 1776 | - echo $output_str; |
|
| 1777 | - echo $fix_button_txt; |
|
| 1778 | - echo "</ul>"; |
|
| 1776 | + echo $output_str; |
|
| 1777 | + echo $fix_button_txt; |
|
| 1778 | + echo "</ul>"; |
|
| 1779 | 1779 | |
| 1780 | 1780 | } |
| 1781 | 1781 | |
@@ -1806,23 +1806,23 @@ discard block |
||
| 1806 | 1806 | */ |
| 1807 | 1807 | function geodir_posts_clauses_request($clauses) |
| 1808 | 1808 | {
|
| 1809 | - global $wpdb, $wp_query, $plugin_prefix; |
|
| 1809 | + global $wpdb, $wp_query, $plugin_prefix; |
|
| 1810 | 1810 | |
| 1811 | - 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'])) {
|
|
| 1812 | - $table = $plugin_prefix . $wp_query->query_vars['post_type'] . '_detail'; |
|
| 1811 | + 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'])) {
|
|
| 1812 | + $table = $plugin_prefix . $wp_query->query_vars['post_type'] . '_detail'; |
|
| 1813 | 1813 | |
| 1814 | - $join = $clauses['join'] . ' INNER JOIN ' . $table . ' AS gd_posts ON (gd_posts.post_id = ' . $wpdb->posts . '.ID)'; |
|
| 1815 | - $clauses['join'] = $join; |
|
| 1814 | + $join = $clauses['join'] . ' INNER JOIN ' . $table . ' AS gd_posts ON (gd_posts.post_id = ' . $wpdb->posts . '.ID)'; |
|
| 1815 | + $clauses['join'] = $join; |
|
| 1816 | 1816 | |
| 1817 | - $fields = $clauses['fields'] != '' ? $clauses['fields'] . ', ' : ''; |
|
| 1818 | - $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'; |
|
| 1819 | - $clauses['fields'] = $fields; |
|
| 1817 | + $fields = $clauses['fields'] != '' ? $clauses['fields'] . ', ' : ''; |
|
| 1818 | + $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'; |
|
| 1819 | + $clauses['fields'] = $fields; |
|
| 1820 | 1820 | |
| 1821 | - $order = !empty($wp_query->query_vars['order']) ? $wp_query->query_vars['order'] : 'ASC'; |
|
| 1822 | - $orderby = 'gd_expire ' . $order; |
|
| 1823 | - $clauses['orderby'] = $orderby; |
|
| 1824 | - } |
|
| 1825 | - return $clauses; |
|
| 1821 | + $order = !empty($wp_query->query_vars['order']) ? $wp_query->query_vars['order'] : 'ASC'; |
|
| 1822 | + $orderby = 'gd_expire ' . $order; |
|
| 1823 | + $clauses['orderby'] = $orderby; |
|
| 1824 | + } |
|
| 1825 | + return $clauses; |
|
| 1826 | 1826 | } |
| 1827 | 1827 | |
| 1828 | 1828 | |
@@ -1843,7 +1843,7 @@ discard block |
||
| 1843 | 1843 | */ |
| 1844 | 1844 | function gd_theme_switch_compat_check() |
| 1845 | 1845 | {
|
| 1846 | - gd_set_theme_compat(); |
|
| 1846 | + gd_set_theme_compat(); |
|
| 1847 | 1847 | } |
| 1848 | 1848 | |
| 1849 | 1849 | /** |
@@ -1856,27 +1856,27 @@ discard block |
||
| 1856 | 1856 | */ |
| 1857 | 1857 | function geodir_str_getcsv($input, $delimiter = ",", $enclosure = '"', $escape = "\\") |
| 1858 | 1858 | {
|
| 1859 | - if (function_exists('str_getcsv')) {
|
|
| 1860 | - $fgetcsv = str_getcsv($input, $delimiter, $enclosure, $escape); |
|
| 1861 | - } else {
|
|
| 1862 | - global $current_user; |
|
| 1863 | - $upload_dir = wp_upload_dir(); |
|
| 1864 | - |
|
| 1865 | - $file = $upload_dir['path'] . '/temp_' . $current_user->data->ID . '/geodir_tmp.csv'; |
|
| 1866 | - $handle = fopen($file, 'w'); |
|
| 1867 | - |
|
| 1868 | - fwrite($handle, $input); |
|
| 1869 | - fclose($handle); |
|
| 1870 | - |
|
| 1871 | - $handle = fopen($file, 'rt'); |
|
| 1872 | - if (PHP_VERSION >= '5.3.0') {
|
|
| 1873 | - $fgetcsv = fgetcsv($handle, 0, $delimiter, $enclosure, $escape); |
|
| 1874 | - } else {
|
|
| 1875 | - $fgetcsv = fgetcsv($handle, 0, $delimiter, $enclosure); |
|
| 1876 | - } |
|
| 1877 | - fclose($handle); |
|
| 1878 | - } |
|
| 1879 | - return $fgetcsv; |
|
| 1859 | + if (function_exists('str_getcsv')) {
|
|
| 1860 | + $fgetcsv = str_getcsv($input, $delimiter, $enclosure, $escape); |
|
| 1861 | + } else {
|
|
| 1862 | + global $current_user; |
|
| 1863 | + $upload_dir = wp_upload_dir(); |
|
| 1864 | + |
|
| 1865 | + $file = $upload_dir['path'] . '/temp_' . $current_user->data->ID . '/geodir_tmp.csv'; |
|
| 1866 | + $handle = fopen($file, 'w'); |
|
| 1867 | + |
|
| 1868 | + fwrite($handle, $input); |
|
| 1869 | + fclose($handle); |
|
| 1870 | + |
|
| 1871 | + $handle = fopen($file, 'rt'); |
|
| 1872 | + if (PHP_VERSION >= '5.3.0') {
|
|
| 1873 | + $fgetcsv = fgetcsv($handle, 0, $delimiter, $enclosure, $escape); |
|
| 1874 | + } else {
|
|
| 1875 | + $fgetcsv = fgetcsv($handle, 0, $delimiter, $enclosure); |
|
| 1876 | + } |
|
| 1877 | + fclose($handle); |
|
| 1878 | + } |
|
| 1879 | + return $fgetcsv; |
|
| 1880 | 1880 | } |
| 1881 | 1881 | |
| 1882 | 1882 | add_action('wp_ajax_gdImportCsv', 'geodir_ajax_import_csv');
|
@@ -1891,375 +1891,375 @@ discard block |
||
| 1891 | 1891 | */ |
| 1892 | 1892 | function geodir_ajax_import_csv() |
| 1893 | 1893 | {
|
| 1894 | - error_reporting(0); // hide error to get clean json response |
|
| 1894 | + error_reporting(0); // hide error to get clean json response |
|
| 1895 | 1895 | |
| 1896 | - global $wpdb, $plugin_prefix, $current_user; |
|
| 1897 | - $uploads = wp_upload_dir(); |
|
| 1898 | - ini_set('auto_detect_line_endings', true);
|
|
| 1896 | + global $wpdb, $plugin_prefix, $current_user; |
|
| 1897 | + $uploads = wp_upload_dir(); |
|
| 1898 | + ini_set('auto_detect_line_endings', true);
|
|
| 1899 | 1899 | |
| 1900 | 1900 | $wp_post_statuses = get_post_statuses(); // All of the WordPress supported post statuses. |
| 1901 | 1901 | |
| 1902 | - $task = isset($_POST['task']) ? $_POST['task'] : ''; |
|
| 1903 | - $uploadedFile = isset($_POST['gddata']['uploadedFile']) ? $_POST['gddata']['uploadedFile'] : NULL; |
|
| 1904 | - $filename = $uploadedFile; |
|
| 1905 | - |
|
| 1906 | - $uploads = wp_upload_dir(); |
|
| 1907 | - $uploads_dir = $uploads['path']; |
|
| 1908 | - $image_name_arr = explode('/', $filename);
|
|
| 1909 | - $filename = end($image_name_arr); |
|
| 1910 | - $target_path = $uploads_dir . '/temp_' . $current_user->data->ID . '/' . $filename; |
|
| 1911 | - $return = array(); |
|
| 1912 | - $return['file'] = $uploadedFile; |
|
| 1913 | - $return['error'] = __('The uploaded file is not a valid csv file. Please try again.', 'geodirectory');
|
|
| 1914 | - |
|
| 1915 | - if (is_file($target_path) && file_exists($target_path) && $uploadedFile) {
|
|
| 1916 | - $wp_filetype = wp_check_filetype_and_ext($target_path, $filename); |
|
| 1917 | - |
|
| 1918 | - if (!empty($wp_filetype) && isset($wp_filetype['ext']) && geodir_strtolower($wp_filetype['ext']) == 'csv') {
|
|
| 1919 | - $return['error'] = NULL; |
|
| 1920 | - |
|
| 1921 | - $return['rows'] = 0; |
|
| 1922 | - |
|
| 1923 | - |
|
| 1924 | - |
|
| 1925 | - if (($handle = fopen($target_path, "r")) !== FALSE) {
|
|
| 1926 | - while (($data = fgetcsv($handle, 1000, ",")) !== FALSE) {
|
|
| 1927 | - if(is_array($data) && !empty($data)) {
|
|
| 1928 | - $file[] = '"' . implode('","', $data) . '"';
|
|
| 1929 | - } |
|
| 1930 | - } |
|
| 1931 | - fclose($handle); |
|
| 1932 | - $file = $file; |
|
| 1933 | - } |
|
| 1934 | - |
|
| 1935 | - |
|
| 1936 | - |
|
| 1937 | - $return['rows'] = (!empty($file) && count($file) > 1) ? count($file) - 1 : 0; |
|
| 1938 | - |
|
| 1939 | - |
|
| 1940 | - if (!$return['rows'] > 0) {
|
|
| 1941 | - $return['error'] = __('No data found in csv file.', 'geodirectory');
|
|
| 1942 | - } |
|
| 1943 | - } |
|
| 1944 | - } |
|
| 1945 | - if ($task == 'prepare' || !empty($return['error'])) {
|
|
| 1946 | - echo json_encode($return); |
|
| 1947 | - exit; |
|
| 1948 | - } |
|
| 1949 | - |
|
| 1950 | - $totRecords = isset($_POST['gddata']['totRecords']) ? $_POST['gddata']['totRecords'] : NULL; |
|
| 1951 | - $importlimit = isset($_POST['gddata']['importlimit']) ? $_POST['gddata']['importlimit'] : 1; |
|
| 1952 | - $count = $importlimit; |
|
| 1953 | - $requested_limit = $importlimit; |
|
| 1954 | - $tmpCnt = isset($_POST['gddata']['tmpcount']) ? $_POST['gddata']['tmpcount'] : 0; |
|
| 1955 | - |
|
| 1956 | - if ($count < $totRecords) {
|
|
| 1957 | - $count = $tmpCnt + $count; |
|
| 1958 | - if ($count > $totRecords) {
|
|
| 1959 | - $count = $totRecords; |
|
| 1960 | - } |
|
| 1961 | - } else {
|
|
| 1962 | - $count = $totRecords; |
|
| 1963 | - } |
|
| 1964 | - |
|
| 1965 | - $total_records = 0; |
|
| 1966 | - $rowcount = 0; |
|
| 1967 | - $address_invalid = 0; |
|
| 1968 | - $blank_address = 0; |
|
| 1969 | - $upload_files = 0; |
|
| 1970 | - $invalid_post_type = 0; |
|
| 1971 | - $invalid_title = 0; |
|
| 1972 | - $customKeyarray = array(); |
|
| 1973 | - $gd_post_info = array(); |
|
| 1974 | - $post_location = array(); |
|
| 1975 | - $countpost = 0; |
|
| 1976 | - |
|
| 1977 | - if (!empty($file)) {
|
|
| 1978 | - $columns = isset($file[0]) ? geodir_str_getcsv($file[0]) : NULL; |
|
| 1979 | - $customKeyarray = $columns; |
|
| 1980 | - |
|
| 1981 | - if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
|
|
| 1982 | - $return['error'] = CSV_INVAILD_FILE; |
|
| 1983 | - echo json_encode($return); |
|
| 1984 | - exit; |
|
| 1985 | - } |
|
| 1986 | - |
|
| 1987 | - for ($i = 1; $i <= $importlimit; $i++) {
|
|
| 1988 | - $current_index = $tmpCnt + $i; |
|
| 1989 | - if (isset($file[$current_index])) {
|
|
| 1990 | - $total_records++; |
|
| 1991 | - |
|
| 1992 | - $buffer = geodir_str_getcsv($file[$current_index]); |
|
| 1993 | - $post_title = addslashes($buffer[0]); |
|
| 1994 | - $current_post_author = $buffer[1]; |
|
| 1995 | - $post_desc = addslashes($buffer[2]); |
|
| 1996 | - $post_cat = array(); |
|
| 1997 | - $catids_arr = array(); |
|
| 1998 | - $post_cat = trim($buffer[3]); // comma seperated category name |
|
| 1999 | - |
|
| 2000 | - if ($post_cat) {
|
|
| 2001 | - $post_cat_arr = explode(',', $post_cat);
|
|
| 2002 | - |
|
| 2003 | - for ($c = 0; $c < count($post_cat_arr); $c++) {
|
|
| 2004 | - $catid = wp_kses_normalize_entities(trim($post_cat_arr[$c])); |
|
| 2005 | - |
|
| 2006 | - if (!empty($buffer[5])) {
|
|
| 2007 | - if (in_array($buffer[5], geodir_get_posttypes())) {
|
|
| 2008 | - |
|
| 2009 | - $p_taxonomy = geodir_get_taxonomies(addslashes($buffer[5])); |
|
| 2010 | - |
|
| 2011 | - if (get_term_by('name', $catid, $p_taxonomy[0])) {
|
|
| 2012 | - $cat = get_term_by('name', $catid, $p_taxonomy[0]);
|
|
| 2013 | - $catids_arr[] = $cat->slug; |
|
| 2014 | - } else if (get_term_by('slug', $catid, $p_taxonomy[0])) {
|
|
| 2015 | - $cat = get_term_by('slug', $catid, $p_taxonomy[0]);
|
|
| 2016 | - $catids_arr[] = $cat->slug; |
|
| 2017 | - } else {
|
|
| 2018 | - $ret = wp_insert_term($catid, $p_taxonomy[0]); |
|
| 2019 | - if ($ret && !is_wp_error($ret)) {
|
|
| 2020 | - if (get_term_by('name', $catid, $p_taxonomy[0])) {
|
|
| 2021 | - $cat = get_term_by('name', $catid, $p_taxonomy[0]);
|
|
| 2022 | - $catids_arr[] = $cat->slug; |
|
| 2023 | - } elseif (get_term_by('slug', $catid, $p_taxonomy[0])) {
|
|
| 2024 | - $cat = get_term_by('slug', $catid, $p_taxonomy[0]);
|
|
| 2025 | - $catids_arr[] = $cat->slug; |
|
| 2026 | - } |
|
| 2027 | - } |
|
| 2028 | - } |
|
| 2029 | - } |
|
| 2030 | - } |
|
| 2031 | - } |
|
| 2032 | - } |
|
| 2033 | - |
|
| 2034 | - if (!$catids_arr) {
|
|
| 2035 | - $catids_arr[] = 1; |
|
| 2036 | - } |
|
| 2037 | - |
|
| 2038 | - $post_tags = trim($buffer[4]); // comma seperated tags |
|
| 2039 | - |
|
| 2040 | - $tag_arr = ''; |
|
| 2041 | - if ($post_tags) {
|
|
| 2042 | - $tag_arr = explode(',', $post_tags);
|
|
| 2043 | - } |
|
| 2044 | - |
|
| 2045 | - $table = $plugin_prefix . $buffer[5] . '_detail'; // check table in database |
|
| 2046 | - |
|
| 2047 | - $error = ''; |
|
| 2048 | - if ($wpdb->get_var("SHOW TABLES LIKE '" . $table . "'") != $table) {
|
|
| 2049 | - $invalid_post_type++; |
|
| 2050 | - continue; |
|
| 2051 | - } |
|
| 2052 | - |
|
| 2053 | - if ($post_title != '') {
|
|
| 2054 | - $menu_order = 0; |
|
| 2055 | - $image_folder_name = 'uplaod/'; |
|
| 2056 | - |
|
| 2057 | - $image_names = array(); |
|
| 2058 | - |
|
| 2059 | - for ($c = 5; $c < count($customKeyarray); $c++) {
|
|
| 2060 | - $gd_post_info[$customKeyarray[$c]] = addslashes($buffer[$c]); |
|
| 2061 | - |
|
| 2062 | - if ($customKeyarray[$c] == 'IMAGE') {
|
|
| 2063 | - $buffer[$c] = trim($buffer[$c]); |
|
| 2064 | - |
|
| 2065 | - if (!empty($buffer[$c])) {
|
|
| 2066 | - $image_names[] = $buffer[$c]; |
|
| 2067 | - } |
|
| 2068 | - } |
|
| 2069 | - |
|
| 2070 | - if ($customKeyarray[$c] == 'alive_days') {
|
|
| 2071 | - if ($buffer[$c] != '0' && $buffer[$c] != '') {
|
|
| 2072 | - $submitdata = date('Y-m-d');
|
|
| 2073 | - |
|
| 2074 | - $gd_post_info['expire_date'] = date('Y-m-d', strtotime($submitdata . "+" . addslashes($buffer[$c]) . " days"));
|
|
| 2075 | - } else {
|
|
| 2076 | - $gd_post_info['expire_date'] = 'Never'; |
|
| 2077 | - } |
|
| 2078 | - } |
|
| 2079 | - |
|
| 2080 | - if ($customKeyarray[$c] == 'post_city') {
|
|
| 2081 | - $post_city = addslashes($buffer[$c]); |
|
| 2082 | - } |
|
| 2083 | - |
|
| 2084 | - if ($customKeyarray[$c] == 'post_region') {
|
|
| 2085 | - $post_region = addslashes($buffer[$c]); |
|
| 2086 | - } |
|
| 2087 | - |
|
| 2088 | - if ($customKeyarray[$c] == 'post_country') {
|
|
| 2089 | - $post_country = addslashes($buffer[$c]); |
|
| 2090 | - } |
|
| 2091 | - |
|
| 2092 | - if ($customKeyarray[$c] == 'post_latitude') {
|
|
| 2093 | - $post_latitude = addslashes($buffer[$c]); |
|
| 2094 | - } |
|
| 2095 | - |
|
| 2096 | - if ($customKeyarray[$c] == 'post_longitude') {
|
|
| 2097 | - $post_longitude = addslashes($buffer[$c]); |
|
| 2098 | - } |
|
| 1902 | + $task = isset($_POST['task']) ? $_POST['task'] : ''; |
|
| 1903 | + $uploadedFile = isset($_POST['gddata']['uploadedFile']) ? $_POST['gddata']['uploadedFile'] : NULL; |
|
| 1904 | + $filename = $uploadedFile; |
|
| 1905 | + |
|
| 1906 | + $uploads = wp_upload_dir(); |
|
| 1907 | + $uploads_dir = $uploads['path']; |
|
| 1908 | + $image_name_arr = explode('/', $filename);
|
|
| 1909 | + $filename = end($image_name_arr); |
|
| 1910 | + $target_path = $uploads_dir . '/temp_' . $current_user->data->ID . '/' . $filename; |
|
| 1911 | + $return = array(); |
|
| 1912 | + $return['file'] = $uploadedFile; |
|
| 1913 | + $return['error'] = __('The uploaded file is not a valid csv file. Please try again.', 'geodirectory');
|
|
| 1914 | + |
|
| 1915 | + if (is_file($target_path) && file_exists($target_path) && $uploadedFile) {
|
|
| 1916 | + $wp_filetype = wp_check_filetype_and_ext($target_path, $filename); |
|
| 1917 | + |
|
| 1918 | + if (!empty($wp_filetype) && isset($wp_filetype['ext']) && geodir_strtolower($wp_filetype['ext']) == 'csv') {
|
|
| 1919 | + $return['error'] = NULL; |
|
| 1920 | + |
|
| 1921 | + $return['rows'] = 0; |
|
| 1922 | + |
|
| 1923 | + |
|
| 1924 | + |
|
| 1925 | + if (($handle = fopen($target_path, "r")) !== FALSE) {
|
|
| 1926 | + while (($data = fgetcsv($handle, 1000, ",")) !== FALSE) {
|
|
| 1927 | + if(is_array($data) && !empty($data)) {
|
|
| 1928 | + $file[] = '"' . implode('","', $data) . '"';
|
|
| 1929 | + } |
|
| 1930 | + } |
|
| 1931 | + fclose($handle); |
|
| 1932 | + $file = $file; |
|
| 1933 | + } |
|
| 1934 | + |
|
| 1935 | + |
|
| 1936 | + |
|
| 1937 | + $return['rows'] = (!empty($file) && count($file) > 1) ? count($file) - 1 : 0; |
|
| 1938 | + |
|
| 1939 | + |
|
| 1940 | + if (!$return['rows'] > 0) {
|
|
| 1941 | + $return['error'] = __('No data found in csv file.', 'geodirectory');
|
|
| 1942 | + } |
|
| 1943 | + } |
|
| 1944 | + } |
|
| 1945 | + if ($task == 'prepare' || !empty($return['error'])) {
|
|
| 1946 | + echo json_encode($return); |
|
| 1947 | + exit; |
|
| 1948 | + } |
|
| 1949 | + |
|
| 1950 | + $totRecords = isset($_POST['gddata']['totRecords']) ? $_POST['gddata']['totRecords'] : NULL; |
|
| 1951 | + $importlimit = isset($_POST['gddata']['importlimit']) ? $_POST['gddata']['importlimit'] : 1; |
|
| 1952 | + $count = $importlimit; |
|
| 1953 | + $requested_limit = $importlimit; |
|
| 1954 | + $tmpCnt = isset($_POST['gddata']['tmpcount']) ? $_POST['gddata']['tmpcount'] : 0; |
|
| 1955 | + |
|
| 1956 | + if ($count < $totRecords) {
|
|
| 1957 | + $count = $tmpCnt + $count; |
|
| 1958 | + if ($count > $totRecords) {
|
|
| 1959 | + $count = $totRecords; |
|
| 1960 | + } |
|
| 1961 | + } else {
|
|
| 1962 | + $count = $totRecords; |
|
| 1963 | + } |
|
| 1964 | + |
|
| 1965 | + $total_records = 0; |
|
| 1966 | + $rowcount = 0; |
|
| 1967 | + $address_invalid = 0; |
|
| 1968 | + $blank_address = 0; |
|
| 1969 | + $upload_files = 0; |
|
| 1970 | + $invalid_post_type = 0; |
|
| 1971 | + $invalid_title = 0; |
|
| 1972 | + $customKeyarray = array(); |
|
| 1973 | + $gd_post_info = array(); |
|
| 1974 | + $post_location = array(); |
|
| 1975 | + $countpost = 0; |
|
| 1976 | + |
|
| 1977 | + if (!empty($file)) {
|
|
| 1978 | + $columns = isset($file[0]) ? geodir_str_getcsv($file[0]) : NULL; |
|
| 1979 | + $customKeyarray = $columns; |
|
| 1980 | + |
|
| 1981 | + if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
|
|
| 1982 | + $return['error'] = CSV_INVAILD_FILE; |
|
| 1983 | + echo json_encode($return); |
|
| 1984 | + exit; |
|
| 1985 | + } |
|
| 1986 | + |
|
| 1987 | + for ($i = 1; $i <= $importlimit; $i++) {
|
|
| 1988 | + $current_index = $tmpCnt + $i; |
|
| 1989 | + if (isset($file[$current_index])) {
|
|
| 1990 | + $total_records++; |
|
| 1991 | + |
|
| 1992 | + $buffer = geodir_str_getcsv($file[$current_index]); |
|
| 1993 | + $post_title = addslashes($buffer[0]); |
|
| 1994 | + $current_post_author = $buffer[1]; |
|
| 1995 | + $post_desc = addslashes($buffer[2]); |
|
| 1996 | + $post_cat = array(); |
|
| 1997 | + $catids_arr = array(); |
|
| 1998 | + $post_cat = trim($buffer[3]); // comma seperated category name |
|
| 1999 | + |
|
| 2000 | + if ($post_cat) {
|
|
| 2001 | + $post_cat_arr = explode(',', $post_cat);
|
|
| 2002 | + |
|
| 2003 | + for ($c = 0; $c < count($post_cat_arr); $c++) {
|
|
| 2004 | + $catid = wp_kses_normalize_entities(trim($post_cat_arr[$c])); |
|
| 2005 | + |
|
| 2006 | + if (!empty($buffer[5])) {
|
|
| 2007 | + if (in_array($buffer[5], geodir_get_posttypes())) {
|
|
| 2008 | + |
|
| 2009 | + $p_taxonomy = geodir_get_taxonomies(addslashes($buffer[5])); |
|
| 2010 | + |
|
| 2011 | + if (get_term_by('name', $catid, $p_taxonomy[0])) {
|
|
| 2012 | + $cat = get_term_by('name', $catid, $p_taxonomy[0]);
|
|
| 2013 | + $catids_arr[] = $cat->slug; |
|
| 2014 | + } else if (get_term_by('slug', $catid, $p_taxonomy[0])) {
|
|
| 2015 | + $cat = get_term_by('slug', $catid, $p_taxonomy[0]);
|
|
| 2016 | + $catids_arr[] = $cat->slug; |
|
| 2017 | + } else {
|
|
| 2018 | + $ret = wp_insert_term($catid, $p_taxonomy[0]); |
|
| 2019 | + if ($ret && !is_wp_error($ret)) {
|
|
| 2020 | + if (get_term_by('name', $catid, $p_taxonomy[0])) {
|
|
| 2021 | + $cat = get_term_by('name', $catid, $p_taxonomy[0]);
|
|
| 2022 | + $catids_arr[] = $cat->slug; |
|
| 2023 | + } elseif (get_term_by('slug', $catid, $p_taxonomy[0])) {
|
|
| 2024 | + $cat = get_term_by('slug', $catid, $p_taxonomy[0]);
|
|
| 2025 | + $catids_arr[] = $cat->slug; |
|
| 2026 | + } |
|
| 2027 | + } |
|
| 2028 | + } |
|
| 2029 | + } |
|
| 2030 | + } |
|
| 2031 | + } |
|
| 2032 | + } |
|
| 2033 | + |
|
| 2034 | + if (!$catids_arr) {
|
|
| 2035 | + $catids_arr[] = 1; |
|
| 2036 | + } |
|
| 2037 | + |
|
| 2038 | + $post_tags = trim($buffer[4]); // comma seperated tags |
|
| 2039 | + |
|
| 2040 | + $tag_arr = ''; |
|
| 2041 | + if ($post_tags) {
|
|
| 2042 | + $tag_arr = explode(',', $post_tags);
|
|
| 2043 | + } |
|
| 2044 | + |
|
| 2045 | + $table = $plugin_prefix . $buffer[5] . '_detail'; // check table in database |
|
| 2046 | + |
|
| 2047 | + $error = ''; |
|
| 2048 | + if ($wpdb->get_var("SHOW TABLES LIKE '" . $table . "'") != $table) {
|
|
| 2049 | + $invalid_post_type++; |
|
| 2050 | + continue; |
|
| 2051 | + } |
|
| 2052 | + |
|
| 2053 | + if ($post_title != '') {
|
|
| 2054 | + $menu_order = 0; |
|
| 2055 | + $image_folder_name = 'uplaod/'; |
|
| 2056 | + |
|
| 2057 | + $image_names = array(); |
|
| 2058 | + |
|
| 2059 | + for ($c = 5; $c < count($customKeyarray); $c++) {
|
|
| 2060 | + $gd_post_info[$customKeyarray[$c]] = addslashes($buffer[$c]); |
|
| 2061 | + |
|
| 2062 | + if ($customKeyarray[$c] == 'IMAGE') {
|
|
| 2063 | + $buffer[$c] = trim($buffer[$c]); |
|
| 2064 | + |
|
| 2065 | + if (!empty($buffer[$c])) {
|
|
| 2066 | + $image_names[] = $buffer[$c]; |
|
| 2067 | + } |
|
| 2068 | + } |
|
| 2069 | + |
|
| 2070 | + if ($customKeyarray[$c] == 'alive_days') {
|
|
| 2071 | + if ($buffer[$c] != '0' && $buffer[$c] != '') {
|
|
| 2072 | + $submitdata = date('Y-m-d');
|
|
| 2073 | + |
|
| 2074 | + $gd_post_info['expire_date'] = date('Y-m-d', strtotime($submitdata . "+" . addslashes($buffer[$c]) . " days"));
|
|
| 2075 | + } else {
|
|
| 2076 | + $gd_post_info['expire_date'] = 'Never'; |
|
| 2077 | + } |
|
| 2078 | + } |
|
| 2079 | + |
|
| 2080 | + if ($customKeyarray[$c] == 'post_city') {
|
|
| 2081 | + $post_city = addslashes($buffer[$c]); |
|
| 2082 | + } |
|
| 2083 | + |
|
| 2084 | + if ($customKeyarray[$c] == 'post_region') {
|
|
| 2085 | + $post_region = addslashes($buffer[$c]); |
|
| 2086 | + } |
|
| 2087 | + |
|
| 2088 | + if ($customKeyarray[$c] == 'post_country') {
|
|
| 2089 | + $post_country = addslashes($buffer[$c]); |
|
| 2090 | + } |
|
| 2091 | + |
|
| 2092 | + if ($customKeyarray[$c] == 'post_latitude') {
|
|
| 2093 | + $post_latitude = addslashes($buffer[$c]); |
|
| 2094 | + } |
|
| 2095 | + |
|
| 2096 | + if ($customKeyarray[$c] == 'post_longitude') {
|
|
| 2097 | + $post_longitude = addslashes($buffer[$c]); |
|
| 2098 | + } |
|
| 2099 | 2099 | |
| 2100 | 2100 | // Post status |
| 2101 | 2101 | if ($customKeyarray[$c] == 'post_status') {
|
| 2102 | - $post_status = sanitize_key( $buffer[$c] ); |
|
| 2103 | - } |
|
| 2104 | - } |
|
| 2105 | - |
|
| 2106 | - /* ================ before array create ============== */ |
|
| 2107 | - $location_result = geodir_get_default_location(); |
|
| 2108 | - 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'] == '')) {
|
|
| 2109 | - $blank_address++; |
|
| 2110 | - continue; |
|
| 2111 | - } else if ($location_result->location_id == 0) {
|
|
| 2112 | - 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))) {
|
|
| 2113 | - $address_invalid++; |
|
| 2114 | - continue; |
|
| 2115 | - } |
|
| 2116 | - } |
|
| 2102 | + $post_status = sanitize_key( $buffer[$c] ); |
|
| 2103 | + } |
|
| 2104 | + } |
|
| 2105 | + |
|
| 2106 | + /* ================ before array create ============== */ |
|
| 2107 | + $location_result = geodir_get_default_location(); |
|
| 2108 | + 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'] == '')) {
|
|
| 2109 | + $blank_address++; |
|
| 2110 | + continue; |
|
| 2111 | + } else if ($location_result->location_id == 0) {
|
|
| 2112 | + 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))) {
|
|
| 2113 | + $address_invalid++; |
|
| 2114 | + continue; |
|
| 2115 | + } |
|
| 2116 | + } |
|
| 2117 | 2117 | |
| 2118 | 2118 | // Default post status |
| 2119 | 2119 | $default_status = 'publish'; |
| 2120 | 2120 | $post_status = !empty( $post_status ) ? sanitize_key( $post_status ) : $default_status; |
| 2121 | 2121 | $post_status = !empty( $wp_post_statuses ) && !isset( $wp_post_statuses[$post_status] ) ? $default_status : $post_status; |
| 2122 | 2122 | |
| 2123 | - $my_post['post_title'] = $post_title; |
|
| 2124 | - $my_post['post_content'] = $post_desc; |
|
| 2125 | - $my_post['post_type'] = addslashes($buffer[5]); |
|
| 2126 | - $my_post['post_author'] = $current_post_author; |
|
| 2127 | - $my_post['post_status'] = $post_status; |
|
| 2128 | - $my_post['post_category'] = $catids_arr; |
|
| 2129 | - $my_post['post_tags'] = $tag_arr; |
|
| 2130 | - |
|
| 2131 | - $gd_post_info['post_tags'] = $tag_arr; |
|
| 2132 | - $gd_post_info['post_title'] = $post_title; |
|
| 2133 | - $gd_post_info['post_status'] = $post_status; |
|
| 2134 | - $gd_post_info['submit_time'] = time(); |
|
| 2135 | - $gd_post_info['submit_ip'] = $_SERVER['REMOTE_ADDR']; |
|
| 2136 | - |
|
| 2137 | - $last_postid = wp_insert_post($my_post); |
|
| 2138 | - $countpost++; |
|
| 2139 | - |
|
| 2140 | - // Check if we need to save post location as new location |
|
| 2141 | - if ($location_result->location_id > 0) {
|
|
| 2142 | - if (isset($post_city) && isset($post_region)) {
|
|
| 2143 | - $request_info['post_location'] = array( |
|
| 2144 | - 'city' => $post_city, |
|
| 2145 | - 'region' => $post_region, |
|
| 2146 | - 'country' => $post_country, |
|
| 2147 | - 'geo_lat' => $post_latitude, |
|
| 2148 | - 'geo_lng' => $post_longitude |
|
| 2149 | - ); |
|
| 2150 | - |
|
| 2151 | - $post_location_info = $request_info['post_location']; |
|
| 2152 | - if ($location_id = geodir_add_new_location($post_location_info)) |
|
| 2153 | - $post_location_id = $location_id; |
|
| 2154 | - } else {
|
|
| 2155 | - $post_location_id = 0; |
|
| 2156 | - } |
|
| 2157 | - } else {
|
|
| 2158 | - $post_location_id = 0; |
|
| 2159 | - } |
|
| 2160 | - |
|
| 2161 | - /* ------- get default package info ----- */ |
|
| 2162 | - $payment_info = array(); |
|
| 2163 | - $package_info = array(); |
|
| 2164 | - |
|
| 2165 | - $package_info = (array)geodir_post_package_info($package_info, '', $buffer[5]); |
|
| 2166 | - $package_id = ''; |
|
| 2167 | - if (isset($gd_post_info['package_id']) && $gd_post_info['package_id'] != '') {
|
|
| 2168 | - $package_id = $gd_post_info['package_id']; |
|
| 2169 | - } |
|
| 2170 | - |
|
| 2171 | - if (!empty($package_info)) {
|
|
| 2172 | - $payment_info['package_id'] = $package_info['pid']; |
|
| 2173 | - |
|
| 2174 | - if (isset($package_info['alive_days']) && $package_info['alive_days'] != 0) {
|
|
| 2175 | - $payment_info['expire_date'] = date('Y-m-d', strtotime("+" . $package_info['alive_days'] . " days"));
|
|
| 2176 | - } else {
|
|
| 2177 | - $payment_info['expire_date'] = 'Never'; |
|
| 2178 | - } |
|
| 2179 | - |
|
| 2180 | - $gd_post_info = array_merge($gd_post_info, $payment_info); |
|
| 2181 | - } |
|
| 2182 | - |
|
| 2183 | - $gd_post_info['post_location_id'] = $post_location_id; |
|
| 2184 | - |
|
| 2185 | - $post_type = get_post_type($last_postid); |
|
| 2186 | - |
|
| 2187 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 2188 | - |
|
| 2189 | - geodir_save_post_info($last_postid, $gd_post_info); |
|
| 2190 | - |
|
| 2191 | - if (!empty($image_names)) {
|
|
| 2192 | - $upload_files++; |
|
| 2193 | - $menu_order = 1; |
|
| 2194 | - |
|
| 2195 | - foreach ($image_names as $image_name) {
|
|
| 2196 | - $img_name_arr = explode('.', $image_name);
|
|
| 2197 | - |
|
| 2198 | - $uploads = wp_upload_dir(); |
|
| 2199 | - $sub_dir = $uploads['subdir']; |
|
| 2200 | - |
|
| 2201 | - $arr_file_type = wp_check_filetype($image_name); |
|
| 2202 | - $uploaded_file_type = $arr_file_type['type']; |
|
| 2203 | - |
|
| 2204 | - $attachment = array(); |
|
| 2205 | - $attachment['post_id'] = $last_postid; |
|
| 2206 | - $attachment['title'] = $img_name_arr[0]; |
|
| 2207 | - $attachment['content'] = ''; |
|
| 2208 | - $attachment['file'] = $sub_dir . '/' . $image_name; |
|
| 2209 | - $attachment['mime_type'] = $uploaded_file_type; |
|
| 2210 | - $attachment['menu_order'] = $menu_order; |
|
| 2211 | - $attachment['is_featured'] = 0; |
|
| 2212 | - |
|
| 2213 | - $attachment_set = ''; |
|
| 2214 | - |
|
| 2215 | - foreach ($attachment as $key => $val) {
|
|
| 2216 | - if ($val != '') |
|
| 2217 | - $attachment_set .= $key . " = '" . $val . "', "; |
|
| 2218 | - } |
|
| 2219 | - $attachment_set = trim($attachment_set, ", "); |
|
| 2220 | - |
|
| 2221 | - $wpdb->query("INSERT INTO " . GEODIR_ATTACHMENT_TABLE . " SET " . $attachment_set);
|
|
| 2222 | - |
|
| 2223 | - if ($menu_order == 1) {
|
|
| 2224 | - $post_type = get_post_type($last_postid); |
|
| 2225 | - $wpdb->query($wpdb->prepare("UPDATE " . $table . " SET featured_image = %s where post_id =%d", array($sub_dir . '/' . $image_name, $last_postid)));
|
|
| 2226 | - } |
|
| 2227 | - $menu_order++; |
|
| 2228 | - } |
|
| 2229 | - } |
|
| 2230 | - |
|
| 2231 | - $gd_post_info['package_id'] = $package_id; |
|
| 2232 | - |
|
| 2233 | - /** This action is documented in geodirectory-functions/post-functions.php */ |
|
| 2234 | - do_action('geodir_after_save_listing', $last_postid, $gd_post_info);
|
|
| 2235 | - |
|
| 2236 | - if (!empty($buffer[5])) {
|
|
| 2237 | - if (in_array($buffer[5], geodir_get_posttypes())) {
|
|
| 2238 | - $taxonomies = geodir_get_posttype_info(addslashes($buffer[5])); |
|
| 2239 | - wp_set_object_terms($last_postid, $my_post['post_tags'], $taxonomy = $taxonomies['taxonomies'][1]); |
|
| 2240 | - wp_set_object_terms($last_postid, $my_post['post_category'], $taxonomy = $taxonomies['taxonomies'][0]); |
|
| 2241 | - |
|
| 2242 | - $post_default_category = isset($my_post['post_default_category']) ? $my_post['post_default_category'] : ''; |
|
| 2243 | - $post_category_str = isset($my_post['post_category_str']) ? $my_post['post_category_str'] : ''; |
|
| 2244 | - geodir_set_postcat_structure($last_postid, $taxonomy, $post_default_category, $post_category_str); |
|
| 2245 | - } |
|
| 2246 | - } |
|
| 2247 | - } else {
|
|
| 2248 | - $invalid_title++; |
|
| 2249 | - } |
|
| 2250 | - } |
|
| 2251 | - } |
|
| 2252 | - } |
|
| 2253 | - $return['rowcount'] = $countpost; |
|
| 2254 | - $return['invalidcount'] = $address_invalid; |
|
| 2255 | - $return['blank_address'] = $blank_address; |
|
| 2256 | - $return['upload_files'] = $upload_files; |
|
| 2257 | - $return['invalid_post_type'] = $invalid_post_type; |
|
| 2258 | - $return['invalid_title'] = $invalid_title; |
|
| 2259 | - $return['total_records'] = $total_records; |
|
| 2260 | - |
|
| 2261 | - echo json_encode($return); |
|
| 2262 | - exit; |
|
| 2123 | + $my_post['post_title'] = $post_title; |
|
| 2124 | + $my_post['post_content'] = $post_desc; |
|
| 2125 | + $my_post['post_type'] = addslashes($buffer[5]); |
|
| 2126 | + $my_post['post_author'] = $current_post_author; |
|
| 2127 | + $my_post['post_status'] = $post_status; |
|
| 2128 | + $my_post['post_category'] = $catids_arr; |
|
| 2129 | + $my_post['post_tags'] = $tag_arr; |
|
| 2130 | + |
|
| 2131 | + $gd_post_info['post_tags'] = $tag_arr; |
|
| 2132 | + $gd_post_info['post_title'] = $post_title; |
|
| 2133 | + $gd_post_info['post_status'] = $post_status; |
|
| 2134 | + $gd_post_info['submit_time'] = time(); |
|
| 2135 | + $gd_post_info['submit_ip'] = $_SERVER['REMOTE_ADDR']; |
|
| 2136 | + |
|
| 2137 | + $last_postid = wp_insert_post($my_post); |
|
| 2138 | + $countpost++; |
|
| 2139 | + |
|
| 2140 | + // Check if we need to save post location as new location |
|
| 2141 | + if ($location_result->location_id > 0) {
|
|
| 2142 | + if (isset($post_city) && isset($post_region)) {
|
|
| 2143 | + $request_info['post_location'] = array( |
|
| 2144 | + 'city' => $post_city, |
|
| 2145 | + 'region' => $post_region, |
|
| 2146 | + 'country' => $post_country, |
|
| 2147 | + 'geo_lat' => $post_latitude, |
|
| 2148 | + 'geo_lng' => $post_longitude |
|
| 2149 | + ); |
|
| 2150 | + |
|
| 2151 | + $post_location_info = $request_info['post_location']; |
|
| 2152 | + if ($location_id = geodir_add_new_location($post_location_info)) |
|
| 2153 | + $post_location_id = $location_id; |
|
| 2154 | + } else {
|
|
| 2155 | + $post_location_id = 0; |
|
| 2156 | + } |
|
| 2157 | + } else {
|
|
| 2158 | + $post_location_id = 0; |
|
| 2159 | + } |
|
| 2160 | + |
|
| 2161 | + /* ------- get default package info ----- */ |
|
| 2162 | + $payment_info = array(); |
|
| 2163 | + $package_info = array(); |
|
| 2164 | + |
|
| 2165 | + $package_info = (array)geodir_post_package_info($package_info, '', $buffer[5]); |
|
| 2166 | + $package_id = ''; |
|
| 2167 | + if (isset($gd_post_info['package_id']) && $gd_post_info['package_id'] != '') {
|
|
| 2168 | + $package_id = $gd_post_info['package_id']; |
|
| 2169 | + } |
|
| 2170 | + |
|
| 2171 | + if (!empty($package_info)) {
|
|
| 2172 | + $payment_info['package_id'] = $package_info['pid']; |
|
| 2173 | + |
|
| 2174 | + if (isset($package_info['alive_days']) && $package_info['alive_days'] != 0) {
|
|
| 2175 | + $payment_info['expire_date'] = date('Y-m-d', strtotime("+" . $package_info['alive_days'] . " days"));
|
|
| 2176 | + } else {
|
|
| 2177 | + $payment_info['expire_date'] = 'Never'; |
|
| 2178 | + } |
|
| 2179 | + |
|
| 2180 | + $gd_post_info = array_merge($gd_post_info, $payment_info); |
|
| 2181 | + } |
|
| 2182 | + |
|
| 2183 | + $gd_post_info['post_location_id'] = $post_location_id; |
|
| 2184 | + |
|
| 2185 | + $post_type = get_post_type($last_postid); |
|
| 2186 | + |
|
| 2187 | + $table = $plugin_prefix . $post_type . '_detail'; |
|
| 2188 | + |
|
| 2189 | + geodir_save_post_info($last_postid, $gd_post_info); |
|
| 2190 | + |
|
| 2191 | + if (!empty($image_names)) {
|
|
| 2192 | + $upload_files++; |
|
| 2193 | + $menu_order = 1; |
|
| 2194 | + |
|
| 2195 | + foreach ($image_names as $image_name) {
|
|
| 2196 | + $img_name_arr = explode('.', $image_name);
|
|
| 2197 | + |
|
| 2198 | + $uploads = wp_upload_dir(); |
|
| 2199 | + $sub_dir = $uploads['subdir']; |
|
| 2200 | + |
|
| 2201 | + $arr_file_type = wp_check_filetype($image_name); |
|
| 2202 | + $uploaded_file_type = $arr_file_type['type']; |
|
| 2203 | + |
|
| 2204 | + $attachment = array(); |
|
| 2205 | + $attachment['post_id'] = $last_postid; |
|
| 2206 | + $attachment['title'] = $img_name_arr[0]; |
|
| 2207 | + $attachment['content'] = ''; |
|
| 2208 | + $attachment['file'] = $sub_dir . '/' . $image_name; |
|
| 2209 | + $attachment['mime_type'] = $uploaded_file_type; |
|
| 2210 | + $attachment['menu_order'] = $menu_order; |
|
| 2211 | + $attachment['is_featured'] = 0; |
|
| 2212 | + |
|
| 2213 | + $attachment_set = ''; |
|
| 2214 | + |
|
| 2215 | + foreach ($attachment as $key => $val) {
|
|
| 2216 | + if ($val != '') |
|
| 2217 | + $attachment_set .= $key . " = '" . $val . "', "; |
|
| 2218 | + } |
|
| 2219 | + $attachment_set = trim($attachment_set, ", "); |
|
| 2220 | + |
|
| 2221 | + $wpdb->query("INSERT INTO " . GEODIR_ATTACHMENT_TABLE . " SET " . $attachment_set);
|
|
| 2222 | + |
|
| 2223 | + if ($menu_order == 1) {
|
|
| 2224 | + $post_type = get_post_type($last_postid); |
|
| 2225 | + $wpdb->query($wpdb->prepare("UPDATE " . $table . " SET featured_image = %s where post_id =%d", array($sub_dir . '/' . $image_name, $last_postid)));
|
|
| 2226 | + } |
|
| 2227 | + $menu_order++; |
|
| 2228 | + } |
|
| 2229 | + } |
|
| 2230 | + |
|
| 2231 | + $gd_post_info['package_id'] = $package_id; |
|
| 2232 | + |
|
| 2233 | + /** This action is documented in geodirectory-functions/post-functions.php */ |
|
| 2234 | + do_action('geodir_after_save_listing', $last_postid, $gd_post_info);
|
|
| 2235 | + |
|
| 2236 | + if (!empty($buffer[5])) {
|
|
| 2237 | + if (in_array($buffer[5], geodir_get_posttypes())) {
|
|
| 2238 | + $taxonomies = geodir_get_posttype_info(addslashes($buffer[5])); |
|
| 2239 | + wp_set_object_terms($last_postid, $my_post['post_tags'], $taxonomy = $taxonomies['taxonomies'][1]); |
|
| 2240 | + wp_set_object_terms($last_postid, $my_post['post_category'], $taxonomy = $taxonomies['taxonomies'][0]); |
|
| 2241 | + |
|
| 2242 | + $post_default_category = isset($my_post['post_default_category']) ? $my_post['post_default_category'] : ''; |
|
| 2243 | + $post_category_str = isset($my_post['post_category_str']) ? $my_post['post_category_str'] : ''; |
|
| 2244 | + geodir_set_postcat_structure($last_postid, $taxonomy, $post_default_category, $post_category_str); |
|
| 2245 | + } |
|
| 2246 | + } |
|
| 2247 | + } else {
|
|
| 2248 | + $invalid_title++; |
|
| 2249 | + } |
|
| 2250 | + } |
|
| 2251 | + } |
|
| 2252 | + } |
|
| 2253 | + $return['rowcount'] = $countpost; |
|
| 2254 | + $return['invalidcount'] = $address_invalid; |
|
| 2255 | + $return['blank_address'] = $blank_address; |
|
| 2256 | + $return['upload_files'] = $upload_files; |
|
| 2257 | + $return['invalid_post_type'] = $invalid_post_type; |
|
| 2258 | + $return['invalid_title'] = $invalid_title; |
|
| 2259 | + $return['total_records'] = $total_records; |
|
| 2260 | + |
|
| 2261 | + echo json_encode($return); |
|
| 2262 | + exit; |
|
| 2263 | 2263 | } |
| 2264 | 2264 | |
| 2265 | 2265 | // Add the tab in left sidebar menu fro import & export page. |
@@ -2279,9 +2279,9 @@ discard block |
||
| 2279 | 2279 | * @param $post object $post The post object of the post being saved. |
| 2280 | 2280 | */ |
| 2281 | 2281 | function geodir_update_location_prefix($post_id,$post){
|
| 2282 | - if($post->post_type=='page' && $post->post_name && $post_id==get_option('geodir_location_page')){
|
|
| 2283 | - update_option('geodir_location_prefix',$post->post_name);
|
|
| 2284 | - } |
|
| 2282 | + if($post->post_type=='page' && $post->post_name && $post_id==get_option('geodir_location_page')){
|
|
| 2283 | + update_option('geodir_location_prefix',$post->post_name);
|
|
| 2284 | + } |
|
| 2285 | 2285 | |
| 2286 | 2286 | } |
| 2287 | 2287 | |
@@ -2292,50 +2292,50 @@ discard block |
||
| 2292 | 2292 | function geodir_ga_callback(){
|
| 2293 | 2293 | |
| 2294 | 2294 | if(isset($_REQUEST['code']) && $_REQUEST['code']) {
|
| 2295 | - $oAuthURL = "https://www.googleapis.com/oauth2/v3/token?"; |
|
| 2296 | - $code = "code=".$_REQUEST['code']; |
|
| 2297 | - $grant_type = "&grant_type=authorization_code"; |
|
| 2298 | - $redirect_uri = "&redirect_uri=" . admin_url('admin-ajax.php') . "?action=geodir_ga_callback";
|
|
| 2299 | - $client_id = "&client_id=".get_option('geodir_ga_client_id');
|
|
| 2300 | - $client_secret = "&client_secret=".get_option('geodir_ga_client_secret');
|
|
| 2295 | + $oAuthURL = "https://www.googleapis.com/oauth2/v3/token?"; |
|
| 2296 | + $code = "code=".$_REQUEST['code']; |
|
| 2297 | + $grant_type = "&grant_type=authorization_code"; |
|
| 2298 | + $redirect_uri = "&redirect_uri=" . admin_url('admin-ajax.php') . "?action=geodir_ga_callback";
|
|
| 2299 | + $client_id = "&client_id=".get_option('geodir_ga_client_id');
|
|
| 2300 | + $client_secret = "&client_secret=".get_option('geodir_ga_client_secret');
|
|
| 2301 | 2301 | |
| 2302 | - $auth_url = $oAuthURL . $code . $redirect_uri . $grant_type . $client_id .$client_secret; |
|
| 2302 | + $auth_url = $oAuthURL . $code . $redirect_uri . $grant_type . $client_id .$client_secret; |
|
| 2303 | 2303 | |
| 2304 | - $response = wp_remote_post($auth_url, array('timeout' => 15));
|
|
| 2304 | + $response = wp_remote_post($auth_url, array('timeout' => 15));
|
|
| 2305 | 2305 | |
| 2306 | - //print_r($response); |
|
| 2306 | + //print_r($response); |
|
| 2307 | 2307 | |
| 2308 | - $error_msg = __('Something went wrong','geodirectory');
|
|
| 2309 | - if(!empty($response['response']['code']) && $response['response']['code']==200){
|
|
| 2308 | + $error_msg = __('Something went wrong','geodirectory');
|
|
| 2309 | + if(!empty($response['response']['code']) && $response['response']['code']==200){
|
|
| 2310 | 2310 | |
| 2311 | - $parts = json_decode($response['body']); |
|
| 2312 | - //print_r($parts); |
|
| 2313 | - if(!isset($parts->access_token)){echo $error_msg." - #1";exit;}
|
|
| 2314 | - else{
|
|
| 2311 | + $parts = json_decode($response['body']); |
|
| 2312 | + //print_r($parts); |
|
| 2313 | + if(!isset($parts->access_token)){echo $error_msg." - #1";exit;}
|
|
| 2314 | + else{
|
|
| 2315 | 2315 | |
| 2316 | - update_option('gd_ga_access_token', $parts->access_token);
|
|
| 2317 | - update_option('gd_ga_refresh_token', $parts->refresh_token);
|
|
| 2318 | - ?><script>window.close();</script><?php |
|
| 2319 | - } |
|
| 2316 | + update_option('gd_ga_access_token', $parts->access_token);
|
|
| 2317 | + update_option('gd_ga_refresh_token', $parts->refresh_token);
|
|
| 2318 | + ?><script>window.close();</script><?php |
|
| 2319 | + } |
|
| 2320 | 2320 | |
| 2321 | 2321 | |
| 2322 | - } |
|
| 2323 | - elseif(!empty($response['response']['code'])) {
|
|
| 2324 | - $parts = json_decode($response['body']); |
|
| 2322 | + } |
|
| 2323 | + elseif(!empty($response['response']['code'])) {
|
|
| 2324 | + $parts = json_decode($response['body']); |
|
| 2325 | 2325 | |
| 2326 | - if(isset($parts->error)){
|
|
| 2327 | - echo $parts->error.": ".$parts->error_description;exit; |
|
| 2328 | - }else{
|
|
| 2329 | - echo $error_msg." - #2";exit; |
|
| 2330 | - } |
|
| 2326 | + if(isset($parts->error)){
|
|
| 2327 | + echo $parts->error.": ".$parts->error_description;exit; |
|
| 2328 | + }else{
|
|
| 2329 | + echo $error_msg." - #2";exit; |
|
| 2330 | + } |
|
| 2331 | 2331 | |
| 2332 | - }else{
|
|
| 2332 | + }else{
|
|
| 2333 | 2333 | |
| 2334 | - echo $error_msg." - #3";exit; |
|
| 2334 | + echo $error_msg." - #3";exit; |
|
| 2335 | 2335 | |
| 2336 | - } |
|
| 2336 | + } |
|
| 2337 | 2337 | } |
| 2338 | - exit; |
|
| 2338 | + exit; |
|
| 2339 | 2339 | } |
| 2340 | 2340 | |
| 2341 | 2341 | if (isset($_REQUEST['tab']) && $_REQUEST['tab'] == 'permalink_settings') {
|
@@ -2351,45 +2351,45 @@ discard block |
||
| 2351 | 2351 | * @return array Array of settings. |
| 2352 | 2352 | */ |
| 2353 | 2353 | function geodir_uninstall_settings($general_settings) {
|
| 2354 | - $settings = array(); |
|
| 2355 | - $settings[] = array('type' => 'title', 'id' => 'uninstall_settings', 'name' => __('Uninstall Settings', 'geodirectory'));
|
|
| 2356 | - $settings[] = array('type' => 'sectionstart', 'id' => 'uninstall_settings_main', 'name' => __('Remove Data on Uninstall?', 'geodirectory' ));
|
|
| 2354 | + $settings = array(); |
|
| 2355 | + $settings[] = array('type' => 'title', 'id' => 'uninstall_settings', 'name' => __('Uninstall Settings', 'geodirectory'));
|
|
| 2356 | + $settings[] = array('type' => 'sectionstart', 'id' => 'uninstall_settings_main', 'name' => __('Remove Data on Uninstall?', 'geodirectory' ));
|
|
| 2357 | 2357 | |
| 2358 | - $plugins = get_plugins(); |
|
| 2359 | - $un_plugins = apply_filters('geodir_plugins_uninstall_settings', array());
|
|
| 2358 | + $plugins = get_plugins(); |
|
| 2359 | + $un_plugins = apply_filters('geodir_plugins_uninstall_settings', array());
|
|
| 2360 | 2360 | |
| 2361 | - if (!empty($plugins) && !empty($un_plugins)) {
|
|
| 2362 | - foreach ($plugins as $plugin => $data) {
|
|
| 2363 | - $plugin_name = plugin_basename(dirname($plugin)); |
|
| 2361 | + if (!empty($plugins) && !empty($un_plugins)) {
|
|
| 2362 | + foreach ($plugins as $plugin => $data) {
|
|
| 2363 | + $plugin_name = plugin_basename(dirname($plugin)); |
|
| 2364 | 2364 | |
| 2365 | - if (in_array($plugin_name, $un_plugins)) {
|
|
| 2366 | - $settings[] = array( |
|
| 2367 | - 'type' => 'checkbox', |
|
| 2368 | - 'id' => 'geodir_un_' . $plugin_name, |
|
| 2369 | - 'name' => $data['Name'], |
|
| 2370 | - 'desc' => __('Remove all data when deleted?', 'geodirectory'),
|
|
| 2371 | - 'std' => '0' |
|
| 2372 | - ); |
|
| 2373 | - } |
|
| 2374 | - } |
|
| 2375 | - } |
|
| 2365 | + if (in_array($plugin_name, $un_plugins)) {
|
|
| 2366 | + $settings[] = array( |
|
| 2367 | + 'type' => 'checkbox', |
|
| 2368 | + 'id' => 'geodir_un_' . $plugin_name, |
|
| 2369 | + 'name' => $data['Name'], |
|
| 2370 | + 'desc' => __('Remove all data when deleted?', 'geodirectory'),
|
|
| 2371 | + 'std' => '0' |
|
| 2372 | + ); |
|
| 2373 | + } |
|
| 2374 | + } |
|
| 2375 | + } |
|
| 2376 | 2376 | |
| 2377 | - $settings[] = array('type' => 'sectionend', 'id' => 'uninstall_settings_main');
|
|
| 2377 | + $settings[] = array('type' => 'sectionend', 'id' => 'uninstall_settings_main');
|
|
| 2378 | 2378 | |
| 2379 | - /** |
|
| 2380 | - * Filter the uninstall settings array. |
|
| 2381 | - * |
|
| 2382 | - * @since 1.6.9 |
|
| 2383 | - * |
|
| 2384 | - * @param array $settings The settings array. |
|
| 2385 | - */ |
|
| 2386 | - $settings = apply_filters('geodir_uninstall_settings', $settings);
|
|
| 2379 | + /** |
|
| 2380 | + * Filter the uninstall settings array. |
|
| 2381 | + * |
|
| 2382 | + * @since 1.6.9 |
|
| 2383 | + * |
|
| 2384 | + * @param array $settings The settings array. |
|
| 2385 | + */ |
|
| 2386 | + $settings = apply_filters('geodir_uninstall_settings', $settings);
|
|
| 2387 | 2387 | |
| 2388 | - if (!empty($settings) && count($settings) > 3) {
|
|
| 2389 | - return array_merge($general_settings, $settings); |
|
| 2390 | - } |
|
| 2388 | + if (!empty($settings) && count($settings) > 3) {
|
|
| 2389 | + return array_merge($general_settings, $settings); |
|
| 2390 | + } |
|
| 2391 | 2391 | |
| 2392 | - return $general_settings; |
|
| 2392 | + return $general_settings; |
|
| 2393 | 2393 | } |
| 2394 | 2394 | add_filter('geodir_general_settings', 'geodir_uninstall_settings', 100, 1);
|
| 2395 | 2395 | |
@@ -2399,7 +2399,7 @@ discard block |
||
| 2399 | 2399 | * @since 1.6.9 |
| 2400 | 2400 | */ |
| 2401 | 2401 | function geodir_uninstall_settings_desc() {
|
| 2402 | - echo '<p class="gd-un-settings-desc">' . __('Select the plugins that you would like to completely remove all of its data when the plugin is deleted.', 'geodirectory') . '</p>';
|
|
| 2402 | + echo '<p class="gd-un-settings-desc">' . __('Select the plugins that you would like to completely remove all of its data when the plugin is deleted.', 'geodirectory') . '</p>';
|
|
| 2403 | 2403 | } |
| 2404 | 2404 | add_action('geodir_settings_uninstall_settings_main_start', 'geodir_uninstall_settings_desc');
|
| 2405 | 2405 | |
@@ -2415,18 +2415,18 @@ discard block |
||
| 2415 | 2415 | * @return array The settings array. |
| 2416 | 2416 | */ |
| 2417 | 2417 | function geodir_resave_settings($settings = array()) {
|
| 2418 | - if (!empty($settings) && is_array($settings)) {
|
|
| 2419 | - $c = 0; |
|
| 2418 | + if (!empty($settings) && is_array($settings)) {
|
|
| 2419 | + $c = 0; |
|
| 2420 | 2420 | |
| 2421 | - foreach ($settings as $setting) {
|
|
| 2422 | - if (!empty($setting['id']) && false !== ($value = get_option($setting['id']))) {
|
|
| 2423 | - $settings[$c]['std'] = $value; |
|
| 2424 | - } |
|
| 2425 | - $c++; |
|
| 2426 | - } |
|
| 2427 | - } |
|
| 2428 | - |
|
| 2429 | - return $settings; |
|
| 2421 | + foreach ($settings as $setting) {
|
|
| 2422 | + if (!empty($setting['id']) && false !== ($value = get_option($setting['id']))) {
|
|
| 2423 | + $settings[$c]['std'] = $value; |
|
| 2424 | + } |
|
| 2425 | + $c++; |
|
| 2426 | + } |
|
| 2427 | + } |
|
| 2428 | + |
|
| 2429 | + return $settings; |
|
| 2430 | 2430 | } |
| 2431 | 2431 | |
| 2432 | 2432 | /** |
@@ -2438,8 +2438,8 @@ discard block |
||
| 2438 | 2438 | * @return array The modified settings. |
| 2439 | 2439 | */ |
| 2440 | 2440 | function geodir_core_uninstall_settings($settings) {
|
| 2441 | - $settings[] = plugin_basename(dirname(dirname(__FILE__))); |
|
| 2441 | + $settings[] = plugin_basename(dirname(dirname(__FILE__))); |
|
| 2442 | 2442 | |
| 2443 | - return $settings; |
|
| 2443 | + return $settings; |
|
| 2444 | 2444 | } |
| 2445 | 2445 | add_filter('geodir_plugins_uninstall_settings', 'geodir_core_uninstall_settings', 10, 1); |
| 2446 | 2446 | \ No newline at end of file |
@@ -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 | /** |
@@ -236,9 +236,9 @@ discard block |
||
| 236 | 236 | |
| 237 | 237 | // Filter-Payment-Manager |
| 238 | 238 | |
| 239 | - add_meta_box('geodir_post_images', $post_typename . ' ' . __('Attachments', 'geodirectory'), 'geodir_post_attachments', $geodir_posttype, 'side');
|
|
| 239 | + add_meta_box('geodir_post_images', $post_typename.' '.__('Attachments', 'geodirectory'), 'geodir_post_attachments', $geodir_posttype, 'side');
|
|
| 240 | 240 | |
| 241 | - add_meta_box('geodir_post_info', $post_typename . ' ' . __('Information', 'geodirectory'), 'geodir_post_info_setting', $geodir_posttype, 'normal', 'high');
|
|
| 241 | + add_meta_box('geodir_post_info', $post_typename.' '.__('Information', 'geodirectory'), 'geodir_post_info_setting', $geodir_posttype, 'normal', 'high');
|
|
| 242 | 242 | |
| 243 | 243 | // no need of this box as all fields moved to main information box |
| 244 | 244 | //add_meta_box( 'geodir_post_addinfo', $post_typename. ' ' .__('Additional Information' , 'geodirectory'), 'geodir_post_addinfo_setting', $geodir_posttype,'normal', 'high' );
|
@@ -247,7 +247,7 @@ discard block |
||
| 247 | 247 | |
| 248 | 248 | } |
| 249 | 249 | |
| 250 | -add_action('save_post', 'geodir_post_information_save',10,2);
|
|
| 250 | +add_action('save_post', 'geodir_post_information_save', 10, 2);
|
|
| 251 | 251 | |
| 252 | 252 | |
| 253 | 253 | |
@@ -274,10 +274,10 @@ discard block |
||
| 274 | 274 | |
| 275 | 275 | $gd_taxonomy = geodir_get_taxonomies($geodir_post_type); |
| 276 | 276 | |
| 277 | - if(!empty($gd_taxonomy)) {
|
|
| 277 | + if (!empty($gd_taxonomy)) {
|
|
| 278 | 278 | foreach ($gd_taxonomy as $tax) {
|
| 279 | 279 | |
| 280 | - remove_meta_box($tax . 'div', $geodir_post_type, 'normal'); |
|
| 280 | + remove_meta_box($tax.'div', $geodir_post_type, 'normal'); |
|
| 281 | 281 | |
| 282 | 282 | } |
| 283 | 283 | } |
@@ -363,14 +363,14 @@ discard block |
||
| 363 | 363 | add_action('geodir_manage_available_fields_predefined', 'geodir_manage_available_fields_predefined');
|
| 364 | 364 | add_action('geodir_manage_available_fields_custom', 'geodir_manage_available_fields_custom');
|
| 365 | 365 | |
| 366 | -function geodir_manage_available_fields_predefined($sub_tab){
|
|
| 367 | - if($sub_tab=='custom_fields'){
|
|
| 366 | +function geodir_manage_available_fields_predefined($sub_tab) {
|
|
| 367 | + if ($sub_tab == 'custom_fields') {
|
|
| 368 | 368 | geodir_custom_available_fields('predefined');
|
| 369 | 369 | } |
| 370 | 370 | } |
| 371 | 371 | |
| 372 | -function geodir_manage_available_fields_custom($sub_tab){
|
|
| 373 | - if($sub_tab=='custom_fields'){
|
|
| 372 | +function geodir_manage_available_fields_custom($sub_tab) {
|
|
| 373 | + if ($sub_tab == 'custom_fields') {
|
|
| 374 | 374 | geodir_custom_available_fields('custom');
|
| 375 | 375 | } |
| 376 | 376 | } |
@@ -440,7 +440,7 @@ discard block |
||
| 440 | 440 | global $wpdb; |
| 441 | 441 | $listing_type = ($_REQUEST['listing_type'] != '') ? sanitize_text_field($_REQUEST['listing_type']) : 'gd_place'; |
| 442 | 442 | ?> |
| 443 | - <input type="hidden" name="listing_type" id="new_post_type" value="<?php echo $listing_type;?>"/> |
|
| 443 | + <input type="hidden" name="listing_type" id="new_post_type" value="<?php echo $listing_type; ?>"/> |
|
| 444 | 444 | <input type="hidden" name="manage_field_type" class="manage_field_type" value="<?php echo sanitize_text_field($_REQUEST['subtab']); ?>"/> |
| 445 | 445 | <ul> |
| 446 | 446 | <?php |
@@ -451,7 +451,7 @@ discard block |
||
| 451 | 451 | |
| 452 | 452 | $check_html_variable = $wpdb->get_var( |
| 453 | 453 | $wpdb->prepare( |
| 454 | - "SELECT htmlvar_name FROM " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " WHERE htmlvar_name = %s AND post_type = %s AND field_type=%s", |
|
| 454 | + "SELECT htmlvar_name FROM ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." WHERE htmlvar_name = %s AND post_type = %s AND field_type=%s", |
|
| 455 | 455 | array($val['htmlvar_name'], $listing_type, $val['field_type']) |
| 456 | 456 | ) |
| 457 | 457 | ); |
@@ -459,23 +459,23 @@ discard block |
||
| 459 | 459 | $display = $check_html_variable ? ' style="display:none;"' : ''; |
| 460 | 460 | ?> |
| 461 | 461 | |
| 462 | - <li class="gd-cf-tooltip-wrap" <?php echo $display;?>> |
|
| 462 | + <li class="gd-cf-tooltip-wrap" <?php echo $display; ?>> |
|
| 463 | 463 | <?php |
| 464 | - if(isset($val['description']) && $val['description']){
|
|
| 464 | + if (isset($val['description']) && $val['description']) {
|
|
| 465 | 465 | echo '<div class="gdcf-tooltip">'.$val['description'].'</div>'; |
| 466 | 466 | }?> |
| 467 | 467 | |
| 468 | - <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'];?>" |
|
| 469 | - title="<?php echo $val['site_title'];?>" |
|
| 470 | - class="gd-draggable-form-items gd-<?php echo $val['field_type'];?> geodir-sort-<?php echo $val['htmlvar_name'];?>" href="javascript:void(0);"> |
|
| 468 | + <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']; ?>" |
|
| 469 | + title="<?php echo $val['site_title']; ?>" |
|
| 470 | + class="gd-draggable-form-items gd-<?php echo $val['field_type']; ?> geodir-sort-<?php echo $val['htmlvar_name']; ?>" href="javascript:void(0);"> |
|
| 471 | 471 | <?php if (isset($val['field_icon']) && strpos($val['field_icon'], 'fa fa-') !== false) {
|
| 472 | 472 | echo '<i class="'.$val['field_icon'].'" aria-hidden="true"></i>'; |
| 473 | - }elseif(isset($val['field_icon']) && $val['field_icon'] ){
|
|
| 473 | + }elseif (isset($val['field_icon']) && $val['field_icon']) {
|
|
| 474 | 474 | echo '<b style="background-image: url("'.$val['field_icon'].'")"></b>';
|
| 475 | - }else{
|
|
| 475 | + } else {
|
|
| 476 | 476 | echo '<i class="fa fa-cog" aria-hidden="true"></i>'; |
| 477 | 477 | }?> |
| 478 | - <?php echo $val['site_title'];?> |
|
| 478 | + <?php echo $val['site_title']; ?> |
|
| 479 | 479 | </a> |
| 480 | 480 | </li> |
| 481 | 481 | |
@@ -503,7 +503,7 @@ discard block |
||
| 503 | 503 | <?php |
| 504 | 504 | global $wpdb; |
| 505 | 505 | |
| 506 | - $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)));
|
|
| 506 | + $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)));
|
|
| 507 | 507 | |
| 508 | 508 | if (!empty($fields)) {
|
| 509 | 509 | foreach ($fields as $field) {
|
@@ -528,14 +528,14 @@ discard block |
||
| 528 | 528 | * @since 1.6.9 |
| 529 | 529 | * @package GeoDirectory |
| 530 | 530 | */ |
| 531 | -function geodir_custom_fields_custom($post_type=''){
|
|
| 531 | +function geodir_custom_fields_custom($post_type = '') {
|
|
| 532 | 532 | |
| 533 | 533 | $custom_fields = array(); |
| 534 | 534 | |
| 535 | 535 | /** |
| 536 | 536 | * @see `geodir_custom_fields` |
| 537 | 537 | */ |
| 538 | - return apply_filters('geodir_custom_fields_custom',$custom_fields,$post_type);
|
|
| 538 | + return apply_filters('geodir_custom_fields_custom', $custom_fields, $post_type);
|
|
| 539 | 539 | } |
| 540 | 540 | |
| 541 | 541 | |
@@ -546,7 +546,7 @@ discard block |
||
| 546 | 546 | * @since 1.6.6 |
| 547 | 547 | * @package GeoDirectory |
| 548 | 548 | */ |
| 549 | -function geodir_custom_fields($post_type=''){
|
|
| 549 | +function geodir_custom_fields($post_type = '') {
|
|
| 550 | 550 | |
| 551 | 551 | $custom_fields = array( |
| 552 | 552 | 'text' => array( |
@@ -681,7 +681,7 @@ discard block |
||
| 681 | 681 | * } |
| 682 | 682 | * @param string $post_type The post type requested. |
| 683 | 683 | */ |
| 684 | - return apply_filters('geodir_custom_fields',$custom_fields,$post_type);
|
|
| 684 | + return apply_filters('geodir_custom_fields', $custom_fields, $post_type);
|
|
| 685 | 685 | } |
| 686 | 686 | |
| 687 | 687 | /** |
@@ -692,25 +692,25 @@ discard block |
||
| 692 | 692 | * @param string $type The custom field type, predefined, custom or blank for default |
| 693 | 693 | * @package GeoDirectory |
| 694 | 694 | */ |
| 695 | -function geodir_custom_available_fields($type='') |
|
| 695 | +function geodir_custom_available_fields($type = '') |
|
| 696 | 696 | {
|
| 697 | 697 | $listing_type = ($_REQUEST['listing_type'] != '') ? sanitize_text_field($_REQUEST['listing_type']) : 'gd_place'; |
| 698 | 698 | ?> |
| 699 | - <input type="hidden" name="listing_type" id="new_post_type" value="<?php echo $listing_type;?>"/> |
|
| 699 | + <input type="hidden" name="listing_type" id="new_post_type" value="<?php echo $listing_type; ?>"/> |
|
| 700 | 700 | <input type="hidden" name="manage_field_type" class="manage_field_type" value="<?php echo sanitize_text_field($_REQUEST['subtab']); ?>" /> |
| 701 | 701 | |
| 702 | 702 | <?php |
| 703 | - if($type=='predefined'){
|
|
| 703 | + if ($type == 'predefined') {
|
|
| 704 | 704 | $cfs = geodir_custom_fields_predefined($listing_type); |
| 705 | - }elseif($type=='custom'){
|
|
| 705 | + }elseif ($type == 'custom') {
|
|
| 706 | 706 | $cfs = geodir_custom_fields_custom($listing_type); |
| 707 | - }else{
|
|
| 707 | + } else {
|
|
| 708 | 708 | $cfs = geodir_custom_fields($listing_type); |
| 709 | 709 | ?> |
| 710 | 710 | <ul class="full gd-cf-tooltip-wrap"> |
| 711 | 711 | <li> |
| 712 | 712 | <div class="gdcf-tooltip"> |
| 713 | - <?php _e('This adds a section separator with a title.', 'geodirectory');?>
|
|
| 713 | + <?php _e('This adds a section separator with a title.', 'geodirectory'); ?>
|
|
| 714 | 714 | </div> |
| 715 | 715 | <a id="gt-fieldset" |
| 716 | 716 | class="gd-draggable-form-items gt-fieldset" |
@@ -721,7 +721,7 @@ discard block |
||
| 721 | 721 | |
| 722 | 722 | <i class="fa fa-long-arrow-left " aria-hidden="true"></i> |
| 723 | 723 | <i class="fa fa-long-arrow-right " aria-hidden="true"></i> |
| 724 | - <?php _e('Fieldset (section separator)', 'geodirectory');?>
|
|
| 724 | + <?php _e('Fieldset (section separator)', 'geodirectory'); ?>
|
|
| 725 | 725 | </a> |
| 726 | 726 | </li> |
| 727 | 727 | </ul> |
@@ -729,15 +729,15 @@ discard block |
||
| 729 | 729 | <?php |
| 730 | 730 | } |
| 731 | 731 | |
| 732 | - if(!empty($cfs)) {
|
|
| 732 | + if (!empty($cfs)) {
|
|
| 733 | 733 | echo '<ul>'; |
| 734 | - foreach ( $cfs as $id => $cf ) {
|
|
| 734 | + foreach ($cfs as $id => $cf) {
|
|
| 735 | 735 | ?> |
| 736 | 736 | |
| 737 | 737 | <li class="gd-cf-tooltip-wrap"> |
| 738 | 738 | <?php |
| 739 | - if ( isset( $cf['description'] ) && $cf['description'] ) {
|
|
| 740 | - echo '<div class="gdcf-tooltip">' . $cf['description'] . '</div>'; |
|
| 739 | + if (isset($cf['description']) && $cf['description']) {
|
|
| 740 | + echo '<div class="gdcf-tooltip">'.$cf['description'].'</div>'; |
|
| 741 | 741 | } ?> |
| 742 | 742 | |
| 743 | 743 | <a id="gd-<?php echo $id; ?>" |
@@ -747,10 +747,10 @@ discard block |
||
| 747 | 747 | class="gd-draggable-form-items <?php echo $cf['class']; ?>" |
| 748 | 748 | href="javascript:void(0);"> |
| 749 | 749 | |
| 750 | - <?php if ( isset( $cf['icon'] ) && strpos( $cf['icon'], 'fa fa-' ) !== false ) {
|
|
| 751 | - echo '<i class="' . $cf['icon'] . '" aria-hidden="true"></i>'; |
|
| 752 | - } elseif ( isset( $cf['icon'] ) && $cf['icon'] ) {
|
|
| 753 | - echo '<b style="background-image: url("' . $cf['icon'] . '")"></b>';
|
|
| 750 | + <?php if (isset($cf['icon']) && strpos($cf['icon'], 'fa fa-') !== false) {
|
|
| 751 | + echo '<i class="'.$cf['icon'].'" aria-hidden="true"></i>'; |
|
| 752 | + } elseif (isset($cf['icon']) && $cf['icon']) {
|
|
| 753 | + echo '<b style="background-image: url("'.$cf['icon'].'")"></b>';
|
|
| 754 | 754 | } else {
|
| 755 | 755 | echo '<i class="fa fa-cog" aria-hidden="true"></i>'; |
| 756 | 756 | } ?> |
@@ -759,7 +759,7 @@ discard block |
||
| 759 | 759 | </li> |
| 760 | 760 | <?php |
| 761 | 761 | } |
| 762 | - }else{
|
|
| 762 | + } else {
|
|
| 763 | 763 | _e('There are no custom fields here yet.', 'geodirectory');
|
| 764 | 764 | } |
| 765 | 765 | ?> |
@@ -787,7 +787,7 @@ discard block |
||
| 787 | 787 | <ul class="core"> |
| 788 | 788 | <?php |
| 789 | 789 | global $wpdb; |
| 790 | - $fields = $wpdb->get_results($wpdb->prepare("SELECT * FROM " . GEODIR_CUSTOM_FIELDS_TABLE . " WHERE post_type = %s ORDER BY sort_order ASC", array($listing_type)));
|
|
| 790 | + $fields = $wpdb->get_results($wpdb->prepare("SELECT * FROM ".GEODIR_CUSTOM_FIELDS_TABLE." WHERE post_type = %s ORDER BY sort_order ASC", array($listing_type)));
|
|
| 791 | 791 | |
| 792 | 792 | if (!empty($fields)) {
|
| 793 | 793 | foreach ($fields as $field) {
|
@@ -797,7 +797,7 @@ discard block |
||
| 797 | 797 | $field_type_key = $field->field_type_key; |
| 798 | 798 | $field_ins_upd = 'display'; |
| 799 | 799 | |
| 800 | - geodir_custom_field_adminhtml($field_type, $result_str, $field_ins_upd,$field_type_key); |
|
| 800 | + geodir_custom_field_adminhtml($field_type, $result_str, $field_ins_upd, $field_type_key); |
|
| 801 | 801 | } |
| 802 | 802 | } |
| 803 | 803 | ?></ul> |
@@ -956,8 +956,8 @@ discard block |
||
| 956 | 956 | |
| 957 | 957 | if (!get_option('geodir_remove_unnecessary_fields')) {
|
| 958 | 958 | |
| 959 | - if ($wpdb->get_var("SHOW COLUMNS FROM " . $plugin_prefix . "gd_place_detail WHERE field = 'categories'"))
|
|
| 960 | - $wpdb->query("ALTER TABLE `" . $plugin_prefix . "gd_place_detail` DROP `categories`");
|
|
| 959 | + if ($wpdb->get_var("SHOW COLUMNS FROM ".$plugin_prefix."gd_place_detail WHERE field = 'categories'"))
|
|
| 960 | + $wpdb->query("ALTER TABLE `".$plugin_prefix."gd_place_detail` DROP `categories`");
|
|
| 961 | 961 | |
| 962 | 962 | update_option('geodir_remove_unnecessary_fields', '1');
|
| 963 | 963 | |
@@ -985,14 +985,14 @@ discard block |
||
| 985 | 985 | case 'diagnosis' : |
| 986 | 986 | if (isset($_REQUEST['diagnose_this']) && $_REQUEST['diagnose_this'] != '') |
| 987 | 987 | $diagnose_this = sanitize_text_field($_REQUEST['diagnose_this']); |
| 988 | - call_user_func('geodir_diagnose_' . $diagnose_this);
|
|
| 988 | + call_user_func('geodir_diagnose_'.$diagnose_this);
|
|
| 989 | 989 | exit(); |
| 990 | 990 | break; |
| 991 | 991 | |
| 992 | 992 | case 'diagnosis-fix' : |
| 993 | 993 | if (isset($_REQUEST['diagnose_this']) && $_REQUEST['diagnose_this'] != '') |
| 994 | 994 | $diagnose_this = sanitize_text_field($_REQUEST['diagnose_this']); |
| 995 | - call_user_func('geodir_diagnose_' . $diagnose_this);
|
|
| 995 | + call_user_func('geodir_diagnose_'.$diagnose_this);
|
|
| 996 | 996 | exit(); |
| 997 | 997 | break; |
| 998 | 998 | } |
@@ -1017,50 +1017,50 @@ discard block |
||
| 1017 | 1017 | {
|
| 1018 | 1018 | global $wpdb; |
| 1019 | 1019 | //$filter_arr['output_str'] .='###'.$table.'###'; |
| 1020 | - if ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak2'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak'") > 0) {
|
|
| 1021 | - $filter_arr['output_str'] .= "<li>" . __('ERROR: You did not follow instructions! Now you will need to contact support to manually fix things.', 'geodirectory') . "</li>";
|
|
| 1020 | + if ($wpdb->query("SHOW TABLES LIKE '".$table."_ms_bak2'") > 0 && $wpdb->query("SHOW TABLES LIKE '".$table."_ms_bak'") > 0) {
|
|
| 1021 | + $filter_arr['output_str'] .= "<li>".__('ERROR: You did not follow instructions! Now you will need to contact support to manually fix things.', 'geodirectory')."</li>";
|
|
| 1022 | 1022 | $filter_arr['is_error_during_diagnose'] = true; |
| 1023 | 1023 | |
| 1024 | - } elseif ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") > 0) {
|
|
| 1025 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('ERROR: %s_ms_bak table found', 'geodirectory'), $tabel_name) . "</li>";
|
|
| 1024 | + } elseif ($wpdb->query("SHOW TABLES LIKE '".$table."_ms_bak'") > 0 && $wpdb->query("SHOW TABLES LIKE '".$wpdb->prefix."$table'") > 0) {
|
|
| 1025 | + $filter_arr['output_str'] .= "<li>".sprintf(__('ERROR: %s_ms_bak table found', 'geodirectory'), $tabel_name)."</li>";
|
|
| 1026 | 1026 | $filter_arr['is_error_during_diagnose'] = true; |
| 1027 | - $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>";
|
|
| 1027 | + $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>";
|
|
| 1028 | 1028 | $filter_arr['is_error_during_diagnose'] = true; |
| 1029 | 1029 | |
| 1030 | 1030 | if ($fix) {
|
| 1031 | - $ms_bak_count = $wpdb->get_var("SELECT COUNT(*) FROM " . $table . "_ms_bak");// get backup table count
|
|
| 1032 | - $new_table_count = $wpdb->get_var("SELECT COUNT(*) FROM " . $wpdb->prefix . "$table");// get new table count
|
|
| 1031 | + $ms_bak_count = $wpdb->get_var("SELECT COUNT(*) FROM ".$table."_ms_bak"); // get backup table count
|
|
| 1032 | + $new_table_count = $wpdb->get_var("SELECT COUNT(*) FROM ".$wpdb->prefix."$table"); // get new table count
|
|
| 1033 | 1033 | |
| 1034 | 1034 | if ($ms_bak_count == $new_table_count) {// if they are the same count rename to bak2
|
| 1035 | 1035 | //$filter_arr['output_str'] .= "<li>".sprintf( __('-->PROBLEM: %s table count is the same as new table, contact support' , 'geodirectory'), $table )."</li>" ;
|
| 1036 | 1036 | |
| 1037 | - $wpdb->query("RENAME TABLE " . $table . "_ms_bak TO " . $table . "_ms_bak2");// rename bak table to new table
|
|
| 1037 | + $wpdb->query("RENAME TABLE ".$table."_ms_bak TO ".$table."_ms_bak2"); // rename bak table to new table
|
|
| 1038 | 1038 | |
| 1039 | - if ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak2'") && $wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak'") == 0) {
|
|
| 1040 | - $filter_arr['output_str'] .= "<li>" . __('-->FIXED: Renamed and backed up the tables', 'geodirectory') . "</li>";
|
|
| 1039 | + if ($wpdb->query("SHOW TABLES LIKE '".$table."_ms_bak2'") && $wpdb->query("SHOW TABLES LIKE '".$table."_ms_bak'") == 0) {
|
|
| 1040 | + $filter_arr['output_str'] .= "<li>".__('-->FIXED: Renamed and backed up the tables', 'geodirectory')."</li>";
|
|
| 1041 | 1041 | } else {
|
| 1042 | - $filter_arr['output_str'] .= "<li>" . __('-->PROBLEM: Failed to rename tables, please contact support.', 'geodirectory') . "</li>";
|
|
| 1042 | + $filter_arr['output_str'] .= "<li>".__('-->PROBLEM: Failed to rename tables, please contact support.', 'geodirectory')."</li>";
|
|
| 1043 | 1043 | } |
| 1044 | 1044 | |
| 1045 | 1045 | } elseif ($ms_bak_count > $new_table_count) {//if backup is greater then restore it
|
| 1046 | 1046 | |
| 1047 | - $wpdb->query("RENAME TABLE " . $wpdb->prefix . "$table TO " . $table . "_ms_bak2");// rename new table to bak2
|
|
| 1048 | - $wpdb->query("RENAME TABLE " . $table . "_ms_bak TO " . $wpdb->prefix . "$table");// rename bak table to new table
|
|
| 1047 | + $wpdb->query("RENAME TABLE ".$wpdb->prefix."$table TO ".$table."_ms_bak2"); // rename new table to bak2
|
|
| 1048 | + $wpdb->query("RENAME TABLE ".$table."_ms_bak TO ".$wpdb->prefix."$table"); // rename bak table to new table
|
|
| 1049 | 1049 | |
| 1050 | - if ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak2'") && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") && $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
|
|
| 1051 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: restored largest table %s', 'geodirectory'), $table) . "</li>";
|
|
| 1050 | + if ($wpdb->query("SHOW TABLES LIKE '".$table."_ms_bak2'") && $wpdb->query("SHOW TABLES LIKE '".$wpdb->prefix."$table'") && $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
|
|
| 1051 | + $filter_arr['output_str'] .= "<li>".sprintf(__('-->FIXED: restored largest table %s', 'geodirectory'), $table)."</li>";
|
|
| 1052 | 1052 | } else {
|
| 1053 | - $filter_arr['output_str'] .= "<li>" . __('-->PROBLEM: Failed to rename tables, please contact support.', 'geodirectory') . "</li>";
|
|
| 1053 | + $filter_arr['output_str'] .= "<li>".__('-->PROBLEM: Failed to rename tables, please contact support.', 'geodirectory')."</li>";
|
|
| 1054 | 1054 | } |
| 1055 | 1055 | |
| 1056 | 1056 | } elseif ($new_table_count > $ms_bak_count) {// we cant do much so rename the table to stop errors
|
| 1057 | 1057 | |
| 1058 | - $wpdb->query("RENAME TABLE " . $table . "_ms_bak TO " . $table . "_ms_bak2");// rename ms_bak table to ms_bak2
|
|
| 1058 | + $wpdb->query("RENAME TABLE ".$table."_ms_bak TO ".$table."_ms_bak2"); // rename ms_bak table to ms_bak2
|
|
| 1059 | 1059 | |
| 1060 | - if ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak'") == 0) {
|
|
| 1061 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: table %s_ms_bak renamed and backed up', 'geodirectory'), $table) . "</li>";
|
|
| 1060 | + if ($wpdb->query("SHOW TABLES LIKE '".$table."_ms_bak'") == 0) {
|
|
| 1061 | + $filter_arr['output_str'] .= "<li>".sprintf(__('-->FIXED: table %s_ms_bak renamed and backed up', 'geodirectory'), $table)."</li>";
|
|
| 1062 | 1062 | } else {
|
| 1063 | - $filter_arr['output_str'] .= "<li>" . __('-->PROBLEM: Failed to rename tables, please contact support.', 'geodirectory') . "</li>";
|
|
| 1063 | + $filter_arr['output_str'] .= "<li>".__('-->PROBLEM: Failed to rename tables, please contact support.', 'geodirectory')."</li>";
|
|
| 1064 | 1064 | } |
| 1065 | 1065 | |
| 1066 | 1066 | } |
@@ -1068,54 +1068,54 @@ discard block |
||
| 1068 | 1068 | } |
| 1069 | 1069 | |
| 1070 | 1070 | |
| 1071 | - } elseif ($wpdb->query("SHOW TABLES LIKE '$table'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") > 0) {
|
|
| 1072 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('ERROR: Two %s tables found', 'geodirectory'), $tabel_name) . "</li>";
|
|
| 1071 | + } elseif ($wpdb->query("SHOW TABLES LIKE '$table'") > 0 && $wpdb->query("SHOW TABLES LIKE '".$wpdb->prefix."$table'") > 0) {
|
|
| 1072 | + $filter_arr['output_str'] .= "<li>".sprintf(__('ERROR: Two %s tables found', 'geodirectory'), $tabel_name)."</li>";
|
|
| 1073 | 1073 | $filter_arr['is_error_during_diagnose'] = true; |
| 1074 | 1074 | |
| 1075 | 1075 | if ($fix) {
|
| 1076 | 1076 | if ($wpdb->get_var("SELECT COUNT(*) FROM $table") == 0) {// if first table is empty just delete it
|
| 1077 | 1077 | if ($wpdb->query("DROP TABLE IF EXISTS $table")) {
|
| 1078 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Deleted table %s', 'geodirectory'), $table) . "</li>";
|
|
| 1078 | + $filter_arr['output_str'] .= "<li>".sprintf(__('-->FIXED: Deleted table %s', 'geodirectory'), $table)."</li>";
|
|
| 1079 | 1079 | } else {
|
| 1080 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->PROBLEM: Delete table %s failed, please try manual delete from DB', 'geodirectory'), $table) . "</li>";
|
|
| 1080 | + $filter_arr['output_str'] .= "<li>".sprintf(__('-->PROBLEM: Delete table %s failed, please try manual delete from DB', 'geodirectory'), $table)."</li>";
|
|
| 1081 | 1081 | } |
| 1082 | 1082 | |
| 1083 | - } 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
|
|
| 1084 | - if ($wpdb->query("DROP TABLE IF EXISTS " . $wpdb->prefix . "$table")) {
|
|
| 1085 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Deleted table %s', 'geodirectory'), $wpdb->prefix . $table) . "</li>";
|
|
| 1083 | + } 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
|
|
| 1084 | + if ($wpdb->query("DROP TABLE IF EXISTS ".$wpdb->prefix."$table")) {
|
|
| 1085 | + $filter_arr['output_str'] .= "<li>".sprintf(__('-->FIXED: Deleted table %s', 'geodirectory'), $wpdb->prefix.$table)."</li>";
|
|
| 1086 | 1086 | } else {
|
| 1087 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->PROBLEM: Delete table %s failed, please try manual delete from DB', 'geodirectory'), $wpdb->prefix . $table) . "</li>";
|
|
| 1087 | + $filter_arr['output_str'] .= "<li>".sprintf(__('-->PROBLEM: Delete table %s failed, please try manual delete from DB', 'geodirectory'), $wpdb->prefix.$table)."</li>";
|
|
| 1088 | 1088 | } |
| 1089 | - if ($wpdb->query("RENAME TABLE $table TO " . $wpdb->prefix . "$table") || $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
|
|
| 1090 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Table %s renamed to %s', 'geodirectory'), $table, $wpdb->prefix . $table) . "</li>";
|
|
| 1089 | + if ($wpdb->query("RENAME TABLE $table TO ".$wpdb->prefix."$table") || $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
|
|
| 1090 | + $filter_arr['output_str'] .= "<li>".sprintf(__('-->FIXED: Table %s renamed to %s', 'geodirectory'), $table, $wpdb->prefix.$table)."</li>";
|
|
| 1091 | 1091 | } else {
|
| 1092 | - $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>";
|
|
| 1092 | + $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>";
|
|
| 1093 | 1093 | } |
| 1094 | 1094 | } else {// else rename the original table to _ms_bak
|
| 1095 | - if ($wpdb->query("RENAME TABLE $table TO " . $table . "_ms_bak") || $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
|
|
| 1096 | - $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>";
|
|
| 1095 | + if ($wpdb->query("RENAME TABLE $table TO ".$table."_ms_bak") || $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
|
|
| 1096 | + $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>";
|
|
| 1097 | 1097 | } else {
|
| 1098 | - $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>";
|
|
| 1098 | + $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>";
|
|
| 1099 | 1099 | } |
| 1100 | 1100 | } |
| 1101 | 1101 | } |
| 1102 | 1102 | |
| 1103 | - } elseif ($wpdb->query("SHOW TABLES LIKE '$table'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") == 0) {
|
|
| 1104 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('ERROR: %s table not converted', 'geodirectory'), $tabel_name) . "</li>";
|
|
| 1103 | + } elseif ($wpdb->query("SHOW TABLES LIKE '$table'") > 0 && $wpdb->query("SHOW TABLES LIKE '".$wpdb->prefix."$table'") == 0) {
|
|
| 1104 | + $filter_arr['output_str'] .= "<li>".sprintf(__('ERROR: %s table not converted', 'geodirectory'), $tabel_name)."</li>";
|
|
| 1105 | 1105 | $filter_arr['is_error_during_diagnose'] = true; |
| 1106 | 1106 | |
| 1107 | 1107 | if ($fix) {
|
| 1108 | 1108 | // if original table exists but new does not, rename |
| 1109 | - if ($wpdb->query("RENAME TABLE $table TO " . $wpdb->prefix . "$table") || $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
|
|
| 1110 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Table %s renamed to %s', 'geodirectory'), $table, $wpdb->prefix . $table) . "</li>";
|
|
| 1109 | + if ($wpdb->query("RENAME TABLE $table TO ".$wpdb->prefix."$table") || $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
|
|
| 1110 | + $filter_arr['output_str'] .= "<li>".sprintf(__('-->FIXED: Table %s renamed to %s', 'geodirectory'), $table, $wpdb->prefix.$table)."</li>";
|
|
| 1111 | 1111 | } else {
|
| 1112 | - $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>";
|
|
| 1112 | + $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>";
|
|
| 1113 | 1113 | } |
| 1114 | 1114 | |
| 1115 | 1115 | } |
| 1116 | 1116 | |
| 1117 | - } elseif ($wpdb->query("SHOW TABLES LIKE '$table'") == 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") == 0) {
|
|
| 1118 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('ERROR: %s table does not exist', 'geodirectory'), $tabel_name) . "</li>";
|
|
| 1117 | + } elseif ($wpdb->query("SHOW TABLES LIKE '$table'") == 0 && $wpdb->query("SHOW TABLES LIKE '".$wpdb->prefix."$table'") == 0) {
|
|
| 1118 | + $filter_arr['output_str'] .= "<li>".sprintf(__('ERROR: %s table does not exist', 'geodirectory'), $tabel_name)."</li>";
|
|
| 1119 | 1119 | $filter_arr['is_error_during_diagnose'] = true; |
| 1120 | 1120 | |
| 1121 | 1121 | if ($fix) {
|
@@ -1129,11 +1129,11 @@ discard block |
||
| 1129 | 1129 | delete_option('geodir_custom_posts_db_version');
|
| 1130 | 1130 | delete_option('geodir_reviewratings_db_version');
|
| 1131 | 1131 | delete_option('geodiradvancesearch_db_version');
|
| 1132 | - $filter_arr['output_str'] .= "<li>" . __('-->TRY: Please refresh page to run table install functions', 'geodirectory') . "</li>";
|
|
| 1132 | + $filter_arr['output_str'] .= "<li>".__('-->TRY: Please refresh page to run table install functions', 'geodirectory')."</li>";
|
|
| 1133 | 1133 | } |
| 1134 | 1134 | |
| 1135 | 1135 | } else {
|
| 1136 | - $filter_arr['output_str'] .= "<li>" . sprintf(__('%s table converted correctly', 'geodirectory'), $tabel_name) . "</li>";
|
|
| 1136 | + $filter_arr['output_str'] .= "<li>".sprintf(__('%s table converted correctly', 'geodirectory'), $tabel_name)."</li>";
|
|
| 1137 | 1137 | } |
| 1138 | 1138 | return $filter_arr; |
| 1139 | 1139 | } |
@@ -1162,23 +1162,23 @@ discard block |
||
| 1162 | 1162 | if (!empty($all_postypes)) {
|
| 1163 | 1163 | foreach ($all_postypes as $key) {
|
| 1164 | 1164 | // update each GD CPT |
| 1165 | - $posts = $wpdb->get_results("SELECT * FROM " . $wpdb->prefix . "geodir_" . $key . "_detail d");
|
|
| 1165 | + $posts = $wpdb->get_results("SELECT * FROM ".$wpdb->prefix."geodir_".$key."_detail d");
|
|
| 1166 | 1166 | |
| 1167 | 1167 | if (!empty($posts)) {
|
| 1168 | 1168 | |
| 1169 | 1169 | foreach ($posts as $p) {
|
| 1170 | 1170 | $p->post_type = $key; |
| 1171 | - $raw_tags = wp_get_object_terms($p->post_id, $p->post_type . '_tags', array('fields' => 'names'));
|
|
| 1171 | + $raw_tags = wp_get_object_terms($p->post_id, $p->post_type.'_tags', array('fields' => 'names'));
|
|
| 1172 | 1172 | if (empty($raw_tags)) {
|
| 1173 | 1173 | $post_tags = ''; |
| 1174 | 1174 | } else {
|
| 1175 | 1175 | $post_tags = implode(",", $raw_tags);
|
| 1176 | 1176 | } |
| 1177 | - $tablename = $plugin_prefix . $p->post_type . '_detail'; |
|
| 1178 | - $wpdb->query($wpdb->prepare("UPDATE " . $tablename . " SET post_tags=%s WHERE post_id =%d", $post_tags, $p->post_id));
|
|
| 1177 | + $tablename = $plugin_prefix.$p->post_type.'_detail'; |
|
| 1178 | + $wpdb->query($wpdb->prepare("UPDATE ".$tablename." SET post_tags=%s WHERE post_id =%d", $post_tags, $p->post_id));
|
|
| 1179 | 1179 | |
| 1180 | 1180 | } |
| 1181 | - $output_str .= "<li>" . $key . __(': Done', 'geodirectory') . "</li>";
|
|
| 1181 | + $output_str .= "<li>".$key.__(': Done', 'geodirectory')."</li>";
|
|
| 1182 | 1182 | } |
| 1183 | 1183 | |
| 1184 | 1184 | } |
@@ -1187,7 +1187,7 @@ discard block |
||
| 1187 | 1187 | |
| 1188 | 1188 | if ($is_error_during_diagnose) {
|
| 1189 | 1189 | $info_div_class = "geodir_problem_info"; |
| 1190 | - $fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='ratings' />";
|
|
| 1190 | + $fix_button_txt = "<input type='button' value='".__('Fix', 'geodirectory')."' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='ratings' />";
|
|
| 1191 | 1191 | } else {
|
| 1192 | 1192 | $info_div_class = "geodir_noproblem_info"; |
| 1193 | 1193 | $fix_button_txt = ''; |
@@ -1224,29 +1224,29 @@ discard block |
||
| 1224 | 1224 | if (!empty($all_postypes)) {
|
| 1225 | 1225 | foreach ($all_postypes as $key) {
|
| 1226 | 1226 | // update each GD CTP |
| 1227 | - $posts = $wpdb->get_results("SELECT * FROM " . $wpdb->prefix . "geodir_" . $key . "_detail d WHERE d." . $key . "category='' ");
|
|
| 1227 | + $posts = $wpdb->get_results("SELECT * FROM ".$wpdb->prefix."geodir_".$key."_detail d WHERE d.".$key."category='' ");
|
|
| 1228 | 1228 | |
| 1229 | 1229 | if (!empty($posts)) {
|
| 1230 | 1230 | |
| 1231 | 1231 | foreach ($posts as $p) {
|
| 1232 | 1232 | $p->post_type = $key; |
| 1233 | - $raw_cats = wp_get_object_terms($p->post_id, $p->post_type . 'category', array('fields' => 'ids'));
|
|
| 1233 | + $raw_cats = wp_get_object_terms($p->post_id, $p->post_type.'category', array('fields' => 'ids'));
|
|
| 1234 | 1234 | |
| 1235 | 1235 | if (empty($raw_cats)) {
|
| 1236 | 1236 | $post_categories = get_post_meta($p->post_id, 'post_categories', true); |
| 1237 | 1237 | |
| 1238 | - if (!empty($post_categories) && !empty($post_categories[$p->post_type . 'category'])) {
|
|
| 1239 | - $post_categories[$p->post_type . 'category'] = str_replace("d:", "", $post_categories[$p->post_type . 'category']);
|
|
| 1240 | - foreach (explode(",", $post_categories[$p->post_type . 'category']) as $cat_part) {
|
|
| 1238 | + if (!empty($post_categories) && !empty($post_categories[$p->post_type.'category'])) {
|
|
| 1239 | + $post_categories[$p->post_type.'category'] = str_replace("d:", "", $post_categories[$p->post_type.'category']);
|
|
| 1240 | + foreach (explode(",", $post_categories[$p->post_type.'category']) as $cat_part) {
|
|
| 1241 | 1241 | if (is_numeric($cat_part)) {
|
| 1242 | - $raw_cats[] = (int)$cat_part; |
|
| 1242 | + $raw_cats[] = (int) $cat_part; |
|
| 1243 | 1243 | } |
| 1244 | 1244 | } |
| 1245 | 1245 | |
| 1246 | 1246 | } |
| 1247 | 1247 | |
| 1248 | 1248 | if (!empty($raw_cats)) {
|
| 1249 | - $term_taxonomy_ids = wp_set_object_terms($p->post_id, $raw_cats, $p->post_type . 'category'); |
|
| 1249 | + $term_taxonomy_ids = wp_set_object_terms($p->post_id, $raw_cats, $p->post_type.'category'); |
|
| 1250 | 1250 | |
| 1251 | 1251 | } |
| 1252 | 1252 | |
@@ -1256,14 +1256,14 @@ discard block |
||
| 1256 | 1256 | if (empty($raw_cats)) {
|
| 1257 | 1257 | $post_cats = ''; |
| 1258 | 1258 | } else {
|
| 1259 | - $post_cats = ',' . implode(",", $raw_cats) . ',';
|
|
| 1259 | + $post_cats = ','.implode(",", $raw_cats).',';
|
|
| 1260 | 1260 | } |
| 1261 | - $tablename = $plugin_prefix . $p->post_type . '_detail'; |
|
| 1262 | - $wpdb->query($wpdb->prepare("UPDATE " . $tablename . " SET " . $p->post_type . "category=%s WHERE post_id =%d", $post_cats, $p->post_id));
|
|
| 1261 | + $tablename = $plugin_prefix.$p->post_type.'_detail'; |
|
| 1262 | + $wpdb->query($wpdb->prepare("UPDATE ".$tablename." SET ".$p->post_type."category=%s WHERE post_id =%d", $post_cats, $p->post_id));
|
|
| 1263 | 1263 | } |
| 1264 | 1264 | |
| 1265 | 1265 | } |
| 1266 | - $output_str .= "<li>" . $key . __(': Done', 'geodirectory') . "</li>";
|
|
| 1266 | + $output_str .= "<li>".$key.__(': Done', 'geodirectory')."</li>";
|
|
| 1267 | 1267 | |
| 1268 | 1268 | } |
| 1269 | 1269 | |
@@ -1271,7 +1271,7 @@ discard block |
||
| 1271 | 1271 | |
| 1272 | 1272 | if ($is_error_during_diagnose) {
|
| 1273 | 1273 | $info_div_class = "geodir_problem_info"; |
| 1274 | - $fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='ratings' />";
|
|
| 1274 | + $fix_button_txt = "<input type='button' value='".__('Fix', 'geodirectory')."' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='ratings' />";
|
|
| 1275 | 1275 | } else {
|
| 1276 | 1276 | $info_div_class = "geodir_noproblem_info"; |
| 1277 | 1277 | $fix_button_txt = ''; |
@@ -1324,15 +1324,15 @@ discard block |
||
| 1324 | 1324 | if (!empty($ver_arr)) {
|
| 1325 | 1325 | foreach ($ver_arr as $key => $val) {
|
| 1326 | 1326 | if (delete_option($val)) {
|
| 1327 | - $output_str .= "<li>" . $key . __(' Version: Deleted', 'geodirectory') . "</li>";
|
|
| 1327 | + $output_str .= "<li>".$key.__(' Version: Deleted', 'geodirectory')."</li>";
|
|
| 1328 | 1328 | } else {
|
| 1329 | - $output_str .= "<li>" . $key . __(' Version: Not Found', 'geodirectory') . "</li>";
|
|
| 1329 | + $output_str .= "<li>".$key.__(' Version: Not Found', 'geodirectory')."</li>";
|
|
| 1330 | 1330 | } |
| 1331 | 1331 | |
| 1332 | 1332 | } |
| 1333 | 1333 | |
| 1334 | 1334 | if ($output_str) {
|
| 1335 | - $output_str .= "<li><strong>" . __(' Upgrade/install scripts will run on next page reload.', 'geodirectory') . "</strong></li>";
|
|
| 1335 | + $output_str .= "<li><strong>".__(' Upgrade/install scripts will run on next page reload.', 'geodirectory')."</strong></li>";
|
|
| 1336 | 1336 | } |
| 1337 | 1337 | |
| 1338 | 1338 | } |
@@ -1369,43 +1369,43 @@ discard block |
||
| 1369 | 1369 | $output_str = ''; |
| 1370 | 1370 | |
| 1371 | 1371 | // check review locations |
| 1372 | - 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")) {
|
|
| 1373 | - $output_str .= "<li>" . __('Review locations missing or broken', 'geodirectory') . "</li>";
|
|
| 1372 | + 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")) {
|
|
| 1373 | + $output_str .= "<li>".__('Review locations missing or broken', 'geodirectory')."</li>";
|
|
| 1374 | 1374 | $is_error_during_diagnose = true; |
| 1375 | 1375 | |
| 1376 | 1376 | if ($fix) {
|
| 1377 | 1377 | if (geodir_fix_review_location()) {
|
| 1378 | - $output_str .= "<li><strong>" . __('-->FIXED: Review locations fixed', 'geodirectory') . "</strong></li>";
|
|
| 1378 | + $output_str .= "<li><strong>".__('-->FIXED: Review locations fixed', 'geodirectory')."</strong></li>";
|
|
| 1379 | 1379 | } else {
|
| 1380 | - $output_str .= "<li><strong>" . __('-->FAILED: Review locations fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1380 | + $output_str .= "<li><strong>".__('-->FAILED: Review locations fix failed', 'geodirectory')."</strong></li>";
|
|
| 1381 | 1381 | } |
| 1382 | 1382 | } |
| 1383 | 1383 | |
| 1384 | 1384 | } else {
|
| 1385 | - $output_str .= "<li>" . __('Review locations ok', 'geodirectory') . "</li>";
|
|
| 1385 | + $output_str .= "<li>".__('Review locations ok', 'geodirectory')."</li>";
|
|
| 1386 | 1386 | } |
| 1387 | 1387 | |
| 1388 | 1388 | // check review content |
| 1389 | - if ($wpdb->get_results("SELECT * FROM " . GEODIR_REVIEW_TABLE . " WHERE comment_content IS NULL")) {
|
|
| 1390 | - $output_str .= "<li>" . __('Review content missing or broken', 'geodirectory') . "</li>";
|
|
| 1389 | + if ($wpdb->get_results("SELECT * FROM ".GEODIR_REVIEW_TABLE." WHERE comment_content IS NULL")) {
|
|
| 1390 | + $output_str .= "<li>".__('Review content missing or broken', 'geodirectory')."</li>";
|
|
| 1391 | 1391 | $is_error_during_diagnose = true; |
| 1392 | 1392 | |
| 1393 | 1393 | if ($fix) {
|
| 1394 | 1394 | if (geodir_fix_review_content()) {
|
| 1395 | - $output_str .= "<li><strong>" . __('-->FIXED: Review content fixed', 'geodirectory') . "</strong></li>";
|
|
| 1395 | + $output_str .= "<li><strong>".__('-->FIXED: Review content fixed', 'geodirectory')."</strong></li>";
|
|
| 1396 | 1396 | } else {
|
| 1397 | - $output_str .= "<li><strong>" . __('-->FAILED: Review content fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1397 | + $output_str .= "<li><strong>".__('-->FAILED: Review content fix failed', 'geodirectory')."</strong></li>";
|
|
| 1398 | 1398 | } |
| 1399 | 1399 | } |
| 1400 | 1400 | |
| 1401 | 1401 | } else {
|
| 1402 | - $output_str .= "<li>" . __('Review content ok', 'geodirectory') . "</li>";
|
|
| 1402 | + $output_str .= "<li>".__('Review content ok', 'geodirectory')."</li>";
|
|
| 1403 | 1403 | } |
| 1404 | 1404 | |
| 1405 | 1405 | |
| 1406 | 1406 | if ($is_error_during_diagnose) {
|
| 1407 | 1407 | $info_div_class = "geodir_problem_info"; |
| 1408 | - $fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='ratings' />";
|
|
| 1408 | + $fix_button_txt = "<input type='button' value='".__('Fix', 'geodirectory')."' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='ratings' />";
|
|
| 1409 | 1409 | } else {
|
| 1410 | 1410 | $info_div_class = "geodir_noproblem_info"; |
| 1411 | 1411 | $fix_button_txt = ''; |
@@ -1469,7 +1469,7 @@ discard block |
||
| 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='multisite_conversion' />";
|
|
| 1472 | + $fix_button_txt = "<input type='button' value='".__('Fix', 'geodirectory')."' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='multisite_conversion' />";
|
|
| 1473 | 1473 | } else {
|
| 1474 | 1474 | $info_div_class = "geodir_noproblem_info"; |
| 1475 | 1475 | $fix_button_txt = ''; |
@@ -1503,7 +1503,7 @@ discard block |
||
| 1503 | 1503 | else {
|
| 1504 | 1504 | $page_found = $wpdb->get_var( |
| 1505 | 1505 | $wpdb->prepare( |
| 1506 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s LIMIT 1;", |
|
| 1506 | + "SELECT ID FROM ".$wpdb->posts." WHERE post_name = %s LIMIT 1;", |
|
| 1507 | 1507 | array($slug) |
| 1508 | 1508 | ) |
| 1509 | 1509 | ); |
@@ -1549,18 +1549,18 @@ discard block |
||
| 1549 | 1549 | ////////////////////////////////// |
| 1550 | 1550 | $option_value = get_option('geodir_home_page');
|
| 1551 | 1551 | $page = get_post($option_value); |
| 1552 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1552 | + if (!empty($page)) {$page_found = $page->ID; } else {$page_found = ''; }
|
|
| 1553 | 1553 | |
| 1554 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1555 | - $output_str .= "<li>" . __('GD Home page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1554 | + if (!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status == 'publish') |
|
| 1555 | + $output_str .= "<li>".__('GD Home page exists with proper setting.', 'geodirectory')."</li>";
|
|
| 1556 | 1556 | else {
|
| 1557 | 1557 | $is_error_during_diagnose = true; |
| 1558 | - $output_str .= "<li><strong>" . __('GD Home page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1558 | + $output_str .= "<li><strong>".__('GD Home page is missing.', 'geodirectory')."</strong></li>";
|
|
| 1559 | 1559 | if ($fix) {
|
| 1560 | 1560 | if (geodir_fix_virtual_page('gd-home', __('GD Home page', 'geodirectory'), $page_found, 'geodir_home_page')) {
|
| 1561 | - $output_str .= "<li><strong>" . __('-->FIXED: GD Home page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1561 | + $output_str .= "<li><strong>".__('-->FIXED: GD Home page fixed', 'geodirectory')."</strong></li>";
|
|
| 1562 | 1562 | } else {
|
| 1563 | - $output_str .= "<li><strong>" . __('-->FAILED: GD Home page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1563 | + $output_str .= "<li><strong>".__('-->FAILED: GD Home page fix failed', 'geodirectory')."</strong></li>";
|
|
| 1564 | 1564 | } |
| 1565 | 1565 | } |
| 1566 | 1566 | } |
@@ -1574,18 +1574,18 @@ discard block |
||
| 1574 | 1574 | ////////////////////////////////// |
| 1575 | 1575 | $option_value = get_option('geodir_add_listing_page');
|
| 1576 | 1576 | $page = get_post($option_value); |
| 1577 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1577 | + if (!empty($page)) {$page_found = $page->ID; } else {$page_found = ''; }
|
|
| 1578 | 1578 | |
| 1579 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1580 | - $output_str .= "<li>" . __('Add Listing page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1579 | + if (!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status == 'publish') |
|
| 1580 | + $output_str .= "<li>".__('Add Listing page exists with proper setting.', 'geodirectory')."</li>";
|
|
| 1581 | 1581 | else {
|
| 1582 | 1582 | $is_error_during_diagnose = true; |
| 1583 | - $output_str .= "<li><strong>" . __('Add Listing page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1583 | + $output_str .= "<li><strong>".__('Add Listing page is missing.', 'geodirectory')."</strong></li>";
|
|
| 1584 | 1584 | if ($fix) {
|
| 1585 | 1585 | if (geodir_fix_virtual_page('add-listing', __('Add Listing', 'geodirectory'), $page_found, 'geodir_add_listing_page')) {
|
| 1586 | - $output_str .= "<li><strong>" . __('-->FIXED: Add Listing page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1586 | + $output_str .= "<li><strong>".__('-->FIXED: Add Listing page fixed', 'geodirectory')."</strong></li>";
|
|
| 1587 | 1587 | } else {
|
| 1588 | - $output_str .= "<li><strong>" . __('-->FAILED: Add Listing page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1588 | + $output_str .= "<li><strong>".__('-->FAILED: Add Listing page fix failed', 'geodirectory')."</strong></li>";
|
|
| 1589 | 1589 | } |
| 1590 | 1590 | } |
| 1591 | 1591 | } |
@@ -1600,18 +1600,18 @@ discard block |
||
| 1600 | 1600 | ////////////////////////////////// |
| 1601 | 1601 | $option_value = get_option('geodir_preview_page');
|
| 1602 | 1602 | $page = get_post($option_value); |
| 1603 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1603 | + if (!empty($page)) {$page_found = $page->ID; } else {$page_found = ''; }
|
|
| 1604 | 1604 | |
| 1605 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1606 | - $output_str .= "<li>" . __('Listing Preview page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1605 | + if (!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status == 'publish') |
|
| 1606 | + $output_str .= "<li>".__('Listing Preview page exists with proper setting.', 'geodirectory')."</li>";
|
|
| 1607 | 1607 | else {
|
| 1608 | 1608 | $is_error_during_diagnose = true; |
| 1609 | - $output_str .= "<li><strong>" . __('Listing Preview page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1609 | + $output_str .= "<li><strong>".__('Listing Preview page is missing.', 'geodirectory')."</strong></li>";
|
|
| 1610 | 1610 | if ($fix) {
|
| 1611 | 1611 | if (geodir_fix_virtual_page('listing-preview', __('Listing Preview', 'geodirectory'), $page_found, 'geodir_preview_page')) {
|
| 1612 | - $output_str .= "<li><strong>" . __('-->FIXED: Listing Preview page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1612 | + $output_str .= "<li><strong>".__('-->FIXED: Listing Preview page fixed', 'geodirectory')."</strong></li>";
|
|
| 1613 | 1613 | } else {
|
| 1614 | - $output_str .= "<li><strong>" . __('-->FAILED: Listing Preview page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1614 | + $output_str .= "<li><strong>".__('-->FAILED: Listing Preview page fix failed', 'geodirectory')."</strong></li>";
|
|
| 1615 | 1615 | } |
| 1616 | 1616 | } |
| 1617 | 1617 | } |
@@ -1625,18 +1625,18 @@ discard block |
||
| 1625 | 1625 | ////////////////////////////////// |
| 1626 | 1626 | $option_value = get_option('geodir_success_page');
|
| 1627 | 1627 | $page = get_post($option_value); |
| 1628 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1628 | + if (!empty($page)) {$page_found = $page->ID; } else {$page_found = ''; }
|
|
| 1629 | 1629 | |
| 1630 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1631 | - $output_str .= "<li>" . __('Listing Success page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1630 | + if (!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status == 'publish') |
|
| 1631 | + $output_str .= "<li>".__('Listing Success page exists with proper setting.', 'geodirectory')."</li>";
|
|
| 1632 | 1632 | else {
|
| 1633 | 1633 | $is_error_during_diagnose = true; |
| 1634 | - $output_str .= "<li><strong>" . __('Listing Success page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1634 | + $output_str .= "<li><strong>".__('Listing Success page is missing.', 'geodirectory')."</strong></li>";
|
|
| 1635 | 1635 | if ($fix) {
|
| 1636 | 1636 | if (geodir_fix_virtual_page('listing-success', __('Listing Success', 'geodirectory'), $page_found, 'geodir_success_page')) {
|
| 1637 | - $output_str .= "<li><strong>" . __('-->FIXED: Listing Success page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1637 | + $output_str .= "<li><strong>".__('-->FIXED: Listing Success page fixed', 'geodirectory')."</strong></li>";
|
|
| 1638 | 1638 | } else {
|
| 1639 | - $output_str .= "<li><strong>" . __('-->FAILED: Listing Success page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1639 | + $output_str .= "<li><strong>".__('-->FAILED: Listing Success page fix failed', 'geodirectory')."</strong></li>";
|
|
| 1640 | 1640 | } |
| 1641 | 1641 | } |
| 1642 | 1642 | } |
@@ -1650,18 +1650,18 @@ discard block |
||
| 1650 | 1650 | ////////////////////////////////// |
| 1651 | 1651 | $option_value = get_option('geodir_info_page');
|
| 1652 | 1652 | $page = get_post($option_value); |
| 1653 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1653 | + if (!empty($page)) {$page_found = $page->ID; } else {$page_found = ''; }
|
|
| 1654 | 1654 | |
| 1655 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1656 | - $output_str .= "<li>" . __('Info page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1655 | + if (!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status == 'publish') |
|
| 1656 | + $output_str .= "<li>".__('Info page exists with proper setting.', 'geodirectory')."</li>";
|
|
| 1657 | 1657 | else {
|
| 1658 | 1658 | $is_error_during_diagnose = true; |
| 1659 | - $output_str .= "<li><strong>" . __('Info page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1659 | + $output_str .= "<li><strong>".__('Info page is missing.', 'geodirectory')."</strong></li>";
|
|
| 1660 | 1660 | if ($fix) {
|
| 1661 | 1661 | if (geodir_fix_virtual_page('gd-info', __('Info', 'geodirectory'), $page_found, 'geodir_info_page')) {
|
| 1662 | - $output_str .= "<li><strong>" . __('-->FIXED: Info page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1662 | + $output_str .= "<li><strong>".__('-->FIXED: Info page fixed', 'geodirectory')."</strong></li>";
|
|
| 1663 | 1663 | } else {
|
| 1664 | - $output_str .= "<li><strong>" . __('-->FAILED: Info page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1664 | + $output_str .= "<li><strong>".__('-->FAILED: Info page fix failed', 'geodirectory')."</strong></li>";
|
|
| 1665 | 1665 | } |
| 1666 | 1666 | } |
| 1667 | 1667 | } |
@@ -1675,18 +1675,18 @@ discard block |
||
| 1675 | 1675 | ////////////////////////////////// |
| 1676 | 1676 | $option_value = get_option('geodir_login_page');
|
| 1677 | 1677 | $page = get_post($option_value); |
| 1678 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1678 | + if (!empty($page)) {$page_found = $page->ID; } else {$page_found = ''; }
|
|
| 1679 | 1679 | |
| 1680 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1681 | - $output_str .= "<li>" . __('Login page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1680 | + if (!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status == 'publish') |
|
| 1681 | + $output_str .= "<li>".__('Login page exists with proper setting.', 'geodirectory')."</li>";
|
|
| 1682 | 1682 | else {
|
| 1683 | 1683 | $is_error_during_diagnose = true; |
| 1684 | - $output_str .= "<li><strong>" . __('Login page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1684 | + $output_str .= "<li><strong>".__('Login page is missing.', 'geodirectory')."</strong></li>";
|
|
| 1685 | 1685 | if ($fix) {
|
| 1686 | 1686 | if (geodir_fix_virtual_page('gd-login', __('Login', 'geodirectory'), $page_found, 'geodir_login_page')) {
|
| 1687 | - $output_str .= "<li><strong>" . __('-->FIXED: Login page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1687 | + $output_str .= "<li><strong>".__('-->FIXED: Login page fixed', 'geodirectory')."</strong></li>";
|
|
| 1688 | 1688 | } else {
|
| 1689 | - $output_str .= "<li><strong>" . __('-->FAILED: Login page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1689 | + $output_str .= "<li><strong>".__('-->FAILED: Login page fix failed', 'geodirectory')."</strong></li>";
|
|
| 1690 | 1690 | } |
| 1691 | 1691 | } |
| 1692 | 1692 | } |
@@ -1700,18 +1700,18 @@ discard block |
||
| 1700 | 1700 | ////////////////////////////////// |
| 1701 | 1701 | $option_value = get_option('geodir_location_page');
|
| 1702 | 1702 | $page = get_post($option_value); |
| 1703 | - if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
|
|
| 1703 | + if (!empty($page)) {$page_found = $page->ID; } else {$page_found = ''; }
|
|
| 1704 | 1704 | |
| 1705 | - if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish') |
|
| 1706 | - $output_str .= "<li>" . __('Location page exists with proper setting.', 'geodirectory') . "</li>";
|
|
| 1705 | + if (!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status == 'publish') |
|
| 1706 | + $output_str .= "<li>".__('Location page exists with proper setting.', 'geodirectory')."</li>";
|
|
| 1707 | 1707 | else {
|
| 1708 | 1708 | $is_error_during_diagnose = true; |
| 1709 | - $output_str .= "<li><strong>" . __('Location page is missing.', 'geodirectory') . "</strong></li>";
|
|
| 1709 | + $output_str .= "<li><strong>".__('Location page is missing.', 'geodirectory')."</strong></li>";
|
|
| 1710 | 1710 | if ($fix) {
|
| 1711 | 1711 | if (geodir_fix_virtual_page('location', __('Location', 'geodirectory'), $page_found, 'geodir_location_page')) {
|
| 1712 | - $output_str .= "<li><strong>" . __('-->FIXED: Location page fixed', 'geodirectory') . "</strong></li>";
|
|
| 1712 | + $output_str .= "<li><strong>".__('-->FIXED: Location page fixed', 'geodirectory')."</strong></li>";
|
|
| 1713 | 1713 | } else {
|
| 1714 | - $output_str .= "<li><strong>" . __('-->FAILED: Location page fix failed', 'geodirectory') . "</strong></li>";
|
|
| 1714 | + $output_str .= "<li><strong>".__('-->FAILED: Location page fix failed', 'geodirectory')."</strong></li>";
|
|
| 1715 | 1715 | } |
| 1716 | 1716 | } |
| 1717 | 1717 | } |
@@ -1720,13 +1720,13 @@ discard block |
||
| 1720 | 1720 | /* Diagnose Location Page Ends */ |
| 1721 | 1721 | //////////////////////////////// |
| 1722 | 1722 | |
| 1723 | - $page_chk_arr = array('output_str'=>$output_str,'is_error_during_diagnose'=>$is_error_during_diagnose );
|
|
| 1723 | + $page_chk_arr = array('output_str'=>$output_str, 'is_error_during_diagnose'=>$is_error_during_diagnose);
|
|
| 1724 | 1724 | /** |
| 1725 | 1725 | * This action is called at the end of the GD Tools page check function. |
| 1726 | 1726 | * |
| 1727 | 1727 | * @since 1.5.2 |
| 1728 | 1728 | */ |
| 1729 | - $page_chk_arr = apply_filters('geodir_diagnose_default_pages',$page_chk_arr);
|
|
| 1729 | + $page_chk_arr = apply_filters('geodir_diagnose_default_pages', $page_chk_arr);
|
|
| 1730 | 1730 | |
| 1731 | 1731 | $output_str = $page_chk_arr['output_str']; |
| 1732 | 1732 | $is_error_during_diagnose = $page_chk_arr['is_error_during_diagnose']; |
@@ -1736,7 +1736,7 @@ discard block |
||
| 1736 | 1736 | flush_rewrite_rules(); |
| 1737 | 1737 | } |
| 1738 | 1738 | $info_div_class = "geodir_problem_info"; |
| 1739 | - $fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='default_pages' />";
|
|
| 1739 | + $fix_button_txt = "<input type='button' value='".__('Fix', 'geodirectory')."' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='default_pages' />";
|
|
| 1740 | 1740 | } else {
|
| 1741 | 1741 | $info_div_class = "geodir_noproblem_info"; |
| 1742 | 1742 | $fix_button_txt = ''; |
@@ -1764,10 +1764,10 @@ discard block |
||
| 1764 | 1764 | $fix_button_txt = ''; |
| 1765 | 1765 | |
| 1766 | 1766 | if ($is_error_during_diagnose) {
|
| 1767 | - $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>";
|
|
| 1767 | + $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>";
|
|
| 1768 | 1768 | $info_div_class = "geodir_problem_info"; |
| 1769 | 1769 | } else {
|
| 1770 | - $output_str .= "<li>" . __('Load custom fields in to file for translation: ok', 'geodirectory') . "</li>";
|
|
| 1770 | + $output_str .= "<li>".__('Load custom fields in to file for translation: ok', 'geodirectory')."</li>";
|
|
| 1771 | 1771 | $info_div_class = "geodir_noproblem_info"; |
| 1772 | 1772 | $fix_button_txt = ''; |
| 1773 | 1773 | } |
@@ -1809,17 +1809,17 @@ discard block |
||
| 1809 | 1809 | global $wpdb, $wp_query, $plugin_prefix; |
| 1810 | 1810 | |
| 1811 | 1811 | 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'])) {
|
| 1812 | - $table = $plugin_prefix . $wp_query->query_vars['post_type'] . '_detail'; |
|
| 1812 | + $table = $plugin_prefix.$wp_query->query_vars['post_type'].'_detail'; |
|
| 1813 | 1813 | |
| 1814 | - $join = $clauses['join'] . ' INNER JOIN ' . $table . ' AS gd_posts ON (gd_posts.post_id = ' . $wpdb->posts . '.ID)'; |
|
| 1814 | + $join = $clauses['join'].' INNER JOIN '.$table.' AS gd_posts ON (gd_posts.post_id = '.$wpdb->posts.'.ID)'; |
|
| 1815 | 1815 | $clauses['join'] = $join; |
| 1816 | 1816 | |
| 1817 | - $fields = $clauses['fields'] != '' ? $clauses['fields'] . ', ' : ''; |
|
| 1817 | + $fields = $clauses['fields'] != '' ? $clauses['fields'].', ' : ''; |
|
| 1818 | 1818 | $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'; |
| 1819 | 1819 | $clauses['fields'] = $fields; |
| 1820 | 1820 | |
| 1821 | 1821 | $order = !empty($wp_query->query_vars['order']) ? $wp_query->query_vars['order'] : 'ASC'; |
| 1822 | - $orderby = 'gd_expire ' . $order; |
|
| 1822 | + $orderby = 'gd_expire '.$order; |
|
| 1823 | 1823 | $clauses['orderby'] = $orderby; |
| 1824 | 1824 | } |
| 1825 | 1825 | return $clauses; |
@@ -1862,7 +1862,7 @@ discard block |
||
| 1862 | 1862 | global $current_user; |
| 1863 | 1863 | $upload_dir = wp_upload_dir(); |
| 1864 | 1864 | |
| 1865 | - $file = $upload_dir['path'] . '/temp_' . $current_user->data->ID . '/geodir_tmp.csv'; |
|
| 1865 | + $file = $upload_dir['path'].'/temp_'.$current_user->data->ID.'/geodir_tmp.csv'; |
|
| 1866 | 1866 | $handle = fopen($file, 'w'); |
| 1867 | 1867 | |
| 1868 | 1868 | fwrite($handle, $input); |
@@ -1907,7 +1907,7 @@ discard block |
||
| 1907 | 1907 | $uploads_dir = $uploads['path']; |
| 1908 | 1908 | $image_name_arr = explode('/', $filename);
|
| 1909 | 1909 | $filename = end($image_name_arr); |
| 1910 | - $target_path = $uploads_dir . '/temp_' . $current_user->data->ID . '/' . $filename; |
|
| 1910 | + $target_path = $uploads_dir.'/temp_'.$current_user->data->ID.'/'.$filename; |
|
| 1911 | 1911 | $return = array(); |
| 1912 | 1912 | $return['file'] = $uploadedFile; |
| 1913 | 1913 | $return['error'] = __('The uploaded file is not a valid csv file. Please try again.', 'geodirectory');
|
@@ -1924,8 +1924,8 @@ discard block |
||
| 1924 | 1924 | |
| 1925 | 1925 | if (($handle = fopen($target_path, "r")) !== FALSE) {
|
| 1926 | 1926 | while (($data = fgetcsv($handle, 1000, ",")) !== FALSE) {
|
| 1927 | - if(is_array($data) && !empty($data)) {
|
|
| 1928 | - $file[] = '"' . implode('","', $data) . '"';
|
|
| 1927 | + if (is_array($data) && !empty($data)) {
|
|
| 1928 | + $file[] = '"'.implode('","', $data).'"';
|
|
| 1929 | 1929 | } |
| 1930 | 1930 | } |
| 1931 | 1931 | fclose($handle); |
@@ -2042,10 +2042,10 @@ discard block |
||
| 2042 | 2042 | $tag_arr = explode(',', $post_tags);
|
| 2043 | 2043 | } |
| 2044 | 2044 | |
| 2045 | - $table = $plugin_prefix . $buffer[5] . '_detail'; // check table in database |
|
| 2045 | + $table = $plugin_prefix.$buffer[5].'_detail'; // check table in database |
|
| 2046 | 2046 | |
| 2047 | 2047 | $error = ''; |
| 2048 | - if ($wpdb->get_var("SHOW TABLES LIKE '" . $table . "'") != $table) {
|
|
| 2048 | + if ($wpdb->get_var("SHOW TABLES LIKE '".$table."'") != $table) {
|
|
| 2049 | 2049 | $invalid_post_type++; |
| 2050 | 2050 | continue; |
| 2051 | 2051 | } |
@@ -2071,7 +2071,7 @@ discard block |
||
| 2071 | 2071 | if ($buffer[$c] != '0' && $buffer[$c] != '') {
|
| 2072 | 2072 | $submitdata = date('Y-m-d');
|
| 2073 | 2073 | |
| 2074 | - $gd_post_info['expire_date'] = date('Y-m-d', strtotime($submitdata . "+" . addslashes($buffer[$c]) . " days"));
|
|
| 2074 | + $gd_post_info['expire_date'] = date('Y-m-d', strtotime($submitdata."+".addslashes($buffer[$c])." days"));
|
|
| 2075 | 2075 | } else {
|
| 2076 | 2076 | $gd_post_info['expire_date'] = 'Never'; |
| 2077 | 2077 | } |
@@ -2099,7 +2099,7 @@ discard block |
||
| 2099 | 2099 | |
| 2100 | 2100 | // Post status |
| 2101 | 2101 | if ($customKeyarray[$c] == 'post_status') {
|
| 2102 | - $post_status = sanitize_key( $buffer[$c] ); |
|
| 2102 | + $post_status = sanitize_key($buffer[$c]); |
|
| 2103 | 2103 | } |
| 2104 | 2104 | } |
| 2105 | 2105 | |
@@ -2117,8 +2117,8 @@ discard block |
||
| 2117 | 2117 | |
| 2118 | 2118 | // Default post status |
| 2119 | 2119 | $default_status = 'publish'; |
| 2120 | - $post_status = !empty( $post_status ) ? sanitize_key( $post_status ) : $default_status; |
|
| 2121 | - $post_status = !empty( $wp_post_statuses ) && !isset( $wp_post_statuses[$post_status] ) ? $default_status : $post_status; |
|
| 2120 | + $post_status = !empty($post_status) ? sanitize_key($post_status) : $default_status; |
|
| 2121 | + $post_status = !empty($wp_post_statuses) && !isset($wp_post_statuses[$post_status]) ? $default_status : $post_status; |
|
| 2122 | 2122 | |
| 2123 | 2123 | $my_post['post_title'] = $post_title; |
| 2124 | 2124 | $my_post['post_content'] = $post_desc; |
@@ -2162,7 +2162,7 @@ discard block |
||
| 2162 | 2162 | $payment_info = array(); |
| 2163 | 2163 | $package_info = array(); |
| 2164 | 2164 | |
| 2165 | - $package_info = (array)geodir_post_package_info($package_info, '', $buffer[5]); |
|
| 2165 | + $package_info = (array) geodir_post_package_info($package_info, '', $buffer[5]); |
|
| 2166 | 2166 | $package_id = ''; |
| 2167 | 2167 | if (isset($gd_post_info['package_id']) && $gd_post_info['package_id'] != '') {
|
| 2168 | 2168 | $package_id = $gd_post_info['package_id']; |
@@ -2172,7 +2172,7 @@ discard block |
||
| 2172 | 2172 | $payment_info['package_id'] = $package_info['pid']; |
| 2173 | 2173 | |
| 2174 | 2174 | if (isset($package_info['alive_days']) && $package_info['alive_days'] != 0) {
|
| 2175 | - $payment_info['expire_date'] = date('Y-m-d', strtotime("+" . $package_info['alive_days'] . " days"));
|
|
| 2175 | + $payment_info['expire_date'] = date('Y-m-d', strtotime("+".$package_info['alive_days']." days"));
|
|
| 2176 | 2176 | } else {
|
| 2177 | 2177 | $payment_info['expire_date'] = 'Never'; |
| 2178 | 2178 | } |
@@ -2184,7 +2184,7 @@ discard block |
||
| 2184 | 2184 | |
| 2185 | 2185 | $post_type = get_post_type($last_postid); |
| 2186 | 2186 | |
| 2187 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 2187 | + $table = $plugin_prefix.$post_type.'_detail'; |
|
| 2188 | 2188 | |
| 2189 | 2189 | geodir_save_post_info($last_postid, $gd_post_info); |
| 2190 | 2190 | |
@@ -2205,7 +2205,7 @@ discard block |
||
| 2205 | 2205 | $attachment['post_id'] = $last_postid; |
| 2206 | 2206 | $attachment['title'] = $img_name_arr[0]; |
| 2207 | 2207 | $attachment['content'] = ''; |
| 2208 | - $attachment['file'] = $sub_dir . '/' . $image_name; |
|
| 2208 | + $attachment['file'] = $sub_dir.'/'.$image_name; |
|
| 2209 | 2209 | $attachment['mime_type'] = $uploaded_file_type; |
| 2210 | 2210 | $attachment['menu_order'] = $menu_order; |
| 2211 | 2211 | $attachment['is_featured'] = 0; |
@@ -2214,15 +2214,15 @@ discard block |
||
| 2214 | 2214 | |
| 2215 | 2215 | foreach ($attachment as $key => $val) {
|
| 2216 | 2216 | if ($val != '') |
| 2217 | - $attachment_set .= $key . " = '" . $val . "', "; |
|
| 2217 | + $attachment_set .= $key." = '".$val."', "; |
|
| 2218 | 2218 | } |
| 2219 | 2219 | $attachment_set = trim($attachment_set, ", "); |
| 2220 | 2220 | |
| 2221 | - $wpdb->query("INSERT INTO " . GEODIR_ATTACHMENT_TABLE . " SET " . $attachment_set);
|
|
| 2221 | + $wpdb->query("INSERT INTO ".GEODIR_ATTACHMENT_TABLE." SET ".$attachment_set);
|
|
| 2222 | 2222 | |
| 2223 | 2223 | if ($menu_order == 1) {
|
| 2224 | 2224 | $post_type = get_post_type($last_postid); |
| 2225 | - $wpdb->query($wpdb->prepare("UPDATE " . $table . " SET featured_image = %s where post_id =%d", array($sub_dir . '/' . $image_name, $last_postid)));
|
|
| 2225 | + $wpdb->query($wpdb->prepare("UPDATE ".$table." SET featured_image = %s where post_id =%d", array($sub_dir.'/'.$image_name, $last_postid)));
|
|
| 2226 | 2226 | } |
| 2227 | 2227 | $menu_order++; |
| 2228 | 2228 | } |
@@ -2263,11 +2263,11 @@ discard block |
||
| 2263 | 2263 | } |
| 2264 | 2264 | |
| 2265 | 2265 | // Add the tab in left sidebar menu fro import & export page. |
| 2266 | -add_filter( 'geodir_settings_tabs_array', 'geodir_import_export_tab', 94 ); |
|
| 2266 | +add_filter('geodir_settings_tabs_array', 'geodir_import_export_tab', 94);
|
|
| 2267 | 2267 | |
| 2268 | 2268 | // Handle ajax request for import/export. |
| 2269 | -add_action( 'wp_ajax_geodir_import_export', 'geodir_ajax_import_export' ); |
|
| 2270 | -add_action( 'wp_ajax_nopriv_geodir_import_exportn', 'geodir_ajax_import_export' ); |
|
| 2269 | +add_action('wp_ajax_geodir_import_export', 'geodir_ajax_import_export');
|
|
| 2270 | +add_action('wp_ajax_nopriv_geodir_import_exportn', 'geodir_ajax_import_export');
|
|
| 2271 | 2271 | |
| 2272 | 2272 | |
| 2273 | 2273 | /** |
@@ -2278,40 +2278,40 @@ discard block |
||
| 2278 | 2278 | * @param $post_id int $post_id The post ID of the post being saved. |
| 2279 | 2279 | * @param $post object $post The post object of the post being saved. |
| 2280 | 2280 | */ |
| 2281 | -function geodir_update_location_prefix($post_id,$post){
|
|
| 2282 | - if($post->post_type=='page' && $post->post_name && $post_id==get_option('geodir_location_page')){
|
|
| 2283 | - update_option('geodir_location_prefix',$post->post_name);
|
|
| 2281 | +function geodir_update_location_prefix($post_id, $post) {
|
|
| 2282 | + if ($post->post_type == 'page' && $post->post_name && $post_id == get_option('geodir_location_page')) {
|
|
| 2283 | + update_option('geodir_location_prefix', $post->post_name);
|
|
| 2284 | 2284 | } |
| 2285 | 2285 | |
| 2286 | 2286 | } |
| 2287 | 2287 | |
| 2288 | -add_action('save_post', 'geodir_update_location_prefix',10,2);
|
|
| 2288 | +add_action('save_post', 'geodir_update_location_prefix', 10, 2);
|
|
| 2289 | 2289 | |
| 2290 | -add_action( 'wp_ajax_geodir_ga_callback', 'geodir_ga_callback' ); |
|
| 2290 | +add_action('wp_ajax_geodir_ga_callback', 'geodir_ga_callback');
|
|
| 2291 | 2291 | |
| 2292 | -function geodir_ga_callback(){
|
|
| 2292 | +function geodir_ga_callback() {
|
|
| 2293 | 2293 | |
| 2294 | -if(isset($_REQUEST['code']) && $_REQUEST['code']) {
|
|
| 2294 | +if (isset($_REQUEST['code']) && $_REQUEST['code']) {
|
|
| 2295 | 2295 | $oAuthURL = "https://www.googleapis.com/oauth2/v3/token?"; |
| 2296 | 2296 | $code = "code=".$_REQUEST['code']; |
| 2297 | 2297 | $grant_type = "&grant_type=authorization_code"; |
| 2298 | - $redirect_uri = "&redirect_uri=" . admin_url('admin-ajax.php') . "?action=geodir_ga_callback";
|
|
| 2298 | + $redirect_uri = "&redirect_uri=".admin_url('admin-ajax.php')."?action=geodir_ga_callback";
|
|
| 2299 | 2299 | $client_id = "&client_id=".get_option('geodir_ga_client_id');
|
| 2300 | 2300 | $client_secret = "&client_secret=".get_option('geodir_ga_client_secret');
|
| 2301 | 2301 | |
| 2302 | - $auth_url = $oAuthURL . $code . $redirect_uri . $grant_type . $client_id .$client_secret; |
|
| 2302 | + $auth_url = $oAuthURL.$code.$redirect_uri.$grant_type.$client_id.$client_secret; |
|
| 2303 | 2303 | |
| 2304 | 2304 | $response = wp_remote_post($auth_url, array('timeout' => 15));
|
| 2305 | 2305 | |
| 2306 | 2306 | //print_r($response); |
| 2307 | 2307 | |
| 2308 | - $error_msg = __('Something went wrong','geodirectory');
|
|
| 2309 | - if(!empty($response['response']['code']) && $response['response']['code']==200){
|
|
| 2308 | + $error_msg = __('Something went wrong', 'geodirectory');
|
|
| 2309 | + if (!empty($response['response']['code']) && $response['response']['code'] == 200) {
|
|
| 2310 | 2310 | |
| 2311 | 2311 | $parts = json_decode($response['body']); |
| 2312 | 2312 | //print_r($parts); |
| 2313 | - if(!isset($parts->access_token)){echo $error_msg." - #1";exit;}
|
|
| 2314 | - else{
|
|
| 2313 | + if (!isset($parts->access_token)) {echo $error_msg." - #1"; exit; }
|
|
| 2314 | + else {
|
|
| 2315 | 2315 | |
| 2316 | 2316 | update_option('gd_ga_access_token', $parts->access_token);
|
| 2317 | 2317 | update_option('gd_ga_refresh_token', $parts->refresh_token);
|
@@ -2320,18 +2320,18 @@ discard block |
||
| 2320 | 2320 | |
| 2321 | 2321 | |
| 2322 | 2322 | } |
| 2323 | - elseif(!empty($response['response']['code'])) {
|
|
| 2323 | + elseif (!empty($response['response']['code'])) {
|
|
| 2324 | 2324 | $parts = json_decode($response['body']); |
| 2325 | 2325 | |
| 2326 | - if(isset($parts->error)){
|
|
| 2327 | - echo $parts->error.": ".$parts->error_description;exit; |
|
| 2328 | - }else{
|
|
| 2329 | - echo $error_msg." - #2";exit; |
|
| 2326 | + if (isset($parts->error)) {
|
|
| 2327 | + echo $parts->error.": ".$parts->error_description; exit; |
|
| 2328 | + } else {
|
|
| 2329 | + echo $error_msg." - #2"; exit; |
|
| 2330 | 2330 | } |
| 2331 | 2331 | |
| 2332 | - }else{
|
|
| 2332 | + } else {
|
|
| 2333 | 2333 | |
| 2334 | - echo $error_msg." - #3";exit; |
|
| 2334 | + echo $error_msg." - #3"; exit; |
|
| 2335 | 2335 | |
| 2336 | 2336 | } |
| 2337 | 2337 | } |
@@ -2353,7 +2353,7 @@ discard block |
||
| 2353 | 2353 | function geodir_uninstall_settings($general_settings) {
|
| 2354 | 2354 | $settings = array(); |
| 2355 | 2355 | $settings[] = array('type' => 'title', 'id' => 'uninstall_settings', 'name' => __('Uninstall Settings', 'geodirectory'));
|
| 2356 | - $settings[] = array('type' => 'sectionstart', 'id' => 'uninstall_settings_main', 'name' => __('Remove Data on Uninstall?', 'geodirectory' ));
|
|
| 2356 | + $settings[] = array('type' => 'sectionstart', 'id' => 'uninstall_settings_main', 'name' => __('Remove Data on Uninstall?', 'geodirectory'));
|
|
| 2357 | 2357 | |
| 2358 | 2358 | $plugins = get_plugins(); |
| 2359 | 2359 | $un_plugins = apply_filters('geodir_plugins_uninstall_settings', array());
|
@@ -2365,7 +2365,7 @@ discard block |
||
| 2365 | 2365 | if (in_array($plugin_name, $un_plugins)) {
|
| 2366 | 2366 | $settings[] = array( |
| 2367 | 2367 | 'type' => 'checkbox', |
| 2368 | - 'id' => 'geodir_un_' . $plugin_name, |
|
| 2368 | + 'id' => 'geodir_un_'.$plugin_name, |
|
| 2369 | 2369 | 'name' => $data['Name'], |
| 2370 | 2370 | 'desc' => __('Remove all data when deleted?', 'geodirectory'),
|
| 2371 | 2371 | 'std' => '0' |
@@ -2399,7 +2399,7 @@ discard block |
||
| 2399 | 2399 | * @since 1.6.9 |
| 2400 | 2400 | */ |
| 2401 | 2401 | function geodir_uninstall_settings_desc() {
|
| 2402 | - echo '<p class="gd-un-settings-desc">' . __('Select the plugins that you would like to completely remove all of its data when the plugin is deleted.', 'geodirectory') . '</p>';
|
|
| 2402 | + echo '<p class="gd-un-settings-desc">'.__('Select the plugins that you would like to completely remove all of its data when the plugin is deleted.', 'geodirectory').'</p>';
|
|
| 2403 | 2403 | } |
| 2404 | 2404 | add_action('geodir_settings_uninstall_settings_main_start', 'geodir_uninstall_settings_desc');
|
| 2405 | 2405 | |
@@ -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 | |