How to Disable Admin Bar Access in WordPress?

Code to Disable Admin Bar Access in WordPress-

If you want to disable access to the admin bar for all the users including the administrator, add the following to your theme’s functions.php file:-

show_admin_bar(false);