filtrod 5.2.0
recovery_mode_begin_url
Opis — z kodu źródłowego
Filters the URL to begin recovery mode.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$url | string | The generated recovery mode begin URL. |
$token | string | The token used to identify the key. |
$key | string | The recovery mode key. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej — podaj liczbę argumentów!
add_filter( 'recovery_mode_begin_url', '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( 'recovery_mode_begin_url', 'twoja_funkcja', 10, 3 );
function twoja_funkcja($param_1, $param_2, $param_3) {
// Twój kod
}Popularne w tej kategorii