This filter returns the video API URL, which is needed when adding a video to a gallery.
add_filter('maxgalleria_video_api_url', 'video_api_url', 10, 2); $api_url
The video API URL.
$video_url
The video URL.
add_filter('maxgalleria_video_api_url', 'video_api_url', 10, 2);
function video_api_url($api_url, $video_url) {
}
Defined in maxgalleria-hooks.php.
Used in video-add.php.