filtrod 4.3.0
send_email_change_email
Opis — z kodu źródłowego
Filters whether to send the email change email.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$send | bool | Whether to send the email. |
$user | array | The original user array. |
$userdata | array | The updated user array. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'send_email_change_email', 'twoja_funkcja', 10, 3 );
function twoja_funkcja($param_1, $param_2, $param_3) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'send_email_change_email', 'twoja_funkcja', 10, 3 );
function twoja_funkcja($param_1, $param_2, $param_3) {
// Twój kod
}Popularne w tej kategorii