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