delete_users_add_js()WP 3.5.0

Deprecated since 7.1.0. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.

Was used to add JavaScript to the delete users form.

Internal function — this function is designed to be used by the kernel itself. It is not recommended to use this function in your code.

No Hooks.

Returns

null. Nothing (null).

Usage

delete_users_add_js();

Changelog

Since 3.5.0 Introduced.
Deprecated since 7.1.0

delete_users_add_js() code WP 7.1

function delete_users_add_js() {
	_deprecated_function( __FUNCTION__, '7.1.0' );
}