wpseek.com
A WordPress-centric search engine for devs and theme authors



get_comments_popup_template › WordPress Function

Since1.5.0
Deprecated4.5.0
get_comments_popup_template ( No parameters )
Returns:
  • (string) Full path to comments popup template file.
Defined at:
Codex:

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



Source

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

	return '';
}