LLMS_Section::get_next_available_lesson_order()

Get the next lesson order for assigning a lesson to a section


Description Description


Return Return

([int]) [number of child lesson plus 1]


Top ↑

Source Source

File: includes/models/model.llms.section.php

	public function get_next_available_lesson_order() {

		return $this->count_children_lessons() + 1;

	}


Top ↑

User Contributed Notes User Contributed Notes

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