Tagged: profile completion
Hello John,
Thank you for posting. Please try the following code it will redirect the user to mentioned URL once their profile gets complete
add_action( 'bpprocn_user_profile_completed', function ( $user_id ) { // Provide your redirect url here $location_url = ''; bp_core_redirect( $location_url ); exit; } );
Please check and let me know if it helps or not.
Regards
Ravi
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
This topic is: not resolved