Skip to content

Instantly share code, notes, and snippets.

@BeardedGinger
Last active August 29, 2015 14:26
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 BeardedGinger/0c3fec288bc2c3c890f1 to your computer and use it in GitHub Desktop.
Save BeardedGinger/0c3fec288bc2c3c890f1 to your computer and use it in GitHub Desktop.
<?php
add_action( 'init', 'tribe_remove_venue_dropdown' );
function tribe_remove_venue_dropdown() {
$callback = array( Tribe__Events__Main::instance(), 'displayEventVenueDropdown' );
remove_action( 'tribe_venue_table_top', $callback );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment