Changeset 43308
- Timestamp:
- 05/23/2018 02:23:53 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-term-query.php
r43049 r43308 124 124 * @type string $fields Term fields to query for. Accepts 'all' (returns an array of 125 125 * complete term objects), 'all_with_object_id' (returns an 126 * array of term objects with the 'object_id' param; only works127 * when the `$ fields` parameter is 'object_ids'), 'ids'126 * array of term objects with the 'object_id' param; works only 127 * when the `$object_ids` parameter is populated), 'ids' 128 128 * (returns an array of ids), 'tt_ids' (returns an array of 129 129 * term taxonomy ids), 'id=>parent' (returns an associative
Note: See TracChangeset
for help on using the changeset viewer.