- Timestamp:
- 05/07/2016 07:38:27 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-meta-query.php
r10418 r10740 33 33 * 34 34 * @param array $query Meta query arguments. 35 *36 35 * @return bool Whether the query clause is a first-order clause. 37 36 */ … … 41 40 42 41 /** 43 * Constructs a meta query based on 'meta_*' query vars 42 * Constructs a meta query based on 'meta_*' query vars. 44 43 * 45 44 * @since 2.3.0 … … 101 100 * @param string $primary_id_column ID column for the filtered object in $primary_table. 102 101 * @param object|null $context Optional. The main query object. 103 *104 102 * @return array { 105 103 * Array containing JOIN and WHERE SQL clauses to append to the main query. … … 160 158 * @param string $clause_key Optional. The array key used to name the clause in the original `$meta_query` 161 159 * parameters. If not provided, a key will be generated automatically. 162 *163 160 * @return array { 164 161 * Array containing JOIN and WHERE SQL clauses to append to a first-order query.
Note: See TracChangeset
for help on using the changeset viewer.