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.


Top ↑

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.


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.