bp_potential_friend_id( int $user_id )

Output the ID of the current user in the friend request loop.


Description Description

See also See also


Top ↑

Parameters Parameters

$user_id

(Required) See bp_get_potential_friend_id().


Top ↑

Source Source

File: bp-friends/bp-friends-template.php

function bp_potential_friend_id( $user_id = 0 ) {
	echo bp_get_potential_friend_id( $user_id );
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.2.6 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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