Uses
Uses | Description |
---|---|
wp-admin/includes/bookmark.php: wp_get_link_cats() | Retrieves the link category IDs associated with the link specified. |
wp-includes/category-template.php: the_category | Filters the category or list of categories. |
wp-includes/formatting.php: esc_html() | Escaping for HTML blocks. |
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. |