It requires custom code to do that. You can add shortcode tab from the profile tab builder and add the shortcode [uwp_gp_edit_address_tab] in tab content and make sure you select Privacy to Author only.add_shortcode(‘uwp_gp_edit_address_tab’, ‘uwp_gp_edit_address_tab_cb’);function uwp_gp_edit_address_tab_cb(){ return getpaid_display_address_edit_tab();}Add above code in functions.php file of currently active theme or via code snippet plugin and let me know if it works for you or not.
Im basically doing away with the account page as such and having everything on the profile with tabs for access, all I need to do now is remove the billing address from the side bar and the logout option too. ive used a snippet to hide the others :