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
1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 | $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. |