Skip to content

Instantly share code, notes, and snippets.

@frankschrijvers
Created September 24, 2015 19:55
Show Gist options
  • Save frankschrijvers/f2ecfa7342efba0c20d2 to your computer and use it in GitHub Desktop.
Save frankschrijvers/f2ecfa7342efba0c20d2 to your computer and use it in GitHub Desktop.
// Deregister stylesheet Genesis Simple Share
add_action( 'wp_enqueue_scripts', 'wpstudio_deregister_styles' );
function wpstudio_deregister_styles() {
wp_deregister_style( 'genesis-simple-share-plugin-css' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment