maxgalleria_material_design_image

Description

This filter returns the material design image output for the gallery when displayed with the material design template.

Usage

add_filter('maxgalleria_material_design_image', 'material_design_image', 10, 4);

Parameters

$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.

Example

add_filter('maxgalleria_material_design_image', 'material_design_image', 10, 4);

function material_design_image($html, $image, $alt, $title) {
}

Source Files

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

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