wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



get_comments_popup_template › WordPress Function

Da1.5.0
Deprecato4.5.0
get_comments_popup_template ( Nessun parametro )
Ritorna:
  • (string) Full path to comments popup template file.
Definito a:
Codex:

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



Sorgenti

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

	return '';
}