delete_users_add_js()

In this article

This function has been deprecated since 7.1.0.

This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only by core. It is listed here for completeness.

Was used to add JavaScript to the delete users form.

Source

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

Changelog

VersionDescription
7.1.0Deprecated.
3.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.