Created
March 26, 2022 13:32
-
-
Save guytzhak/6b9428590023ea9b788927a66cdaab10 to your computer and use it in GitHub Desktop.
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
function remove_guten_wrapper_styles(){ | |
wp_dequeue_style( 'wp-block-library' ); | |
wp_dequeue_style( 'wp-block-library-theme' ); | |
wp_dequeue_style( 'wc-block-style' ); // REMOVE WOOCOMMERCE BLOCK CSS | |
wp_dequeue_style( 'global-styles' ); // REMOVE THEME.JSON | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment