mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- fixed forms preview by overlay;
- fixed profile submit and wrong $user_id from um_user();
This commit is contained in:
@@ -1054,7 +1054,8 @@ if ( ! class_exists( 'um\admin\core\Admin_Builder' ) ) {
|
||||
UM()->fields()->editing = true;
|
||||
}
|
||||
|
||||
$output = do_shortcode('[ultimatemember form_id="' . $arg1 . '" /]');
|
||||
$output = '<div class="um-admin-preview-overlay"></div>';
|
||||
$output .= do_shortcode('[ultimatemember form_id="' . $arg1 . '" /]');
|
||||
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user