WP HOOKS
filtrod 5.7.0

login_site_html_link

Args 1Plik wp-login.phpDokumentacja WP ↗

Opis — z kodu źródłowego

Filters the "Go to site" link displayed in the login page footer.

Parametry

ParametrTypOpis
$linkstringHTML 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
}

Popularne w tej kategorii