Created
October 5, 2019 13:17
-
-
Save RiodeJaneiroo/eb99add280dfe9a3c1f409009fe37415 to your computer and use it in GitHub Desktop.
[Remove Gutenberg CSS] remove wp-block-library css #wordpress
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
add_action( 'wp_print_styles', 'wps_deregister_styles', 100 ); | |
function wps_deregister_styles() { | |
wp_dequeue_style( 'wp-block-library' ); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment