comments_popup_script()
Deprecated since 4.5.0. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.
Display the JS popup script to show a comment.
No Hooks.
Returns
null. Nothing (null).
Usage
comments_popup_script();
Changelog
| Since 0.71 | Introduced. |
| Deprecated since | 4.5.0 |
comments_popup_script() comments popup script code WP 6.9.1
function comments_popup_script() {
_deprecated_function( __FUNCTION__, '4.5.0' );
}