mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-20 07:04:06 +09:00
Update 1.0.76
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user