amp_post_template_file

apply_filters( 'amp_post_template_file',  string $file,  string $template_type,  WP_Post $post )

Description #

Filters the template file being loaded for a given template type.


Parameters #

$file

Template file.

$template_type

Template type.

$post

Post.



Changelog #

Changelog
Version Description
0.2 Introduced.