Allow event performance tables to be split by position

This commit is contained in:
Brian Miyaji
2015-03-03 17:20:44 +11:00
parent 91171b9b95
commit 7cf5946880
12 changed files with 638 additions and 245 deletions

View File

@@ -56,7 +56,7 @@ class SportsPress_Individual_Mode {
add_filter( 'sportspress_player_teams', '__return_false' );
add_filter( 'sportspress_staff_teams', '__return_false' );
add_filter( 'sportspress_list_team_selector', '__return_false' );
add_filter( 'sportspress_split_performance_tables', '__return_false' );
add_filter( 'option_sportspress_event_split_players_by_team', '__return_false' );
// Remove templates
//remove_action( 'sportspress_single_event_content', 'sportspress_output_event_performance', 50 );