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