Uses
Uses | Description |
---|---|
wp-includes/category-template.php: get_the_term_list() | Retrieves a post’s terms as a list with specified format. |
wp-includes/category-template.php: the_terms | Filters the list of terms to display. |
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. |