Skip to content

Instantly share code, notes, and snippets.

@jrtashjian
Created January 16, 2019 18:14
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 jrtashjian/489541d7078f7870ff2bc3082e0cccf0 to your computer and use it in GitHub Desktop.
Save jrtashjian/489541d7078f7870ff2bc3082e0cccf0 to your computer and use it in GitHub Desktop.
filter: curatewp_load_layout_css
<?php
// Prevent loading the layout css.
add_filter( 'curatewp_load_layout_css', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment