Filter/Actions for Video Gallery Widget

Filter/Actions for Video Gallery Widget

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;
});

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注