PluginProbe
SureForms – Contact Form Builder, AI Forms, Payment Form, Survey & Quiz / 1.4.2
SureForms – Contact Form Builder, AI Forms, Payment Form, Survey & Quiz v1.4.2
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 +0 -5 1.4.11.4.2 View file →
@@ -31,9 +31,8 @@
31 31 use SRFM\Inc\Global_Settings\Global_Settings;
32 32 use SRFM\Inc\Gutenberg_Hooks;
33 33 use SRFM\Inc\Helper;
34 34 use SRFM\Inc\Lib\SRFM_Nps_Survey;
35 -use SRFM\Inc\Lib\SRFM_Utm_Analytics;
36 35 use SRFM\Inc\Nps_Notice;
37 36 use SRFM\Inc\Page_Builders\Page_Builders;
38 37 use SRFM\Inc\Post_Types;
39 38 use SRFM\Inc\Rest_Api;
@@ -298,12 +297,8 @@
298 297 */
299 298 if ( class_exists( 'SRFM\Inc\Lib\SRFM_Nps_Survey' ) && ! apply_filters( 'srfm_disable_nps_survey', false ) ) {
300 299 SRFM_Nps_Survey::get_instance(); // Inits the NPS Survey class for which inits the NPS Survey plugin.
301 300 Nps_Notice::get_instance(); // Responsible for displaying the NPS Survey: keeping the line out of the check will also work.
302 - }
303 -
304 - if ( class_exists( 'SRFM\Inc\Lib\SRFM_Utm_Analytics' ) ) {
305 - SRFM_Utm_Analytics::get_instance(); // Inits the UTM Analytics library.
306 301 }
307 302
308 303 /**
309 304 * Load core files necessary for the Spectra block.