get_comments_popup_template()

最后更新于:2021-11-26 08:10:20

get_comments_popup_template()

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

响应

(string) Full path to comments popup template file.

源文件

文件: gc-includes/deprecated.php

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

	return '';
}