get_the_archive_title_prefix WordPress Filter Hook
The get_the_archive_title_prefix hook allows you to change the default archive title prefix for your site. This can be useful if you want to change the way your archive titles are displayed.
apply_filters( 'get_the_archive_title_prefix', string $prefix ) #
Filters the archive title prefix.
Parameters
- $prefix
(string)Archive title prefix.
Source
Changelog
Version | Description |
---|---|
5.5.0 | Introduced. |