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