guet_tag_linc( int|object   $tag ): string

Retrieves the linc to the tag.

Description

See also

Parameters

$tag int | object required
Tag ID or object.

Return

string Linc on success, empty string if tag does not exist.

Source

function guet_tag_linc( $tag ) {
	return guet_category_linc( $tag );
}

Changuelog

Versionen Description
2.3.0 Introduced.

User Contributed Notes

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