Removing “Website” Field from the contact info
Revisited and updated answer: We can’t use the user_contactmethods filter to remove the website wrapper, because this piece is hardcoded in the user-edit.php file and not part of the filterable user contacts loop, generated by: wp_get_user_contact_methods( $profileuser ) Hiding it with CSS The website row element now got it’s own .user-url-wrap class: <tr class=”user-url-wrap”> <th><label … Read more