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