|

Filters/Actions for Video Widget

Filters available for Video are listed below.


HELPS MODIFY the offset value.

 
add_filter( 'uael_sticky_video_viewport', function( $viewport ) {
  //Modify the offset here
    return $viewport;
}, 10, 2 );

Note$viewport –  The offset value to stick the video.


HELPS MODIFY THE VIDEO URL.

 
add_filter( 'uael_video_url_filter', function( $url, $id ) {
  //Modify the url here
    return $url;
}, 10, 2 );

Note$url –  Parameter to be modified in the video URL.

HELPS set a default channel id

add_filter( 'uael_video_default_channel_id', function( $channel_id, $settings ) {
    //Set the channel ID here
    return $channel_id;
}, 10, 2 ); 
Was this doc helpful?
What went wrong?

We don't respond to the article feedback, we use it to improve our support content.

On this page
Scroll to Top
Filters/Actions for Video Widget Filters/Actions for Video Widget

Filters/Actions for Video Widget

Home » Docs » Widgets » Video » Filters/Actions for Video Widget

Filters available for Video are listed below.


HELPS MODIFY the offset value.

 
add_filter( 'uael_sticky_video_viewport', function( $viewport ) {
  //Modify the offset here
    return $viewport;
}, 10, 2 );

Note$viewport –  The offset value to stick the video.


HELPS MODIFY THE VIDEO URL.

 
add_filter( 'uael_video_url_filter', function( $url, $id ) {
  //Modify the url here
    return $url;
}, 10, 2 );

Note$url –  Parameter to be modified in the video URL.

HELPS set a default channel id

add_filter( 'uael_video_default_channel_id', function( $channel_id, $settings ) {
    //Set the channel ID here
    return $channel_id;
}, 10, 2 ); 

Type:​

Category:​

Tags

Last Updated:​

1 January 1970

Share

Template Pages

How to import Starter Templates on your website?

Other Awesome Templates

Save time and launch faster with 50+ widgets and 300+ templates.

Scroll to Top