do_action( "learndash-{$context}-course-steps-after", string|false $post_type , int $course_id , int $user_id )
Fires after the course steps for any context.
Description Description
The dynamic portion of the hook name, $context, refers to the context for which the hook is fired, such as course, lesson, topic, quiz, etc.
Parameters Parameters
- $post_type
-
Post type slug.
- $course_id
-
Course ID.
- $user_id
-
User ID.
Source Source
File: themes/ld30/templates/modules/course-steps.php
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |