LearnDash_Course_Reviews_Walker::start_el( string $output, WP_Comment $comment, int $depth, $args = array(), int $id )
Start the element output.
Description #
See also #
Parameters #
- $output
-
(string) (Required) Passed by reference. Used to append additional content.
- $comment
-
(WP_Comment) (Required) Comment data object.
- $depth
-
(int) (Required) Depth of comment in reference to parents.
-
(array{callback?:) (Required) callable} $args An array of arguments.
- $id
-
(int) (Required) Current Object ID.
Return #
(void)
Source #
File: includes/course-reviews/core/class-learndash-course-reviews-walker.php
Changelog #
| Version | Description |
|---|---|
| 4.25.1 | Introduced. |