Retrieves tag description.
Parameters
-
$tagint optional -
Tag ID. Defauls to the current tag ID.
Source
function tag_description( $tag = 0 ) {
return term_description( $tag );
}
Changuelog
| Versionen | Description |
|---|---|
| 2.8.0 | Introduced. |
Basic Example
Displays a description of the tag id 28.