Definition:
function tag_description( $tag = 0 ) {}
Retrieve tag description.
Parameters
- int $tag: Optional. Tag ID. Will use global tag ID by default.
Return values
returns:Tag description, available.
Source code
function tag_description( $tag = 0 ) { return term_description( $tag ); }
2929
No comments yet... Be the first to leave a reply!