embed_template
云策文档标注
概述
embed_template 是一个 WordPress 过滤器,用于修改嵌入文章时使用的模板文件路径。它允许开发者自定义嵌入内容的显示方式。
关键要点
- 这是一个过滤器,用于控制嵌入文章模板的选择。
- 参数 $template 是模板文件的路径字符串。
- 首次引入于 WordPress 4.4.0 版本。
原文内容
Filter the template used for embedded posts.
Parameters
$templatestring-
Path to the template file.
Source
*
Changelog
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |