apply_filters( 'bp_get_mentioned_user_display_name', string $name , int|string $user_id_or_username )
Filters the mentioned user display name.
Parameters Parameters
- $name
-
(string) Display name for the mentioned user.
- $user_id_or_username
-
(int|string) User ID or username use for query.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.2.0 | Introduced. |