Changeset 59704
- Timestamp:
- 01/24/2025 11:26:18 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category.php
r56434 r59704 86 86 * respectively. Default OBJECT. 87 87 * @param string $filter Optional. How to sanitize category fields. Default 'raw'. 88 * @return object|array|WP_Error|null Category data in type defined by $output parameter. 89 * WP_Error if $category is empty, null if it does not exist. 88 * @return WP_Term|array|WP_Error|null Category data in type defined by $output parameter. 89 * Returns a WP_Term object with backwards compatible property aliases filled in. 90 * WP_Error if $category is empty, null if it does not exist. 90 91 */ 91 92 function get_category( $category, $output = OBJECT, $filter = 'raw' ) {
Note: See TracChangeset
for help on using the changeset viewer.