Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created April 18, 2019 12:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billerickson/0ce0f840e90a952fe4f92f8b29b7e996 to your computer and use it in GitHub Desktop.
Save billerickson/0ce0f840e90a952fe4f92f8b29b7e996 to your computer and use it in GitHub Desktop.
<?php
function be_disable_gutenberg_frontend_styles(){
wp_dequeue_style( 'wp-block-library' );
}
add_action( 'wp_enqueue_scripts', 'remove_block_css', 100 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment