This action runs right after stylesheets are enqueued when a gallery is displayed with the Image Carousel template.
add_action('maxgalleria_image_carousel_after_enqueue_styles', 'image_carousel_after_enqueue_styles', 10, 1); $options
The gallery options.
add_action('maxgalleria_image_carousel_after_enqueue_styles', 'image_carousel_after_enqueue_styles', 10, 1);
function image_carousel_after_enqueue_styles($options) {
}
Defined in maxgalleria-image-carousel-hooks.php.
Used in maxgalleria-image-carousel-template.php.