Provider
Class: Course Reviews module provider.
@package: LearnDash / Core
Source Files: src/Core/Modules/Course_Reviews/Admin/Provider.php
Class: Course Reviews module provider.
Method: Registers service providers.
Provider::register Read More »
Action Hook: Outputs the form to leave a Review on a Course.
learndash_course_reviews_review_form Read More »
Action Hook: Outputs the form to leave a reply to a Review.
learndash_course_reviews_review_reply Read More »
Action Hook: Outputs the Course’s average Review score.
learndash_course_reviews_average_review Read More »
Action Hook: Outputs the Course’s list of Reviews.
learndash_course_reviews_review_list Read More »
Filter Hook: Filters the “You must have started this Course ot submit a review” error message.
learndash_course_reviews_user_has_not_started_course Read More »
Filter Hook: Filter to show the Review Form on a given Course.
learndash_course_reviews_show_review_form Read More »
Filter Hook: Filters the “You must log in and have started this Course ot submit a review” error message.
learndash_course_reviews_user_logged_out_message Read More »
Action Hook: Fires after outputting the list of Reviews.
learndash_course_reviews_after_reviews Read More »
Action Hook: Fires after outputting the Review pagination.
learndash_course_reviews_after_review_pagination Read More »
Action Hook: Fires before outputting the list of Reviews.
learndash_course_reviews_before_reviews Read More »
Filter Hook: Filters the args passed to wp_list_comments() for outputting Reviews.
learndash_course_reviews_render_reviews_args Read More »
Method: Update the Comment Meta from the backend.
LearnDash_Course_Reviews_Comment_Edit::update_rating Read More »
Method: Add Meta Boxes to the Comment Edit screen.
LearnDash_Course_Reviews_Comment_Edit::add_rating_meta_box Read More »
Method: Output the Rating Metabox.
LearnDash_Course_Reviews_Comment_Edit::rating_metabox Read More »
Method: LearnDash_Course_Reviews_Comment_Edit Constructor
LearnDash_Course_Reviews_Comment_Edit::__construct Read More »
Filter Hook: Filters the permission callback for a request.
learndash_course_reviews_permission_callback_{$method} Read More »
Method: This allows 3rd party integrations to force API calls to fail under certain conditions.
LearnDash_Course_Reviews_REST::permission_callback_filterable Read More »