apply_filters( 'learndash_show_user_course_complete_options', boolean $show_options , int $user_id )
Filters the status of whether the course is completed for a user or not.
Description Description
Parameters Parameters
- $show_options
-
Whether the course is completed or not.
- $user_id
-
ID of the logged in user to check.
Source Source
File: includes/ld-users.php
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |