Filter: sensei_video_position

apply_filters( 'sensei_video_position', $position, $lesson_id ) → {string}

Filters the position of the video in the lesson meta.

Fires before the lesson meta is displayed.

Parameters:
Name Type Description
$position string

The position of the video in the lesson meta, default: top.

$lesson_id int

The lesson ID.

Source:
Returns:

The position of the video in the lesson meta.

Type
string

apply_filters( 'sensei_video_position', $position, $post_id ) → {string}

Filter video position.

Parameters:
Name Type Description
$position string

The video position.

$post_id int

The post ID.

Source:
Returns:

Filtered video position.

Type
string