wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



get_comments_popup_template › WordPress Function

Seit1.5.0
Veraltet4.5.0
get_comments_popup_template ( Keine Parameter )
Gibt zurück:
  • (string) Full path to comments popup template file.
Definiert in:
Codex:

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



Quellcode

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

	return '';
}