LLMS_Integration_BBPress::add_course_props( array $props, LLMS_Course $course )

Register the custom course property with the LLMS_Course Model


Parameters Parameters

$props

(array) (Required) Default properties.

$course

(LLMS_Course) (Required) Course object.


Top ↑

Return Return

(array)


Top ↑

Source Source

File: includes/integrations/class.llms.integration.bbpress.php

	public function add_course_props( $props, $course ) {
		$props['bbp_forum_ids'] = 'array';
		return $props;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.12.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.