Retrieves tag description.
$tagintoptional
$description = tag_description(); Output is wrapped in <p> tags.
function tag_description( $tag = 0 ) {
return term_description( $tag );
}
| Version | Description |
|---|---|
| 2.8.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/tag_description