Changes between Initial Version and Version 1 of Ticket #18707, comment 2
- Timestamp:
- 12/11/2012 11:09:48 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18707, comment 2
initial v1 2 2 3 3 Would appreciate anyone's thoughts; it feels somewhat dirty at the moment but that's primarily because I didn't want to redo the current logic too much. 4 5 Usage: `new WP_Query(array('meta_key' => 'foo', 'meta_value' => array('foo', 'bar'), 'meta_compare' => 'like'));`