- This topic has 6 replies, 2 voices, and was last updated 9 years, 4 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › Redirect after uploadinf user profile
Tagged: profile upload redirection
Hi,
Is there a hook to use to redirect the user after he/she uploads its profile?
Many thanks
Marco
this is what I have done but it is not redirecting.
add_action(‘swpm_front_end_profile_edited’,’do_front_end_profile_edited’);
function do_front_end_profile_edited(){
$member_profile_url = get_permalink(124);
wp_redirect($member_profile_url);
exit;
}
Basically I would like to be able to update the profile as many time as I want when I am logged in. Although now if I upload the profile ones only the message “profile updated” shows and the forms dissapears.
Any suggestions?
Thanks
Marco
Hi, are you using the Form Builder addon by any chance?
Yes I am.
Hi, in that case you might want to create a premium support ticket.
Thank you