-
Notifications
You must be signed in to change notification settings - Fork 28
Integrations
The Other section preserves compatibility with plugins that output fields through show_user_profile or edit_user_profile. It is shown only when there is compatible content to display.
When the supported Two-Factor plugin is active and available for the selected user, WP User Profiles moves its controls into a dedicated Two-Factor Authentication metabox in the Account section. The integration preserves the provider's own fields and save behavior.
When User Switching is active, an appropriate switch-to or switch-back link can appear in the Status metabox. User Switching remains responsible for authorization and session changes.
WP User Activity adds an Activity section containing entries associated with the user.
WP User Groups, WP User Avatars, and similar extensions can add profile controls through the section and metabox APIs or the compatibility hooks used by the Other section.
Confirm the integrating plugin is active, current, and allowed for the selected user. Then check whether it uses standard profile hooks or explicitly supports WP User Profiles. Avoid copying fields into multiple sections; duplicate form names can cause confusing save behavior.