mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-16 21:23:39 +09:00
Merge remote-tracking branch 'remotes/origin/um-shortcode-block'
This commit is contained in:
@@ -73,6 +73,7 @@ if ( ! class_exists( 'um\core\Common' ) ) {
|
||||
'show_ui' => true,
|
||||
'show_in_menu' => false,
|
||||
'public' => false,
|
||||
'show_in_rest' => true,
|
||||
'supports' => array('title')
|
||||
) );
|
||||
|
||||
@@ -102,6 +103,7 @@ if ( ! class_exists( 'um\core\Common' ) ) {
|
||||
'show_ui' => true,
|
||||
'show_in_menu' => false,
|
||||
'public' => false,
|
||||
'show_in_rest' => true,
|
||||
'supports' => array('title')
|
||||
) );
|
||||
|
||||
@@ -110,4 +112,4 @@ if ( ! class_exists( 'um\core\Common' ) ) {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -393,4 +393,4 @@ if ( ! class_exists( 'um\core\Enqueue' ) ) {
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user