Monday, 19 October 2015

How to hide the top admin bar at the frontend in WordPress?

Add following code functions.php


add_filter('show_admin_bar', '__return_false');

No comments:

Post a Comment