Created
July 19, 2016 16:56
-
-
Save JeffMatson/9d4fd33665c59873a49ca92b8635073e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$search_criteria = array( | |
'status' => 'active', | |
'field_filters' => array( | |
array( | |
'key' => 'my_entry_value', | |
'operator' => 'IN', // or 'NOT IN' | |
'value' => array( 'Second Choice', 'Third Choice' ), | |
), | |
) | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment