Skip to content
John James Jacoby edited this page Sep 16, 2026 · 1 revision

Integrations

WordPress profile hooks

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.

Two-Factor

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.

User Switching

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

WP User Activity adds an Activity section containing entries associated with the user.

Other Stuttter plugins

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.

Diagnosing integration problems

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.

Clone this wiki locally