Changeset 49929 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 01/04/2021 05:16:43 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r49927 r49929 744 744 * @param string|array $taxonomies String of taxonomy name or Array of string values of taxonomy names. 745 745 * @param array|string $args Change the order of the object_ids, either ASC or DESC. 746 * @return WP_Error|array If the taxonomy does not exist, then WP_Error will be returned. On success. 747 * the array can be empty meaning that there are no $object_ids found or it will return the $object_ids found. 746 * @return array|WP_Error An array of $object_ids on success, WP_Error if the taxonomy does not exist. 748 747 */ 749 748 function get_objects_in_term( $term_ids, $taxonomies, $args = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.