filtrod 4.9.6
user_erasure_fulfillment_email_to
Opis — z kodu źródłowego
Filters the recipient of the data erasure fulfillment notification.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$user_email | string | The email address of the notification recipient. |
$request | \WP_User_Request | The request that is initiating the notification. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'user_erasure_fulfillment_email_to', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'user_erasure_fulfillment_email_to', 'twoja_funkcja', 10, 2 );
function twoja_funkcja($param_1, $param_2) {
// Twój kod
}Popularne w tej kategorii