Remove the admin bar in WordPress

<?php add_filter( 'show_admin_bar', '__return_false' ); ?>
Remove the admin bar from the front end of WordPress.

3 Responses

Where to add this?
@Umar Mughal Add it to function.php.
Got it .. thanks for reply ... :)

Write a comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.