do_action( 'lifterlms_after_template_part', string $template_name , string $template_path , string $located , array $args )
Fired after a template part is included
Description Description
Parameters Parameters
- $template_name
-
Name of template.
- $template_path
-
Dir path to template as passed to the
llms_get_template()
function. - $located
-
The full path of the (maybe) loaded template file.
- $args
-
Array of arguments accessible from the template.
Source Source
File: includes/functions/llms.functions.template.php