LLMS_Admin_Table::is_last_page()
Return protected is_last_page var.
Contents
Return Return
(bool)
Source Source
File: includes/abstracts/abstract.llms.admin.table.php
public function is_last_page() {
return $this->is_last_page;
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 3.15.0 | Introduced. |