This article will help you to remove the Biographical Info box for other users/authors with whom you share your dashboard. If you want to know first which box we are talking about then first navigate to below location.

Dashboard > Users > Your Profile > About Yourself

Remove Bio Information Meta Box

You will see a text area that allows the user to update their Biographical Info. Now consider that you don’t want other authors of your website to update their Biographical Info and only you as an admin wants to control that feature then perform below steps to accomplish it.

This code could be configured according to your need too so that you can only allow specific users to update their Biographical Info only. First thing first, Paste below code in the functions.php file.

As we mentioned above that you will be able to configure the code, please make sure that you only allow users that you want by updating below condition line in above code so that only they can update their Biographical Info and nobody else.

if ( ! current_user_can( ‘update_core’ ) ) {

Please let us know if you faced any issues while performing above steps in the comment section below. We will be glad to help you.