apply_filters( 'bp_get_total_friend_count', int $value , int $user_id )
Filters the total friend count for a given user.
Description Description
Parameters Parameters
- $value
-
Total friend count.
- $user_id
-
ID of the queried user.
Source Source
File: bp-friends/bp-friends-template.php
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Added the $user_id parameter. |
1.2.0 | Introduced. |