apply_filters( 'llms_bbp_get_course_forum_ids', int[] $ids , LLMS_Course $course )
Customize the bbPress forum IDs associated with a course.
Parameters Parameters
- $ids
-
(int[]) Array of WP_Post IDs of the bbPress forums restricted to the course.
- $course
-
(LLMS_Course) LifterLMS course object.
Source Source
File: includes/integrations/class.llms.integration.bbpress.php
Changelog Changelog
Version | Description |
---|---|
3.37.11 | Introduced. |