Disabling the Admin Bar | Where does code go?

This would go in your theme’s functions.php file. This is a small tweak, but things to remember are that:

  • If you ever change your theme, you’ll need to remember to copy this over to the new theme
  • It’d be better to put these types of “system tweaks” into your own plugin, which you can read about here

Go with this one