Changeset 51298 for trunk/src/wp-includes/class-wp-term-query.php
- Timestamp:
- 07/01/2021 09:01:17 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-term-query.php
r50614 r51298 167 167 * Default empty. 168 168 * @type int $child_of Term ID to retrieve child terms of. If multiple taxonomies 169 * are passed, $child_ofis ignored. Default 0.170 * @type int |string$parent Parent term ID to retrieve direct-child terms of.169 * are passed, `$child_of` is ignored. Default 0. 170 * @type int $parent Parent term ID to retrieve direct-child terms of. 171 171 * Default empty. 172 172 * @type bool $childless True to limit results to terms that have no children.
Note: See TracChangeset
for help on using the changeset viewer.