Browse: Home / Hooks /

learndash_course_reviews_locate_template

apply_filters( 'learndash_course_reviews_locate_template',  string $template_file,  string $template_name,  array<string,  )

Filter the template file to be located.


Description #


Parameters #

$template_file

(string) Absolute template path to be loaded.

$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) Absolute template path to be loaded.


Source #

File: includes/course-reviews/core/learndash-course-reviews-functions.php


Changelog #

Changelog
Version Description
4.25.1 Introduced.