PluginProbe
Booking Calendar / 11.8.2
Booking Calendar v11.8.2
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 10.11.2 10.11.3 All 202 releases
← All changes | includes/_functions/feature-flags.php +0 -13 11.711.8.2 View file →
@@ -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 -}