PluginProbe
Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar / 2.1.21
Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar v2.1.21
2.1.22 2.1.21 2.1.20 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 trunk 1.1 2.0 2.0.1 2.0.10.2 2.0.11 2.0.12 2.0.13 2.0.14 2.0.15 2.0.16 2.0.17 2.0.18 2.0.2 2.0.20 2.0.21 All 56 releases
← All changes | core/wpbc/wpbm-bc.php +4 -3 2.0.22 → 2.1.21 View file →
@@ -165,12 +165,12 @@
165 165 }
166 166
167 167
168 168 /** Hook for overwriting updating dates. Usually used for do not allow to make this updating.
169 - *
169 + *
170 170 * // From: ..\wp-content\plugins\booking\inc\_bl\biz_l.php
171 - * // $is_continue = apply_filters( 'wpbc_is_reupdate_dates_to_child_resources', $is_exit, $booking_id, $bktype, $dates, $start_end_time_arr , $formdata, $skip_page_checking_for_updating );
172 - *
171 + * // $is_continue = apply_filters( 'wpbc_is_reupdate_dates_to_child_resources', $is_exit, $booking_id, $bktype, $dates, $start_end_time_arr , $formdata, $skip_page_checking_for_updating );
172 + *
173 173 * @param type $is_exit
174 174 * @param type $booking_id
175 175 * @param type $bktype
176 176 * @param type $dates
@@ -181,8 +181,9 @@
181 181 */
182 182 function wpbm_is_reupdate_dates_to_child_resources( $is_exit, $booking_id, $bktype, $dates, $start_end_time_arr , $formdata, $skip_page_checking_for_updating ) {
183 183 return true;
184 184 }
185 +
185 186
186 187
187 188 /** Getting only Booking fields ( starting '_BOOKING' ) from Parsed ICS array
188 189 * - its support helpful function