tag_description( int $tag )

Retrieve tag description.


Description Description


Parameters Parameters

$tag

(int) (Optional) Tag ID. Will use global tag ID by default.


Top ↑

Return Return

(string) Tag description, available.


Top ↑

Source Source

File: wp-includes/category-template.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.