bbp_user_profile_link( int $user_id )

Output link to the profile page of a user

Description

Parameters

$user_id

(int) (Optional) User id

Source

File: bp-forums/users/template.php

function bbp_user_profile_link( $user_id = 0 ) {
	echo bbp_get_user_profile_link( $user_id );
}

Changelog

Changelog
Version Description
bbPress (r2688) Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.