apply_filters( 'bp_is_friend', string $value )
Filters the status of friendship between logged in user and given user.
Parameters Parameters
- $value
-
(string) String status of friendship. Possible values are 'is_friend', 'not_friends', 'pending'.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.2.10 | Introduced. |