apply_filters( 'bp_get_total_mention_count_for_user', int|bool $retval , int $user_id )
Filters the total mention count for a user.
Description Description
Parameters Parameters
- $retval
-
Total mention count for a user. False on no mentions.
- $user_id
-
ID of the queried user.
Source Source
File: bp-activity/bp-activity-template.php
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Added the $user_id parameter. |
1.2.0 | Introduced. |