"record" is the name of a taggable model (items, exhibits)
Use add_item_tag($record, $added, $entity);
Parameters
- $record -- the taggable object (Item, Exhibit)
- $added -- array of the tags added
- $entity -- the Entity doing the tagging
"record" is the name of a taggable model (items, exhibits)
Use add_item_tag($record, $added, $entity);