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
Hi,
I have a similar problem.
I need to remove “Website url” from the profile field, because I don’t want external links in profile.
How can I do this? Thank you.