Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #18158, comment 16


Ignore:
Timestamp:
01/17/2012 09:46:53 PM (12 years ago)
Author:
scribu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18158, comment 16

    initial v1  
    11Usage would basically be ...
    22
    3 ----
    4 
     3{{{
    54$my_query = new WP_Query(
    65        array(
     
    1413        )
    1514);
    16 
    17 ----
     15}}}
    1816
    1917'value' has to be included, or the meta_query gets skipped.  However, it is entirely ignored for EXISTS and NOT EXISTS meta_queries.