formats = apply_filters( 'sportspress_formats', array( 'event' => array( 'league' => __( 'League', 'sportspress' ), 'friendly' => __( 'Friendly', 'sportspress' ), ), 'calendar' => array( 'calendar' => __( 'Calendar', 'sportspress' ), 'list' => __( 'List', 'sportspress' ), ), 'list' => array( 'list' => __( 'List', 'sportspress' ), 'gallery' => __( 'Gallery', 'sportspress' ), ), )); } }