…/?author=n -> …/?bbp_user=n
-
Is there a way to make links that go to …/?author=n go to /?bbp_user=n instead?
Can I do it by editing a line of code such as:
$url = get_author_posts_url( $user->ID, $user->user_nicename );
or
‘.get_author_posts_url($u->ID).’
that I find in various plugins?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.