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