LLMS_Database_Query::default_arguments()
Retrieve query argument default values.
Return Return
(array)
Source Source
File: includes/abstracts/abstract.llms.database.query.php
protected function default_arguments() { return wp_parse_args( array( 'per_page' => 25, 'sort' => array( 'id' => 'ASC', ), ), parent::default_arguments() ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |