Title: Current_user in WordPress MU
Last modified: August 20, 2016

---

# Current_user in WordPress MU

 *  [Tavicu](https://wordpress.org/support/users/tavicu/)
 * (@tavicu)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/current_user-in-wordpress-mu/)
 * Hello.
 * I want to make a plugin where I need logged user information.
 * I managed through the following method but the problem is that the pluggable.
   php file was removed from WordPress MU
 *     ```
       require (ABSPATH . WPINC . '/pluggable.php');
       global $current_user;
       get_currentuserinfo();
   
       $current_user->user_login
       ```
   
 * How i can get user_login in WordPress MU with a plugin ?
 * Thanks.

The topic ‘Current_user in WordPress MU’ is closed to new replies.

 * 0 replies
 * 1 participant
 * Last reply from: [Tavicu](https://wordpress.org/support/users/tavicu/)
 * Last activity: [14 years, 9 months ago](https://wordpress.org/support/topic/current_user-in-wordpress-mu/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
