comments_popup_script()WP 0.71

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() code WP 6.5.2

function comments_popup_script() {
	_deprecated_function( __FUNCTION__, '4.5.0' );
}