apply_filters( 'embed_template', string $template )
Filter the template used for embedded posts.
Parameters
-
$template
string -
Path to the template file.
Source
File: wp-includes/template-loader.php
.
View all references
return;
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |