首页    >    中文手册    >   常用函数-get_attachment_template()

常用函数-get_attachment_template()

常用函数-get_attachment_template()

说明

检索当前模板或父模板的附件模板路径。

附件路径首先查找mime类型的第一部分是否存在,接着超找第二部分。最后查找由下划线分成的两个类别。如果没有查找到任一部分,可查找'attachment.php'文件并返回。

Mime类别'text/plain'的示例包括'text.php', 'plain.php', 以及 'text_plain.php'。

用法

<?php get_attachment_template() ?>

参数

返回的值

(字符串)

返回当前模板或父母半的附件模板路径

示例

注释

修改记录

自2.0.0版本后

源文件

get_attachment_template()位于 wp-includes/theme.php中。

相关资源

分类:中文手册

* 版权声明:作者WordPress啦! 转载请注明出处。