bbp_user_profile_url( int $user_id, string $user_nicename = '' )

Output URL to the profile page of a user


Description Description


Parameters Parameters

$user_id

(Optional) User id

$user_nicename

(Optional) User nicename

Default value: ''


Top ↑

Source Source

File: includes/users/template.php

function bbp_user_profile_url( $user_id = 0, $user_nicename = '' ) {
	echo esc_url( bbp_get_user_profile_url( $user_id, $user_nicename ) );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.