In reply to my previous post, for the moment, I’ve opened /public_html/wp-admin/user-edit.php and deleted the following code.
<tr>
<th><label for="url"><?php _e('Website') ?></label></th>
<td><input type="text" name="url" id="url" value="<?php echo esc_attr($profileuser->user_url) ?>" class="regular-text code" /></td>
</tr>
Is there a better way to do this without hardcoding?
Thanks