Skip to content

Instantly share code, notes, and snippets.

@carlodaniele
Created February 18, 2016 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlodaniele/d9f4c92a33a619734eb0 to your computer and use it in GitHub Desktop.
Save carlodaniele/d9f4c92a33a619734eb0 to your computer and use it in GitHub Desktop.
<?php
function myplugin_customize_toolbar( $wp_admin_bar ){
// your code here
}
add_action( 'admin_bar_menu', 'myplugin_customize_toolbar', 999 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment