Skip to content

Instantly share code, notes, and snippets.

@heydonovan
Created December 30, 2013 14:50
Show Gist options
  • Save heydonovan/8182951 to your computer and use it in GitHub Desktop.
Save heydonovan/8182951 to your computer and use it in GitHub Desktop.
if ( !isset( $_GET['page'] ) OR @$_GET['paged'] != 'wpengine-common' )
add_action('admin_init', function() { wp_dequeue_style('wpe-common'); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment