filtrod 5.2.0
login_headertext
Opis — z kodu źródłowego
Filters the link text of the header logo above the login form.
Parametry
| Parametr | Typ | Opis |
|---|---|---|
$login_header_text | string | The login header logo link text. |
Wywołanie
Rejestracja callbackaphp
// rejestracja funkcji zwrotnej
add_filter( 'login_headertext', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}
// rejestracja funkcji zwrotnej
add_filter( 'login_headertext', 'twoja_funkcja' );
function twoja_funkcja($param_1) {
// Twój kod
}Popularne w tej kategorii