wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



get_comments_popup_template › WordPress Function

Desde1.5.0
Obsoleto4.5.0
get_comments_popup_template ( Sem parâmetros )
Retorna:
  • (string) Full path to comments popup template file.
Definido em:
Codex:

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



Fonte

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

	return '';
}