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 | core/class/wpbc-class-welcome.php +8 -3 11.211.8.4 View file →
@@ -291,11 +291,9 @@
291 291 echo esc_html( $wpbc_starter_page['button_title'] ); ?></a>
292 292 <?php
293 293 }
294 294 } else {
295 - $wp_post_booking_absolute = function_exists( 'wpbc_stp_wiz__is_exist_published_page_with_booking_form' )
296 - ? wpbc_stp_wiz__is_exist_published_page_with_booking_form()
297 - : false;
295 + $wp_post_booking_absolute = false;
298 296 if ( ! empty( $wp_post_booking_absolute ) ) {
299 297 ?>
300 298 <a class="button button-secondary"
301 299 style="font-size: 20px;padding: 0 1em;height: 44px;line-height: 40px;"
@@ -321,8 +319,15 @@
321 319 $this->maintence_section();
322 320
323 321 $this->section_9_8_css();
324 322
323 + wpbc_welcome_section_11_8_1( $this );
324 + wpbc_welcome_section_11_8( $this );
325 + wpbc_welcome_section_11_7( $this );
326 + wpbc_welcome_section_11_6( $this );
327 + wpbc_welcome_section_11_5( $this );
328 + wpbc_welcome_section_11_4( $this );
329 + wpbc_welcome_section_11_3( $this );
325 330 wpbc_welcome_section_11_2( $this );
326 331 wpbc_welcome_section_11_1( $this );
327 332 wpbc_welcome_section_11_0( $this );
328 333 wpbc_welcome_section_10_15( $this );