mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- code formatting;
- added version's changelog;
This commit is contained in:
@@ -573,10 +573,9 @@ if ( ! class_exists( 'um\core\Account' ) ) {
|
||||
* @throws \Exception
|
||||
*/
|
||||
function get_tab_fields( $id, $shortcode_args ) {
|
||||
UM()->fields()->set_id = $id;
|
||||
|
||||
$output = null;
|
||||
|
||||
UM()->fields()->set_id = $id;
|
||||
UM()->fields()->set_mode = 'account';
|
||||
UM()->fields()->editing = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user