PluginProbe
Booking Calendar / 11.8.4
Booking Calendar v11.8.4
11.8.4 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 All 204 releases
← All changes | includes/ui_modal__shortcodes/tiny-button-popup.php +5 -7 11.511.8.4 View file →
@@ -1,4 +1,4 @@
1 1 <?php
2 2 /**
3 3 * @version 1.0
4 4 * @package Booking Calendar
@@ -243,15 +243,13 @@
243 243
244 244 // [bookingcalendar ... ] ----------------------------------------------------------
245 245 wpbc_shortcode_config__content__bookingcalendar();
246 246
247 - if ( wpbc_is_11_5_features_enabled() ) {
248 - // [booking_appointment ... ] --------------------------------------------------
249 - wpbc_shortcode_config__content__booking_appointment();
247 + // [booking_appointment ... ] --------------------------------------------------
248 + wpbc_shortcode_config__content__booking_appointment();
250 249
251 - // [booking_resource_selector ... ] --------------------------------------------
252 - wpbc_shortcode_config__content__booking_resource_selector();
253 - }
250 + // [booking_resource_selector ... ] --------------------------------------------
251 + wpbc_shortcode_config__content__booking_resource_selector();
254 252
255 253 // [bookingselect ... ] ------------------------------------------------------------
256 254 wpbc_shortcode_config__content__bookingselect();
257 255
@@ -324,9 +322,9 @@
324 322
325 323
326 324 if (
327 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
328 - || ( ( 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()
329 327 || wpbc_is_setup_wizard_page() // || wpbc_is_bookings_page() // FixIn: 10.6.6.2.
330 328 || wpbc_is_builder_booking_form_page()
331 329 ) {
332 330 // FixIn: 10.6.5.1.