apply_filters( 'sensei_lesson_show_actions', $show_actions, $lesson_id, $user_id ) → {bool}
Filters if the lesson actions should be shown.
Parameters:
Name | Type | Description |
---|---|---|
$show_actions |
bool | Flag if the lesson actions should be shown. |
$lesson_id |
int | The lesson id. |
$user_id |
int | The user id. |
- Since:
- 4.24.4
- Source:
Returns:
Filtered flag if the lesson actions should be shown.
- Type
- bool