filtrod 5.2.0
recovery_email_support_info
Opis — z kodu źródłowego
Filters the support message sent with the the fatal error protection email.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$message | string | The Message to include in the email. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'recovery_email_support_info', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'recovery_email_support_info', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii