filtrod 5.7.0
login_site_html_link
Opis — z kodu źródłowego
Filters the "Go to site" link displayed in the login page footer.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$link | string | HTML link to the home URL of the current site. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'login_site_html_link', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'login_site_html_link', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii