apply_filters( 'pre_user_nickname', string $nickname )

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


Parameters

$nickname string
The user's nickname.

Top ↑

Source

File: wp-includes/user.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
2.0.3 Introduced.

Top ↑

User Contributed Notes

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