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

The path to the template file. Empty string if no template found.

$template_name

Name of template.

$template_path

Dir path to template.


Top ↑

Source Source

File: includes/functions/llms.functions.template.php


Top ↑

User Contributed Notes User Contributed Notes

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