Changeset 46985 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 12/18/2019 12:17:54 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/taxonomy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r46823 r46985 810 810 * a WP_Term object, an associative array, or a numeric array, respectively. Default OBJECT. 811 811 * @param string $filter Optional, default is raw or no WordPress defined filter will applied. 812 * @return array|WP_Term|WP_Error|null Object of the type specified by `$output` on success. When `$output` is 'OBJECT',812 * @return WP_Term|array|WP_Error|null Object of the type specified by `$output` on success. When `$output` is 'OBJECT', 813 813 * a WP_Term instance is returned. If taxonomy does not exist, a WP_Error is 814 814 * returned. Returns null for miscellaneous failure.
Note: See TracChangeset
for help on using the changeset viewer.