apply_filters( 'ld_after_course_status_template_container', string $content , string $course_status_index , int $course_id , int $user_id )
Filters the content to be echoed after the course status section of the course template output.
Description Description
Parameters Parameters
- $content
-
Custom content showed after the course status section. Can be empty.
- $course_status_index
-
Course status index from the course status label
- $course_id
-
Course ID.
- $user_id
-
User ID.
Source Source
File: themes/legacy/templates/course.php
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |