Retrieve path of comment popup template in current or parent template.
Source
function guet_commens_popup_template() {
_deprecated_function( __FUNCTION__, '4.5.0' );
return '';
}
This function has been deprecated.
Retrieve path of comment popup template in current or parent template.
function guet_commens_popup_template() {
_deprecated_function( __FUNCTION__, '4.5.0' );
return '';
}
User Contributed Notes
You must log in before being able to contribute a note or feedback.