常用函数-get_comments_popup_template()

常用函数-get_comments_popup_template() 说明 检索当前模板或父模板的评论弹出式菜…

常用函数-get_comments_popup_template()

说明

检索当前模板或父模板的评论弹出式菜单的路径。

该函数判断弹出式菜单模板在当前模板或是在父模板中。若弹出式菜单不在当前模板中,函数在默认主题中检索comment-popup.php文件。默认主题必须能够运行该函数。

用法

<?php get_comments_popup_template() ?>

参数

返回的值

(字符串)

返回模板路径

示例

注释

  • 用法:apply_filters()在路径上调用’comments_popup_template’过滤器
  • 用法:用locate_template()定位’comments-popup.php’ 文件
  • 用法:get_theme_root()

修改记录

自2.0.0版本后

源文件

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

相关资源

分类:中文手册

类别:WordPress教程

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT

登录 账号发表你的看法,还没有账号?立即免费 注册