This filter returns the lightbox script to use when displaying a gallery.
add_filter('maxgalleria_material_design_lightbox_script', 'material_design_lightbox_script', 10, 1); $lightbox_script
The path and file name to the lightbox script.
add_filter('maxgalleria_material_design_lightbox_script', 'material_design_lightbox_script', 10, 1);
function material_design_lightbox_script($lightbox_script) {
}
Defined in maxgalleria-material-design-hooks.php.
Used in maxgalleria-material-design-template.php.