set_delete
Triggered on product set deletion.
Shop-Script
Input (passed by reference)
$set array Product set data.
… your plugin code …
Output
Shop-Script
Plugin code example
PHP
public function setDelete($set) { waLog::dump($params, 'shop/plugins/' . $this->id . '/set-delete.log'); }