hook_file_update
- Versions
- 7
hook_file_update(&$file)
Respond to a file being updated.
This hook is called when file_save() is called on an existing file.
See also
Parameters
$file The file that has just been updated.
Related topics
Code
modules/system/system.api.php, line 1505
<?php
function hook_file_update(&$file) {
}
?>Login or register to post comments 