is_page_template
is_page_template ( $template = '' )
Parameters:- (string|string[]) template The specific template filename or array of templates to match.
Returns:- (bool) True on success, false on failure.
Defined at:Change Log: - Introduced in WordPress: 2.5.0
- Deprecated in WordPress: —
Description
Determines whether the current post uses a page template.This template tag allows you to determine if you are in a page template.
You can optionally provide a template filename or array of template filenames
and then the check will be specific to that template.
For more information on this and similar theme functions, check out
the {@link Conditional Tags} article in the Theme Developer Handbook.