LLMS_REST_Controller::get_get_item_params()
Retrieves the query params for retrieving a single resource.
Return Return
(array)
Source Source
File: libraries/lifterlms-rest/includes/abstracts/class-llms-rest-controller.php
public function get_get_item_params() { return array( 'context' => $this->get_context_param( array( 'default' => 'view', ) ), ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.0-beta.1 | Introduced. |