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