Changeset 55693 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 04/27/2023 10:27:51 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/taxonomy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r55671 r55693 815 815 * @param int|int[] $term_ids Term ID or array of term IDs of terms that will be used. 816 816 * @param string|string[] $taxonomies String of taxonomy name or Array of string values of taxonomy names. 817 * @param array|string $args Change the order of the object IDs, either ASC or DESC. 817 * @param array|string $args { 818 * Change the order of the object IDs. 819 * 820 * @type string $order Order to retrieve terms. Accepts 'ASC' or 'DESC'. Default 'ASC'. 821 * } 818 822 * @return string[]|WP_Error An array of object IDs as numeric strings on success, 819 823 * WP_Error if the taxonomy does not exist.
Note: See TracChangeset
for help on using the changeset viewer.