Docs

EVF_Template_Loader::template_loader( string $template ): string

Load a template.

Description

Handles template usage so that we can use our own templates instead of the themes.

Templates are in the ‘templates’ folder. everest-forms looks for theme.
overrides in /theme/everest-forms/ by default.

For beginners, it also looks for a everest-forms.php template first. If the user adds.
this to the theme (containing a everest-forms() inside) this will be used for all.
everest-forms templates.

Parameters

$templatestringrequired
Template to load.

Return

string