wpseek.com
A WordPress-centric search engine for devs and theme authors



login_site_html_link › WordPress Filter Hooks

Since5.7.0
Deprecatedn/a
apply_filters( 'login_site_html_link', $html_link )
Parameters:
  • (string) $link HTML link to the home URL of the current site.
    Required: Yes
Defined at:
Codex:

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





Source

echo apply_filters( 'login_site_html_link', $html_link );