apply_filters( 'bp_get_total_favorite_count_for_user', int|bool $retval , int $user_id )
Filters the total favorite count for a user.
Parameters Parameters
- $retval
-
(int|bool) Total favorite count for a user. False on no favorites.
- $user_id
-
(int) ID of the queried user.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Added the $user_id parameter. |
1.2.0 | Introduced. |