Uses
Uses | Description |
---|---|
wp-includes/category-template.php: term_links-{$taxonomy} | Filters the term links for a given taxonomy. |
wp-includes/category-template.php: get_the_terms() | Retrieves the terms of the taxonomy that are attached to the post. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/taxonomy.php: get_term_link() | Generate a permalink for a taxonomy term archive. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |