wpseek.com
WordPress开发者和主题制作者的搜索引擎



get_comments_popup_template › WordPress Function

Since1.5.0
已弃用4.5.0
get_comments_popup_template ( 没有参数 )
返回:
  • (string) Full path to comments popup template file.
定义在:
文档:

Retrieve path of comment popup template in current or parent template.



源码

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

	return '';
}