apply_filters( 'login_site_html_link', string $link )
Filters the “Go to site” link displayed in the login page footer.
Parameters
-
$link
string -
HTML link to the home URL of the current site.
Source
File: wp-login.php
.
View all references
echo apply_filters( 'login_site_html_link', $html_link );
Changelog
Version | Description |
---|---|
5.7.0 | Introduced. |