LLMS_Integration_BBPress::add_course_props( array $props, obj $course )
Register the custom course property with the LLMS_Course Model
Description Description
Parameters Parameters
- $props
-
(array) (Required) default properties
- $course
-
(obj) (Required) instance of the LLMS_Course
Source Source
File: includes/integrations/class.llms.integration.bbpress.php
public function add_course_props( $props, $course ) { $props['bbp_forum_ids'] = 'array'; return $props; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.12.0 | Introduced. |
User Contributed Notes User Contributed Notes
Permalink: