Changes between Initial Version and Version 1 of Ticket #18158, comment 16
- Timestamp:
- 01/17/2012 09:46:53 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18158, comment 16
initial v1 1 1 Usage would basically be ... 2 2 3 ---- 4 3 {{{ 5 4 $my_query = new WP_Query( 6 5 array( … … 14 13 ) 15 14 ); 16 17 ---- 15 }}} 18 16 19 17 'value' has to be included, or the meta_query gets skipped. However, it is entirely ignored for EXISTS and NOT EXISTS meta_queries.