Browse: Home / Hooks /

learndash_course_reviews_render_reviews_args

apply_filters( 'learndash_course_reviews_render_reviews_args',  array{walker?:  )

Filters the args passed to wp_list_comments() for outputting Reviews.


Description #


Parameters #

(array{walker?:) Walker, max_depth?: int, callback?: callable, end-callback?: callable, type?: string, page?: int, per_page?: int, avatar_size?: int, reverse_top_level?: bool, reverse_children?: bool, format?: string, short_ping?: bool, echo?: bool} $args wp_list_comment $args.


Return #

(array{walker?:) Walker, max_depth?: int, callback?: callable, end-callback?: callable, type?: string, page?: int, per_page?: int, avatar_size?: int, reverse_top_level?: bool, reverse_children?: bool, format?: string, short_ping?: bool, echo?: bool} wp_list_comment $args.


Source #

File: includes/course-reviews/src/views/review-list.php


Changelog #

Changelog
Version Description
4.25.1 Introduced.