| @@ -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 | |
| 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 | -); | |