This filter returns the content right before the masonry image for the gallery when displayed with the masonry template.
add_filter('maxgalleria_masonry_before_image', 'masonry_before_image', 10, 2); $html
The content right before the masonry image.
$options
The gallery options.
add_filter('maxgalleria_masonry_before_image', 'masonry_before_image', 10, 2);
function masonry_before_image($html, $options) {
}
Defined in maxgalleria-masonry-hooks.php.
Used in maxgalleria-masonry-template.php.