filtrod 6.1.0
lost_password_html_link
Opis — z kodu źródłowego
Filters the link that allows the user to reset the lost password.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$html_link | string | HTML link to the lost password form. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'lost_password_html_link', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'lost_password_html_link', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii