函数原型
get_comments_popup_template(): string
函数描述
Retrieve path of comment popup template in current or parent template.
是否弃用
Warning: This function has been deprecated.
函数参数
无
函数返回值
string Full path to comments popup template file.
函数位置
File: wp-includes/deprecated.php.
函数源码
function get_comments_popup_template() {
_deprecated_function( __FUNCTION__, '4.5.0' );
return '';
}
源码链接
变更日志
| Version | Description |
|---|---|
| 4.5.0 | This function has been deprecated. |
| 1.5.0 | Introduced. |

