@traceykin
3 years, 5 months ago
Thank you, yes of course, I am sorry for some reason I thought it would come under this buddypress forum. lol
Can you recommend a buddypress profile search or is BP Profile Search the only one.
Many thanks for replying 🙂 much appreciated
Hi Shane
Yes I am using BP Profile Search Version 5.4.2 integrated with paid membership pro
I am using chrome version 91.0.4472.101
3 years, 7 months ago
Thank you Shane
Hi the redirection is sort of working but redirecting to the /wp-login.php screen
Anyone know how I can get it to redirect to an external website please.
function bp_redirect($user) { $redirect_url = ‘https://another_website’; bp_core_redirect($redirect_url); }
add_action(‘bp_core_signup_user’, ‘bp_redirect’, 100, 1);