Warning: This method has been deprecated. There is not a replacement instead.

LLMS_AJAX_Handler::create_section( array $request )

Create course’s section.


Parameters Parameters

$request

(array) (Required) $_POST data.


Top ↑

Return Return

(string)


Top ↑

Source Source

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

							'coupon'           => $coupon,
							'gateways'         => llms()->payment_gateways()->get_enabled_payment_gateways(),
							'selected_gateway' => llms()->payment_gateways()->get_default_gateway(),
							'plan'             => $plan,
						)
					);
					$gateways_html = ob_get_clean();

					ob_start();
					llms_get_template(

Top ↑

Changelog Changelog

Changelog
Version Description
5.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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