Changeset 57644 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 02/16/2024 09:45:18 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r57335 r57644 273 273 * @param array $args Optional. An array of `key => value` arguments to match against the taxonomy objects. 274 274 * Default empty array. 275 * @param string $output Optional. The type of output to return in the array. Accepts either taxonomy'names'275 * @param string $output Optional. The type of output to return in the array. Either 'names' 276 276 * or 'objects'. Default 'names'. 277 277 * @param string $operator Optional. The logical operation to perform. Accepts 'and' or 'or'. 'or' means only
Note: See TracChangeset
for help on using the changeset viewer.