Skip to content

Account settings tabs

The Settings feature is your members’ account area. It does not have a fixed list of tabs — it reads them from your site, so the tabs your members see are the ones your plugins provide.

These are always rendered natively:

TabWhat a member does there
GeneralTheir basic account details
AccountUsername and email
PasswordChange their password
PrivacyProfile privacy settings
Email NotificationWhich emails they receive
In-app NotificationWhich push and in-app notifications they receive
Personal DataExport or erase their data
DeleteDelete their account

Two of these carry labels that differ from the underlying names: notifications appear as Email Notification and In-app Notification, because “web notifications” means nothing on a phone.

Personal Data and Delete matter for app store review. Both Apple and Google require an account-deletion path inside an app that creates accounts, and this is it.

Plugins contribute tabs, and these get real native screens rather than a webview:

TabPluginWhat it shows
My PhotosUser PhotosAlbums and photos, with delete. See My Photos
My PointsUltimate Member - myCredBalances, transfers and referrals. See My Points
Payment MethodsWooCommerce + UM WooCommerceSaved cards. See Payment methods and orders
Billing, ShippingUM WooCommerceAddress forms
Orders, DownloadsUM WooCommerceOrder history, an order detail screen, and downloadable files
NewslettersUM MailchimpSubscribe toggles, interest groups and tags
SocialUM Social LoginConnected providers, connect and disconnect
Terms & ConditionsUM Terms & ConditionsThe terms, with an agree action
Private MessagesUM Private MessagesOpens the chat Blocked Users screen

Private Messages hides itself when your app has no Chat tab. A blocked-users screen in an app with no chat is a dead end, so it is not shown.

A tab from any other plugin, if it carries a URL, opens as a webview card inside the settings screen. The member stays in the app, and the page comes from your website.

The Ultimate Member Stripe billing tab is the usual example.

The account settings screen and its tabs

Two settings on the Settings feature:

  • Show each account tab’s icon — icons beside tab names, or text only.
  • Render account tabs as a dropdown — a dropdown instead of a tab strip. Worth turning on when your site contributes many tabs, because a strip of twelve is unusable on a phone.
SymptomCauseFix
No tabs at allThe Appearance endpoint group is offEnable it under Memberside → REST API
A tab is missingIts plugin is inactive, or the tab is hidden on your siteCheck the plugin, then the account tab settings in Ultimate Member
A tab opens as a webview when you expected nativeOnly the listed plugins have native tabsExpected
My Photos is emptyThe Photos endpoint group is offEnable it
Payment Methods is missingIt needs both WooCommerce and UM WooCommerceActivate both
The tab strip runs off the screenToo many tabs for a phoneTurn on Render account tabs as a dropdown