| @@ -26,8 +26,9 @@ | ||
| 26 | 26 | use SRFM\Inc\AI_Form_Builder\Field_Mapping; |
| 27 | 27 | use SRFM\Inc\Background_Process; |
| 28 | 28 | use SRFM\Inc\Blocks\Register; |
| 29 | 29 | use SRFM\Inc\Compatibility\Multilingual\Multilingual_Manager; |
| 30 | +use SRFM\Inc\Compatibility\Multilingual\String_Backfill; | |
| 30 | 31 | use SRFM\Inc\Compatibility\Multilingual\String_Collector; |
| 31 | 32 | use SRFM\Inc\Compatibility\Themes\Astra; |
| 32 | 33 | use SRFM\Inc\Create_New_Form; |
| 33 | 34 | use SRFM\Inc\Database\Register as DatabaseRegister; |
| @@ -35,8 +36,9 @@ | ||
| 35 | 36 | use SRFM\Inc\Events_Scheduler; |
| 36 | 37 | use SRFM\Inc\Export; |
| 37 | 38 | use SRFM\Inc\Form_Restriction; |
| 38 | 39 | use SRFM\Inc\Form_Submit; |
| 40 | +use SRFM\Inc\Form_Views; | |
| 39 | 41 | use SRFM\Inc\Forms_Data; |
| 40 | 42 | use SRFM\Inc\Frontend_Assets; |
| 41 | 43 | use SRFM\Inc\Generate_Form_Markup; |
| 42 | 44 | use SRFM\Inc\Global_Settings\Email_Summary; |
| @@ -303,8 +305,9 @@ | ||
| 303 | 305 | Helper::get_instance(); |
| 304 | 306 | Activator::get_instance(); |
| 305 | 307 | Admin_Ajax::get_instance(); |
| 306 | 308 | Forms_Data::get_instance(); |
| 309 | + Form_Views::get_instance(); | |
| 307 | 310 | Export::get_instance(); |
| 308 | 311 | Smart_Tags::get_instance(); |
| 309 | 312 | Generate_Form_Markup::get_instance(); |
| 310 | 313 | Create_New_Form::get_instance(); |
| @@ -332,8 +335,9 @@ | ||
| 332 | 335 | // Initializing Compatibilities. |
| 333 | 336 | Astra::get_instance(); |
| 334 | 337 | Multilingual_Manager::get_instance(); |
| 335 | 338 | String_Collector::get_instance(); |
| 339 | + String_Backfill::get_instance(); | |
| 336 | 340 | |
| 337 | 341 | /** |
| 338 | 342 | * Load core files necessary for the Spectra block. |
| 339 | 343 | * This method is called in the Spectra block loader to ensure core files are loaded during the 'plugins_loaded' action. |