Skip to content

Instantly share code, notes, and snippets.

@asterion
Created May 26, 2017 19:03
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 asterion/767df6e0c7a9374de451de3386e2d668 to your computer and use it in GitHub Desktop.
Save asterion/767df6e0c7a9374de451de3386e2d668 to your computer and use it in GitHub Desktop.
entero hackers
add_action('admin_head', 'my_hack');
function my_hack() {
echo '<style>.eventBritePluginPlug{ display: none !important; }</style>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment