Created
December 15, 2014 07:02
-
-
Save amdrew/beb640da6ff12d85b0ef to your computer and use it in GitHub Desktop.
EDD + EDD Cross-sell & Upsell - Deregister the plugin's CSS styling
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
<?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