Changeset 48100 for trunk/src/wp-includes/category.php
- Timestamp:
- 06/19/2020 10:53:54 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category.php
r48067 r48100 288 288 * @type string $taxonomy Taxonomy to retrieve terms for. Default 'post_tag'. 289 289 * } 290 * @return WP_Term[]|int|WP_Error $tagsArray of 'post_tag' term objects, a count thereof,291 * 290 * @return WP_Term[]|int|WP_Error Array of 'post_tag' term objects, a count thereof, 291 * or WP_Error if any of the taxonomies do not exist. 292 292 */ 293 293 function get_tags( $args = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.