Based on the trick by zeo I found a way to disable editing of the following fields on a user’s profile page in the admin: e-mail first_name last_name url (site) There are for sure better ways to do the matching based upon the regular expressions but hey, it works! Place this code in your functions.php [...]
Disabling firstname, lastname, e-mail and site fields on user profile page in wordpress admin
Based on the trick by zeo I found a way to disable editing of the following fields on a user’s profile page in the admin: e-mail first_name last_name url (site) There are for sure better ways to do the matching based upon the regular expressions but hey, it works! Place this code in your functions.php [...]