Changeset 48104 for trunk/src/wp-includes/class-wp-term-query.php
- Timestamp:
- 06/20/2020 12:00:07 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-term-query.php
r47898 r48104 114 114 * @type bool|int $hide_empty Whether to hide terms not assigned to any posts. Accepts 115 115 * 1|true or 0|false. Default 1|true. 116 * @type array|string $include Array or comma/space-separated string of term ids to include.116 * @type array|string $include Array or comma/space-separated string of term IDs to include. 117 117 * Default empty array. 118 * @type array|string $exclude Array or comma/space-separated string of term ids to exclude.118 * @type array|string $exclude Array or comma/space-separated string of term IDs to exclude. 119 119 * If $include is non-empty, $exclude is ignored. 120 120 * Default empty array. 121 * @type array|string $exclude_tree Array or comma/space-separated string of term ids to exclude121 * @type array|string $exclude_tree Array or comma/space-separated string of term IDs to exclude 122 122 * along with all of their descendant terms. If $include is 123 123 * non-empty, $exclude_tree is ignored. Default empty array.
Note: See TracChangeset
for help on using the changeset viewer.