apply_filters( 'llms_get_template_part', string $template , string $slug , stirng $name )
Filters the 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.
- $slug
-
(string) The slug name for the generic template.
- $name
-
(stirng) The name of the specialised template.