PluginProbe
The WP Remote WordPress Plugin / trunk
The WP Remote WordPress Plugin vtrunk
6.72 6.69 6.65 6.62 6.48 6.47 4.87 4.97 5.05 5.09 5.16 5.22 5.24 5.25 5.38 5.41 5.42 5.45 5.47 5.53 5.56 5.65 5.68 5.72 5.73 All 53 releases
← All changes | wp_actions.php +1 -1 6.48trunk View file →
@@ -52,9 +52,9 @@
52 52 $this->settings->deleteOption($this->bvinfo->services_option_name);
53 53 }
54 54
55 55 public function clear_wp_2fa_config() {
56 - $meta_keys = array('wpr_2fa_enabled', 'wpr_2fa_secret');
56 + $meta_keys = array('wpr_2fa_enabled', 'wpr_2fa_secret', 'wpr_2fa_method', 'wpr_2fa_email_challenge', 'wpr_2fa_email_rate', 'wpr_2fa_attempts');
57 57 foreach ($meta_keys as $meta_key) {
58 58 $this->settings->deleteMetaData('user', null, $meta_key, '', true);
59 59 }
60 60