apply_filters( 'llms_importable_course_show_action', boolean $show_button , array $course )
Filters whether or not an action button should be displayed for an importable course.
Description Description
Parameters Parameters
- $show_button
-
Whether or not to show the button.
- $course
-
Hash of the importable course data.
Source Source
File: includes/admin/views/importable-course.php
Changelog Changelog
Version | Description |
---|---|
4.8.0 | Introduced. |