LLMS_Admin_Table::get_per_page()
Get the current number of results to display per page.
Contents
Return Return
(int)
Source Source
File: includes/abstracts/abstract.llms.admin.table.php
public function get_per_page() {
return $this->per_page;
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.28.0 | Introduced. |