Filter: sensei_locate_template

apply_filters( 'sensei_locate_template', $template, $template_name, $template_path ) → {string}

Filter located template.

Parameters:
Name Type Description
$template string

The located template.

$template_name string

The template name.

$template_path string

The template path.

Source:
Returns:

Filetered located template.

Type
string