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.
Parameters Parameters
- $show_button
-
(boolean) Whether or not to show the button.
- $course
-
(array) Hash of the importable course data.
Source Source
Changelog Changelog
Version | Description |
---|---|
4.8.0 | Introduced. |