apply_filters( 'sensei_show_lesson_numbers', $show_lesson_numbers ) → {bool}
Filter whether to show lesson numbers next to the lesson.
Parameters:
Name | Type | Description |
---|---|---|
$show_lesson_numbers |
bool | Whether to show lesson numbers. Default false. |
- Since:
- 1.0
- Source:
Returns:
Whether to show lesson numbers.
- Type
- bool