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
- bp_get_potential_friend_id(): for a description of arguments.
Parameters Parameters
- $user_id
-
(int) (Required) See bp_get_potential_friend_id().
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 ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
1.2.6 | Introduced. |