| @@ -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; |
| @@ -332,8 +333,9 @@ | ||
| 332 | 333 | // Initializing Compatibilities. |
| 333 | 334 | Astra::get_instance(); |
| 334 | 335 | Multilingual_Manager::get_instance(); |
| 335 | 336 | String_Collector::get_instance(); |
| 337 | + String_Backfill::get_instance(); | |
| 336 | 338 | |
| 337 | 339 | /** |
| 338 | 340 | * Load core files necessary for the Spectra block. |
| 339 | 341 | * This method is called in the Spectra block loader to ensure core files are loaded during the 'plugins_loaded' action. |