Changeset 34405
- Timestamp:
- 09/22/2015 01:25:37 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-meta-query.php
r34090 r34405 1 1 <?php 2 2 /** 3 * Class for generating SQL clauses that filter a primary query according to metadata keys and values. 3 * Meta API: WP_Meta_Query class 4 * 5 * @package WordPress 6 * @subpackage Meta 7 * @since 4.4.0 8 */ 9 10 /** 11 * Core class used to implement meta queries for the Meta API. 12 * 13 * Used for generating SQL clauses that filter a primary query according to metadata keys and values. 4 14 * 5 15 * `WP_Meta_Query` is a helper that allows primary query classes, such as {@see WP_Query} and {@see WP_User_Query},
Note: See TracChangeset
for help on using the changeset viewer.