Uses
Uses | Description |
---|---|
wp-includes/general-template.php: single_cat_title | Filters the category archive page title. |
wp-includes/general-template.php: single_tag_title | Filters the tag archive page title. |
wp-includes/general-template.php: single_term_title | Filters the custom taxonomy archive page title. |
wp-includes/query.php: is_category() | Determines whether the query is for an existing category archive page. |
wp-includes/query.php: is_tag() | Determines whether the query is for an existing tag archive page. |
wp-includes/query.php: is_tax() | Determines whether the query is for an existing custom taxonomy archive page. |
wp-includes/query.php: get_queried_object() | Retrieve the currently-queried object. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |