mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-17 05:33:36 +09:00
- 2.0.42 release;
This commit is contained in:
@@ -1067,6 +1067,12 @@ if ( ! class_exists( 'um\admin\core\Admin_Settings' ) ) {
|
||||
'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' => 'enable_blocks',
|
||||
'type' => 'checkbox',
|
||||
'label' => __( 'Enable Gutenberg Blocks', 'ultimate-member' ),
|
||||
'tooltip' => __( 'Check this box if you would like to use Ultimate Member blocks in Gutenberg editor. Important some themes have the conflicts with Gutenberg editor.', 'ultimate-member' ),
|
||||
),
|
||||
array(
|
||||
'id' => 'uninstall_on_delete',
|
||||
'type' => 'checkbox',
|
||||
|
||||
Reference in New Issue
Block a user