Skip to content

Instantly share code, notes, and snippets.

@andyknapp
Created August 22, 2013 15:29
Show Gist options
  • Save andyknapp/6308725 to your computer and use it in GitHub Desktop.
Save andyknapp/6308725 to your computer and use it in GitHub Desktop.
deregister plugin css files
function ak_deregister_styles() {
wp_deregister_style( 'soliloquy-style' );
wp_deregister_style( 'tribe-events-calendar-style');
}
add_action( 'wp_print_styles', 'ak_deregister_styles', 100 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment