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.


Top ↑

Return Return

(obj[])


Top ↑

Source Source

File: libraries/lifterlms-rest/includes/server/class-llms-rest-api-keys-controller.php

	protected function get_objects_from_query( $query ) {

		return $query->get_keys();

	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0-beta.7 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.