filtrod 2.1.0
user_registration_email
Opis — z kodu źródłowego
Filters the email address of a user being registered.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$user_email | string | The email address of the new user. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'user_registration_email', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'user_registration_email', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii