LLMS_Section::count_children_lessons()

Count child lessons


Description Description


Return Return

([int]) [number of child lessons in section]


Top ↑

Source Source

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

	public function count_children_lessons() {

		$lessons = $this->get_children_lessons();
		return count( $lessons );
	}


Top ↑

User Contributed Notes User Contributed Notes

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