login_url

login_url

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('login_url') is found 1 times:

  • /wp-includes/general-template.php line 467
    	 * @param string $login_url    The login URL. Not HTML-encoded.
    	 * @param string $redirect     The path to redirect to on login, if supplied.
    	 * @param bool   $force_reauth Whether to force reauthorization, even if a cookie is present.
    	 */
    	return apply_filters( 'login_url', $login_url, $redirect, $force_reauth );
    }
    
    /**
     * Returns the URL that allows the user to register on the site.
     *
     * @since 3.6.0
    

See this hook used in plugins: