Description
This filter returns content to be displayed before the output of a gallery
Usage
add_filter('maxgalleria_material_design_before_gallery_output', 'material_design_before_gallery_output', 10, 4);
Parameters
$html
The content right before the gallery output.
$gallery
The gallery object.
$attachments
The gallery attachments.
$options
The gallery options.
Example
add_filter('maxgalleria_material_design_before_gallery_output', 'material_design_before_gallery_output', 10, 4);
function material_design_before_gallery_output($html, $gallery, $attachments, $options) {
}
Source Files
Defined in maxgalleria-material-design-hooks.php.
Used in maxgalleria-material-design-template.php.