do_action( 'llms_after_importable_course', array $course )
Action run after the output of an importable course item
Description Description
This runs after the item’s content but before the item’s action button.
Parameters Parameters
- $course
-
Hash of the importable course data.
Source Source
File: includes/admin/views/importable-course.php
Changelog Changelog
Version | Description |
---|---|
4.8.0 | Introduced. |