LLMS_REST_Controller_Stubs::get_object( int $id )
Get object.
Parameters Parameters
- $id
-
(int) (Required) Object ID.
Return Return
(object|WP_Error)
Source Source
File: libraries/lifterlms-rest/includes/abstracts/class-llms-rest-controller-stubs.php
abstract protected function get_object( $id );
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.0-beta.1 | Introduced. |