How to Hide the WordPress Admin Bar or Dashboard of the top ?

How to Hide the WordPress Admin Bar or Dashboard of the top ?

  1. go to your theme editor
  2. go to Theme Functions or functions.php
  3. past this code on Bottom of  ‘functions.php’

Code :- show_admin_bar(false);

Leave a Comment