get_the_archive_description WordPress Filter Hook
The get_the_archive_description hook is a great way to display a description of your archive pages. This can be useful for providing context for your visitors and helping them understand what they are looking at.
apply_filters( 'get_the_archive_description', string $description ) #
Filters the archive description.
Parameters
- $description
(string)Archive description to be displayed.
Source
Changelog
Version | Description |
---|---|
4.1.0 | Introduced. |