Filters a user’s nicename before the user is created or updated.
Parameters
$user_nicename
string- The user’s nicename.
Source
$user_nicename = apply_filters( 'pre_user_nicename', $user_nicename );
Changelog
Version | Description |
---|---|
2.0.3 | Introduced. |
Filters a user’s nicename before the user is created or updated.
$user_nicename
string$user_nicename = apply_filters( 'pre_user_nicename', $user_nicename );
Version | Description |
---|---|
2.0.3 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.