Remove WordPress 3.1+ Admin Bar


/ Published in: PHP
Save to your folder(s)

Place this code in your themes `functions.php` file.


Copy this code and paste it in your HTML
  1. // remove 3.1 admin menu bar from frontend
  2. add_filter( 'show_admin_bar', '__return_false' );

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.