Uses
Uses | Description |
---|---|
wp-includes/category.php: get_tags | Filters the array of term objects returned for the ‘post_tag’ taxonomy. |
wp-includes/functions.php: wp_parse_args() | Merge user defined arguments into defaults array. |
wp-includes/taxonomy.php: get_terms() | Retrieve the terms in a given taxonomy or list of taxonomies. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |