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.


Top ↑

Source Source

File: includes/admin/views/importable-course.php

View on GitHub


Top ↑

Changelog Changelog

Changelog
Version Description
4.8.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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