mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-18 22:23:37 +09:00
- fixed user permalinks for profile page;
This commit is contained in:
@@ -456,7 +456,8 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
||||
do_action( 'um_update_profile_full_name', um_user( 'ID' ), $to_update );
|
||||
|
||||
if ( ! isset( $args['is_signup'] ) ) {
|
||||
$url = UM()->user()->get_profile_link( um_user( 'ID' ) );
|
||||
|
||||
$url = um_user_profile_url( um_user( 'ID' ) );
|
||||
exit( wp_redirect( um_edit_my_profile_cancel_uri( $url ) ) );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user