apply_filters( 'bp_get_friend_accept_request_link', string $value , int $friendship_id )
Filters the URL for accepting the current friendship request in the loop.
Parameters Parameters
- $value
-
(string) Accept-friendship URL.
- $friendship_id
-
(int) ID of the friendship.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Added the $friendship_id parameter. |
1.0.0 | Introduced. |