tag_description() – Retrieve tag description.
You appear to be a bot. Output may be restricted
Description
Retrieves tag description.
Usage
$string = tag_description( $tag );
Parameters
- $tag
- ( int ) optional – Optional. Tag ID. Defaults to the current tag ID.
Returns
string Tag description, if available.
Source
File name: wordpress/wp-includes/category-template.php
Lines:
1 to 3 of 3
function tag_description( $tag = 0 ) { return term_description( $tag ); }