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.


Top ↑

Source Source

File: themes/legacy/templates/course.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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