Last active
October 8, 2024 22:20
[Theming Snippets] Disable the default stylesheet
This file contains 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
add_filter( 'woocommerce_enqueue_styles', '__return_empty_array' ); |
@lomars, Have you found the solution?
+1 it's not working. I think it's because of new system of woocommerce. There is new way to insert it to block editor Guttenberg.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not working anymore on WooCommerce 4.x+