id = 'soccer'; $this->label = __( 'Association Football (Soccer)', 'sportspress' ); add_filter( 'sportspress_sport_presets_array', array( $this, 'add_sport_preset' ), 20 ); } } endif; return new SP_Preset_Soccer();