Changeset 31232 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 01/17/2015 08:38:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r31231 r31232 2553 2553 /** 2554 2554 * Retrieves the terms associated with the given object(s), in the supplied taxonomies. 2555 2555 * 2556 2556 * @since 2.3.0 2557 2557 * … … 2562 2562 * @param array|string $args { 2563 2563 * Array of arguments. 2564 * @type string $orderby Field by which results should be sorted. Accepts 'name' or 'count'. Default 'name'. 2564 * @type string $orderby Field by which results should be sorted. Accepts 'name', 'count', 'slug', 'term_group', 2565 * or 'term_order'. Default 'name'. 2565 2566 * @type string $order Sort order. Accepts 'ASC' or 'DESC'. Default 'ASC'. 2566 2567 * @type string $fields Fields to return for matched terms. Accepts 'all', 'ids', 'names', and
Note: See TracChangeset
for help on using the changeset viewer.