maxgalleria_material_design_after_image

Description

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

Usage

add_filter('maxgalleria_material_design_after_image', 'material_design_after_image', 10, 2);

Parameters

$html
The content right after the material design image.

$options
The gallery options.

Example

add_filter('maxgalleria_material_design_after_image', 'material_design_after_image', 10, 2);

function material_design_after_image($html, $options) {
}

Source Files

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

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