LLMS_Section::count_elements()
Retrieve the total number of elements in the section
Return Return
(int)
Source Source
File: includes/models/model.llms.section.php
public function count_elements() { return count( $this->get_lessons( 'ids' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.16.0 | Introduced. |