Uses
Uses | Description |
---|---|
wp-includes/general-template.php: get_the_post_type_description() | Retrieves the description for a post type archive. |
wp-includes/general-template.php: get_the_archive_description | Filters the archive description. |
wp-includes/category-template.php: term_description() | Retrieves term description. |
wp-includes/query.php: is_author() | Determines whether the query is for an existing author archive page. |
wp-includes/query.php: is_post_type_archive() | Determines whether the query is for an existing post type archive page. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/author-template.php: get_the_author_meta() | Retrieves the requested data of the author of the current post. |