LLMS_Admin_Table::get_new_order( $orderby = '' )
Gets the opposite of the current order.
Description Description
Used to determine what order should be displayed when resorting.
Return Return
(string)
Source Source
File: includes/abstracts/abstract.llms.admin.table.php
/** * Retrieve the max number of pages for the table. * * @since 3.15.0 * * @return int */ public function get_max_pages() { return $this->max_pages; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |