Support

Account

Home Forums General Issues How to search for meta array? Reply To: How to search for meta array?

  • The meta query relation argument defaults to ‘AND’, you need to change it to ‘OR’

    
    // start your meta query array with relation argument
    $meta_query = array('relation' => 'OR');