category_save

Triggered on saving category properties.

Shop-Script

Input (passed by reference)

$category array Category data.
… your plugin code …

Output

Shop-Script

Plugin code example

PHP

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