LJ::Tags::get_entry_tags
LJ::Tags::get_entry_tags — Gets tags that have been used on an entry.
Use
LJ::Tags::get_entry_tags(uuserid, jitemid);
Source:
cgi-bin/taglib.pl
Returns:
Hashref; { jitemid => { tagid => tagname, tagid => tagname, ... }, ... }