91³Ô¹ÏÍø

Watch CBS News

Philadelphia Wings to cease operations at end of 2025-2026 season

It's the end of an era for Philadelphia's team. The announced on Monday they would be ceasing operations at the end of this season.

"This was not an easy conclusion to reach, and it is one we considered with great care," the Wings said in an Instagram post. "We hope you will join us in continuing to root for our players as they pursue new opportunities throughout the league. On behalf of our leadership team, players, and the countless others who have been impacted by the Wings franchise over the years, thank you. We truly could not have built this community without you." 

The Wings will play their last home game against the Las Vegas Desert Dogs at Xfinity Mobile Arena on April 11 and their final game on April 18 against the Vancouver Warriors at Rogers Arena. 

Comcast Spectacor acquired the team after the franchise returned to Philadelphia about 8 years ago. A spokesperson for Comcast Spectacor provided CBS News Philadelphia with a statement. 

"We have made the difficult decision to cease operations of the Philadelphia Wings franchise under the Comcast Spectacor portfolio following the 2025–2026 season. We are deeply grateful to our fans, players, and the entire Wings community for their passion and support since the team's return in 2018. As part of our ongoing evaluation of long-term business priorities, the Wings franchise no longer aligns with our strategic direction. We remain focused on driving growth across our sports and entertainment portfolio, including building the Philadelphia Flyers into a Stanley Cup contender and partnering with HBSE to deliver a worldclass arena in South Philadelphia. We thank the Wings community for their unwavering dedication to the sport and to this franchise."  

The Philadelphia Wings were one of the four original NLL teams, playing from 1987 to 2014, before relocating to New England.

In 2017, it was announced the team was coming back to Philadelphia. The Wings were one of 15 teams in the National Lacrosse League and a member of the NLL's Eastern Conference.

The Wings won the championship in 1989, 1990, 1994, 1995, 1998 and 2001.  

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });