apply_filters( 'pre_user_email', string $raw_user_email )

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


Parameters

$raw_user_email string
The user's email.

Top ↑

Source

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

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


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.