tag_description

函数


tag_description ( $tag = 0 )
参数
  • (int)
    $tag
    Optional. Tag ID. Defaults to the current tag ID.
    Required:
返回值
  • (string) Tag description, if available.
定义位置
  • wp-includes/category-template.php
    , line 1250
引入
2.8.0
弃用

Retrieves tag description.

function tag_description( $tag = 0 ) {
	return term_description( $tag );
}