LLMS_REST_Enrollments_Controller::get_collection_params()
Retrieves the query params for the objects collection.
Return Return
(array) The Enrollments collection parameters.
Source Source
File: libraries/lifterlms-rest/includes/server/class-llms-rest-enrollments-controller.php
$args['post'] = $post_id; $args['no_found_rows'] = true; $args['per_page'] = 1;
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.0-beta.1 | Introduced. |