$user_info = $vars['user'];
$user_display_name = $user_info->display_name;
Statistics: Posted by sidera — June 21st, 2011, 2:58 pm
Statistics: Posted by Cristián Lávaque — June 20th, 2011, 10:20 pm
$first_name = $vars["user->first_name"];
$last_name = $vars["user->last_name"];
[user] => WP_User Object ( [data] => stdClass Object ( [ID] => 1 [user_login] => paul [user_pass] => secrett. [user_nicename] => paul [user_email] => secret [user_url] => [user_registered] => 2011-06-02 19:05:22 [user_activation_key] => [user_status] => 0 [display_name] => paul [first_name] => [last_name] => [nickname
Statistics: Posted by sidera — June 20th, 2011, 2:27 pm
<?php
add_action("ws_plugin__s2member_during_file_download_access", "my_function");
function my_function($vars = array()){
$user_id = $vars["user_id"];
$file = $_GET["s2member_file_download"];
$user = new WP_User($user_id);
//print_r($user);
}
?>
Statistics: Posted by Jason Caldwell — June 20th, 2011, 3:36 am
Statistics: Posted by sidera — June 18th, 2011, 4:39 am
Statistics: Posted by Cristián Lávaque — June 17th, 2011, 11:28 pm
Statistics: Posted by Jason Caldwell — June 17th, 2011, 5:25 pm
Statistics: Posted by Cristián Lávaque — June 16th, 2011, 5:12 pm
Statistics: Posted by Cristián Lávaque — June 16th, 2011, 11:08 am
Statistics: Posted by sidera — June 16th, 2011, 9:32 am
Statistics: Posted by Cristián Lávaque — June 15th, 2011, 7:25 pm
Statistics: Posted by Cristián Lávaque — June 15th, 2011, 7:17 pm
Statistics: Posted by sidera — June 11th, 2011, 3:44 pm