Load different content to the user profile tab

Solved5.12K viewsFeature request
1

I use userpro for managing user. I dont want to have two pages, where the user can edit his account.

Therefore I want to load the userpro account editing content (via [userpro]) into the “profile” tab in anspress.

How can I do that? Is there a filter for that?

0

You can simply override user/profile.php and add :

echo do_shortcode('[userpro]');

That’s it. Cheers.

And how can I keep it updated safe?

You are viewing 1 out of 2 answers, click here to view all answers.