LLMS_Section::count_elements()

Retrieve the total number of elements in the section


Return Return

(int)


Top ↑

Source Source

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

	public function count_elements() {
		return count( $this->get_lessons( 'ids' ) );
	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.16.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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