This action runs right before bulk videos are removed from a gallery.
add_action('maxgalleria_before_remove_bulk_videos_from_gallery', 'before_remove_bulk_videos_from_gallery', 10, 1); $video_post_ids
The IDs of the video post objects.
add_action('maxgalleria_before_remove_bulk_videos_from_gallery', 'before_remove_bulk_videos_from_gallery', 10, 1);
function before_remove_bulk_videos_from_gallery($video_post_ids) {
}
Defined in maxgalleria-hooks.php.
Used in maxgalleria-video-gallery.php.