apply_filters( ‘pre_user_nicename’, string $user_nicename )

In this article

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

Parameters

$user_nicenamestring
The user’s nicename.

Source

$user_nicename = apply_filters( 'pre_user_nicename', $user_nicename );

Changelog

VersionDescription
2.0.3Introduced.

User Contributed Notes

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