Description
Filters the archive title.
Occurrences
Filename | Line Number |
---|---|
wp-includes/general-template.php | 1804 |
Parameters
Type | Name | Description |
---|---|---|
string | $title | Archive title to be displayed. |
string | $original_title | Archive title without prefix. |
string | $prefix | Archive title prefix. |
PHP Doc
/**
* Filters the archive title.
*
* @since 4.1.0
* @since 5.5.0 Added the `$prefix` and `$original_title` parameters.
*
* @param string $title Archive title to be displayed.
* @param string $original_title Archive title without prefix.
* @param string $prefix Archive title prefix.
*/