Wordpress - WordPress Query and Database
How can you combine a date query to get posts published in 2022 and a meta query to get posts with a custom field 'rating' greater than 4?
date_query requires an array of arrays for conditions, so array(array('year' => 2022)) is correct.meta_query also requires an array of arrays with keys 'key', 'value', and 'compare'.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions