do_action( 'sensei_module_save_user_progress', $course_id, $module_id, $user_id, $module_progress )
Action hook triggered after module progress is saved for a user.
Parameters:
Name | Type | Description |
---|---|---|
$course_id |
int | ID of course. |
$module_id |
int | ID of module. |
$user_id |
int | ID of user. |
$module_progress |
float | Module progress percentage. |