list_delete
Triggered before the deletion of a personal task filer.
Teamwork
Input (passed by reference)
$params['ids'] array<int> Array containing the ID of the list being deleted.
… your plugin code …
Output
Teamwork
Plugin code example
PHP
public function listDelete($params)
{
// $deleted_task_filter_id = reset($params['ids']);
}









