Skip to content

Instantly share code, notes, and snippets.

@christophwessels
Created September 4, 2020 10:06
Show Gist options
  • Save christophwessels/0ba478d23c380e22c525486dc67a4011 to your computer and use it in GitHub Desktop.
Save christophwessels/0ba478d23c380e22c525486dc67a4011 to your computer and use it in GitHub Desktop.
Remove WP Rocket from Admin Bar Menu
add_action( 'admin_bar_menu', function() {
remove_action( 'admin_bar_menu', 'rocket_admin_bar', PHP_INT_MAX );
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment