Skip to content

Instantly share code, notes, and snippets.

@imammubin
Created February 3, 2014 18:02
Show Gist options
  • Save imammubin/8788984 to your computer and use it in GitHub Desktop.
Save imammubin/8788984 to your computer and use it in GitHub Desktop.
<?php
/*
Plugin Name: hide admin dashboard bar
Plugin URI: http://bit.ly/hide-admin-dashboard-bar-plugin-v1
Description: hide admin bar dashboard when not in wp-admin
Version: 1.0
Author: iMubin
Author URI: http://www.imammubin.com
*/
add_filter('show_admin_bar', '__return_false');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment