Changeset 43621
- Timestamp:
- 09/03/2018 09:25:53 PM (6 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/class-wp-term-query.php
r43557 r43621 173 173 * @type string $meta_value Limit terms to those matching a specific metadata value. 174 174 * Usually used in conjunction with `$meta_key`. Default empty. 175 * @type string $meta_type Type of object metadata is for (e.g., comment, post, term, or user).176 * Default empty.175 * @type string $meta_type MySQL data type that the `$meta_value` will be CAST to for 176 * comparisons. Default empty. 177 177 * @type string $meta_compare Comparison operator to test the 'meta_value'. Default empty. 178 178 * }
Note: See TracChangeset
for help on using the changeset viewer.