Its getting impossible for me now to remove website field from wordpress dashboard Add User page. Someone please suggest something??
Leave a Reply
You must be logged in to post a comment.
Its getting impossible for me now to remove website field from wordpress dashboard Add User page. Someone please suggest something??
You must be logged in to post a comment.
Maybe this can help you:
If you want to remove the Twitter field in the user profile then you should add the following code to your
functions.php
file.Unfortunately there’s no easy way to remove the Website field at this time, you can always hide it with
jQuery
but that’s a bit messy of course.I hope that helps, also check out the stackexchange website for WordPress questions here: http://wordpress.stackexchange.com
The User profile Website field seems to be hard-coded in user-edit.php, so you shouldn’t remove it. But you can hide it with CSS. Add this code to your functions.php file:
I changed kroteDev’s answer to instead hide the row rather than the individual fields.
The following code can be used to remove the menu’s you add to the $restricted array.
go wp-admin/user-edit.php