Changeset 56434 for trunk/src/wp-includes/category.php
- Timestamp:
- 08/24/2023 08:59:36 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category.php
r55880 r56434 308 308 * @param WP_Term[]|int|WP_Error $tags Array of 'post_tag' term objects, a count thereof, 309 309 * or WP_Error if any of the taxonomies do not exist. 310 * @param array $args An array of arguments. @see get_terms()310 * @param array $args An array of arguments. See {@see get_terms()}. 311 311 */ 312 312 $tags = apply_filters( 'get_tags', $tags, $args );
Note: See TracChangeset
for help on using the changeset viewer.