get_comments_popup_template

函数
get_comments_popup_template ( No parameters )
返回值
  • (string) Full path to comments popup template file.
定义位置
相关方法
comments_templateget_home_templateget_front_page_templateget_attachment_templateget_comments_number_text
引入
1.5.0
弃用
4.5.0

get_comments_popup_template: 这个函数用来获取评论的弹出模板: 当评论在一个弹出式窗口中打开时,使用这个函数。

读取当前或父模板中的弹出式评论模板的路径。

function get_comments_popup_template() {
	_deprecated_function( __FUNCTION__, '4.5.0' );

	return '';
}

常见问题

FAQs
查看更多 >