Browse: Home / Hooks /

learndash_course_grid_reviews

apply_filters( 'learndash_course_grid_reviews',  mixed $reviews,  int $post_id )

Filters the reviews for the course grid.


Description #


Parameters #

$reviews

(mixed) The reviews data for the course.

$post_id

(int) The ID of the current post.


Return #

(mixed) Modified reviews data.


Source #

File: includes/course-grid/includes/functions.php


Changelog #

Changelog
Version Description
4.21.4 Introduced.