do_action( 'appthemes_template_was_not_located', array $template, string $path )

Fires if page template or its fallback wasn’t found in the theme or child theme directories.


Package


Description Description

Further template location might be continued in other template directories and included using ‘template_include’ filter.

If ‘app-theme-compat’ module is active, it will try to find template in other template directories and put generated HTML to the content of default page template.


Parameters Parameters

$template

(array) Current page template and its fallbacks.

$path

(string) Default page template file path.


Premium WordPress Apps

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.