apply_filters( 'llms_courses_shortcode_get_post__in', array $ids , LLMS_Student $student , string $mine )
Filter the array of IDs returned for use in querying courses to display.
Parameters Parameters
- $ids
-
(array) The IDs of courses that will be displayed.
- $student
-
(LLMS_Student) The student object for the current user.
- $mine
-
(string) The "mine" attribute of the shortcode.
Source Source
Changelog Changelog
Version | Description |
---|---|
4.16.0 | Introduced. |