view_tags
Triggered before returning an array of product tags by {$wa->shop->tags()} method.
Shop-Script
Input (passed by reference)
$tags array Product tags.
… your plugin code …
Output
Shop-Script
Plugin code example
PHP
public function viewTags(&$tags)
{
shopMyPluginHelper::updateTags($tags);
}









