Changeset 52332 for trunk/src/wp-includes/class-wp-term-query.php
- Timestamp:
- 12/07/2021 12:18:50 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-term-query.php
r52226 r52332 95 95 * Optional. Array or query string of term query parameters. Default empty. 96 96 * 97 * @type string| array $taxonomy Taxonomy name, or array of taxonomies, to which results should98 * be limited.97 * @type string|string[] $taxonomy Taxonomy name, or array of taxonomy names, to which results 98 * should be limited. 99 99 * @type int|int[] $object_ids Object ID, or array of object IDs. Results will be 100 100 * limited to terms associated with these objects. … … 149 149 * @type bool $count Whether to return a term count. If true, will take precedence 150 150 * over `$fields`. Default false. 151 * @type string| array$name Name or array of names to return term(s) for.151 * @type string|string[] $name Name or array of names to return term(s) for. 152 152 * Default empty. 153 * @type string| array$slug Slug or array of slugs to return term(s) for.153 * @type string|string[] $slug Slug or array of slugs to return term(s) for. 154 154 * Default empty. 155 155 * @type int|int[] $term_taxonomy_id Term taxonomy ID, or array of term taxonomy IDs,
Note: See TracChangeset
for help on using the changeset viewer.