WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about login_site_html_link

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-login.php apply_filters 303 /**
* Filter the "Go to site" link displayed in the login page footer.
*
* @since 5.7.0
*
* @param string $link HTML link to the home URL of the current site.
*/

Hook Parameters

Parameter Type Name Description
string $link HTML link to the home URL of the current site.