Search Users base on meta_value & meta_key

Your query is wrong that’s way noting is returned because there is no row in the database that holds more then one meta_key. What you can do instead is create a Sub Query to get all user id’s of users who live in London as a Sub Query and the use that to filter users … Read more