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.
Description Description
Parameters Parameters
- $ids
-
The IDs of courses that will be displayed.
- $student
-
The student object for the current user.
- $mine
-
The "mine" attribute of the shortcode.
Source Source
File: includes/shortcodes/class.llms.shortcode.courses.php
Changelog Changelog
Version | Description |
---|---|
4.16.0 | Introduced. |