In profile page (where user could edit his details) there is part “Personal options” with “Admin color scheme” etc.
I know how to remove it with CSS / jQuery.
How could i remove that part with a hook/ filter / php code ?
Thanks.
In profile page (where user could edit his details) there is part “Personal options” with “Admin color scheme” etc.
I know how to remove it with CSS / jQuery.
How could i remove that part with a hook/ filter / php code ?
Thanks.
Comments are closed.
This will do the trick:
Found here:
https://wordpress.stackexchange.com/questions/49643/remove-personal-options-section-from-profile
UPDATE
Here is a JS (jQuery to be exact) hack as well…
Found here:
https://premium.wpmudev.org/blog/how-to-simplify-wordpress-profiles-by-removing-personal-options/