LearnDash_Course_Reviews_REST
Description #
Shows the Sets up the REST API Endpoints used in the plugin.
Source #
File: includes/course-reviews/core/class-learndash-course-reviews-rest.php
Changelog #
| Version | Description |
|---|---|
| 4.25.1 | Introduced. |
Methods #
- __construct — LearnDash_Course_Reviews_REST constructor.
- add_endpoints — Add API Endpoints for our application.
- add_review — Add a Review for a Course.
- error_message — Outputs an Error Message as HTML.
- permission_callback_filterable — This allows 3rd party integrations to force API calls to fail under certain conditions.