bp_get_total_favorite_count_for_user, $retval, $user_id
bp_get_total_favorite_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_favorite_count_for_user, $retval, $user_id') is found 1 times:
- /bp-activity/bp-activity-template.php line 3485
* * @param int|bool $retval Total favorite count for a user. False on no favorites. * @param int $user_id ID of the queried user. */ return apply_filters( 'bp_get_total_favorite_count_for_user', $retval, $user_id ); } /** * Output the total mention count for a specified user. *