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.


Top ↑

Source Source

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

View on GitHub



Top ↑

User Contributed Notes User Contributed Notes

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