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