Skip to content

Instantly share code, notes, and snippets.

@colorful-tones
Created August 17, 2016 14:42
Show Gist options
  • Save colorful-tones/5411b56f3083566ef8b84f5b35bcdc30 to your computer and use it in GitHub Desktop.
Save colorful-tones/5411b56f3083566ef8b84f5b35bcdc30 to your computer and use it in GitHub Desktop.
if ( ! is_admin() ) {
wp_dequeue_styles( 'cmb2-styles' );
}
// or this?
apply_filters( 'cmb2_enqueue_css', false );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment