How do I echo all users’ display_name and their meta_value who have a certain meta_key?
I want to echo a list of all users who have that field; in other words, a list of each user’s name, phone number, and the quantity. Try this, which is based on your 1st snippet: ( and this is all you need; no need for the $wpdb->get_col() snippet ) $user_query = new WP_User_Query( array( … Read more