Populate dropdown list with members
-
I’m trying to populate a dropdown list with members. I’ve created a code snippet that populates the list successfully with user roles using:
function getUsers( ) { $roles = array(); $role_keys = get_option( 'um_roles', array() ); return $role_keys; } ?>
and that shows:
How can I populate the dropdown with a list of full-members?
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Populate dropdown list with members’ is closed to new replies.