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.
Return Return
(string)
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
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
5.7.0 | Introduced. |