Changeset 51731
- Timestamp:
- 09/05/2021 11:05:58 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r51327 r51731 1007 1007 * @see sanitize_term_field() The $context param lists the available values for get_term_by() $filter param. 1008 1008 * 1009 * @param string $field Either 'slug', 'name', ' id' or 'ID' (term_id), or 'term_taxonomy_id'.1009 * @param string $field Either 'slug', 'name', 'term_id' (or 'id', 'ID'), or 'term_taxonomy_id'. 1010 1010 * @param string|int $value Search for this term value. 1011 1011 * @param string $taxonomy Taxonomy name. Optional, if `$field` is 'term_taxonomy_id'.
Note: See TracChangeset
for help on using the changeset viewer.