LLMS_REST_API_Keys_Controller::get_objects_from_query( WP_Query $query )
Retrieve an array of objects from the result of $this->get_objects_query().
Parameters Parameters
- $query
-
(WP_Query) (Required) Query result.
Return Return
(obj[])
Source Source
File: libraries/lifterlms-rest/includes/server/class-llms-rest-api-keys-controller.php
/** * Retrieve an array of objects from the result of $this->get_objects_query(). * * @since 1.0.0-beta.7 *
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.0-beta.7 | Introduced. |