Answers for "wordpress get list of all users of certain user type"

PHP
1

wordpress get username

$current_user = wp_get_current_user();
echo($current_user->user_login);
Posted by: Guest on January-29-2021

Code answers related to "wordpress get list of all users of certain user type"

Browse Popular Code Answers by Language