PluginProbe
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services / 8.7.7
WPBot – AI ChatBot for Live Support, Lead Generation, WordPress Automation, AI Services v8.7.7
8.7.7 8.7.6 8.7.5 8.7.4 8.7.3 8.7.2 8.7.1 8.7.0 8.6.9 8.6.8 8.6.7 8.6.6 8.6.5 8.6.4 8.6.2 8.6.1 8.6.0 8.5.9 8.5.8 8.5.7 8.5.6 8.5.5 8.5.4 8.5.3 8.5.2 All 533 releases
← All changes | class-plugin-deactivate-feedback.php +2 -2 8.5.28.7.7 View file →
@@ -38,9 +38,9 @@
38 38 $_require_optin=true,
39 39 $_include_goodbye_form=true) {
40 40
41 41 $this->plugin_file = $_plugin_file;
42 - $this->home_url = 'plugins@quantumcloud.com';
42 + $this->home_url = 'plugins@quantumcloud.net';
43 43 $this->plugin_name = basename( $this->plugin_file, '.php' );
44 44
45 45 $this->require_optin = $_require_optin;
46 46 $this->include_goodbye_form = $_include_goodbye_form;
@@ -165,9 +165,9 @@
165 165 public function deactivate_this_plugin() {
166 166
167 167 $body = $this->get_data();
168 168 $body['status'] = 'Deactivated'; // Never translated
169 - $body['deactivated_date'] = date('Y-m-d');
169 + $body['deactivated_date'] = gmdate( 'Y-m-d' );
170 170
171 171 // Add deactivation form data
172 172 if( false !== get_option( 'wpbot_deactivation_reason_' . $this->plugin_name ) ) {
173 173 $body['deactivation_reason'] = get_option( 'wpbot_deactivation_reason_' . $this->plugin_name );