get_comments_popup_template

函数


get_comments_popup_template ( No parameters )
返回值
  • (string) Full path to comments popup template file.
定义位置
  • wp-includes/deprecated.php
    , line 3726
引入
1.5.0
弃用
4.5.0

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

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

	return '';
}