PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.2.2
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.2.2
6.35 6.34 6.33.1 6.33 6.32.1 6.32 6.31 6.25 6.25.1 6.26 6.26.1 6.27 6.28 6.29 6.3 6.3.1 6.3.2 6.30 6.4 6.4.1 6.4.2 6.5 6.5.1 6.5.2 6.5.3 All 141 releases
← All changes | formidable.php +1 -12 6.4.26.2.2 View file →
@@ -1,9 +1,9 @@
1 1 <?php
2 2 /*
3 3 Plugin Name: Formidable Forms
4 4 Description: Quickly and easily create drag-and-drop forms
5 -Version: 6.4.2
5 +Version: 6.2.2
6 6 Plugin URI: https://formidableforms.com/
7 7 Author URI: https://formidableforms.com/
8 8 Author: Strategy11 Form Builder Team
9 9 Text Domain: formidable
@@ -112,15 +112,4 @@
112 112 if ( get_transient( FrmWelcomeController::$option_name ) !== 'no' ) {
113 113 set_transient( FrmWelcomeController::$option_name, FrmWelcomeController::$menu_slug, 60 );
114 114 }
115 115 }
116 -
117 -register_deactivation_hook(
118 - __FILE__,
119 - function() {
120 - if ( ! class_exists( 'FrmCronController', false ) ) {
121 - require_once __DIR__ . '/classes/controllers/FrmCronController.php';
122 - }
123 -
124 - FrmCronController::remove_crons();
125 - }
126 -);