mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- fixed security vulnerability in queries with role attribute;
- fixed um_can_view_profile function;
This commit is contained in:
@@ -505,10 +505,6 @@ if ( ! class_exists( 'um\admin\core\Admin_Enqueue' ) ) {
|
||||
/**
|
||||
* create gutenberg blocks
|
||||
*/
|
||||
register_block_type( 'um-block/um-user-profile-wall', array(
|
||||
'editor_script' => 'um-blocks-shortcode-js',
|
||||
) );
|
||||
|
||||
register_block_type( 'um-block/um-forms', array(
|
||||
'editor_script' => 'um-blocks-shortcode-js',
|
||||
) );
|
||||
|
||||
Reference in New Issue
Block a user