| @@ -1,4 +1,4 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | 3 | * Welcome Page Class |
| 4 | 4 | * Shows a feature overview for the new version (major). |
| @@ -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;" |
| @@ -317,16 +315,17 @@ | ||
| 317 | 315 | $this->title_section(); |
| 318 | 316 | |
| 319 | 317 | $this->show_go_links(); |
| 320 | 318 | |
| 321 | - $this->maintence_section(); | |
| 322 | - | |
| 323 | - $this->section_9_8_css(); | |
| 324 | - | |
| 325 | - if ( function_exists( 'wpbc_is_11_6_features_enabled' ) && wpbc_is_11_6_features_enabled() ) { | |
| 326 | - wpbc_welcome_section_11_6( $this ); | |
| 327 | - } | |
| 328 | - wpbc_welcome_section_11_5( $this ); | |
| 319 | + $this->maintence_section(); | |
| 320 | + | |
| 321 | + $this->section_9_8_css(); | |
| 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 ); | |
| 329 | 328 | wpbc_welcome_section_11_4( $this ); |
| 330 | 329 | wpbc_welcome_section_11_3( $this ); |
| 331 | 330 | wpbc_welcome_section_11_2( $this ); |
| 332 | 331 | wpbc_welcome_section_11_1( $this ); |