Retrieves the link to the tag.
Description
See also
Parameters
$tagint|objectrequired- Tag ID or object.
Source
function get_tag_link( $tag ) {
return get_category_link( $tag );
}
Changelog
| Version | Description |
|---|---|
| 2.3.0 | Introduced. |
Retrieves the link to the tag.
$tagint|objectrequiredfunction get_tag_link( $tag ) {
return get_category_link( $tag );
}
| Version | Description |
|---|---|
| 2.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.