This action runs right before stylesheets are enqueued when a gallery is displayed with the Image Showcase template.
add_action('maxgalleria_image_showcase_before_enqueue_styles', 'image_showcase_before_enqueue_styles', 10, 1); $options
The gallery options.
add_action('maxgalleria_image_showcase_before_enqueue_styles', 'image_showcase_before_enqueue_styles', 10, 1);
function image_showcase_before_enqueue_styles($options) {
}
Defined in maxgalleria-image-showcase-hooks.php.
Used in maxgalleria-image-showcase-template.php.