LLMS_REST_Students_Progress_Controller
LLMS_REST_Student_Progress_Controller class.
Description Description
Source Source
File: libraries/lifterlms-rest/includes/server/class-llms-rest-students-progress-controller.php
Changelog Changelog
Version | Description |
---|---|
1.0.0-beta.14 | Update prepare_links() to accept a second parameter, WP_REST_Request . |
1.0.0-beta.13 | Fixed student/lesson post meta key to delete when deleting a student progress. |
1.0.0-beta.1 | Introduced. |
Methods Methods
- check_read_item_permissions — Determine if the current user can view the requested item.
- delete_item_permissions_check — Determine if current user has permission to delete a user.
- delete_object — Delete the object.
- get_date — Retrieve a updated/created dates for a given post.
- get_item — Get a single item.
- get_item_permissions_check — Check if a given request has access to read an item.
- get_item_schema — Get the API Key's schema, conforming to JSON Schema.
- get_object — Get object.
- get_object_id — Retrieve an ID from the object
- prepare_item_for_database — Prepare request arguments for a database insert/update.
- prepare_links — Prepare links for the request.
- prepare_object_for_response — Prepare an object for response.
- register_routes — Register routes.
- update_item_permissions_check — Determine if current user has permission to create/update an enrollment.
- update_object — Update the object in the database with prepared data.
- validate_date_created — Validate the date_created
- validate_post_id — Validate the path parameter "post_id".