Skip to content

Instantly share code, notes, and snippets.

@mihdan
Forked from jameskoster/functions.php
Last active August 29, 2015 14:25
Show Gist options
  • Save mihdan/cf3ef889e8ecbd58b3fe to your computer and use it in GitHub Desktop.
Save mihdan/cf3ef889e8ecbd58b3fe to your computer and use it in GitHub Desktop.
WooCommerce - Disable CSS (2.1 +)
<?php
add_filter( 'woocommerce_enqueue_styles', '__return_empty_array' );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment