LearnDash_Course_Reviews_Walker::end_el( string $output, WP_Comment $comment, int $depth, $args = array() )
Ends the element output, if needed.
Description #
See also #
Parameters #
- $output
-
(string) (Required) Used to append additional content. Passed by reference.
- $comment
-
(WP_Comment) (Required) The current comment object. Default current comment.
- $depth
-
(int) (Optional) Depth of the current comment. Default 0.
-
(array{style?:) (Optional) string, end-callback?: callable} $args Optional. An array of arguments. Default empty array.
Return #
(void)
Source #
File: includes/course-reviews/core/class-learndash-course-reviews-walker.php
Changelog #
| Version | Description |
|---|---|
| 4.25.1 | Introduced. |