get_comments_popup_template()
Deprecated from version 4.5.0. It is no longer supported and can be removed in future releases. It is recommended to replace this function with the same one.
Retrieve path of comment popup template in current or parent template.
No Hooks.
Return
String
. Full path to comments popup template file.
Usage
get_comments_popup_template();
Changelog
Since 1.5.0 | Introduced. |
Deprecated since | 4.5.0 |
get_comments_popup_template() get comments popup template code WP 6.7.1
function get_comments_popup_template() { _deprecated_function( __FUNCTION__, '4.5.0' ); return ''; }