| @@ -134,11 +134,12 @@ | ||
| 134 | 134 | // require_once WPBC_PLUGIN_DIR . '/includes/page-form-builder/field-packs/time-grid/time-grid.php'; // -- TODO: Time Grid --. |
| 135 | 135 | |
| 136 | 136 | |
| 137 | 137 | // ===================================================================================================================== |
| 138 | -// == Hints Packs == | |
| 139 | -// ===================================================================================================================== | |
| 140 | -require_once WPBC_PLUGIN_DIR . '/includes/page-form-builder/field-packs/hint-cost_hint/field-cost-hint-wptpl.php'; | |
| 138 | +// == Hints Packs == | |
| 139 | +// ===================================================================================================================== | |
| 140 | +require_once WPBC_PLUGIN_DIR . '/includes/page-form-builder/field-packs/custom-shortcode/field-custom-shortcode.php'; | |
| 141 | +require_once WPBC_PLUGIN_DIR . '/includes/page-form-builder/field-packs/hint-cost_hint/field-cost-hint-wptpl.php'; | |
| 141 | 142 | require_once WPBC_PLUGIN_DIR . '/includes/page-form-builder/field-packs/hint-selected_short_timedates_hint/field-selected-short-timedates-hint-wptpl.php'; |
| 142 | 143 | require_once WPBC_PLUGIN_DIR . '/includes/page-form-builder/field-packs/hint-capacity_hint/field-capacity-hint-wptpl.php'; |
| 143 | 144 | require_once WPBC_PLUGIN_DIR . '/includes/page-form-builder/field-packs/hint-bookingresource_info/field-bookingresource-info-wptpl.php'; |
| 144 | 145 | |
| @@ -164,11 +165,9 @@ | ||
| 164 | 165 | require_once WPBC_PLUGIN_DIR . '/includes/page-form-builder/field-packs/hint-balance_hint/field-balance-hint-wptpl.php'; |
| 165 | 166 | require_once WPBC_PLUGIN_DIR . '/includes/page-form-builder/field-packs/hint-coupon_discount_hint/field-coupon-discount-hint-wptpl.php'; |
| 166 | 167 | |
| 167 | 168 | require_once WPBC_PLUGIN_DIR . '/includes/page-form-builder/field-packs/hint-resource_title_hint/field-resource-title-hint-wptpl.php'; |
| 168 | -if ( function_exists( 'wpbc_is_11_5_features_enabled' ) && wpbc_is_11_5_features_enabled() ) { | |
| 169 | - require_once WPBC_PLUGIN_DIR . '/includes/page-form-builder/field-packs/hint-service_title_hint/field-service-title-hint-wptpl.php'; | |
| 170 | -} | |
| 169 | +require_once WPBC_PLUGIN_DIR . '/includes/page-form-builder/field-packs/hint-service_title_hint/field-service-title-hint-wptpl.php'; | |
| 171 | 170 | |
| 172 | 171 | |
| 173 | 172 | // ===================================================================================================================== |
| 174 | 173 | // == Structure Packs == |
| @@ -173,11 +172,9 @@ | ||
| 173 | 172 | // ===================================================================================================================== |
| 174 | 173 | // == Structure Packs == |
| 175 | 174 | // ===================================================================================================================== |
| 176 | 175 | require_once WPBC_PLUGIN_DIR . '/includes/page-form-builder/field-packs/wizard-nav/wizard-nav.php'; // -- Wizard Nav. -- |
| 177 | -if ( function_exists( 'wpbc_is_11_5_features_enabled' ) && wpbc_is_11_5_features_enabled() ) { | |
| 178 | - require_once WPBC_PLUGIN_DIR . '/includes/page-form-builder/field-packs/appointment-start-over/appointment-start-over.php'; // -- Appointment Start Over. -- | |
| 179 | -} | |
| 176 | +require_once WPBC_PLUGIN_DIR . '/includes/page-form-builder/field-packs/appointment-start-over/appointment-start-over.php'; // -- Appointment Start Over. -- | |
| 180 | 177 | require_once WPBC_PLUGIN_DIR . '/includes/page-form-builder/field-packs/divider/divider.php'; // -- Divider -- |
| 181 | 178 | require_once WPBC_PLUGIN_DIR . '/includes/page-form-builder/field-packs/steps-timeline/field-steps-timeline.php'; // -- Steps Timeline in Wizards -- |
| 182 | 179 | |
| 183 | 180 | // ===================================================================================================================== |