PluginProbe
SureForms – Contact Form Builder, AI Forms, Payment Form, Survey & Quiz / 2.12.7
SureForms – Contact Form Builder, AI Forms, Payment Form, Survey & Quiz v2.12.7
2.12.7 2.12.6 2.12.5 2.12.4 2.12.3 2.12.2 2.12.1 2.12.0 2.11.1 2.11.0 2.10.1 2.10.0 2.9.1 2.9.0 2.8.2 2.8.1 2.7.0 2.7.1 2.8.0 trunk 0.0.10 0.0.11 0.0.12 0.0.13 0.0.2 All 97 releases
← All changes | plugin-loader.php +4 -0 2.12.02.12.7 View file →
@@ -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.