Add option to choose individual/team mode per event

This commit is contained in:
Brian Miyaji
2017-03-16 13:49:51 +11:00
parent 6078dcd534
commit b6f79cec13
25 changed files with 253 additions and 326 deletions

View File

@@ -73,10 +73,7 @@ class SportsPress_Template_Selector {
* Add option to team post type.
*/
public function team_options( $options ) {
if ( apply_filters( 'sportspress_has_teams', true ) ) {
return $this->options( $options, 'team' );
}
return $options;
return $this->options( $options, 'team' );
}
/**