Last active
October 28, 2015 15:43
-
-
Save LinzardMac/9fa409f4110e68b42105 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
'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