- fixed setting for users cache;

This commit is contained in:
nikitasinelnikov
2019-01-21 01:08:27 +02:00
parent 52be3719d5
commit df5c22a1c5
5 changed files with 17 additions and 3 deletions
@@ -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',