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