- This topic has 1 reply, 2 voices, and was last updated 11 years ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › PHP get member details?
Hi, Do you have the code to get the users details? I’d like to use the user_name in php.
Tim
$auth = BAuth::get_instance();
$user_name = $auth->get('user_name');
this works?