Profile link to buddypress how?
-
I know about this function.
function my_filtered_post_username($username, $userID) { return '<a href="MY_CUSTOM_LINK">'.$username.'</a>'; } add_filter('asgarosforum_filter_post_username', 'my_filtered_post_username', 10, 2);
But how do i make so if i click a username it redirects to his buddypress profile?
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘Profile link to buddypress how?’ is closed to new replies.