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