Changeset 40053 for trunk/src/wp-includes/class-wp-term-query.php
- Timestamp:
- 02/10/2017 02:27:36 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-term-query.php
r39675 r40053 174 174 * See `WP_Meta_Query`. Default empty. 175 175 * @type string $meta_key Limit terms to those matching a specific metadata key. 176 * Can be used in conjunction with `$meta_value`. 176 * Can be used in conjunction with `$meta_value`. Default empty. 177 177 * @type string $meta_value Limit terms to those matching a specific metadata value. 178 * Usually used in conjunction with `$meta_key`. 178 * Usually used in conjunction with `$meta_key`. Default empty. 179 * @type string $meta_type Type of object metadata is for (e.g., comment, post, or user). 180 * Default empty. 181 * @type string $meta_compare Comparison operator to test the 'meta_value'. Default empty. 179 182 * } 180 183 */
Note: See TracChangeset
for help on using the changeset viewer.