This filter returns the masonry image output for the gallery when displayed with the masonry template.
add_filter('maxgalleria_masonry_image', 'masonry_image', 10, 4); $html
The output for the masonry image.
$image
The masonry image object.
$alt
The masonry image alt text.
$title
The masonry image title.
add_filter('maxgalleria_masonry_image', 'masonry_image', 10, 4);
function masonry_image($html, $image, $alt, $title) {
}
Defined in maxgalleria-masonry-hooks.php.
Used in maxgalleria-masonry-template.php.