Title: Profil modify redirection
Last modified: October 19, 2022

---

# Profil modify redirection

 *  [benenoo](https://wordpress.org/support/users/benenoo/)
 * (@benenoo)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/profil-modify-redirection/)
 * Hello, when I update the profil, I want to make redirection not to the profil
   but to another page
 * Thanks for your help
 * Regards
    Michel

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [missveronica](https://wordpress.org/support/users/missveronicatv/)
 * (@missveronicatv)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/profil-modify-redirection/#post-16113657)
 * [@benenoo](https://wordpress.org/support/users/benenoo/)
 * You can try this code snippet to redirect to another page.
    Change `/to_another_page`
   for your real page.
 *     ```
       add_filter( 'um_update_profile_redirect_after', 'um_update_profile_redirect_another_page', 10, 3 );
   
       function um_update_profile_redirect_another_page( $url, $user_id, $args ){
   
           return '/to_another_page';
       }
       ```
   
 * Install the code snippet into your active theme’s functions.php file
    or use 
   the “Code Snippets” plugin.
 * [https://wordpress.org/plugins/code-snippets/](https://wordpress.org/plugins/code-snippets/)
 *  Thread Starter [benenoo](https://wordpress.org/support/users/benenoo/)
 * (@benenoo)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/profil-modify-redirection/#post-16113704)
 * Hello, thanks very much, works well 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Profil modify redirection’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-member/assets/icon-256x256.png?rev=3160947)
 * [Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin](https://wordpress.org/plugins/ultimate-member/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-member/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-member/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-member/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-member/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-member/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [benenoo](https://wordpress.org/support/users/benenoo/)
 * Last activity: [3 years, 7 months ago](https://wordpress.org/support/topic/profil-modify-redirection/#post-16113704)
 * Status: not resolved