Skip to content

Instantly share code, notes, and snippets.

@jeremyfelt
Created July 31, 2013 16:04
Show Gist options
  • Select an option

  • Save jeremyfelt/6123380 to your computer and use it in GitHub Desktop.

Select an option

Save jeremyfelt/6123380 to your computer and use it in GitHub Desktop.
<?php
class WSU_WP_Admin_Bar extends WP_Admin_Bar {
}
add_filter( 'wp_admin_bar_class', function() { return 'WSU_WP_Admin_Bar'; } );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment