Summery Summery
Display the archive title based on the queried object.
Syntax Syntax
Parameters Parameters
- $before
-
(Optional) Content to prepend to the title.
Default value: ''
- $after
-
(Optional) Content to append to the title.
Default value: ''
Source Source
File: wp-includes/general-template.php
/** * Filters the category archive page title. * * @since 2.0.10 * * @param string $term_name Category name for archive being displayed. */
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.1.0 | Introduced. |