Skip to content

Instantly share code, notes, and snippets.

@jamiemitchell
Forked from frankschrijvers/functions.php
Created December 22, 2018 22:54
Show Gist options
  • Save jamiemitchell/dde23116320e3d99ec6daa544fcaa10d to your computer and use it in GitHub Desktop.
Save jamiemitchell/dde23116320e3d99ec6daa544fcaa10d 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