WordPress get user id by login name

If you have ever wondered how to get the user id from user login name in wordpress, here is the answer.

By using get_userdatabylogin

$user = get_userdatabylogin('loginname');
if($user){
   echo $user->ID;
}

Share this

The Author

admin - Hello, my name is Simon, I’am 25 and I’m a software and web developer. My interests span all aspects of programming and development, including ASP, JavaScript, AJAX, PHP, .NET, Java, C#, C++, Objectv-C, Flash, Cocoa, SQL, XML and everything in between. www.simra.ch

Leave a Reply

*
 
© 2010 onYou GmbH. All Rights Reserved