comments_popup_script()
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.
Display the JS popup script to show a comment.
No Hooks.
Return
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.7.1
function comments_popup_script() { _deprecated_function( __FUNCTION__, '4.5.0' ); }