apply_filters( 'bp_core_get_userid_from_nicename', int|null $value , string $user_nicename )
Filters the user ID based on user_nicename.
Parameters Parameters
- $value
-
(int|null) ID of the user or null.
- $user_nicename
-
(string) User nicename to check.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.2.3 | Introduced. |