| @@ -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 |