PluginProbe
SureForms – Contact Form Builder, AI Forms, Payment Form, Survey & Quiz / 0.0.7
SureForms – Contact Form Builder, AI Forms, Payment Form, Survey & Quiz v0.0.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 0.0.3 All 96 releases
← All changes | plugin-loader.php +2 -0 0.0.60.0.7 View file →
@@ -28,8 +28,9 @@
28 28 use SRFM\Inc\Single_Form_Settings\Compliance_Settings;
29 29 use SRFM\Inc\Events_Scheduler;
30 30 use SRFM\Inc\Background_Process;
31 31 use SRFM\Inc\Page_Builders\Page_Builders;
32 +use SRFM\Inc\Rest_Api;
32 33
33 34 if ( ! defined( 'ABSPATH' ) ) {
34 35 exit; // Exit if accessed directly.
35 36 }
@@ -137,8 +138,9 @@
137 138 Compliance_Settings::get_instance();
138 139 Events_Scheduler::get_instance();
139 140 Background_Process::get_instance();
140 141 Page_Builders::get_instance();
142 + Rest_Api::get_instance();
141 143
142 144 /**
143 145 * The code that runs during plugin activation
144 146 */