WP Query Relations / Compare
You don’t provide the context of where the code in your question is being used. Is it something like the following: $args = array ( ‘s’ => ‘201701057’, ‘meta_query’ => array ( ‘relation’ => ‘OR’, array ( ‘key’ => ‘property_address’, … ), array ( ‘key’ => ‘property_city’, … ), … ), ) ; $query = … Read more