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