category_delete

Triggered on deletion of a product category.

Shop-Script

Input (passed by reference)

$category array Category data.
… your plugin code …

Output

Shop-Script

Plugin code example

PHP

public function categoryDelete($category)
{
    waLog::dump($category, 'shop/plugins/' . $this->id . '/category-delete.log');
}