bbp_user_profile_edit_link( int $user_id )

Output link to the profile edit page of a user


Description Description


Parameters Parameters

$user_id

(Optional) User id


Top ↑

Source Source

File: includes/users/template.php

function bbp_user_profile_edit_link( $user_id = 0 ) {
	echo bbp_get_user_profile_edit_link( $user_id );
}

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.