maxgalleria_material_design_lightbox_script

Description

This filter returns the lightbox script to use when displaying a gallery.

Usage

add_filter('maxgalleria_material_design_lightbox_script', 'material_design_lightbox_script', 10, 1);

Parameters

$lightbox_script
The path and file name to the lightbox script.

Example

add_filter('maxgalleria_material_design_lightbox_script', 'material_design_lightbox_script', 10, 1);

function material_design_lightbox_script($lightbox_script) {
}

Source Files

Defined in maxgalleria-material-design-hooks.php.

Used in maxgalleria-material-design-template.php.