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