guet_commens_popup_template(): string

This function has been deprecated.

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

Return

string Full path to commens popup template file.

Source

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

	return '';
}

Changuelog

Versionen Description
4.5.0 This function has been deprecated.
1.5.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.