bp_get_total_mention_count_for_user, $retval, $user_id
bp_get_total_mention_count_for_user, $retval, $user_id
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_get_total_mention_count_for_user, $retval, $user_id') is found 1 times:
- /bp-activity/bp-activity-template.php line 3532
* * @param int|bool $retval Total mention count for a user. False on no mentions. * @param int $user_id ID of the queried user. */ return apply_filters( 'bp_get_total_mention_count_for_user', $retval, $user_id ); } /** * Output the public message link for displayed user. * * @since 1.2.0