followup_delete

Triggered before deletion of a followup message.

Shop-Script

Input (passed by reference)

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

Output

Shop-Script

Plugin code example

PHP

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