// Get the current user
$current_user = wp_get_current_user();
// Get the username of the user
$username = $current_user->user_login;
↧
philttz on "trying-to-access-logged-in-user-data"
↧
// Get the current user
$current_user = wp_get_current_user();
// Get the username of the user
$username = $current_user->user_login;