apply_filters( 'lifterlms_locate_template', string $template , string $template_name , string $template_path )
Filters the maybe located template file path
Description Description
Allow 3rd party plugin filter template file from their plugin.
Parameters Parameters
- $template
-
(string) The path to the template file. Empty string if no template found.
- $template_name
-
(string) Name of template.
- $template_path
-
(string) Dir path to template.