CourseBuilder::delete_section()
Delete Section from the course curriculum
Source
File: classes/CourseBuilder.php
public function delete_section() { $post_id = (int) dozent_input_text( 'section_id' ); $this->_delete_section( $post_id ); }
Changelog
Version | Description |
---|---|
DozentLMS 1.0.0 | Introduced. |