- Description:
- Intercept file deletion
- DefaultAction:
- Deletes a file
- Preventable:
- yes
- Added:
- 2008-10-01
This event is signalled by media_delete() in inc/media.php. You can use this event to intercept the file deletion process.
$data['id'] ⇒ ID
$data['unl'] ⇒ unlink return code
$data['del'] ⇒ Namespace directory unlink return code
$data['name'] ⇒ file name
$data['path'] ⇒ full path to the file
$data['size'] ⇒ file size
The following plugins are known to handle this event and their source code may be a good start for understanding and implementing a handler yourself.