LLMS_AJAX_Handler::get_course_section( array $request )

Get a course’s section


Parameters Parameters

$request

(array) (Required) $_POST data.


Top ↑

Return Return

(LLMS_Section)


Top ↑

Source Source

File: includes/class.llms.ajax.handler.php

	public static function get_course_section( $request ) {

		return new LLMS_Section( $request['section_id'] );
	}

Top ↑

User Contributed Notes User Contributed Notes

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