Update 1.0.76

This commit is contained in:
ultimatemember
2015-03-07 13:07:49 +02:00
parent 6ff2da7672
commit 22d5c2d24a
41 changed files with 453 additions and 242 deletions
+10
View File
@@ -1721,6 +1721,16 @@ $this->sections[] = array(
'full_width' => true,
),
array(
'id' => 'enable_timebot',
'type' => 'switch',
'title' => __( 'Enable Time Check Security','ultimatemember' ),
'default' => 1,
'desc' => __('Turn this option off if you have a conflict with other plugins causing a spam bot message to appear unexpectedly.','ultimatemember'),
'on' => __('On','ultimatemember'),
'off' => __('Off','ultimatemember'),
),
array(
'id' => 'disable_minify',
'type' => 'switch',