Tagged Questions
0
votes
1answer
86 views
Echo text if field under user_meta is empty with get_users()
With get_users() I am listing users and their information. I've a custom field in the database, people_lists_class.
<?php
$blogusers = get_users('role=contributor&orderby=display_name');
...