This action runs right before an individual video is excluded from a gallery.
add_action('maxgalleria_before_exclude_single_video_from_gallery', 'before_exclude_single_video_from_gallery', 10, 1); $video_post
The video post object.
add_action('maxgalleria_before_exclude_single_video_from_gallery', 'before_exclude_single_video_from_gallery', 10, 1);
function before_exclude_single_video_from_gallery($video_post) {
}
Defined in maxgalleria-hooks.php.
Used in maxgalleria-video-gallery.php.