Skip to content

Instantly share code, notes, and snippets.

@jo-snips
Forked from jazbek/gist:5959855
Created July 15, 2013 23:04
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 jo-snips/6004270 to your computer and use it in GitHub Desktop.
Save jo-snips/6004270 to your computer and use it in GitHub Desktop.
<?php
add_action( 'init', 'tribe_events_wootheme_compatibility' );
function tribe_events_wootheme_compatibility() {
if ( ! is_home() ) {
remove_filter( 'pre_get_posts', 'woo_exclude_categories_homepage', 10 );
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment