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.