Is it possible to add relation between meta_query and tax_query?
This is not possible with the WP_Query. You can specify relationship inside the tax query and inside the meta query, but, you can’t have the query where meta and tax query are connected by OR. You can always build the SQL query the way you want it, not relying on the WP_Query at all to … Read more