function hook_v_autothumbnail in Video 6.2
Same name and namespace in other branches
- 6 hooks.php \hook_v_autothumbnail()
This hook is called by the video_image plugins once TODO: better documentation
File
- ./
hooks.php, line 36 - The video module has some hooks which should make adding new features to the video module easier.
Code
function hook_v_autothumbnail($node) {
}