LLMS_Integration_BBPress::add_course_props( array $props, LLMS_Course $course )
Register the custom course property with the LLMS_Course Model
Description Description
Parameters Parameters
- $props
-
(Required) Default properties.
- $course
-
(Required) Course object.
Return Return
(array)
Source Source
File: includes/integrations/class.llms.integration.bbpress.php
Changelog Changelog
Version | Description |
---|---|
3.12.0 | Introduced. |