Cron jobs and tracking

This commit is contained in:
ultimatemember
2015-01-03 23:18:27 +02:00
parent 6d4baf7618
commit b1c9c670eb
7 changed files with 240 additions and 1 deletions
+10
View File
@@ -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',