Uses
Uses | Description |
---|---|
wp-includes/category-template.php: wp_tag_cloud() | Displays a tag cloud. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/widgets/class-wp-widget-tag-cloud.php: WP_Widget_Tag_Cloud::_get_current_taxonomy() | Retrieves the taxonomy for the current Tag cloud widget instance. |
wp-includes/widgets/class-wp-widget-tag-cloud.php: widget_tag_cloud_args | Filters the taxonomy used in the Tag Cloud widget. |
wp-includes/widgets/class-wp-widget-pages.php: widget_title | Filters the widget title. |
wp-includes/taxonomy.php: get_taxonomy() | Retrieves the taxonomy object of $taxonomy. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |