Redirect to profile after avatar edited
-
Hi,
I found this function to redirect to profile after profile edit, but how iss it redirected to profile after avatar edited?
add_action( ‘xprofile_updated_profile’, ‘SaveEditsRedirect’, 12 );
function SaveEditsRedirect() {
global $bp;
wp_redirect( $bp->loggedin_user->domain );
exit;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.