mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-15 20:53:39 +09:00
Fix spacing
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
*** @update user's profile
|
||||
***/
|
||||
add_action('um_user_edit_profile', 'um_user_edit_profile', 10);
|
||||
function um_user_edit_profile($args){
|
||||
function um_user_edit_profile( $args ){
|
||||
|
||||
global $ultimatemember;
|
||||
|
||||
@@ -121,8 +121,10 @@
|
||||
}
|
||||
|
||||
do_action('um_user_after_updating_profile', $to_update );
|
||||
|
||||
do_action('um_update_profile_full_name', $to_update );
|
||||
|
||||
|
||||
if ( !isset( $args['is_signup'] ) ) {
|
||||
$url = $ultimatemember->permalinks->profile_url( true );
|
||||
exit( wp_redirect( um_edit_my_profile_cancel_uri( $url ) ) );
|
||||
|
||||
Reference in New Issue
Block a user