PluginProbe
The WP Remote WordPress Plugin / 6.36
The WP Remote WordPress Plugin v6.36
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 | info.php +4 -4 6.476.36 View file →
@@ -10,9 +10,9 @@
10 10 public $badgeinfo = 'wprbadge';
11 11 public $ip_header_option = 'wpripheader';
12 12 public $brand_option = 'bv_whitelabel_infos';
13 13 public $wp_lp_whitelabel_option = 'wprLpWhitelabelConf';
14 - public $version = '6.47';
14 + public $version = '6.36';
15 15 public $webpage = 'https://wpremote.com';
16 16 public $appurl = 'https://app.wpremote.com';
17 17 public $slug = 'wpremote/plugin.php';
18 18 public $plug_redirect = 'wprredirect';
@@ -85,12 +85,12 @@
85 85 return $manager->get_new_version();
86 86 }
87 87
88 88 public static function getRequestID() {
89 - if (!defined("WPR_REQUEST_ID")) {
90 - define("WPR_REQUEST_ID", uniqid(mt_rand())); // phpcs:ignore WordPress.WP.AlternativeFunctions.rand_mt_rand
89 + if (!defined("BV_REQUEST_ID")) {
90 + define("BV_REQUEST_ID", uniqid(mt_rand())); // phpcs:ignore WordPress.WP.AlternativeFunctions.rand_mt_rand
91 91 }
92 - return WPR_REQUEST_ID;
92 + return BV_REQUEST_ID;
93 93 }
94 94
95 95 public function canWhiteLabel($slug = NULL) {
96 96 // phpcs:disable WordPress.Security.NonceVerification.Recommended