This action runs right before scripts are enqueued when a gallery is displayed with the Image Slider template.
add_action('maxgalleria_image_slider_before_enqueue_scripts', 'image_slider_before_enqueue_scripts', 10, 1); $options
The gallery options.
add_action('maxgalleria_image_slider_before_enqueue_scripts', 'image_slider_before_enqueue_scripts', 10, 1);
function image_slider_before_enqueue_scripts($options) {
}
Defined in maxgalleria-image-slider-hooks.php.
Used in maxgalleria-image-slider-template.php.