hook_file_move
- Versions
- 7
hook_file_move($file, $source)
Respond to a file that has been moved.
See also
Parameters
$file The updated file object after the move.
$source The original file object before the move.
Related topics
Code
modules/system/system.api.php, line 1485
<?php
function hook_file_move($file, $source) {
}
?>Login or register to post comments 