mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
Fix cache user's profile option description
This commit is contained in:
+2
-2
@@ -2008,8 +2008,8 @@ $arr_advanced_fields = array(
|
||||
array(
|
||||
'id' => 'um_profile_object_cache_stop',
|
||||
'type' => 'switch',
|
||||
'title' => __( 'Stop caching user\'s profile data','ultimatemember' ),
|
||||
'default' => 0,
|
||||
'title' => __( 'Cache user\'s profile data','ultimatemember' ),
|
||||
'default' => 1,
|
||||
'desc' => __('Turn off If you have performance issue.','ultimatemember'),
|
||||
'on' => __('On','ultimatemember'),
|
||||
'off' => __('Off','ultimatemember'),
|
||||
|
||||
Reference in New Issue
Block a user