This filter returns the lightbox stylesheet to use when a gallery is displayed with the masonry template.
add_filter('maxgalleria_masonry_lightbox_stylesheet', 'masonry_lightbox_stylesheet', 10, 1); $lightbox_stylesheet
The lightbox stylesheet.
add_filter('maxgalleria_masonry_lightbox_stylesheet', 'masonry_lightbox_stylesheet', 10, 1);
function masonry_lightbox_stylesheet($lightbox_stylesheet) {
}
Defined in maxgalleria-masonry-hooks.php.
Used in maxgalleria-masonry-template.php.