tag_description

函数
tag_description ( $tag = 0 )
参数
  • (int) $tag Optional. Tag ID. Defaults to the current tag ID.
    Required:
返回值
  • (string) Tag description, if available.
定义位置
相关方法
term_descriptioncategory_descriptionthe_author_descriptionthe_archive_descriptionget_file_description
引入
2.8.0
弃用
-

tag_description: 这是一个WordPress函数,显示一个标签的描述: 这个函数接受一个参数,即你想显示描述的标签ID或名称。

检索标签描述。

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

常见问题

FAQs
查看更多 >