| @@ -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 | |