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