ExpressionEngine

2.5.0 User Guide

Filemanager Library Extension Hooks

files_after_delete

Do additional processing after a file is removed.

$edata = $this->extensions->call('files_after_delete', $deleted_files);

$deleted_files

An array of database row objects for the files that were deleted.

returns:void

Added in v2.1.5

User Contributed Notes

You must have an ExpressionEngine license and have attained a forum rank of "Lab Assistant" (100 posts) to contribute notes to the User Guide