This filter returns the lightbox script to use when a gallery is displayed with the Video Tiles template.
add_filter('maxgalleria_video_tiles_lightbox_script', 'video_tiles_lightbox_script', 10, 1); $lightbox_script
The lightbox script.
add_filter('maxgalleria_video_tiles_lightbox_script', 'video_tiles_lightbox_script', 10, 1);
function video_tiles_lightbox_script($lightbox_script) {
}
Defined in maxgalleria-hooks.php.
Used in video-tiles.php.