get_embed_template
get_embed_template ( No parameters )
See:Returns:- (string) Full path to embed template file.
Defined at: - Introduced in WordPress: 4.5.0
- Deprecated in WordPress: —
Description
Retrieves an embed template path in the current or parent template.The hierarchy for this template looks like:
1. embed-{post_type}-{post_format}.php
2. embed-{post_type}.php
3. embed.php
An example of this is:
1. embed-post-audio.php
2. embed-post.php
3. embed.php
The template hierarchy and template path are filterable via the {@see '$type_template_hierarchy'}
and {@see '$type_template'} dynamic hooks, where `$type` is 'embed'.