Browse: Home / Hooks /

learndash_course_grid_template

apply_filters( 'learndash_course_grid_template',  string $template,  string $filepath,  string $name,  array $args,  bool $return_file_path )

Filters the course grid template path.


Description #


Parameters #

$template

(string) The template file path.

$filepath

(string) Original file path.

$name

(string) Template name.

$args

(array) Template arguments.

$return_file_path

(bool) Whether to return file path.


Return #

(string) Modified template file path.


Source #

File: includes/course-grid/includes/class-compatibility.php


Changelog #

Changelog
Version Description
4.21.4 Introduced.