I use WordPress / Peepso / Buddypress. I want to build a redirect on the user profile.
example domain.tld / redirect
Now I need a PHP code that reads the profilurl and then redirects the user to the profile.
I have this piece of code
<? php echo $ user-> get_profileurl ();?>
anyone any idea? Thanks!