maxgalleria_masonry_after_image

Description

This filter returns the content right after the masonry image for the gallery when displayed with the masonry template.

Usage

add_filter('maxgalleria_masonry_after_image', 'masonry_after_image', 10, 2);

Parameters

$html
The content right after the masonry image.

$options
The gallery options.

Example

add_filter('maxgalleria_masonry_after_image', 'masonry_after_image', 10, 2);

function masonry_after_image($html, $options) {
}

Source Files

Defined in maxgalleria-masonry-hooks.php.

Used in maxgalleria-masonry-template.php.