maxgalleria_material_design_before_image

Description

This filter returns the content right before the image for the gallery when displayed with the material design template.

Usage

add_filter('maxgalleria_material_design_before_image', 'material_design_before_image', 10, 4);

Parameters

$html
The content before the image.

$gallery
The gallery object.

$attachments
The gallery attachments.

$options
The gallery options.

Example

add_filter('maxgalleria_material_design_before_image', 'material_design_before_image', 10, 4);

function material_design_before_image($html, $gallery, $attachments, $options) {
}

Source Files

Defined in maxgalleria-material-design-hooks.php.

Used in maxgalleria-material-design-template.php.