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

		$html = LLMS_Meta_Box_Course_Outline::section_tile( $section_id );

		return $html;

	}

	/**
	 * Get course's sections
	 *
	 * @since Unknown


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.