Summery Summery
Display category, tag, term, or author description.
Syntax Syntax
Parameters Parameters
- $before
-
(Optional) Content to prepend to the description.
Default value: ''
- $after
-
(Optional) Content to append to the description.
Default value: ''
Source Source
File: wp-includes/general-template.php
* * @see get_the_archive_title() * * @param string $before Optional. Content to prepend to the title. Default empty. * @param string $after Optional. Content to append to the title. Default empty. */
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.1.0 | Introduced. |