LLMS_REST_Table_Webhooks::set_args()
Define the structure of arguments used to pass to the get_results method
Return Return
(array)
Source Source
File: libraries/lifterlms-rest/includes/admin/tables/class-llms-rest-table-webhooks.php
public function set_args() { return array( 'per_page' => 999, ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.0-beta.1 | Introduced. |