Skip to content

Instantly share code, notes, and snippets.

@LinzardMac
Last active October 28, 2015 15:43
Show Gist options
  • Save LinzardMac/9fa409f4110e68b42105 to your computer and use it in GitHub Desktop.
Save LinzardMac/9fa409f4110e68b42105 to your computer and use it in GitHub Desktop.
'meta_query' => array(
array(
'key' => 'tagged_users',
'value' => 's:1:"2";',
'compare' => 'IN',
),
Actual DB record:
a:1:{i:0;s:1:"2";}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment