followup_save

Triggered on saving of a new or edited followup message.

Shop-Script

Input (passed by reference)

$followup array Followup message data.
… your plugin code …

Output

Shop-Script

Plugin code example

PHP

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