| @@ -556,10 +556,8 @@ | ||
| 556 | 556 | || ( |
| 557 | 557 | ( $_REQUEST['page'] === 'wpbc-catalog-booking-resources' ) // phpcs:ignore WordPress.Security.NonceVerification.Recommended |
| 558 | 558 | && function_exists( 'wpbc_is_11_6_features_enabled' ) |
| 559 | 559 | && wpbc_is_11_6_features_enabled() |
| 560 | - && defined( 'WPBC_ENABLE_11_6_CATALOG_V2' ) | |
| 561 | - && WPBC_ENABLE_11_6_CATALOG_V2 | |
| 562 | 560 | ) |
| 563 | 561 | ) |
| 564 | 562 | ) { |
| 565 | 563 | return true; |
| @@ -598,9 +596,15 @@ | ||
| 598 | 596 | * @return bool |
| 599 | 597 | */ |
| 600 | 598 | function wpbc_can_i_load_on_this_page__modal_search_options() { |
| 601 | 599 | |
| 602 | - if ( wpbc_can_i_load_on__searchable_resources_page() ){ | |
| 600 | + if ( | |
| 601 | + wpbc_can_i_load_on__searchable_resources_page() | |
| 602 | + || ( | |
| 603 | + function_exists( 'wpbc_catalog_searchable_resources_is_page' ) | |
| 604 | + && wpbc_catalog_searchable_resources_is_page() | |
| 605 | + ) | |
| 606 | + ) { | |
| 603 | 607 | return true; |
| 604 | 608 | } else { |
| 605 | 609 | return false; |
| 606 | 610 | } |