apply_filters( 'learndash_course_status', string $course_status_str, int $course_id, int $user_id, array $course_progress )

Filters the current status of the course.


Description Description


Parameters Parameters

$course_status_str

The translatable current course status string.

$course_id

Course ID.

$user_id

User ID.

$course_progress

Current course progress.


Top ↑

Source Source

File: includes/course/ld-course-progress.php


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.