On this page
apply_filters( 'login_site_html_link', string $link )
Filter the “Go to site” link displayed in the login page footer.
Parameters
$linkstring-
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 );
Related
Used By
| Used By | Description |
|---|---|
| login_footer() wp-login.php | Outputs the footer for the login page. |
Changelog
| Version | Description |
|---|---|
| 5.7.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/login_site_html_link