Log the current user out.
3887
Continue readingReturns the Log In URL.Returns the URL that allows the user to log in to the site
3885
Continue readingProvides a simple login form for use anywhere within WordPress. By default, it echoes the HTML immediately. Pass array(‘echo’=>false) to return the string instead.
3883
Continue readingDisplay the Log In/Out link.Displays a link, which allows users to navigate to the Log In page to log in or log out depending on whether they are currently logged in.
3881
Continue readingChecks a users login information and logs them in if it checks out. This function is deprecated.Use the global $error to get the reason why the login failed. If the username is blank, no error will be set, so assume blank username on that case.
3879
Continue reading