This filter returns the content right before the gallery output when displayed with the masonry template.
add_filter('maxgalleria_masonry_before_gallery_output', 'masonry_before_gallery_output', 10, 4); $html
The content right before the gallery output.
$gallery
The gallery object.
$attachments
The gallery attachments.
$options
The gallery options.
add_filter('maxgalleria_masonry_before_gallery_output', 'masonry_before_gallery_output', 10, 4);
function masonry_before_gallery_output($html, $gallery, $attachments, $options) {
}
Defined in maxgalleria-masonry-hooks.php.
Used in maxgalleria-masonry-template.php.