Wordpress - WordPress Query and Database
Given this
What posts will this query return?
meta_query:array(
'relation' => 'OR',
array('key' => 'color', 'value' => 'blue', 'compare' => '='),
array('key' => 'size', 'value' => 'large', 'compare' => '=')
)
What posts will this query return?
