JHelperTags::unTagItem
Method to untag an item
Signature
public function unTagItem(integer
$contentId,
JTable
$table,
array
$tagsĀ )
Parameters
-
$contentId
- ID of the content item being untagged
-
$table
- JTable object being untagged
-
$tags
- Array of tags to be untagged. Use an empty array to untag all existing tags.
Returns
- boolean
- true on success, otherwise false.