Translations of this page?:

MEDIA_DELETE_FILE

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.

Passed Data

  • $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

Plugins handling this event

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.

See also

devel/event/media_delete_file.txt · Last modified: 2011/02/06 12:22 by 85.178.4.98
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Imprint Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki
WikiForumIRCBugsGitXRefTranslate