Find All Users with Certain Meta Data in WordPress
Here’s how you can find all users that have a certain metadata value for a specific meta_key. First set an argument array with the specific meta_key and value and operator. In my case, I wanted all users with a member_number equal to ‘xxxxxxx’. The meta_key is ‘member_number’and the meta_value is ‘xxxxxxx’. If both of those […]
Find All Users with Certain Meta Data in WordPress Read More »