filtrod 5.3.0
recovery_email_debug_info
Opis — z kodu źródłowego
Filters the debug information included in the fatal error protection email.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$message | array | An associative array of debug information. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'recovery_email_debug_info', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'recovery_email_debug_info', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii