mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-17 13:43:38 +09:00
- fixed setting for users cache;
This commit is contained in:
@@ -1055,6 +1055,12 @@ if ( ! class_exists( 'um\admin\core\Admin_Settings' ) ) {
|
||||
'textarea_rows' => 6
|
||||
)
|
||||
),
|
||||
array(
|
||||
'id' => 'um_profile_object_cache_stop',
|
||||
'type' => 'checkbox',
|
||||
'label' => __( 'Disable Cache User Profile', 'ultimate-member' ),
|
||||
'tooltip' => __( 'Check this box if you would like to disable Ultimate Member user\'s cache.', 'ultimate-member' ),
|
||||
),
|
||||
array(
|
||||
'id' => 'uninstall_on_delete',
|
||||
'type' => 'checkbox',
|
||||
|
||||
Reference in New Issue
Block a user