I am integrating my site with wordpress...I have added a usermenu on top where logged in users click on a link to go to wordpress profile. So i need to know how to get the name of logged in user...
I am managed to find solution to check if the user is logged in.. with
$userid=qa_get_logged_in_userid();
would like the function for username