apply_filters( 'learndash_course_reviews_locate_template_name', string $template_name, array<string, )
Filter the template name to be located.
Description #
Parameters #
- $template_name
-
(string) Template path, relative to the src/views directory.
-
(<span class="arrayarray<string,) mixed> $args Array of variables to pass into the template file.
Return #
(string) Template path, relative to the src/views directory.
Source #
File: includes/course-reviews/core/learndash-course-reviews-functions.php
Changelog #
| Version | Description |
|---|---|
| 4.25.1 | Introduced. |