login_site_html_link

login_site_html_link

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('login_site_html_link') is found 1 times:

  • /wp-login.php line 339
    			 * @since 5.7.0
    			 *
    			 * @param string $link HTML link to the home URL of the current site.
    			 */
    			echo apply_filters( 'login_site_html_link', $html_link );
    			?>
    		</p>
    		<?php
    
    		the_privacy_policy_link( '<div class="privacy-policy-page-link">', '</div>' );
    	}
    

See this hook used in plugins: