From a51766001da29ada76a1d8d5832607b570707569 Mon Sep 17 00:00:00 2001 From: Emiliano Date: Wed, 12 Sep 2012 16:06:39 -0300 Subject: [PATCH] Update functions.php Disable WP Admin Bar in Front-End --- functions.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/functions.php b/functions.php index b13add52c8ab..b531ea9e5959 100755 --- a/functions.php +++ b/functions.php @@ -512,6 +512,13 @@ function bootstrapwp_breadcrumbs() { } } // end bootstrapwp_breadcrumbs() +/* +| ------------------------------------------------------------------- +| Disable WP Admin Bar in Front-End +| ------------------------------------------------------------------- +| +| */ + add_filter('show_admin_bar', '__return_false'); /** * This theme was built with PHP, Semantic HTML, CSS, love, and a bootstrap.