-
-
Save jamiemitchell/dde23116320e3d99ec6daa544fcaa10d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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