Docs

EVF_Template_Loader::get_template_loader_files( string $default_file ): string[]

This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

Get an array of filenames to search for a given template.

Parameters

$default_filestringrequired
The default file name.

Return

string[]

Hooks

apply_filters( ‘everest_forms_template_loader_files’ )

Filter hook to choose which files to find before EverestForms does it’s own logic.

Changelog

VersionDescription
1.0.0Introduced.