| @@ -40,17 +40,4 @@ | ||
| 40 | 40 | |
| 41 | 41 | return defined( 'WPBC_ENABLE_11_6_FEATURES' ) && true === WPBC_ENABLE_11_6_FEATURES; |
| 42 | 42 | } |
| 43 | 43 | |
| 44 | -/** | |
| 45 | - * Check whether the experimental template-driven catalog may load. | |
| 46 | - * | |
| 47 | - * This dedicated, non-filterable gate does not replace the 11.6 master gate. | |
| 48 | - * Callers at bootstrap boundaries must require both gates so an explicitly | |
| 49 | - * enabled catalog cannot bypass a disabled 11.6 feature set. | |
| 50 | - * | |
| 51 | - * @return bool True only when the catalog constant is the boolean true. | |
| 52 | - */ | |
| 53 | -function wpbc_is_11_6_catalog_v2_enabled() { | |
| 54 | - | |
| 55 | - return defined( 'WPBC_ENABLE_11_6_CATALOG_V2' ) && true === WPBC_ENABLE_11_6_CATALOG_V2; | |
| 56 | -} | |