do_action( 'learndash_course_reviews_after_review', WP_Comment $comment, int $depth, array $args )
Runs after finishing the output of each Review. Anything echo’d here will be placed after the Review HTML.
Description #
Parameters #
- $comment
-
(WP_Comment) Comment data object.
- $depth
-
(int) Depth of comment in reference to parents.
- $args
-
(array) An array of arguments.
Source #
File: includes/course-reviews/core/class-learndash-course-reviews-walker.php
Changelog #
| Version | Description |
|---|---|
| 4.25.1 | Introduced. |