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


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.





Permalink: