apply_filters( ‘pre_user_nickname’, string $nickname )

In this article

Filters a user’s nickname before the user is created or updated.

Parameters

$nicknamestring
The user’s nickname.

Source

$meta['nickname'] = apply_filters( 'pre_user_nickname', $nickname );

Changelog

VersionDescription
2.0.3Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.