apply_filters( 'learndash_template_filename', string $template_filename, string $name, array $args, boolean $echo, boolean $return_file_path )

Filters template file name.


Description Description


Parameters Parameters

$template_filename

Template file name.

$name

Template name.

$args

Template data.

$echo

Whether to echo the template output or not.

$return_file_path

Whether to return file or path or not.


Top ↑

Source Source

File: includes/class-ld-lms.php


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.