mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- security fixes;
- download last upgrades fixes;
This commit is contained in:
@@ -10,6 +10,21 @@ if ( ! class_exists( 'UM_Functions' ) ) {
|
||||
class UM_Functions {
|
||||
|
||||
|
||||
/**
|
||||
* Store URL
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
var $store_url = 'https://ultimatemember.com/';
|
||||
|
||||
|
||||
/**
|
||||
* WP remote Post timeout
|
||||
* @var int
|
||||
*/
|
||||
var $request_timeout = 60;
|
||||
|
||||
|
||||
/**
|
||||
* UM_Functions constructor.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user