apply_filters( 'user_registration_email', string $user_email )

Filters the email address of a user being registered.


Description Description


Parameters Parameters

$user_email

(string) The email address of the new user.


Top ↑

Source Source

File: wp-includes/user.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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