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.
Source Source
File: includes/class-ld-lms.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |