PluginProbe
Booking Calendar / 11.8.3
Booking Calendar v11.8.3
11.8.3 11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 10.11.2 All 203 releases
← All changes | includes/ui_modal__shortcodes/tiny-button-popup.php +8 -2 11.311.8.3 View file →
@@ -213,9 +213,9 @@
213 213 // <editor-fold defaultstate="collapsed" desc=" M o d a l C o n t e n t " >
214 214 public function modal_content() {
215 215
216 216 ?><span class="wpdevelop wpbc_page"><div class="visibility_container clearfix-height" style="display:block;"><?php
217 - ?><div id="wpbc_tiny_modal" class="modal wpbc_popup_modal wpbc_tiny_modal" tabindex="-1" role="dialog">
217 + ?><div id="wpbc_tiny_modal" class="modal wpbc_popup_modal wpbc_tiny_modal wpbc_shortcode_config__scroll_mode" tabindex="-1" role="dialog">
218 218 <div class="modal-dialog modal-lg">
219 219 <div class="modal-content">
220 220 <div class="modal-header">
221 221 <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
@@ -243,8 +243,14 @@
243 243
244 244 // [bookingcalendar ... ] ----------------------------------------------------------
245 245 wpbc_shortcode_config__content__bookingcalendar();
246 246
247 + // [booking_appointment ... ] --------------------------------------------------
248 + wpbc_shortcode_config__content__booking_appointment();
249 +
250 + // [booking_resource_selector ... ] --------------------------------------------
251 + wpbc_shortcode_config__content__booking_resource_selector();
252 +
247 253 // [bookingselect ... ] ------------------------------------------------------------
248 254 wpbc_shortcode_config__content__bookingselect();
249 255
250 256 // [bookingtimeline ... ] ----------------------------------------------------------
@@ -316,9 +322,9 @@
316 322
317 323
318 324 if (
319 325 ( in_array( basename( $_SERVER['PHP_SELF'] ), wpbc_get_pages_where_insert_tiny_mce_buttons() ) ) // phpcs:ignore WordPress.Security.ValidatedSanitizedInput.InputNotValidated, WordPress.Security.NonceVerification.Recommended, WordPress.Security.NonceVerification.Missing
320 - || ( ( isset( $_REQUEST['page'] ) && ( 'wpbc-resources' === $_REQUEST['page'] ) ) ) // phpcs:ignore WordPress.Security.NonceVerification.Recommended, WordPress.Security.NonceVerification.Missing
326 + || wpbc_can_i_load_on__resources_page()
321 327 || wpbc_is_setup_wizard_page() // || wpbc_is_bookings_page() // FixIn: 10.6.6.2.
322 328 || wpbc_is_builder_booking_form_page()
323 329 ) {
324 330 // FixIn: 10.6.5.1.