Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JeffMatson/9d4fd33665c59873a49ca92b8635073e to your computer and use it in GitHub Desktop.
Save JeffMatson/9d4fd33665c59873a49ca92b8635073e to your computer and use it in GitHub Desktop.
$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