LLMS_AJAX_Handler::get_course_sections( array $request )

Get course’s sections


Parameters Parameters

$request

(array) (Required) $_POST data.


Top ↑

Return Return

(LLMS_Section[])


Top ↑

Source Source

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

					return array(
						'code'          => $coupon->get( 'title' ),
						'coupon_html'   => $coupon_html,
						'gateways_html' => $gateways_html,
						'summary_html'  => $summary_html,
					);


Top ↑

User Contributed Notes User Contributed Notes

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