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: 這個函式用來獲取評論的彈出模板: 當評論在一個彈出式視窗中開啟時,使用這個函式。

讀取當前或父模板中的彈出式評論模板的路徑。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
function get_comments_popup_template() {
_deprecated_function( __FUNCTION__, '4.5.0' );
return '';
}
function get_comments_popup_template() { _deprecated_function( __FUNCTION__, '4.5.0' ); return ''; }
function get_comments_popup_template() {
	_deprecated_function( __FUNCTION__, '4.5.0' );

	return '';
}

常見問題

FAQs
檢視更多 >