PluginProbe
Booking Calendar / 11.8.2
Booking Calendar v11.8.2
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 10.11.2 All 203 releases
← All changes | core/admin/wpbc-toolbars.php +3 -10 11.211.8.2 View file →
@@ -1,4 +1,4 @@
1 1 <?php /**
2 2 * @version 1.0
3 3 * @package Booking Calendar
4 4 * @category Toolbar. Data for UI Elements at Booking Calendar admin pages
@@ -89,18 +89,11 @@
89 89
90 90 wpbc_toolbar_btn__resource_selection();
91 91 }
92 92
93 - $is_bfb_enabled = (bool) WPBC_Frontend_Settings::is_bfb_enabled( null );
94 - if ( $is_bfb_enabled ) {
95 - WPBC_FE_Custom_Form_Helper::wpbc_bfb__custom_booking_forms_list__selectbox_html();
96 - } else {
97 - if ( function_exists( 'wpbc_toolbar_btn__form_selection' ) ) {
98 - wpbc_toolbar_btn__form_selection();
99 - }
100 - }
101 -
102 - ////////////////////////////////////////////////////////////////////
93 + WPBC_FE_Custom_Form_Helper::wpbc_bfb__custom_booking_forms_list__selectbox_html();
94 +
95 + ////////////////////////////////////////////////////////////////////
103 96 ?><div class="clear-for-mobile"></div><?php
104 97
105 98 ?><div class="control-group wpbc-no-padding" style="float:right;margin-right: 0;margin-left: 15px;"><?php
106 99