Quantcast
Channel: Topic Tag: MySQL | WordPress.org
Viewing all articles
Browse latest Browse all 5530

philttz on "trying-to-access-logged-in-user-data"

$
0
0

// Get the current user
$current_user = wp_get_current_user();
// Get the username of the user
$username = $current_user->user_login;


Viewing all articles
Browse latest Browse all 5530

Trending Articles