How To Disable WordPress Bar?

To remove the Admin Toolbar for the normal user on Theme Options> General Options> Normal User Admin Bar, and turn it off

Service FAQ Image 49

For partner, go to Theme Options> Partner Options> Partner Menubar, and turn it off.

Service FAQ Image 50

To remove the Admin Toolbar with coding, just drop the following snippet into your functions.php file. This code will stop the toolbar from displaying on the front end of your site.

				
					add_filter('show_admin_bar', '__return_false'); 
				
			

To remove the Admin Toolbar with plugin, just install and activate it on the site of your choice.

Hide Admin Bar from Non-Admins by Stranger Studios →

Admin Bar Disabler by Scott Kingsley Clark →

$79