Filters
Filters available for Video gallery widget are listed below.
Helps to pass extra parameter to the slick library carousel layout.
add_filter( 'uael_video_gallery_slick_options' , function( $param ) {
// Pass slick library parameter here
return $param;
});