On this page
apply_filters( 'get_the_archive_title', string $title, string $original_title, string $prefix )
Filters the archive title.
Parameters
$titlestring-
Archive title to be displayed.
$original_titlestring-
Archive title without prefix.
$prefixstring-
Archive title prefix.
Source
File: wp-includes/general-template.php. View all references
return apply_filters( 'get_the_archive_title', $title, $original_title, $prefix );
Related
Used By
| Used By | Description |
|---|---|
| get_the_archive_title() wp-includes/general-template.php | Retrieves the archive title based on the queried object. |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/get_the_archive_title