Skip to content

Instantly share code, notes, and snippets.

@amdrew
Created December 15, 2014 07:02
Show Gist options
  • Save amdrew/beb640da6ff12d85b0ef to your computer and use it in GitHub Desktop.
Save amdrew/beb640da6ff12d85b0ef to your computer and use it in GitHub Desktop.
EDD + EDD Cross-sell & Upsell - Deregister the plugin's CSS styling
<?php
function sumobi_edd_csau_deregister_styles() {
wp_deregister_style( 'edd-csau-css' );
}
add_action( 'wp_enqueue_scripts', 'sumobi_edd_csau_deregister_styles', 20 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment