mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
Cron jobs and tracking
This commit is contained in:
@@ -1433,6 +1433,16 @@ $this->sections[] = array(
|
||||
'title' => __( 'Advanced'),
|
||||
'fields' => array(
|
||||
|
||||
array(
|
||||
'id' => 'allow_tracking',
|
||||
'type' => 'switch',
|
||||
'title' => __( 'Allow anonymous tracking' ),
|
||||
'default' => 0,
|
||||
'desc' => 'Help us improve Ultimate Member by allowing us to anonymously track plugin and theme usage. This helps us to improve plugin and theme compatibility. No sensitive data will be tracked.',
|
||||
'on' => 'Allow tracking',
|
||||
'off' => 'Do not allow',
|
||||
),
|
||||
|
||||
array(
|
||||
'id' => 'admin_load_time',
|
||||
'type' => 'switch',
|
||||
|
||||
Reference in New Issue
Block a user