This filter returns the main script to use when a gallery is displayed with the Video Showcase template.
add_filter('maxgalleria_video_showcase_main_script', 'video_showcase_main_script', 10, 1); $main_script
The main script.
add_filter('maxgalleria_video_showcase_main_script', 'video_showcase_main_script', 10, 1);
function video_showcase_main_script($main_script) {
}
Defined in maxgalleria-video-showcase-hooks.php.
Used in maxgalleria-video-showcase-template.php.