PluginProbe
The WP Remote WordPress Plugin / 6.44
The WP Remote WordPress Plugin v6.44
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 | plugin.php +9 -8 6.626.44 View file →
@@ -4,9 +4,9 @@
4 4 Plugin URI: https://wpremote.com
5 5 Description: Manage your WordPress site with <a href="https://wpremote.com/">WP Remote</a>.
6 6 Author: WP Remote
7 7 Author URI: https://wpremote.com
8 -Version: 6.62
8 +Version: 6.44
9 9 Network: True
10 10 License: GPLv2 or later
11 11 License URI: [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html)
12 12 */
@@ -69,9 +69,8 @@
69 69
70 70 ##DISABLE_OTHER_OPTIMIZATION_PLUGINS##
71 71
72 72 ##WPCLIMODULE##
73 -
74 73 if (is_admin()) {
75 74 require_once dirname( __FILE__ ) . '/wp_admin.php';
76 75 $wpadmin = new WPRWPAdmin($bvsettings, $bvsiteinfo);
77 76 add_action('admin_init', array($wpadmin, 'initHandler'));
@@ -89,8 +88,10 @@
89 88 ##MG_AJAX_ACTIONS##
90 89 ##POPUP_ON_DEACTIVATION##
91 90 add_action('admin_notices', array($wpadmin, 'activateWarning'));
92 91 add_action('admin_enqueue_scripts', array($wpadmin, 'wprsecAdminMenu'));
92 + ##ALPURGECACHEFUNCTION##
93 + ##ALADMINMENU##
93 94 }
94 95
95 96 if ((array_key_exists('bvreqmerge', $_POST)) || (array_key_exists('bvreqmerge', $_GET))) { // phpcs:ignore WordPress.Security.NonceVerification.Missing, WordPress.Security.NonceVerification.Recommended
96 97 $_REQUEST = array_merge($_GET, $_POST); // phpcs:ignore WordPress.Security.NonceVerification.Missing, WordPress.Security.NonceVerification.Recommended
@@ -169,16 +170,16 @@
169 170 if ($bvinfo->hasValidDBVersion()) {
170 171 if ($bvinfo->isProtectModuleEnabled()) {
171 172 require_once dirname( __FILE__ ) . '/protect/protect.php';
172 173 //For backward compatibility.
173 - WPRProtect_V662::$settings = new WPRWPSettings();
174 - WPRProtect_V662::$db = new WPRWPDb();
175 - WPRProtect_V662::$info = new WPRInfo(WPRProtect_V662::$settings);
174 + WPRProtect_V644::$settings = new WPRWPSettings();
175 + WPRProtect_V644::$db = new WPRWPDb();
176 + WPRProtect_V644::$info = new WPRInfo(WPRProtect_V644::$settings);
176 177
177 - add_action('wpr_clear_pt_config', array('WPRProtect_V662', 'uninstall'));
178 + add_action('wpr_clear_pt_config', array('WPRProtect_V644', 'uninstall'));
178 179
179 180 if ($bvinfo->isActivePlugin()) {
180 - WPRProtect_V662::init(WPRProtect_V662::MODE_WP);
181 + WPRProtect_V644::init(WPRProtect_V644::MODE_WP);
181 182 }
182 183 }
183 184
184 185 if ($bvinfo->isDynSyncModuleEnabled()) {
@@ -227,5 +228,5 @@
227 228 $wp_login_whitelabel->init();
228 229 }
229 230
230 231 add_action('wpr_clear_wp_2fa_config', array($wp_action, 'clear_wp_2fa_config'));
231 -##PLUGIN_LOADED_MODULE##
232 +##PLUGIN_LOADED_MODULE##