Check out get_users()
:
$subscriber_ids = get_users(
array(
'fields' => 'ids',
'role' => 'subscriber',
)
);
foreach ( $subscriber_ids as $id )
echo "$id<br />";
Related Posts:
- How to change WordPress user ID?
- Creating a Front-end based User Search
- Generate unique number when registering a new user
- create new users in db starting at what ID?
- How to get ID of Edit User page during wp_handle_upload_prefilter, whilst in Media picker?
- Append USER ID to an outbound link?
- Safely changing UserID’s, re-using deleted UserID’s and automatically using deleted userID’s instead of an increment
- How to use url formatter with integer
- Set a minimal number for next user_id
- Can I provide a user’s user_ID to them and can it also be searchable in a member’s directory
- If the current user is an administrator or editor
- user_login vs. user_nicename
- WordPress usermeta scaling for thousands of users
- Execute a function when admin changes the user role
- Best way to send users password?
- Why are user address fields required [closed]
- Importing users? From another wordpress site
- How to discover and delete unused accounts?
- Multi-steps WordPress registration : in 4 steps how to?
- Allow guests to save favourite pages?
- Basic auth WordPress REST API dilemma
- Remove all users from site except one using WP CLI
- security+best practices: root or www-data on a wordpress content folder?
- Show Biographical Info while creating new user
- How to enable the theme editor cap for an editor role?
- WordPress keeps asking for connection information in localhost
- User File Upload Repository?
- How to get user ID during registration and add it to a custom table
- How do I properly format the user_role array?
- How can I secure a WordPress blog using OpenID from a single provider?
- How to edit user_id on the comment edit screen
- get_users() ORDER BY Not Working
- Tagging users in WordPress
- How can I display show/hide elements when user is registered?
- How can I allow password reset based on logins containing the @ character?
- WordPress User getting added with id of 0
- Log all users out of all locations after 24 hours
- Register new user in the frontend
- add_cap not working with Shop Manager role
- User Last Login Sort Column
- get_users() timeout on big userbase — options to divide query?
- Plugin for limiting user registration based on ip with expiry period?
- Bulk delete users from a csv list
- Get tags for current user
- Using user_status in conditional with get_users to return existing users
- Split Blog Into Two Sections?
- How to use WordPress for class notes?
- mysql query two database tables, users and usermeta and sort by custom meta int value
- Add value in user table when user is created
- How to hide WordPress users’ names externally?
- Force user to change their password on the frontend at the first login and password policy
- Should I encrypt the response that triggers an Ajax action? Is nonce sufficient?
- Editable registration date field in user profile
- How to force authors to ‘submit for review’?
- Turn off password requirement
- How to duplicate a wordpress user and all his/her data from custom fields?
- Add a role and give admin priviledges
- WordPress registration without wp-login.php and wp-admin folder, is it possible?
- List users by meta_key and meta_value
- MySQL query to mass change role of users
- Use WordPress Login for a non-wordpress site
- How to change user`s avatar?
- Add Custom Filter to Admin User list
- WordPress SQL Issue not returning correct reselts
- How to Create a User Profile Page?
- List Users alphabetically with heading
- How to default/force the user’s display_name to their nickname?
- how to remove email field from default user registration form on wordpress
- Add custom user meta data
- Does it matter if the very first user, usually Admin, does not have a user ID of 1?
- Groups and subgroups for permission
- How to add an attribute to a user?
- wp_delete_user – huge overhead in Buddypress?
- Get current logged-in user from external site
- Delete all users with Editor role and their content mysql
- Send user auto generated password on different email
- Show posts who published after registration date
- How to hide “Change role to” dropdown on Users admin menu
- Get UserInfo from WordPress
- How can i display pagination in custom comment list?
- hide page menu from admin panel for specific users
- Single Sign On (SSO) between two WordPress websites
- get user id in a plugin without a function
- $user_login is not working if author has only 1 post
- REST_query_vars for users
- How to use a transient inside WP_User_Query
- Allowing users to edit only their page and nobody else’s
- How to bulk change user role to “No role for this site”
- Showing extra profile fields in admin – problem with underscore
- Add an ‘edit profile’ page with Genesis
- Exclude Current user email and send notification
- User management missing after migration to new host
- Add new user and user bio at same time
- How to create a link to a user’s profile page
- Let admin users edit member profiles from front end
- Storing additional information about the user
- Current User Seeing Another Logged In User Info
- New User Registration email
- How to track all users logged into a site?
- Export user data from Squirrly’s Starbox plugin?