Skip to content

Instantly share code, notes, and snippets.

@ckpicker
Last active August 29, 2015 13:59
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 ckpicker/10780176 to your computer and use it in GitHub Desktop.
Save ckpicker/10780176 to your computer and use it in GitHub Desktop.
Filter Bar 3.5 // Remove styles
add_action( 'wp_enqueue_scripts', 'remove_filter_bar_styles', 100, 0 );
function remove_filter_bar_styles() {
wp_dequeue_style( 'TribeEventsFilterView-css' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment