Mika MAtikainen
Apr 15, 2020 · 4 min read
How to Disable the Admin Bar in WordPress?
The WordPress Admin Bar provides handy links to several key functions such as the ability to add new posts and pages, etc. However, if you find no use for it and wish to remove it, simply paste the following code snippet to your functions.php file:
add_filter( 'show_admin_bar', '__return_false' );