maxgalleria_material_design_lightbox_stylesheet

Description

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

Usage

add_filter('maxgalleria_material_design_lightbox_stylesheet', 'material_design_lightbox_stylesheet', 10, 1);

Parameters

$lightbox_stylesheet
The path and file name to the lightbox stylesheet.

Example

add_filter('maxgalleria_material_design_lightbox_stylesheet', 'material_design_lightbox_stylesheet', 10, 1);

function material_design_lightbox_stylesheet($lightbox_stylesheet) {
}

Source Files

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

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