Skip to content

Instantly share code, notes, and snippets.

View chirag-v's full-sized avatar

Chirag Vora chirag-v

View GitHub Profile
@gregrickaby
gregrickaby / remove-all-woocommerce-scripts-styles.php
Last active January 2, 2019 10:38
Remove ALL WooCommerce scripts and styles.
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below into functions.php
/**
* Remove all WooCommerce scripts and styles! Forever!
*
* @author WP Smith
* @since 1.0.0
*/
function grd_remove_woocommerce_styles_scripts() {