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.
Description Description
Parameters Parameters
- $value
-
Accept-friendship URL.
- $friendship_id
-
ID of the friendship.
Source Source
File: bp-friends/bp-friends-template.php
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Added the $friendship_id parameter. |
1.0.0 | Introduced. |