[Bug] Account page : account not saved if changing default tab
-
In the account page, if i change the default tab using the um_change_default_tab hook, account informations like first name, last name and email are not saved anymore in the ‘general’ tab. For example :
add_filter( ‘um_change_default_tab’, function(){$tab = ‘privacy’;return $tab;} );
I’m using UM 2.8.1, WP 6.4.2 with Divi. Tried with no plugins and default theme too.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Bug] Account page : account not saved if changing default tab’ is closed to new replies.