This action runs right after videos are added to a gallery.
add_action('maxgalleria_after_add_videos_to_gallery', 'after_add_videos_to_gallery', 10, 1); $video_urls
The URLs of the videos.
add_action('maxgalleria_after_add_videos_to_gallery', 'after_add_videos_to_gallery', 10, 1);
function after_add_videos_to_gallery($video_urls) {
}
Defined in maxgalleria-hooks.php.
Used in video-add.php.