This page redirects to an external site: https://developer.wordpress.org/reference/functions/check_import_new_users/
This function is a conditional tag to check if the current user has the required permissions to import new users.
<code style="color: #000000"><span style="color: #0000BB"><?php check_import_new_users</span><span style="color: #007700">(); </span><span style="color: #0000BB">?></span></code>
This function does not accept any parameters.
<?php
if ( check_import_new_users() ) {
// We can import users.
} else {
// This user doesn't have the required permissions.
}
?>
check_import_new_users() is located in wp-admin/includes/ms.php.