apply_filters( ‘pre_user_email’, string $raw_user_email )

In this article

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

Parameters

$raw_user_emailstring
The user’s email.

Source

$user_email = apply_filters( 'pre_user_email', $raw_user_email );

Changelog

VersionDescription
2.0.3Introduced.

User Contributed Notes

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