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