This action runs right after stylesheets are enqueued when a gallery is displayed with the Video Showcase template.
add_action('maxgalleria_video_showcase_after_enqueue_styles', 'video_showcase_after_enqueue_styles', 10, 1); $options
The gallery options.
add_action('maxgalleria_video_showcase_after_enqueue_styles', 'video_showcase_after_enqueue_styles', 10, 1);
function video_showcase_after_enqueue_styles($options) {
}
Defined in maxgalleria-video-showcase-hooks.php.
Used in maxgalleria-video-showcase-template.php.