$current_user
-
I’m trying to pass the user login name to paypal using the custom field. This was working in an older version of WordPress where I was using the function get_currentuserinfo(); I see that this function is now depricated. I use the function wp_get_current_user(); and it is empty
In the beginning of function do_product_redirect() I have the line
global $current_user;It is empty
Any thoughts?
- The topic ‘$current_user’ is closed to new replies.