apply_filters( 'get_the_archive_title', string $title )
Filters the archive title.
Description Description
Parameters Parameters
- $title
-
(string) Archive title to be displayed.
Source Source
Changelog Changelog
Version | Description |
---|---|
4.1.0 | Introduced. |
User Contributed Notes User Contributed Notes
You must log in before being able to contribute a note or feedback.
TIP: Using the hook to get rid of archive “label”:
If you would like to get rid of the “Category:”, “Tag:”, “Author:”, “Archives:” and “Other taxonomy name:” in the archive title, use this little function in your (child) theme
functions.php
file:Expand full source codeCollapse full source code