Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
Room to improve — your 12.2s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 15.5 MB (9.2 MB transferred)
Performance issues directly impact user engagement and conversion rates.
is missing width/height — may cause layout shift
Performance issues directly impact user engagement and conversion rates.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/7c4f9d91-2cef-43b2-8ce8-c56893e68d7c)<a href="https://beavercheck.com/results/7c4f9d91-2cef-43b2-8ce8-c56893e68d7c"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fwwe.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fwwe.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 12.2s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. Addressing the critical issues below would have the most immediate impact on your user trust.
10 barrier(s) likely increasing bounce by ~32%.
Page takes 12.2s to load
+12% bounceUsers abandon at ~3s — you're 9.7s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.3s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
719 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
2 broken link(s) on the page
+3% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$550 investment → $3,014/month returns + USD 157,500 risk avoided
$550
6h · 5 findings
$3,014 /mo
~$36,170 / year
USD 157,500
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,127 / month at risk
~$157,528 / year if left unfixed
$157,500
+5 more
$2.32 /mo
29011.7 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 4 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
7.18 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
12.22 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.28 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.187
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
8.28 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
26.42 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
WWE Photo div > div.field > div.field__item > img | www.wwe.com/f/video/thumb/2026/04/dchiwm42su_29_yt_hd_rev_2.jpg | 810.3 KiB | 800.1 KiB |
WWE Photo div > div.field > div.field__item > img | www.wwe.com/f/video/thumb/2026/04/vmssg_9RvEi_rev_2.jpg | 585.3 KiB | 575.1 KiB |
WWE Photo div > div.field > div.field__item > img | www.wwe.com/f/video/thumb/2026/04/top42wm42_ntwk_hd_rev_2.jpg | 548.4 KiB | 538.2 KiB |
WWE Photo div.node__content > div.field > a > img.image-style-wwe-16-9-xl | www.wwe.com/f/styles/wwe_16_9_xl/public/2026/04/064_NXT_04212026AK_13246.JPG | 218.1 KiB | 170.5 KiB |
WWE Photo div.wwe-feed-cards--card > a.wwe-feed-card--thumb > picture > img | www.wwe.com/f/styles/wwe_16_9_xl/public/2026/04/WWEWorld_04192026MK_2232.jpg | 210.5 KiB | 169.5 KiB |
WWE Photo div.wwe-feed-cards--card > a.wwe-feed-card--thumb > picture > img | www.wwe.com/f/styles/wwe_16_9_xl/public/2026/04/015_WWEWorld_04192026MK_1028.jpg | 208.5 KiB | 167.6 KiB |
WWE Photo div.wwe-feed-cards--card > a.wwe-feed-card--thumb > picture > img | /f/styles/wwe_16_9_xl/public/2026/04/003_WWEWorld_zk_2026... | 196.2 KiB | 155.3 KiB |
WWE Photo div.wwe-feed-cards--card > a.wwe-feed-card--thumb > picture > img | /f/styles/wwe_16_9_xl/public/video/thumb/2026/04/dchiwm42... | 192.6 KiB | 151.6 KiB |
WWE Photo div > a.wwe-feed-card--thumb > picture > img | www.wwe.com/f/styles/wwe_16_9_xl/public/2026/04/002_RAW_04202026RW_11974.JPG | 195.6 KiB | 148.0 KiB |
WWE Photo div > a.wwe-feed-card--thumb > picture > img | www.wwe.com/f/styles/wwe_16_9_xl/public/2026/04/051_NXT_04212026MP_17316.JPG | 194.6 KiB | 147.0 KiB |
WWE Photo div.wwe-feed-cards--card > a.wwe-feed-card--thumb > picture > img | /f/styles/wwe_16_9_xl/public/video/thumb/2026/04/dchiraw1... | 174.2 KiB | 133.3 KiB |
WWE Photo div.wwe-feed-cards--card > a.wwe-feed-card--thumb > picture > img | /f/styles/wwe_16_9_xl/public/video/thumb/2026/04/vmssg_HA... | 172.3 KiB | 131.4 KiB |
WWE Photo div.wwe-feed-cards--card > a.wwe-feed-card--thumb > picture > img | /f/styles/wwe_16_9_xl/public/video/thumb/2026/04/dchiraw1... | 166.6 KiB | 125.7 KiB |
WWE Photo div.wwe-feed-cards--card > a.wwe-feed-card--thumb > picture > img | /f/styles/wwe_16_9_xl/public/video/thumb/2026/04/dchiraw1... | 165.4 KiB | 124.5 KiB |
WWE Photo div.wwe-feed-cards--card > a.wwe-feed-card--thumb > picture > img | /f/styles/wwe_16_9_xl/public/video/thumb/2026/04/dchiwm42... | 156.9 KiB | 115.9 KiB |
WWE Photo div.wwe-feed-cards--card > a.wwe-feed-card--thumb > picture > img | /f/styles/wwe_16_9_xl/public/video/thumb/2026/04/vmssg_uA... | 155.0 KiB | 114.1 KiB |
WWE Photo div.wwe-feed-cards--card > a.wwe-feed-card--thumb > picture > img | www.wwe.com/f/styles/wwe_16_9_xl/public/2026/04/054_WWEWORLD_04182026cc_1997.jpg | 154.1 KiB | 113.1 KiB |
WWE Photo div.wwe-feed-cards--card > a.wwe-feed-card--thumb > picture > img | /f/styles/wwe_16_9_xl/public/video/thumb/2026/04/dchiraw1... | 148.2 KiB | 107.3 KiB |
WWE Photo div > a.wwe-feed-card--thumb > picture > img | www.wwe.com/f/styles/wwe_16_9_xl/public/2026/04/20260419_WM42_Brock_Farewell.jpg | 135.9 KiB | 88.3 KiB |
WWE Photo div.wwe-highlight-videos--video > a.wwe-video-explorer-event > picture > img | /f/styles/wwe_16_9_xs/public/video/thumb/2026/04/dchinxt9... | 92.6 KiB | 87.8 KiB |
WWE Photo div.show-contextual__item__image-content > a.js-track > picture > img | /f/styles/wwe_16_9_xs/public/video/thumb/2026/04/vmssg_jU... | 93.7 KiB | 84.2 KiB |
WWE Photo article.node > div.node__content > div.field > img.image-style-wwe-16-9-l | www.wwe.com/f/styles/wwe_16_9_l/public/2026/04/20260421_NXT_Final.jpg | 128.6 KiB | 81.0 KiB |
WWE Photo div.wwe-highlight-videos--video > a.wwe-video-explorer-event > picture > img | /f/styles/wwe_16_9_xs/public/video/thumb/2026/04/dchinxt9... | 84.7 KiB | 79.8 KiB |
WWE Photo div.wwe-highlight-videos--video > a.wwe-video-explorer-event > picture > img | /f/styles/wwe_16_9_xs/public/video/thumb/2026/04/raw1717_... | 84.2 KiB | 79.4 KiB |
WWE Photo div.wwe-highlight-videos--video > a.wwe-video-explorer-event > picture > img | /f/styles/wwe_16_9_xs/public/video/thumb/2026/04/vmssg_hX... | 82.9 KiB | 78.0 KiB |
WWE Photo div.wwe-highlight-videos--video > a.wwe-video-explorer-event > picture > img | /f/styles/wwe_16_9_xs/public/video/thumb/2026/04/dchinxt9... | 81.3 KiB | 76.5 KiB |
WWE Photo div.wwe-highlight-videos--video > a.wwe-video-explorer-event > picture > img | /f/styles/wwe_16_9_xs/public/video/thumb/2026/04/nxt909_t... | 81.3 KiB | 76.4 KiB |
WWE Photo div.wwe-highlight-videos--video > a.wwe-video-explorer-event > picture > img | /f/styles/wwe_16_9_xs/public/video/thumb/2026/04/dchinxt9... | 79.7 KiB | 74.9 KiB |
WWE Photo div.wwe-feed-cards--card > a.wwe-feed-card--thumb > picture > img | /f/styles/wwe_16_9_xl/public/video/thumb/2026/04/vmssg_3c... | 113.0 KiB | 73.1 KiB |
WWE Photo div.show-contextual__item__image-content > a.js-track > picture > img | /f/styles/wwe_16_9_xs/public/video/thumb/2026/04/dchinxt9... | 81.2 KiB | 71.6 KiB |
WWE Photo div.wwe-highlight-videos--video > a.wwe-video-explorer-event > picture > img | /f/styles/wwe_16_9_xs/public/video/thumb/2026/04/vmssg_L2... | 75.2 KiB | 70.3 KiB |
WWE Photo div.wwe-highlight-videos--video > a.wwe-video-explorer-event > picture > img | /f/styles/wwe_16_9_xs/public/video/thumb/2026/04/dcfullap... | 73.9 KiB | 69.1 KiB |
WWE Photo div.show-contextual__item__image-content > a.js-track > picture > img | /f/styles/wwe_16_9_xs/public/video/thumb/2026/04/dchinxt9... | 74.5 KiB | 64.9 KiB |
WWE Photo div.field__item > a > picture > img | www.wwe.com/f/styles/wwe_16_9_s/public/2026/04/080_WM42_04192026AT_42300.jpg | 74.3 KiB | 64.4 KiB |
WWE Photo div.wwe-highlight-videos--video > a.wwe-video-explorer-event > picture > img | /f/styles/wwe_16_9_xs/public/video/thumb/2026/04/dchinxt9... | 67.6 KiB | 62.7 KiB |
WWE Photo div > a.wwe-feed-card--thumb > picture > img | www.wwe.com/f/styles/wwe_16_9_xl/public/2026/04/20260417_SD_RandyLetsLoose.jpg | 95.5 KiB | 56.3 KiB |
WWE Photo div.wwe-highlight-videos--video > a.wwe-video-explorer-event > picture > img | /f/styles/wwe_16_9_xs/public/video/thumb/2026/04/vmssg_yW... | 61.0 KiB | 56.2 KiB |
WWE Photo div.wwe-feed-cards--card > a.wwe-feed-card--thumb > picture > img | /f/styles/wwe_16_9_xl/public/video/thumb/2026/04/vmssg_6h... | 82.7 KiB | 53.5 KiB |
WWE Photo div.node__content > div.field > a > img.image-style-wwe-16-9-s | www.wwe.com/f/styles/wwe_16_9_s/public/2026/04/20260421_NXT_Final.jpg | 63.9 KiB | 53.3 KiB |
WWE Photo div.wwe-highlight-videos--video > a.wwe-video-explorer-event > picture > img | /f/styles/wwe_16_9_xs/public/video/thumb/2026/04/wwenow_r... | 40.2 KiB | 36.6 KiB |
WWE Photo div.node__content > div.field > a > img.image-style-wwe-16-9-s | www.wwe.com/f/styles/wwe_16_9_s/public/2026/04/20260420_RAW_final.jpg | 63.9 KiB | 26.4 KiB |
WWE Photo div.node__content > div.field > a > img.image-style-medium | /f/styles/medium/public/all/2024/12/RAW_Primary_Logo_For_... | 19.7 KiB | 15.4 KiB |
WWE Photo div.node__content > div.field > a > img.image-style-medium | /f/styles/medium/public/all/2024/10/NXTonCW--0f0679289324... | 17.2 KiB | 13.6 KiB |
WWE Photo div.views-field-logo > div.episode-logo > a > img.image-style-wwe-show-logo-sm | /f/styles/wwe_show_logo_sm/public/all/2024/10/NXTonCW--0f... | 15.9 KiB | 12.7 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| wwe.com/ | 1.0 s |
| www.wwe.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
WWE NXT RESULTS FOR 04/21
Zaria is the Last Woman Standing after sending Sol Ru… div.node__content > div.layout > div.layout__region > div.views-element-container | 0.082 |
WWE NXT RESULTS FOR 04/21
Zaria is the Last Woman Standing after sending Sol Ru… div.views-field > span.field-content > div.episode__wrapper__section > div.banner__right__sec | 0.064 |
Welcome
This site asks for consent to use your data
Personalised advertising a… body.exclude-node-title > div.fc-consent-root > div.fc-dialog-container | 0.042 |
Watch Highlights div.banner__right__sec > div.episode__content > div.views-field-buttons > a | 0.001 |
Watch on WWE Network div.content > nav.wwe-header-navigation > div.desktop-menu > div.pull-right | 0.000 |
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /f/css/css_zFo3DGVRIjXdSBAN4A9bO4tNmYeHfZGBP1ToN1lObOs.cs... | 107.5 KiB | 101.4 KiB |
| player.wwe.com/release/v1.7.5/Player.css | 52.2 KiB | 52.2 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.3 KiB | 14.1 KiB |
| use.fontawesome.com/releases/v5.13.0/css/all.css | 13.1 KiB | 13.1 KiB |
| /f/css/css_wo0VT9r4V1bIt9_EoTXs2xKs_kTbnvRseYR_xqKMW1Y.cs... | 11.8 KiB | 11.4 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| player.wwe.com/release/v1.7.5/Player.js | 230.4 KiB | 187.9 KiB |
| imasdk.googleapis.com/js/sdkloader/ima3_dai.js | 180.2 KiB | 143.9 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 132.1 KiB |
| imasdk.googleapis.com/js/sdkloader/ima3.js | 146.5 KiB | 107.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-N7776B&l=wwe_ga_dataLayer | 163.2 KiB | 81.4 KiB |
| /f/js/js_aYRPwdKfdFesr-NOoHebDvI2y0RwWcHakzDNQH2j_WU.js?s... | 90.0 KiB | 58.5 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.5 KiB | 58.1 KiB |
| /f/js/js_pjpnDynY60iwT6bAYyDoF7V-aalJNQ4yJfb9lMTvv2w.js?s... | 49.6 KiB | 36.6 KiB |
| /f/js/js_3597S2KWsVUqWE6pUVn-YBr9IbY5YnsrNmvAl36WeR4.js?s... | 53.5 KiB | 36.4 KiB |
| fundingchoicesmessages.google.com/i/6428571?ers=3 | 68.7 KiB | 36.4 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.wwe.com/ | 1.3 s | 300 ms | 5.4 ms |
| /f/js/js_aYRPwdKfdFesr-NOoHebDvI2y0RwWcHakzDNQH2j_WU.js?s... | 1.1 s | 780 ms | 24 ms |
| /f/AGSKWxVxehhzZy63lUQIuBWfzMhxMFPk9W6fzOJtNYCBL_Ki1TZH6r... | 793 ms | 386 ms | 132 ms |
| Unattributable | 647 ms | 12 ms | 0.0 ms |
| www.googletagmanager.com/gtm.js?id=GTM-N7776B&l=wwe_ga_dataLayer | 379 ms | 302 ms | 44 ms |
| player.wwe.com/release/v1.7.5/Player.js | 303 ms | 221 ms | 78 ms |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 192 ms | 145 ms | 43 ms |
| fundingchoicesmessages.google.com/i/6428571?ers=3 | 192 ms | 174 ms | 15 ms |
| securepubads.g.doubleclick.net/tag/js/gpt.js | 103 ms | 92 ms | 7.5 ms |
| imasdk.googleapis.com/js/sdkloader/ima3.js | 98 ms | 59 ms | 39 ms |
| imasdk.googleapis.com/js/sdkloader/ima3_dai.js | 96 ms | 50 ms | 45 ms |
| c.amazon-adsystem.com/aax2/apstag.js | 91 ms | 61 ms | 28 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.7 s |
| Other | 852 ms |
| Style & Layout | 782 ms |
| Script Parsing & Compilation | 494 ms |
| Parse HTML & CSS | 439 ms |
| Rendering | 235 ms |
| Garbage Collection | 29 ms |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
WWE Photo div.node__content > div.field > a > img.image-style-medium | /f/styles/medium/public/all/2024/12/RAW_Primary_Logo_For_... |
WWE Photo div.node__content > div.field > a > img.image-style-medium | /f/styles/medium/public/all/2024/10/NXTonCW--0f0679289324... |
WWE Photo div.views-field-logo > div.episode-logo > a > img.image-style-wwe-show-logo-sm | /f/styles/wwe_show_logo_sm/public/all/2024/10/NXTonCW--0f... |
li.wwe-geo-element > div.mobile-network-promo > div.mobile-network-promo_image > img li.wwe-geo-element > div.mobile-network-promo > div.mobile-network-promo_image > img | /f/styles/scaleto240with/public/all/2025/01/netflixWWE_19... |
Home header#header > nav#navbar-main > a.navbar-brand > img.img-fluid | www.wwe.com/themes/custom/wwe_theme/logo.svg |
WWE Logo div.views-field > span.field-content > div.footer-logo > img | www.wwe.com/themes/custom/wwe_theme/logo.svg |
If you hit on this search icon then you will be redirected to https://watch.wwe… div.pull-right > span.search > a > img.icon | www.wwe.com/modules/custom/wwe_global_panes/assets/img/search-thicc.svg |
WWE Photo div.node__content > div.field > a > img.image-style-medium |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
These are opportunities to improve the legibility of your content.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
16:24 div.slick-list > div.slick-track > div.wwe-highlight-videos--video > a.wwe-video-explorer-event |
03:08 div.slick-list > div.slick-track > div.wwe-highlight-videos--video > a.wwe-video-explorer-event |
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
Flow li.element-invisible > div.mobile-network-promo > div.mobile-network-promo_image > img | /f/styles/scaleto240with/public/all/2023/01/nav-Network-F... | 240 x 24 (10.00) | 240 x 95 (2.53) |
How to Watch li.element-invisible > div.mobile-network-promo > div.mobile-network-promo_image > img | /f/styles/scaleto240with/public/2025/09/watch-wwe-flat-ho... | 220 x 24 (9.17) | 220 x 46 (4.78) |
Watch on WWE Network li.element-invisible > div.mobile-network-promo > div.mobile-network-promo_image > img | /f/styles/scaleto240with/public/all/2022/09/nav-Network-W... | 192 x 24 (8.00) | 192 x 48 (4.00) |
Watch on Sony LIV li.element-invisible > div.mobile-network-promo > div.mobile-network-promo_image > img | /f/styles/scaleto240with/public/all/2023/01/nav-network-W... | 186 x 24 (7.75) | 186 x 48 (3.88) |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
/f/js/js_aYRPwdKfdFesr-NOoHebDvI2y0RwWcHakzDNQH2j_WU.js?s... line 14, col 163 | TypeError: Cannot read properties of undefined (reading 'id')
at https://www.wwe.com/f/js/js_3597S2KWsVUqWE6pUVn-YBr9IbY5YnsrNmvAl36WeR4.js?scope=footer&delta=4&language=en&theme=wwe_theme&include=eJyNUltywyAMvJAdjsTIIBMlMmJAebinLwY74_60_ULaldCyArxXgbga2IPLnCXqMDF8rWYiucAN3oNTG4AZ82peL7TpKioHspFP8ijmCIqujGXAtzLFu_H5kYAvezo8CV_FUpwpkqItLguzaeh4oGNHh20Y-GKCSGBUCB9kP12mpB2MwKuSa9T4yUaPM-ZfK26l0TOitw6yN0e2JZZpylBfuYGBZQK2CSJ2BWfAYqIiHu1-3x_Fb8VcJfyv-iziKgsmCHULFCP6U3F7wcmSBUodYqaMcKcYbKwWn4nNhh4eHhRxVIfiMmH3uP2Gts_OPxLmotB6bbs4CUX9IVCvuKDpksatt84-EYXJ3e2OfwOtd_7O:267:247
at Array.forEach (<anonymous>)
at Object.attach (https://www.wwe.com/f/js/js_3597S2KWsVUqWE6pUVn-YBr9IbY5YnsrNmvAl36WeR4.js?scope=footer&delta=4&language=en&theme=wwe_theme&include=eJyNUltywyAMvJAdjsTIIBMlMmJAebinLwY74_60_ULaldCyArxXgbga2IPLnCXqMDF8rWYiucAN3oNTG4AZ82peL7TpKioHspFP8ijmCIqujGXAtzLFu_H5kYAvezo8CV_FUpwpkqItLguzaeh4oGNHh20Y-GKCSGBUCB9kP12mpB2MwKuSa9T4yUaPM-ZfK26l0TOitw6yN0e2JZZpylBfuYGBZQK2CSJ2BWfAYqIiHu1-3x_Fb8VcJfyv-iziKgsmCHULFCP6U3F7wcmSBUodYqaMcKcYbKwWn4nNhh4eHhRxVIfiMmH3uP2Gts_OPxLmotB6bbs4CUX9IVCvuKDpksatt84-EYXJ3e2OfwOtd_7O:267:184)
at https://www.wwe.com/f/js/js_aYRPwdKfdFesr-NOoHebDvI2y0RwWcHakzDNQH2j_WU.js?scope=footer&delta=0&language=en&theme=wwe_theme&include=eJyNUltywyAMvJAdjsTIIBMlMmJAebinLwY74_60_ULaldCyArxXgbga2IPLnCXqMDF8rWYiucAN3oNTG4AZ82peL7TpKioHspFP8ijmCIqujGXAtzLFu_H5kYAvezo8CV_FUpwpkqItLguzaeh4oGNHh20Y-GKCSGBUCB9kP12mpB2MwKuSa9T4yUaPM-ZfK26l0TOitw6yN0e2JZZpylBfuYGBZQK2CSJ2BWfAYqIiHu1-3x_Fb8VcJfyv-iziKgsmCHULFCP6U3F7wcmSBUodYqaMcKcYbKwWn4nNhh4eHhRxVIfiMmH3uP2Gts_OPxLmotB6bbs4CUX9IVCvuKDpksatt84-EYXJ3e2OfwOtd_7O:15:427
at Array.forEach (<anonymous>)
at Drupal.attachBehaviors (https://www.wwe.com/f/js/js_aYRPwdKfdFesr-NOoHebDvI2y0RwWcHakzDNQH2j_WU.js?scope=footer&delta=0&language=en&theme=wwe_theme&include=eJyNUltywyAMvJAdjsTIIBMlMmJAebinLwY74_60_ULaldCyArxXgbga2IPLnCXqMDF8rWYiucAN3oNTG4AZ82peL7TpKioHspFP8ijmCIqujGXAtzLFu_H5kYAvezo8CV_FUpwpkqItLguzaeh4oGNHh20Y-GKCSGBUCB9kP12mpB2MwKuSa9T4yUaPM-ZfK26l0TOitw6yN0e2JZZpylBfuYGBZQK2CSJ2BWfAYqIiHu1-3x_Fb8VcJfyv-iziKgsmCHULFCP6U3F7wcmSBUodYqaMcKcYbKwWn4nNhh4eHhRxVIfiMmH3uP2Gts_OPxLmotB6bbs4CUX9IVCvuKDpksatt84-EYXJ3e2OfwOtd_7O:15:353)
at https://www.wwe.com/f/js/js_aYRPwdKfdFesr-NOoHebDvI2y0RwWcHakzDNQH2j_WU.js?scope=footer&delta=0&language=en&theme=wwe_theme&include=eJyNUltywyAMvJAdjsTIIBMlMmJAebinLwY74_60_ULaldCyArxXgbga2IPLnCXqMDF8rWYiucAN3oNTG4AZ82peL7TpKioHspFP8ijmCIqujGXAtzLFu_H5kYAvezo8CV_FUpwpkqItLguzaeh4oGNHh20Y-GKCSGBUCB9kP12mpB2MwKuSa9T4yUaPM-ZfK26l0TOitw6yN0e2JZZpylBfuYGBZQK2CSJ2BWfAYqIiHu1-3x_Fb8VcJfyv-iziKgsmCHULFCP6U3F7wcmSBUodYqaMcKcYbKwWn4nNhh4eHhRxVIfiMmH3uP2Gts_OPxLmotB6bbs4CUX9IVCvuKDpksatt84-EYXJ3e2OfwOtd_7O:16:373
at HTMLDocument.listener (https://www.wwe.com/f/js/js_aYRPwdKfdFesr-NOoHebDvI2y0RwWcHakzDNQH2j_WU.js?scope=footer&delta=0&language=en&theme=wwe_theme&include=eJyNUltywyAMvJAdjsTIIBMlMmJAebinLwY74_60_ULaldCyArxXgbga2IPLnCXqMDF8rWYiucAN3oNTG4AZ82peL7TpKioHspFP8ijmCIqujGXAtzLFu_H5kYAvezo8CV_FUpwpkqItLguzaeh4oGNHh20Y-GKCSGBUCB9kP12mpB2MwKuSa9T4yUaPM-ZfK26l0TOitw6yN0e2JZZpylBfuYGBZQK2CSJ2BWfAYqIiHu1-3x_Fb8VcJfyv-iziKgsmCHULFCP6U3F7wcmSBUodYqaMcKcYbKwWn4nNhh4eHhRxVIfiMmH3uP2Gts_OPxLmotB6bbs4CUX9IVCvuKDpksatt84-EYXJ3e2OfwOtd_7O:16:161) |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| wwenetwork.com/ | Learn More |
| wwenetwork.com/ | Learn More |
Format your HTML in a way that enables crawlers to better understand your app’s content.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 1 | <!DOCTYPE html> | Syntax not understood |
| 2 | <html lang="en" dir="ltr" prefix="og: https://ogp.me/ns#"> | Unknown directive |
| 3 | <head> | Syntax not understood |
| 4 | <meta charset="utf-8" /> | Syntax not understood |
| 5 | <link rel="icon" href="/favicon.ico" type="image/x-icon" /> | Syntax not understood |
| 6 | <link rel="shortlink" href="https://www.wwe.com" /> | Unknown directive |
| 7 | <link rel="canonical" href="https://www.wwe.com" /> | Unknown directive |
| 8 | <meta property="og:site_name" content="WWE" /> | Unknown directive |
| 9 | <meta property="og:url" content="https://www.wwe.com" /> | Unknown directive |
| 10 | <meta property="og:title" content="WWE" /> | Unknown directive |
| 11 | <meta property="fb:app_id" content="295666513781415" /> | Unknown directive |
| 12 | <meta name="twitter:card" content="summary_large_image" /> | Unknown directive |
| 13 | <meta name="twitter:site" content="@wwe" /> | Unknown directive |
| 14 | <meta name="twitter:title" content="WWE" /> | Unknown directive |
| 15 | <meta name="twitter:app:name:iphone" content="WWE" /> | Unknown directive |
| 16 | <meta name="twitter:app:id:iphone" content="551798799" /> | Unknown directive |
| 17 | <meta name="twitter:app:name:ipad" content="WWE" /> | Unknown directive |
| 18 | <meta name="twitter:app:id:ipad" content="551798799" /> | Unknown directive |
| 19 | <meta name="twitter:app:name:googleplay" content="WWE" /> | Unknown directive |
| 20 | <meta name="twitter:app:id:googleplay" content="com.wwe.universe" /> | Unknown directive |
| 21 | <meta name="apple-itunes-app" content="app-id=551798799, affiliate-data=KCBikRHks4I, app-argument=https://www.wwe.com" /> | Unknown directive |
| 22 | <meta name="Generator" content="Drupal 10 (https://www.drupal.org)" /> | Unknown directive |
| 23 | <meta name="MobileOptimized" content="width" /> | Syntax not understood |
| 24 | <meta name="HandheldFriendly" content="true" /> | Syntax not understood |
| 25 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> | Syntax not understood |
| 26 | <script> var googletag = googletag || {}; | Syntax not understood |
| 27 | googletag.cmd = googletag.cmd || []; </script> | Syntax not understood |
| 28 | <!-- Google Tag Manager --> | Syntax not understood |
| 29 | <script> | Syntax not understood |
| 30 | var ga_dev_acctlist = "qa-www,qa-wwe,integration-,stage,cube,ion,proxy,codeandtheory,jenkins,tyr,kyte,cloud,compute,net,ec2,qa-www-aws"; | Syntax not understood |
| 31 | var ga_devid = "GTM-KMHBSF"; | Syntax not understood |
| 32 | var ga_liveid = "GTM-N7776B"; | Syntax not understood |
| 34 | var wweGTMID = ga_liveid; | Syntax not understood |
| 35 | var data = ga_dev_acctlist.split(','); | Syntax not understood |
| 36 | var i = 0; | Syntax not understood |
| 37 | var l = data.length; | Syntax not understood |
| 38 | for (; i < l; i++) { | Syntax not understood |
| 39 | if (location.hostname.indexOf(data[i]) > -1) { | Syntax not understood |
| 40 | wweGTMID = ga_devid; | Syntax not understood |
| 41 | break; | Syntax not understood |
| 42 | } | Syntax not understood |
| 43 | } | Syntax not understood |
| 44 | var wwe_ga_dataLayer = []; | Syntax not understood |
| 45 | </script> | Syntax not understood |
| 46 | <script> | Syntax not understood |
| 47 | var Drupal = Drupal || { 'settings': {}, 'behaviors': {}, 'locale': {} }; | Unknown directive |
| 48 | if (typeof(Drupal.behaviors.wweAnalytics) != 'undefined') { | Syntax not understood |
| 49 | wwe_ga_dataLayer = Drupal.behaviors.wweAnalytics.setBaseData(wwe_ga_dataLayer); | Syntax not understood |
| 50 | } | Syntax not understood |
| 51 | </script> | Syntax not understood |
| 52 | <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','wwe_ga_dataLayer',wweGTMID);</script> | Unknown directive |
| 53 | <!-- End Google Tag Manager --> | Syntax not understood |
| 54 | <noscript><!-- Google Tag Manager (noscript) --> | Syntax not understood |
| 55 | <iframe src="//www.googletagmanager.com/ns.html?id=GTM-N7776B" height="0" width="0" style="display:none;visibility:hidden"></iframe> | Unknown directive |
| 56 | <!-- End Google Tag Manager (noscript) --></noscript> | Syntax not understood |
| 57 | <div id="teconsent-holder"><div id='teconsent'></div> | Syntax not understood |
| 58 | </div> | Syntax not understood |
| 59 | <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="018eed9f-9812-7750-999b-302e8f68d077" data-dLayer-name="wwe_ga_dataLayer" ></script> | Unknown directive |
| 60 | <script type="text/javascript"> | Syntax not understood |
| 61 | function OptanonWrapper() { } | Syntax not understood |
| 62 | </script> | Syntax not understood |
| 63 | <script type="text/javascript"> | Syntax not understood |
| 64 | document.addEventListener("DOMContentLoaded", function () { | Syntax not understood |
| 65 | window.easternDay = new Intl.DateTimeFormat("en-US", { | Syntax not understood |
| 66 | timeZone: "America/New_York", | Unknown directive |
| 67 | weekday: "long" | Unknown directive |
| 68 | }).format(new Date()); | Syntax not understood |
| 70 | window.easternHour = parseInt(new Intl.DateTimeFormat("en-US", { | Syntax not understood |
| 71 | timeZone: "America/New_York", | Unknown directive |
| 72 | hour: "numeric", | Unknown directive |
| 73 | hour12: false | Unknown directive |
| 74 | }).format(new Date())); | Syntax not understood |
| 76 | window.showaepopup = window.easternHour >= 0 && window.easternHour < 20; | Syntax not understood |
| 78 | if (window.location.href.indexOf("ismobile=true") > 0 || localStorage.getItem('isMobile') == 'true') { | Syntax not understood |
| 79 | localStorage.setItem('isMobile', true); | Syntax not understood |
| 80 | jQuery("li.hamburger").hide(); | Syntax not understood |
| 81 | jQuery("li.pull-right").hide(); | Syntax not understood |
| 82 | jQuery("div.pane-distributed-footer").hide(); | Syntax not understood |
| 83 | jQuery("#mini-panel-header_navigation").css({ "display": "none" }); | Syntax not understood |
| 84 | jQuery('.wwe-highlights-videos--wrapper').css({ "display": "none" }); | Unknown directive |
| 85 | jQuery('.events-header--video').css({ "display": "none" }); | Unknown directive |
| 86 | jQuery('.events-header--content').css({ "padding-top": "30px" }); | Unknown directive |
| 87 | jQuery("body").attr('style', 'padding-top: 0px !important'); | Unknown directive |
| 88 | } | Syntax not understood |
| 89 | }); | Syntax not understood |
| 90 | </script> | Syntax not understood |
| 91 | <script> | Syntax not understood |
| 92 | const hideButtons = () => | Syntax not understood |
| 93 | document.querySelectorAll('.account-button').forEach(el => el.style.display = 'none'); | Syntax not understood |
| 95 | new MutationObserver(hideButtons).observe(document.documentElement, { childList: true, subtree: true }); | Unknown directive |
| 96 | document.addEventListener('DOMContentLoaded', hideButtons); | Syntax not understood |
| 97 | </script> | Syntax not understood |
| 98 | <style type="text/css"> | Syntax not understood |
| 99 | @media screen AND ( max-width:800px ) { .wwe-page-header--title { font-size: 5.5vw !important; } } | Unknown directive |
| 100 | span[class^="wwe-shows-hub--show-network__netflix"] { width:4em; top: 6px; left: 8px; } | Unknown directive |
| 101 | </style> | Syntax not understood |
| 102 | <script> | Syntax not understood |
| 103 | (function () { | Syntax not understood |
| 105 | var ALLOWED_DOMAINS = ['www.wwe.com']; | Syntax not understood |
| 107 | function isAllowedHost(host) { | Syntax not understood |
| 108 | host = String(host || '').toLowerCase(); | Syntax not understood |
| 109 | for (var i = 0; i < ALLOWED_DOMAINS.length; i++) { | Syntax not understood |
| 110 | var d = String(ALLOWED_DOMAINS[i] || '').toLowerCase(); | Syntax not understood |
| 111 | if (!d) continue; | Syntax not understood |
| 112 | if (host === d) return true; | Syntax not understood |
| 113 | if (host.length > d.length && host.slice(-d.length - 1) === '.' + d) return true; | Syntax not understood |
| 114 | } | Syntax not understood |
| 115 | return false; | Syntax not understood |
| 116 | } | Syntax not understood |
| 118 | if (!isAllowedHost(window.location.hostname)) { | Syntax not understood |
| 119 | return; | Syntax not understood |
| 120 | } | Syntax not understood |
| 122 | function normalizeText(s) { | Syntax not understood |
| 124 | return String(s || '') | Syntax not understood |
| 125 | .replace(/\u00a0/g, ' ') | Syntax not understood |
| 126 | .replace(/\s+/g, ' ') | Syntax not understood |
| 127 | .replace(/^\s+|\s+$/g, '') | Syntax not understood |
| 128 | .toUpperCase(); | Syntax not understood |
| 129 | } | Syntax not understood |
| 131 | function adjustVendorLinks() { | Syntax not understood |
| 132 | var anchors = document.querySelectorAll('a[href]'); | Syntax not understood |
| 133 | for (var i = 0; i < anchors.length; i++) { | Syntax not understood |
| 134 | var a = anchors[i]; | Syntax not understood |
| 135 | var txt = normalizeText(a.textContent || a.innerText); | Syntax not understood |
| 137 | if (txt === 'SIGN UP FOR PEACOCK') { | Syntax not understood |
| 138 | if (a.parentNode) a.parentNode.removeChild(a); | Syntax not understood |
| 139 | continue; | Syntax not understood |
| 140 | } | Syntax not understood |
| 142 | var raw = (a.getAttribute('href') || '').toLowerCase(); | Syntax not understood |
| 143 | var abs = (a.href || '').toLowerCase(); | Syntax not understood |
| 144 | if (raw.indexOf('peacocktv.com') !== -1 || abs.indexOf('peacocktv.com') !== -1) { | Syntax not understood |
| 145 | var textNode = document.createTextNode(a.textContent || a.innerText || ''); | Syntax not understood |
| 146 | if (a.parentNode) a.parentNode.replaceChild(textNode, a); | Syntax not understood |
| 147 | } | Syntax not understood |
| 148 | } | Syntax not understood |
| 149 | } | Syntax not understood |
| 151 | if (document.readyState === 'loading') { | Syntax not understood |
| 152 | document.addEventListener('DOMContentLoaded', adjustVendorLinks); | Syntax not understood |
| 153 | } else { | Syntax not understood |
| 154 | adjustVendorLinks(); | Syntax not understood |
| 155 | } | Syntax not understood |
| 156 | })(); | Syntax not understood |
| 157 | </script> | Syntax not understood |
| 158 | <script type="text/javascript"> | Syntax not understood |
| 159 | window.addEventListener('scroll', function() { | Syntax not understood |
| 160 | document.querySelectorAll('.wwe-breaker--wrapper:not(.pageview-process)').forEach(div => { | Unknown directive |
| 161 | rect = div.getBoundingClientRect(); | Syntax not understood |
| 162 | windowHeight = window.innerHeight; | Syntax not understood |
| 163 | if (rect.top <= (windowHeight / 2)-100 && rect.bottom >= (windowHeight / 2)-100) { | Syntax not understood |
| 164 | div.classList.add('pageview-process'); | Syntax not understood |
| 165 | Drupal.behaviors.wweAnalytics.trackVirtualPageView(location.pathname, document.title); | Syntax not understood |
| 166 | } | Syntax not understood |
| 168 | }); | Syntax not understood |
| 169 | }); | Syntax not understood |
| 170 | </script> | Syntax not understood |
| 171 | <meta http-equiv="x-ua-compatible" content="ie=edge" /> | Syntax not understood |
| 172 | <script src="https://player.wwe.com/release/v1.7.5/Player.js" type="text/javascript"></script> | Unknown directive |
| 173 | <script src="https://imasdk.googleapis.com/js/sdkloader/ima3.js" type="text/javascript"></script> | Unknown directive |
| 174 | <script src="https://imasdk.googleapis.com/js/sdkloader/ima3_dai.js" type="text/javascript"></script> | Unknown directive |
| 175 | <script>window.a2a_config=window.a2a_config||{};a2a_config.callbacks=[];a2a_config.overlays=[];a2a_config.templates={};var a2a_config = a2a_config || {}; | Syntax not understood |
| 176 | a2a_config.onclick = false; | Syntax not understood |
| 177 | a2a_config.icon_color = "#000"; | Syntax not understood |
| 178 | a2a_config.exclude_services = [ | Syntax not understood |
| 179 | 'amazon_wish_list', 'aol_mail', 'balatarin', 'bibsonomy', 'blogger', 'blogmarks', 'bluesky', 'bookmarks_fr', 'box_net', 'buffer', 'copy_link', 'diary_ru', 'diaspora', 'digg', 'diigo', 'douban', 'draugiem', 'evernote', 'facebook', 'fark', 'flipboard', 'folkd', 'gmail', 'google_classroom', 'google_translate', 'hacker_news', 'hatena', 'houzz', 'instapaper', 'kakao', 'known', 'line', 'linkedin', 'livejournal', 'mail_ru', 'mastodon', 'mendeley', 'meneame', 'message', 'messenger', 'mewe', 'micro_blog', 'mix', 'mixi', 'myspace', 'odnoklassniki', 'outlook_com', 'papaly', 'pinboard', 'pinterest', 'plurk', 'pocket', 'print', 'printfriendly', 'pusha', 'push_to_kindle', 'qzone', 'raindrop_io', 'reddit', 'rediff_mypage', 'refind', 'sina_weibo', 'sitejot', 'skype', 'slashdot', 'snapchat', 'stocktwits', 'svejo', 'symbaloo_bookmarks', 'teams', 'telegram', 'threema', 'trello', 'tumblr', 'twiddla', 'twitter', 'typepad', 'viber', 'vk', 'wechat', 'whatsapp', 'wordpress', 'wykop', 'xing', 'yahoo_mail', 'yummly', 'facebook_messenger', 'google_plus', 'float', 'google_gmail' ,'typepad_post','rediff','kindle_it','microsoft_teams','sms','x']; | Syntax not understood |
| 181 | a2a_config.prioritize = ["threads", "email"]; | Syntax not understood |
| 182 | a2a_config.native_mobile_share = false; | Syntax not understood |
| 184 | // Set the Threads share endpoint to use the Web Intent URL | Syntax not understood |
| 185 | a2a_config.templates.threads = { | Syntax not understood |
| 186 | // Use the standard Threads Web Intent URL | Syntax not understood |
| 187 | url: 'https://www.threads.net/intent/post?url=${link}', | Unknown directive |
| 188 | // Optional: Remove any custom deep-link configuration if it exists | Unknown directive |
| 189 | // deep_link: null | Unknown directive |
| 190 | }; | Syntax not understood |
| 192 | // Disable post-share "Thanks for sharing" modal | Syntax not understood |
| 193 | a2a_config.thanks = { | Syntax not understood |
| 194 | postShare: false, | Unknown directive |
| 195 | };</script> | Syntax not understood |
| 196 | <style>.a2apage_wide.a2a_wide .a2a_more { | Syntax not understood |
| 197 | display: none; | Unknown directive |
| 198 | } | Syntax not understood |
| 200 | content: none; | Unknown directive |
| 201 | } | Syntax not understood |
| 203 | border : none !important; | Unknown directive |
| 204 | line-height: 2; | Unknown directive |
| 205 | } | Syntax not understood |
| 207 | background-color: #000 !important; | Unknown directive |
| 208 | } | Syntax not understood |
| 210 | display: inline-block; | Unknown directive |
| 211 | width: 32px !important; | Unknown directive |
| 212 | height: 32px !important; | Unknown directive |
| 213 | overflow: hidden !important; | Unknown directive |
| 214 | } | Syntax not understood |
| 216 | display: block; | Unknown directive |
| 217 | width: 100% !important; | Unknown directive |
| 218 | height: 100% !important; | Unknown directive |
| 219 | } | Syntax not understood |
| 221 | width: 100% !important; | Unknown directive |
| 222 | height: 100% !important; | Unknown directive |
| 223 | } | Syntax not understood |
| 225 | display: none !important; | Unknown directive |
| 226 | } | Syntax not understood |
| 228 | .a2a_button_pinterest, | Syntax not understood |
| 229 | .a2a_button_twitter, | Syntax not understood |
| 230 | .a2a_button_tumblr { | Syntax not understood |
| 231 | background-color: gray !important; | Unknown directive |
| 232 | color: gray !important; | Unknown directive |
| 233 | filter: grayscale(100%) !important; | Unknown directive |
| 234 | width: 32px; | Unknown directive |
| 235 | height: 32px; | Unknown directive |
| 236 | } | Syntax not understood |
| 237 | .a2a_button_facebook::before, | Unknown directive |
| 238 | .a2a_button_pinterest::before, | Unknown directive |
| 239 | .a2a_button_twitter::before, | Unknown directive |
| 240 | .a2a_button_tumblr::before { | Unknown directive |
| 241 | content: "" !important; | Unknown directive |
| 242 | } | Syntax not understood |
| 243 | .a2a_floating_style { | Syntax not understood |
| 244 | background-color: #f0f0f0; /* Example background color */ | Unknown directive |
| 245 | border: 1px solid #ddd; /* Optional border styling */ | Unknown directive |
| 246 | } | Syntax not understood |
| 248 | .a2a_floating_style .a2a_button { | Syntax not understood |
| 249 | background-color: #ff6347; /* Example button color */ | Unknown directive |
| 250 | color: white; /* Text color for the buttons */ | Unknown directive |
| 251 | } | Syntax not understood |
| 253 | .a2a_floating_style .a2a_button:hover { | Unknown directive |
| 254 | background-color: #ff4500; /* Hover effect color */ | Unknown directive |
| 255 | } | Syntax not understood |
| 257 | //* Main social buttons */ | Syntax not understood |
| 258 | .a2a_button_facebook, .a2a_button_x { | Syntax not understood |
| 259 | display: inline-block; | Unknown directive |
| 260 | margin-right: 0px; | Unknown directive |
| 261 | background-size: contain; | Unknown directive |
| 262 | width: 34px; | Unknown directive |
| 263 | height: 24px; | Unknown directive |
| 264 | } | Syntax not understood |
| 266 | /* Custom tooltip container */ | Syntax not understood |
| 267 | .custom-tooltip { | Syntax not understood |
| 268 | position: relative; | Unknown directive |
| 269 | display: inline-block; | Unknown directive |
| 270 | padding-left:10px; | Unknown directive |
| 271 | } | Syntax not understood |
| 273 | /* Tooltip text (hidden by default) */ | Syntax not understood |
| 274 | .tooltiptext { | Syntax not understood |
| 275 | display: none; | Unknown directive |
| 276 | position: absolute; | Unknown directive |
| 277 | background-color: #fff; | Unknown directive |
| 278 | border: 1px solid #ccc; | Unknown directive |
| 279 | box-shadow: 0 0 10px rgba(0,0,0,0.1); | Unknown directive |
| 280 | margin-top: 10px; | Unknown directive |
| 281 | padding: 10px; | Unknown directive |
| 282 | list-style: none; | Unknown directive |
| 283 | z-index: 1000; | Unknown directive |
| 284 | } | Syntax not understood |
| 286 | /* Tooltip items */ | Syntax not understood |
| 287 | .tooltiptext li { | Syntax not understood |
| 288 | margin-bottom: 5px; | Unknown directive |
| 289 | } | Syntax not understood |
| 291 | .tooltiptext li:last-child { | Unknown directive |
| 292 | margin-bottom: 0; | Unknown directive |
| 293 | } | Syntax not understood |
| 295 | /* Toggle button */ | Syntax not understood |
| 296 | .icon-svg.social-menu-toggle { | Syntax not understood |
| 297 | cursor: pointer; | Unknown directive |
| 298 | display: inline-block; | Unknown directive |
| 299 | vertical-align: middle; | Unknown directive |
| 300 | } | Syntax not understood |
| 302 | .icon-svg.social-menu-toggle svg { | Syntax not understood |
| 303 | fill: #000; | Unknown directive |
| 304 | width: 24px; | Unknown directive |
| 305 | height: 24px; | Unknown directive |
| 306 | } | Syntax not understood |
| 308 | /* Adjustments to tooltip appearance */ | Syntax not understood |
| 309 | .tooltiptext a { | Syntax not understood |
| 310 | display: inline-block; | Unknown directive |
| 311 | width: 24px; | Unknown directive |
| 312 | height: 24px; | Unknown directive |
| 313 | background-size: contain; | Unknown directive |
| 314 | background-repeat: no-repeat; | Unknown directive |
| 315 | }</style> | Syntax not understood |
| 317 | <title>WWE News, Results, Photos & Video - Official Site | WWE</title> | Syntax not understood |
| 318 | <link rel="stylesheet" media="all" href="/f/css/css_wo0VT9r4V1bIt9_EoTXs2xKs_kTbnvRseYR_xqKMW1Y.css?delta=0&language=en&theme=wwe_theme&include=eJyNkVtywyAMRTeEzZIYAQqmAcQgEdddfbETT5ukH_1h0Ll39ATvhaBsGh6f-dKoiLIJvjZtgVFZImFpUI2F1iLpyzDAikz5DzEjMwRkk2JY5F0v5FE5aqgd5UoFi_D86pqmjKUbR6nnwv-1Z4jl7vWtV0gzfMDnE_AREgXlxARICdum1xVNXUjoJLt4ix5Jnx-WLSEr_JQUy_VM9QhVgo26GNtj8ti0rDS6NoxOIpVT9ZEd3fZ6Y4KhqwoNwhhg4TPfD5l7qd2myAt6xeRGzybjaN3sBVm_o1kWHLfgjQXz_Wi3iCvr450z-Z5Q7aOCZx2IQkKBcJALojcOmtdntAcjr20wtrHDkMiOghUKsn4FT07uFRsLtMNmG8K1UizyZDqa1fcc077cWMIvgVN0V_PEGxY_gsddBppONN0vNDnmb7nxGwg" /> | Syntax not understood |
| 319 | <link rel="stylesheet" media="all" href="https://player.wwe.com/release/v1.7.5/Player.css" /> | Unknown directive |
| 320 | <link rel="stylesheet" media="all" href="/f/css/css_s3X-C9TWTQoBMaBfkuJV1bqfWTNNR5-tKAri-IRrIuY.css?delta=2&language=en&theme=wwe_theme&include=eJyNkVtywyAMRTeEzZIYAQqmAcQgEdddfbETT5ukH_1h0Ll39ATvhaBsGh6f-dKoiLIJvjZtgVFZImFpUI2F1iLpyzDAikz5DzEjMwRkk2JY5F0v5FE5aqgd5UoFi_D86pqmjKUbR6nnwv-1Z4jl7vWtV0gzfMDnE_AREgXlxARICdum1xVNXUjoJLt4ix5Jnx-WLSEr_JQUy_VM9QhVgo26GNtj8ti0rDS6NoxOIpVT9ZEd3fZ6Y4KhqwoNwhhg4TPfD5l7qd2myAt6xeRGzybjaN3sBVm_o1kWHLfgjQXz_Wi3iCvr450z-Z5Q7aOCZx2IQkKBcJALojcOmtdntAcjr20wtrHDkMiOghUKsn4FT07uFRsLtMNmG8K1UizyZDqa1fcc077cWMIvgVN0V_PEGxY_gsddBppONN0vNDnmb7nxGwg" /> | Syntax not understood |
| 321 | <link rel="stylesheet" media="all" href="/f/css/css_nvIALpMWF-PJcuXDg5rq2-RSFa3LFRnR0A4YYoLht4A.css?delta=3&language=en&theme=wwe_theme&include=eJyNkVtywyAMRTeEzZIYAQqmAcQgEdddfbETT5ukH_1h0Ll39ATvhaBsGh6f-dKoiLIJvjZtgVFZImFpUI2F1iLpyzDAikz5DzEjMwRkk2JY5F0v5FE5aqgd5UoFi_D86pqmjKUbR6nnwv-1Z4jl7vWtV0gzfMDnE_AREgXlxARICdum1xVNXUjoJLt4ix5Jnx-WLSEr_JQUy_VM9QhVgo26GNtj8ti0rDS6NoxOIpVT9ZEd3fZ6Y4KhqwoNwhhg4TPfD5l7qd2myAt6xeRGzybjaN3sBVm_o1kWHLfgjQXz_Wi3iCvr450z-Z5Q7aOCZx2IQkKBcJALojcOmtdntAcjr20wtrHDkMiOghUKsn4FT07uFRsLtMNmG8K1UizyZDqa1fcc077cWMIvgVN0V_PEGxY_gsddBppONN0vNDnmb7nxGwg" /> | Syntax not understood |
| 322 | <link rel="stylesheet" media="all" href="//use.fontawesome.com/releases/v5.13.0/css/all.css" /> | Syntax not understood |
| 323 | <link rel="stylesheet" media="all" href="/f/css/css_zFo3DGVRIjXdSBAN4A9bO4tNmYeHfZGBP1ToN1lObOs.css?delta=5&language=en&theme=wwe_theme&include=eJyNkVtywyAMRTeEzZIYAQqmAcQgEdddfbETT5ukH_1h0Ll39ATvhaBsGh6f-dKoiLIJvjZtgVFZImFpUI2F1iLpyzDAikz5DzEjMwRkk2JY5F0v5FE5aqgd5UoFi_D86pqmjKUbR6nnwv-1Z4jl7vWtV0gzfMDnE_AREgXlxARICdum1xVNXUjoJLt4ix5Jnx-WLSEr_JQUy_VM9QhVgo26GNtj8ti0rDS6NoxOIpVT9ZEd3fZ6Y4KhqwoNwhhg4TPfD5l7qd2myAt6xeRGzybjaN3sBVm_o1kWHLfgjQXz_Wi3iCvr450z-Z5Q7aOCZx2IQkKBcJALojcOmtdntAcjr20wtrHDkMiOghUKsn4FT07uFRsLtMNmG8K1UizyZDqa1fcc077cWMIvgVN0V_PEGxY_gsddBppONN0vNDnmb7nxGwg" /> | Syntax not understood |
| 326 | </head> | Syntax not understood |
| 327 | <body class="exclude-node-title layout-no-sidebars page-node-50000042 path-frontpage node--type-page"> | Syntax not understood |
| 328 | <a href="#main-content" class="visually-hidden-focusable" aria-label="main-content"> | Syntax not understood |
| 329 | Skip to main content | Syntax not understood |
| 330 | </a> | Syntax not understood |
| 332 | <div class="dialog-off-canvas-main-canvas" data-off-canvas-main-canvas> | Syntax not understood |
| 334 | <div id="page-wrapper"> | Syntax not understood |
| 335 | <div id="page"> | Syntax not understood |
| 336 | <header id="header" class="header" role="banner" aria-label="Site header"> | Syntax not understood |
| 337 | <nav class="navbar navbar-dark bg-primary navbar-expand-lg" id="navbar-main" aria-label="main-navigation"> | Syntax not understood |
| 338 | <a href="/" title="Home" rel="home" class="navbar-brand"> | Syntax not understood |
| 339 | <img src="/themes/custom/wwe_theme/logo.svg" alt="Home" class="img-fluid d-inline-block align-top" /> | Syntax not understood |
| 341 | </a> | Syntax not understood |
| 344 | <button class="navbar-toggler collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#CollapsingNavbar" aria-controls="CollapsingNavbar" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button> | Syntax not understood |
| 345 | <div class="collapse navbar-collapse justify-content-end" id="CollapsingNavbar"> | Syntax not understood |
| 346 | <nav role="navigation" aria-labelledby="block-wwe-theme-main-menu-menu" id="block-wwe-theme-main-menu" class="block block-menu navigation menu--main"> | Syntax not understood |
| 348 | <h2 class="visually-hidden" id="block-wwe-theme-main-menu-menu">Main navigation</h2> | Syntax not understood |
| 352 | <ul class="clearfix nav navbar-nav" data-component-id="bootstrap_barrio:menu_main"> | Unknown directive |
| 353 | <li class="nav-item"> | Syntax not understood |
| 354 | <a href="/shows" class="nav-link nav-link--shows" data-drupal-link-system-path="node/50000001">Shows</a> | Syntax not understood |
| 355 | </li> | Syntax not understood |
| 356 | <li class="nav-item"> | Syntax not understood |
| 357 | <a href="/superstars" class="nav-link nav-link--superstars" data-drupal-link-system-path="node/50000002">Superstars</a> | Syntax not understood |
| 358 | </li> | Syntax not understood |
| 359 | <li class="nav-item"> | Syntax not understood |
| 360 | <a href="/events" class="nav-link nav-link--events" data-drupal-link-system-path="node/50000003">Tickets</a> | Syntax not understood |
| 361 | </li> | Syntax not understood |
| 362 | <li class="nav-item"> | Syntax not understood |
| 363 | <a href="https://shop.wwe.com/en/?_s=bm-HP-WWEcom-Shop-Main_Nav-2022" class="nav-link nav-link-https--shopwwecom-en--sbm-hp-wwecom-shop-main-nav-2022">Shop</a> | Unknown directive |
| 364 | </li> | Syntax not understood |
| 365 | </ul> | Syntax not understood |
| 370 | </nav> | Syntax not understood |
| 371 | <div id="block-wwe-theme-mainmenuaccountblock" class="block block-wwe-global-panes block-main-menu-account-block"> | Syntax not understood |
| 374 | <div class="content"> | Syntax not understood |
| 375 | <nav class="wwe-header-navigation"> | Syntax not understood |
| 376 | <div class="desktop-menu"> | Syntax not understood |
| 377 | <div class="pull-right wwe-geo-group"> | Syntax not understood |
| 378 | <div class="network-promo-component network-promo-button element-invisible wwe-geo-element" data-countries="zz" data-include="in" data-color="#D0021B" tabindex="0"> | Syntax not understood |
| 379 | <img src="/f/styles/scaleto240with/public/all/2022/09/nav-Network-WWENetwork%402x--27641c123206feea4d9cfe8b2fa1406e.png" alt="Watch on WWE Network" title="Watch on WWE Network" class="network-logo"> | Syntax not understood |
| 380 | <div class="network-promo"> | Syntax not understood |
| 381 | <p>Watch every Premium Live Event and get unlimited access to WWE's premium content - available to you anywhere, anytime, on any device.</p> | Syntax not understood |
| 382 | <a class="wwe-button button-default" href="https://www.wwe.com/wwenetwork?utm_source=wwecom&utm_medium=nav&utm_campaign=evergreen" target="_blank">Go to WWE Network</a> | Unknown directive |
| 383 | </div> | Syntax not understood |
| 384 | </div> | Syntax not understood |
| 386 | <div class="network-promo-component network-promo-button element-invisible wwe-geo-element" data-countries="zz" data-include="ex" data-color="" tabindex="0"> | Syntax not understood |
| 387 | <img src="/f/styles/scaleto240with/public/all/2025/01/netflixWWE_192x48--ab18e68e7aa037bceceac17f0fbe4bcd.png" alt="" title="" class="network-logo"> | Syntax not understood |
| 388 | <div class="network-promo"> | Syntax not understood |
| 389 | <p>Watch every Premium Live Event and enjoy some of your favorite WWE content on Netflix</p> | Syntax not understood |
| 390 | <a class="wwe-button button-default" href="https://www.netflix.com/title/81788927" target="_blank">Go to Netflix</a> | Unknown directive |
| 391 | </div> | Syntax not understood |
| 392 | </div> | Syntax not understood |
| 394 | <div class="network-promo-component network-promo-button element-invisible wwe-geo-element" data-countries="zz" data-include="in" data-color="#c48942 " tabindex="0"> | Syntax not understood |
| 395 | <img src="/f/styles/scaleto240with/public/all/2023/01/nav-network-WatchOnSonyLiv-CTA-183x48--760f6aa68e476bb3003fc045c38705a0.png" alt="Watch on Sony LIV " title="Watch on Sony LIV " class="network-logo"> | Syntax not understood |
| 396 | <div class="network-promo"> | Syntax not understood |
| 397 | <p>Visit Sony LIV to sign in or sign up and enjoy WWE's premium content. </p> | Syntax not understood |
| 398 | <a class="wwe-button button-default" href="https://www.sonyliv.com/signin?utm_source=wwe&utm_medium=referral&utm_campaign=wwe_acq&utm_term=go_to_sonyliv" target="_blank">Go to Sony LIV </a> | Unknown directive |
| 399 | </div> | Syntax not understood |
| 400 | </div> | Syntax not understood |
| 402 | <div class="network-promo-component network-promo-button element-invisible wwe-geo-element" data-countries="zzz" data-include="in" data-color="#0181C4" tabindex="0"> | Syntax not understood |
| 403 | <img src="/f/styles/scaleto240with/public/all/2023/01/nav-Network-Flow-CTA--f8b50f2dde73e4e7e185be36eeb510e5.png" alt="Flow" title="Flow" class="network-logo"> | Syntax not understood |
| 404 | <div class="network-promo"> | Syntax not understood |
| 405 | <p>Watch WrestleMania and other WWE Premium Live Events on Flow.</p> | Syntax not understood |
| 406 | <a class="wwe-button button-default" href="https://www.flowsports.co" target="_blank">Go to Flow</a> | Unknown directive |
| 407 | </div> | Syntax not understood |
| 408 | </div> | Syntax not understood |
| 410 | <div class="network-promo-component network-promo-button element-invisible wwe-geo-element" data-countries="us,as,gu,mp,pr,vi,um,ao,at,bj,bw,bf,bi,cv,cm,cf,km,cg,ci,cd,gq,er,sz,et,ga,gm,de,gh,gn,gw,it,jp,ke,ls,lr,li,mg,mw,ml,mu,yt,mz,na,ne,ng,re,rw,sh,sm,st,sn,sc,sl,za,tz,t,ug,zm,zw" data-include="in" data-color="red" tabindex="0"> | Syntax not understood |
| 411 | <img src="/f/styles/scaleto240with/public/2025/09/watch-wwe-flat-horizontal-white-220x46.png" alt="How to Watch" title="How to Watch" class="network-logo"> | Syntax not understood |
| 412 | <div class="network-promo"> | Syntax not understood |
| 413 | <p>Learn how to access and stream WWE content online, including every WWE Premium Live Event, your favorite shows, historical and recent, and even watch Raw live. </p> | Syntax not understood |
| 414 | <a class="wwe-button button-default" href="https://wwenetwork.com" target="_blank">Learn More</a> | Unknown directive |
| 415 | </div> | Syntax not understood |
| 416 | </div> | Syntax not understood |
| 418 | <div class="vertical-break"></div> | Syntax not understood |
| 419 | <div class="account-button"></div> | Syntax not understood |
| 420 | <span class="search"> | Syntax not understood |
| 421 | <a href="/search"> | Syntax not understood |
| 422 | <img class="icon" title="Search icon" alt="If you hit on this search icon then you will be redirected to https://watch.wwe.com/search" src="/modules/custom/wwe_global_panes/assets/img/search-thicc.svg"> | Unknown directive |
| 423 | </a> | Syntax not understood |
| 424 | </span> | Syntax not understood |
| 425 | </div> | Syntax not understood |
| 426 | </div> | Syntax not understood |
| 428 | <ul class='mobile-menu wwe-geo-group'> | Syntax not understood |
| 429 | <li class="element-invisible wwe-geo-element network-promo-component" data-countries="zz" data-include="in" data-color="#D0021B"> | Syntax not understood |
| 430 | <div class="mobile-network-promo"> | Syntax not understood |
| 431 | <div class="mobile-network-promo_image"> | Syntax not understood |
| 432 | <img src="/f/styles/scaleto240with/public/all/2022/09/nav-Network-WWENetwork%402x--27641c123206feea4d9cfe8b2fa1406e.png" height="24" alt="Watch on WWE Network" title="Watch on WWE Network"> | Syntax not understood |
| 433 | </div> | Syntax not understood |
| 434 | <div class="mobile-network-promo_text">Watch every Premium Live Event and get unlimited access to WWE's premium content - available to you anywhere, anytime, on any device.</div> | Syntax not understood |
| 435 | <a class="wwe-button button-promo button-default" href="https://www.wwe.com/wwenetwork?utm_source=wwecom&utm_medium=nav&utm_campaign=evergreen" target="_blank">Go to WWE Network</a> | Unknown directive |
| 436 | </div> | Syntax not understood |
| 437 | </li> | Syntax not understood |
| 439 | <li class="element-invisible wwe-geo-element network-promo-component" data-countries="zz" data-include="ex" data-color=""> | Syntax not understood |
| 440 | <div class="mobile-network-promo"> | Syntax not understood |
| 441 | <div class="mobile-network-promo_image"> | Syntax not understood |
| 442 | <img src="/f/styles/scaleto240with/public/all/2025/01/netflixWWE_192x48--ab18e68e7aa037bceceac17f0fbe4bcd.png" height="24" alt="" title=""> | Syntax not understood |
| 443 | </div> | Syntax not understood |
| 444 | <div class="mobile-network-promo_text">Watch every Premium Live Event and enjoy some of your favorite WWE content on Netflix</div> | Syntax not understood |
| 445 | <a class="wwe-button button-promo button-default" href="https://www.netflix.com/title/81788927" target="_blank">Go to Netflix</a> | Unknown directive |
| 446 | </div> | Syntax not understood |
| 447 | </li> | Syntax not understood |
| 449 | <li class="element-invisible wwe-geo-element network-promo-component" data-countries="zz" data-include="in" data-color="#c48942 "> | Syntax not understood |
| 450 | <div class="mobile-network-promo"> | Syntax not understood |
| 451 | <div class="mobile-network-promo_image"> | Syntax not understood |
| 452 | <img src="/f/styles/scaleto240with/public/all/2023/01/nav-network-WatchOnSonyLiv-CTA-183x48--760f6aa68e476bb3003fc045c38705a0.png" height="24" alt="Watch on Sony LIV " title="Watch on Sony LIV "> | Syntax not understood |
| 453 | </div> | Syntax not understood |
| 454 | <div class="mobile-network-promo_text">Visit Sony LIV to sign in or sign up and enjoy WWE's premium content. </div> | Syntax not understood |
| 455 | <a class="wwe-button button-promo button-default" href="https://www.sonyliv.com/signin?utm_source=wwe&utm_medium=referral&utm_campaign=wwe_acq&utm_term=go_to_sonyliv" target="_blank">Go to Sony LIV </a> | Unknown directive |
| 456 | </div> | Syntax not understood |
| 457 | </li> | Syntax not understood |
| 459 | <li class="element-invisible wwe-geo-element network-promo-component" data-countries="zzz" data-include="in" data-color="#0181C4"> | Syntax not understood |
| 460 | <div class="mobile-network-promo"> | Syntax not understood |
| 461 | <div class="mobile-network-promo_image"> | Syntax not understood |
| 462 | <img src="/f/styles/scaleto240with/public/all/2023/01/nav-Network-Flow-CTA--f8b50f2dde73e4e7e185be36eeb510e5.png" height="24" alt="Flow" title="Flow"> | Syntax not understood |
| 463 | </div> | Syntax not understood |
| 464 | <div class="mobile-network-promo_text">Watch WrestleMania and other WWE Premium Live Events on Flow.</div> | Syntax not understood |
| 465 | <a class="wwe-button button-promo button-default" href="https://www.flowsports.co" target="_blank">Go to Flow</a> | Unknown directive |
| 466 | </div> | Syntax not understood |
| 467 | </li> | Syntax not understood |
| 469 | <li class="element-invisible wwe-geo-element network-promo-component" data-countries="us,as,gu,mp,pr,vi,um,ao,at,bj,bw,bf,bi,cv,cm,cf,km,cg,ci,cd,gq,er,sz,et,ga,gm,de,gh,gn,gw,it,jp,ke,ls,lr,li,mg,mw,ml,mu,yt,mz,na,ne,ng,re,rw,sh,sm,st,sn,sc,sl,za,tz,t,ug,zm,zw" data-include="in" data-color="red"> | Syntax not understood |
| 470 | <div class="mobile-network-promo"> | Syntax not understood |
| 471 | <div class="mobile-network-promo_image"> | Syntax not understood |
| 472 | <img src="/f/styles/scaleto240with/public/2025/09/watch-wwe-flat-horizontal-white-220x46.png" height="24" alt="How to Watch" title="How to Watch"> | Syntax not understood |
| 473 | </div> | Syntax not understood |
| 474 | <div class="mobile-network-promo_text">Learn how to access and stream WWE content online, including every WWE Premium Live Event, your favorite shows, historical and recent, and even watch Raw live. </div> | Syntax not understood |
| 475 | <a class="wwe-button button-promo button-default" href="https://wwenetwork.com" target="_blank">Learn More</a> | Unknown directive |
| 476 | </div> | Syntax not understood |
| 477 | </li> | Syntax not understood |
| 479 | </ul> | Syntax not understood |
| 480 | <div class="mobile-menu-underlay"></div> | Syntax not understood |
| 481 | </nav> | Syntax not understood |
| 482 | </div> | Syntax not understood |
| 483 | </div> | Syntax not understood |
| 486 | </div> | Syntax not understood |
| 487 | </nav> | Syntax not understood |
| 488 | </header> | Syntax not understood |
| 489 | <div class="highlighted"> | Syntax not understood |
| 490 | <aside class="container-fluid section clearfix" role="complementary"> | Syntax not understood |
| 491 | <div data-drupal-messages-fallback class="hidden"></div> | Syntax not understood |
| 494 | </aside> | Syntax not understood |
| 495 | </div> | Syntax not understood |
| 496 | <div id="main-wrapper" class="layout-main-wrapper clearfix"> | Syntax not understood |
| 497 | <div id="main" class="container-fluid"> | Syntax not understood |
| 499 | <div class="row row-offcanvas row-offcanvas-left clearfix"> | Syntax not understood |
| 500 | <main class="main-content col" id="content" role="main" > | Syntax not understood |
| 501 | <section class="section"> | Syntax not understood |
| 502 | <a href="#main-content" id="main-content" aria-label="main-content" tabindex="-1"></a> | Syntax not understood |
| 503 | <div id="block-wwe-theme-page-title" class="block block-core block-page-title-block"> | Syntax not understood |
| 506 | <div class="content"> | Syntax not understood |
| 508 | <h1 class="hidden title"><span class="field field--name-title field--type-string field--label-above">Homepage</span> | Syntax not understood |
| 509 | </h1> | Syntax not understood |
| 512 | </div> | Syntax not understood |
| 513 | </div> | Syntax not understood |
| 514 | <div id="block-wwe-theme-content" class="block block-system block-system-main-block"> | Syntax not understood |
| 517 | <div class="content"> | Syntax not understood |
| 520 | <article class="node node--type-page node--view-mode-full clearfix"> | Syntax not understood |
| 521 | <header> | Syntax not understood |
| 524 | </header> | Syntax not understood |
| 525 | <div class="node__content clearfix"> | Syntax not understood |
| 526 | <div class="layout layout--onecol"> | Syntax not understood |
| 527 | <div class="layout__region layout__region--content"> | Syntax not understood |
| 529 | <div class="block-inline-blockvideo-playlist-carousel-title-content-wrapper"> | Syntax not understood |
| 531 | <div class="block block-layout-builder block-inline-blockvideo-playlist-carousel wwe-highlights-videos--header"> | Syntax not understood |
| 533 | <h2 class="wwe-hightlight-videos--title"></h2> | Syntax not understood |
| 535 | <div class="content"> | Syntax not understood |
| 536 | <div class="wwe-highlights-videos--wrapper wwe-header--explorer js-hide" data-vr-zone="Highlight Videos" data-context="50007176"> | Syntax not understood |
| 537 | <div class="wwe-hightlight-videos--inner"> | Syntax not understood |
| 539 | <div class="wwe-highlight-videos--videos-wrapper"> | Syntax not understood |
| 540 | <div class="wwe-hightlight-videos--carousel"></div> | Syntax not understood |
| 541 | </div> | Syntax not understood |
| 542 | </div> | Syntax not understood |
| 543 | </div> | Syntax not understood |
| 544 | </div> | Syntax not understood |
| 545 | </div> | Syntax not understood |
| 547 | </div> | Syntax not understood |
| 548 | <div class="views-element-container block block-views block-views-blockbreaking-news-breaking-news"> | Syntax not understood |
| 551 | <div class="content"> | Syntax not understood |
| 552 | <div><div class="breaking-news jh-hide d-none view view-breaking-news view-id-breaking_news view-display-id-breaking_news js-view-dom-id-7fc99ecc90c1380fd81df2ebf22ebc6d52894ecaf430f7472189c5a56e0f791d"> | Syntax not understood |
| 557 | </div> | Syntax not understood |
| 558 | </div> | Syntax not understood |
| 560 | </div> | Syntax not understood |
| 561 | </div> | Syntax not understood |
| 562 | <div class="block block-wwe-ads block-ads-header"> | Syntax not understood |
| 565 | <div class="content"> | Syntax not understood |
| 566 | <div id="wwe-ad-header-2038663433" class="wwe-ad-header" alt="Advertisement" role="dialog" aria-label="Advertisement"></div><div class="wwe-ad-interstitial" id="wwe-ad-interstitial-857911914"></div> | Syntax not understood |
| 567 | </div> | Syntax not understood |
| 568 | </div> | Syntax not understood |
| 569 | <div class="views-element-container block block-views block-views-blockshow-contextual-smackdown-block-3"> | Syntax not understood |
| 572 | <div class="content"> | Syntax not understood |
| 573 | <div><div class="wwe-nxt view view-show-contextual-smackdown view-id-show_contextual_smackdown view-display-id-block_3 js-view-dom-id-afe950e51bc72c1586466397913ca3a06b777d8465be39cba5c680f41ade2f77"> | Syntax not understood |
| 577 | <div class="view-content row"> | Syntax not understood |
| 579 | <div> | Syntax not understood |
| 580 | <div> | Syntax not understood |
| 581 | <div class="herobanner-section views-row"><div class="views-field views-field-nothing"> | Syntax not understood |
| 582 | <span class="field-content"> | Syntax not understood |
| 583 | <div class="episode__wrapper__section" style = "--font-color: ;"> | Unknown directive |
| 584 | <div class="views-field-logo"> | Syntax not understood |
| 585 | <div class="episode-logo" style="background-color:#000000 !important ;--after-color: #000000;"> | Unknown directive |
| 586 | <a href="/shows/wwenxt/2026-04-21"> | Syntax not understood |
| 587 | <img loading="lazy" src="/f/styles/wwe_show_logo_sm/public/all/2024/10/NXTonCW--0f06792893241464479338f55596a5bf.png" alt="WWE Photo" class="image-style-wwe-show-logo-sm" /> | Syntax not understood |
| 591 | </a> | Syntax not understood |
| 592 | </div> | Syntax not understood |
| 593 | <div class="herobanner-social-icons"> | Syntax not understood |
| 594 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/shows/wwenxt/2026-04-21" data-a2a-title="NXT Revenge 2026 Week Two"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 596 | </div> | Syntax not understood |
| 598 | </div> | Syntax not understood |
| 599 | <div class="banner__right__sec"> | Syntax not understood |
| 600 | <div class="views-field-field-primary-image Results "> | Syntax not understood |
| 603 | <a href="/shows/wwenxt/2026-04-21"> | Syntax not understood |
| 606 | <article class="node node--type-link node--view-mode-show-contextual-banner-image clearfix show-contextual"> | Syntax not understood |
| 607 | <div class="node__content clearfix"> | Syntax not understood |
| 609 | <div class="field field--name-field-thumbnail-image field--type-entity-reference field--label-hidden field__item"> <img loading="lazy" src="/f/styles/wwe_16_9_l/public/2026/04/20260421_NXT_Final.jpg" width="960" height="540" alt="WWE Photo" class="image-style-wwe-16-9-l" /> | Syntax not understood |
| 612 | </div> | Syntax not understood |
| 614 | </div> | Syntax not understood |
| 615 | </article> | Syntax not understood |
| 617 | </a> | Syntax not understood |
| 619 | </div> | Syntax not understood |
| 620 | <div style = "background-color : #000000 !important; --after-color: #000000;--font-color: ;" class="episode__content"> | Unknown directive |
| 621 | <div class="herobanner-social-icons"> | Syntax not understood |
| 622 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/shows/wwenxt/2026-04-21" data-a2a-title="NXT Revenge 2026 Week Two"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 624 | </div> | Syntax not understood |
| 625 | <div class="views-field-field-primary-date"> | Syntax not understood |
| 626 | <a href="/shows/wwenxt/2026-04-21"> | Syntax not understood |
| 627 | WWE NXT Results for <time datetime="2026-04-22T00:00:00+00:00" class="datetime">04/21</time> | Unknown directive |
| 629 | </a> | Syntax not understood |
| 630 | </div> | Syntax not understood |
| 631 | <div class="views-field-content"> | Syntax not understood |
| 632 | <a href="/shows/wwenxt/2026-04-21"> | Syntax not understood |
| 635 | <article class="node node--type-link node--view-mode-show-contextual-title clearfix"> | Syntax not understood |
| 636 | <div class="node__content clearfix"> | Syntax not understood |
| 638 | <div class="field field--name-field-short-headline field--type-string field--label-hidden field__item">Zaria is the Last Woman Standing after sending Sol Ruca crashing through a table</div> | Syntax not understood |
| 640 | </div> | Syntax not understood |
| 641 | </article> | Syntax not understood |
| 643 | </a> | Syntax not understood |
| 644 | </div> | Syntax not understood |
| 645 | <div class="views-field-buttons" style = "background-color : #000000 !important;"> | Unknown directive |
| 646 | <a style ="background-color : #000000 !important" href="/shows/wwenxt/2026-04-21">Results</a> | Unknown directive |
| 647 | <a style ="background-color : #000000 !important" href="/playlist/nxt-revenge-2026-week-two-highlights">Watch highlights</a> | Unknown directive |
| 648 | </div> | Syntax not understood |
| 649 | </div> | Syntax not understood |
| 650 | </div> | Syntax not understood |
| 651 | </div> | Syntax not understood |
| 652 | </span> | Syntax not understood |
| 653 | </div> | Syntax not understood |
| 655 | <div class="views-field views-field-field-contextual-references video__banner__section"> | Syntax not understood |
| 656 | <div class="field-content video__banner"> | Syntax not understood |
| 657 | <div class="item-list"><ul class="list-group"><li class="list-group-item"> | Syntax not understood |
| 658 | <div class="show-contextual--items-wrapper video"> | Syntax not understood |
| 659 | <div class="show-contextual__item__image" data-vr-contentbox="SC Mod - Hero" style="border-bottom-color:#000000 !important; --border-color:#000000"> | Unknown directive |
| 660 | <div class="show-contextual__item__image-content"> | Syntax not understood |
| 662 | <a class="js-track js-video--btn show-contextual-video--type icon-video wwe-display-duration video-play-large js-video-inline--btn" data-nid="50007172" data-duration="03:08" data-video='{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/vmssg_jUGHz_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/vmssg_jUGHz_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchinxt909_05_yt.m3u8","fid":"40730179","title":"Izzi Dame knocks out Lola Vice in brutal fashion: NXT Revenge 2026 Week Two highlights","nid":50007172,"description":"Izzi Dame demonstrates her intentions toward Lola Vice and the NXT Women\u2019s Championship in a stunning attack. Catch WWE action on the ESPN App, Netflix, USA Network, CW Network, Peacock, and more","vms_id":245946,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/izzi-dame-knocks-out-lola-vice-in-brutal-fashion-nxt-revenge-2026-week-two-highlights","abs_path":"https:\/\/www.wwe.com\/videos\/izzi-dame-knocks-out-lola-vice-in-brutal-fashion-nxt-revenge-2026-week-two-highlights","network_logged_in_cta":"","show_name":"WWE NXT","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchinxt909_05_yt%2Fdchinxt909_05_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" \u003Cimg srcset=\u0022\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_jUGHz_rev_2.jpg 1x\u0022 width=\u0022167\u0022 height=\u002294\u0022 alt=\u0022WWE Photo\u0022 src=\u0022\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_jUGHz_rev_2.jpg\u0022 title=\u0022WWE Photo\u0022 loading=\u0022lazy\u0022 \/\u003E\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}' data-tracking-label="contentTitle=Izzi Dame knocks out Lola Vice in brutal fashion: NXT Revenge 2026 Week Two highlights|contentType=video|state=video|slot=1" data-slot="1" data-ct="video" href="/videos/izzi-dame-knocks-out-lola-vice-in-brutal-fashion-nxt-revenge-2026-week-two-highlights" alt="Izzi Dame knocks out Lola Vice in brutal fashion: NXT Revenge 2026 Week Two highlights" title="Izzi Dame knocks out Lola Vice in brutal fashion: NXT Revenge 2026 Week Two highlights"> | Unknown directive |
| 663 | <picture> | Syntax not understood |
| 664 | <source srcset="/f/styles/wwe_16_9_xs/public/video/thumb/2026/04/vmssg_jUGHz_rev_2.jpg 1x, /f/styles/wwe_16_9_l/public/video/thumb/2026/04/vmssg_jUGHz_rev_2.jpg 2x" media="(min-width: 1200px)" type="image/jpeg" width="768" height="432"></source> | Unknown directive |
| 665 | <source srcset="/f/styles/wwe_16_9_csm/public/video/thumb/2026/04/vmssg_jUGHz_rev_2.jpg 1x, /f/styles/wwe_16_9_l/public/video/thumb/2026/04/vmssg_jUGHz_rev_2.jpg 2x" media="(min-width: 1025px)" type="image/jpeg" width="370" height="208"></source> | Unknown directive |
| 666 | <source srcset="/f/styles/wwe_16_9_csm/public/video/thumb/2026/04/vmssg_jUGHz_rev_2.jpg 1x, /f/styles/wwe_16_9_m/public/video/thumb/2026/04/vmssg_jUGHz_rev_2.jpg 2x" media="(min-width: 768px)" type="image/jpeg" width="370" height="208"></source> | Unknown directive |
| 667 | <source srcset="/f/styles/wwe_16_9_css/public/video/thumb/2026/04/vmssg_jUGHz_rev_2.jpg 1x, /f/styles/wwe_16_9_xs/public/video/thumb/2026/04/vmssg_jUGHz_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="360" height="203"></source> | Unknown directive |
| 668 | <img width="640" height="360" alt="WWE Photo" src="/f/styles/wwe_16_9_s/public/video/thumb/2026/04/vmssg_jUGHz_rev_2.jpg" title="Homepage" loading="lazy"> | Syntax not understood |
| 670 | </picture> | Syntax not understood |
| 672 | </a> | Syntax not understood |
| 673 | <div class="js-video-duration" aria-hidden="true">03:08</div> | Unknown directive |
| 674 | </div> | Syntax not understood |
| 675 | </div> | Syntax not understood |
| 676 | <div class="show-contextual__item__copy-and-buttons"> | Syntax not understood |
| 677 | <div class="show-contextual__item__copy"> | Syntax not understood |
| 678 | <a href="/videos/izzi-dame-knocks-out-lola-vice-in-brutal-fashion-nxt-revenge-2026-week-two-highlights" class="js-track js-video--brn show-contextual-video--type" data-nid="50007172" data-tracking-label="contentTitle=Izzi Dame knocks out Lola Vice in brutal fashion: NXT Revenge 2026 Week Two highlightscontentType=video|state=videoslot=1" : data-vr-excerpttitle> | Unknown directive |
| 679 | <div class="show-contextual__item__copy__eyebrow"> | Syntax not understood |
| 680 | </div> | Syntax not understood |
| 681 | <div class="show-contextual__item__copy__text"> | Syntax not understood |
| 682 | <div class="show-contextual__item__copy__text__title"> | Syntax not understood |
| 683 | Izzi Dame knocks out Lola Vice in brutal fashion | Syntax not understood |
| 684 | </div> | Syntax not understood |
| 685 | </div> | Syntax not understood |
| 686 | </a> | Syntax not understood |
| 687 | </div> | Syntax not understood |
| 688 | </div> | Syntax not understood |
| 689 | </div> | Syntax not understood |
| 691 | <div class="show-contextual--items-wrapper video"> | Syntax not understood |
| 692 | <div class="show-contextual__item__image" data-vr-contentbox="SC Mod - Hero" style="border-bottom-color:#000000 !important; --border-color:#000000"> | Unknown directive |
| 693 | <div class="show-contextual__item__image-content"> | Syntax not understood |
| 695 | <a class="js-track js-video--btn show-contextual-video--type icon-video wwe-display-duration video-play-large js-video-inline--btn" data-nid="50007171" data-duration="03:18" data-video='{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/dchinxt909_04_yt_hd_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/dchinxt909_04_yt_hd_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchinxt909_04_yt.m3u8","fid":"40730180","title":"Tatum Paxley vs. Blake Monroe | Casket Match: NXT Revenge 2026 Week Two highlights","nid":50007171,"description":"Tatum Paxley defends the NXT Women\u2019s North American Championship against Blake Monroe in a Casket Match. Catch WWE action on the ESPN App, Netflix, USA Network, CW Network, Peacock, and more.","vms_id":245945,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/tatum-paxley-vs-blake-monroe-casket-match-nxt-revenge-2026-week-two-highlights","abs_path":"https:\/\/www.wwe.com\/videos\/tatum-paxley-vs-blake-monroe-casket-match-nxt-revenge-2026-week-two-highlights","network_logged_in_cta":"","show_name":"WWE NXT","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchinxt909_04_yt%2Fdchinxt909_04_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" \u003Cimg srcset=\u0022\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchinxt909_04_yt_hd_rev_2.jpg 1x\u0022 width=\u0022167\u0022 height=\u002294\u0022 alt=\u0022WWE Photo\u0022 src=\u0022\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchinxt909_04_yt_hd_rev_2.jpg\u0022 title=\u0022WWE Photo\u0022 loading=\u0022lazy\u0022 \/\u003E\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}' data-tracking-label="contentTitle=Tatum Paxley vs. Blake Monroe | Casket Match: NXT Revenge 2026 Week Two highlights|contentType=video|state=video|slot=1" data-slot="1" data-ct="video" href="/videos/tatum-paxley-vs-blake-monroe-casket-match-nxt-revenge-2026-week-two-highlights" alt="Tatum Paxley vs. Blake Monroe | Casket Match: NXT Revenge 2026 Week Two highlights" title="Tatum Paxley vs. Blake Monroe | Casket Match: NXT Revenge 2026 Week Two highlights"> | Unknown directive |
| 696 | <picture> | Syntax not understood |
| 697 | <source srcset="/f/styles/wwe_16_9_xs/public/video/thumb/2026/04/dchinxt909_04_yt_hd_rev_2.jpg 1x, /f/styles/wwe_16_9_l/public/video/thumb/2026/04/dchinxt909_04_yt_hd_rev_2.jpg 2x" media="(min-width: 1200px)" type="image/jpeg" width="768" height="432"></source> | Unknown directive |
| 698 | <source srcset="/f/styles/wwe_16_9_csm/public/video/thumb/2026/04/dchinxt909_04_yt_hd_rev_2.jpg 1x, /f/styles/wwe_16_9_l/public/video/thumb/2026/04/dchinxt909_04_yt_hd_rev_2.jpg 2x" media="(min-width: 1025px)" type="image/jpeg" width="370" height="208"></source> | Unknown directive |
| 699 | <source srcset="/f/styles/wwe_16_9_csm/public/video/thumb/2026/04/dchinxt909_04_yt_hd_rev_2.jpg 1x, /f/styles/wwe_16_9_m/public/video/thumb/2026/04/dchinxt909_04_yt_hd_rev_2.jpg 2x" media="(min-width: 768px)" type="image/jpeg" width="370" height="208"></source> | Unknown directive |
| 700 | <source srcset="/f/styles/wwe_16_9_css/public/video/thumb/2026/04/dchinxt909_04_yt_hd_rev_2.jpg 1x, /f/styles/wwe_16_9_xs/public/video/thumb/2026/04/dchinxt909_04_yt_hd_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="360" height="203"></source> | Unknown directive |
| 701 | <img width="640" height="360" alt="WWE Photo" src="/f/styles/wwe_16_9_s/public/video/thumb/2026/04/dchinxt909_04_yt_hd_rev_2.jpg" title="Homepage" loading="lazy"> | Syntax not understood |
| 703 | </picture> | Syntax not understood |
| 705 | </a> | Syntax not understood |
| 706 | <div class="js-video-duration" aria-hidden="true">03:18</div> | Unknown directive |
| 707 | </div> | Syntax not understood |
| 708 | </div> | Syntax not understood |
| 709 | <div class="show-contextual__item__copy-and-buttons"> | Syntax not understood |
| 710 | <div class="show-contextual__item__copy"> | Syntax not understood |
| 711 | <a href="/videos/tatum-paxley-vs-blake-monroe-casket-match-nxt-revenge-2026-week-two-highlights" class="js-track js-video--brn show-contextual-video--type" data-nid="50007171" data-tracking-label="contentTitle=Tatum Paxley vs. Blake Monroe | Casket Match: NXT Revenge 2026 Week Two highlightscontentType=video|state=videoslot=1" : data-vr-excerpttitle> | Unknown directive |
| 712 | <div class="show-contextual__item__copy__eyebrow"> | Syntax not understood |
| 713 | </div> | Syntax not understood |
| 714 | <div class="show-contextual__item__copy__text"> | Syntax not understood |
| 715 | <div class="show-contextual__item__copy__text__title"> | Syntax not understood |
| 716 | Tatum Paxley vs. Blake Monroe | Casket Match | Syntax not understood |
| 717 | </div> | Syntax not understood |
| 718 | </div> | Syntax not understood |
| 719 | </a> | Syntax not understood |
| 720 | </div> | Syntax not understood |
| 721 | </div> | Syntax not understood |
| 722 | </div> | Syntax not understood |
| 724 | <div class="show-contextual--items-wrapper video"> | Syntax not understood |
| 725 | <div class="show-contextual__item__image" data-vr-contentbox="SC Mod - Hero" style="border-bottom-color:#000000 !important; --border-color:#000000"> | Unknown directive |
| 726 | <div class="show-contextual__item__image-content"> | Syntax not understood |
| 728 | <a class="js-track js-video--btn show-contextual-video--type icon-video wwe-display-duration video-play-large js-video-inline--btn" data-nid="50007169" data-duration="02:55" data-video='{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/dchinxt909_02_yt_hd_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/dchinxt909_02_yt_hd_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchinxt909_02_yt.m3u8","fid":"40730175","title":"Keanu Carver decimates Joe Hendry in stunning fashion: NXT Revenge 2026 Week Two highlights","nid":50007169,"description":"Keanu Carver destroys Joe Hendry in unbelievable fashion during their match. Catch WWE action on the ESPN App, Netflix, USA Network, CW Network, Peacock, and more.","vms_id":245943,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/keanu-carver-decimates-joe-hendry-in-stunning-fashion-nxt-revenge-2026-week-two-highlights","abs_path":"https:\/\/www.wwe.com\/videos\/keanu-carver-decimates-joe-hendry-in-stunning-fashion-nxt-revenge-2026-week-two-highlights","network_logged_in_cta":"","show_name":"WWE NXT","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchinxt909_02_yt%2Fdchinxt909_02_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" \u003Cimg srcset=\u0022\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchinxt909_02_yt_hd_rev_2.jpg 1x\u0022 width=\u0022167\u0022 height=\u002294\u0022 alt=\u0022WWE Photo\u0022 src=\u0022\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchinxt909_02_yt_hd_rev_2.jpg\u0022 title=\u0022WWE Photo\u0022 loading=\u0022lazy\u0022 \/\u003E\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}' data-tracking-label="contentTitle=Keanu Carver decimates Joe Hendry in stunning fashion: NXT Revenge 2026 Week Two highlights|contentType=video|state=video|slot=1" data-slot="1" data-ct="video" href="/videos/keanu-carver-decimates-joe-hendry-in-stunning-fashion-nxt-revenge-2026-week-two-highlights" alt="Keanu Carver decimates Joe Hendry in stunning fashion: NXT Revenge 2026 Week Two highlights" title="Keanu Carver decimates Joe Hendry in stunning fashion: NXT Revenge 2026 Week Two highlights"> | Unknown directive |
| 729 | <picture> | Syntax not understood |
| 730 | <source srcset="/f/styles/wwe_16_9_xs/public/video/thumb/2026/04/dchinxt909_02_yt_hd_rev_2.jpg 1x, /f/styles/wwe_16_9_l/public/video/thumb/2026/04/dchinxt909_02_yt_hd_rev_2.jpg 2x" media="(min-width: 1200px)" type="image/jpeg" width="768" height="432"></source> | Unknown directive |
| 731 | <source srcset="/f/styles/wwe_16_9_csm/public/video/thumb/2026/04/dchinxt909_02_yt_hd_rev_2.jpg 1x, /f/styles/wwe_16_9_l/public/video/thumb/2026/04/dchinxt909_02_yt_hd_rev_2.jpg 2x" media="(min-width: 1025px)" type="image/jpeg" width="370" height="208"></source> | Unknown directive |
| 732 | <source srcset="/f/styles/wwe_16_9_csm/public/video/thumb/2026/04/dchinxt909_02_yt_hd_rev_2.jpg 1x, /f/styles/wwe_16_9_m/public/video/thumb/2026/04/dchinxt909_02_yt_hd_rev_2.jpg 2x" media="(min-width: 768px)" type="image/jpeg" width="370" height="208"></source> | Unknown directive |
| 733 | <source srcset="/f/styles/wwe_16_9_css/public/video/thumb/2026/04/dchinxt909_02_yt_hd_rev_2.jpg 1x, /f/styles/wwe_16_9_xs/public/video/thumb/2026/04/dchinxt909_02_yt_hd_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="360" height="203"></source> | Unknown directive |
| 734 | <img width="640" height="360" alt="WWE Photo" src="/f/styles/wwe_16_9_s/public/video/thumb/2026/04/dchinxt909_02_yt_hd_rev_2.jpg" title="Homepage" loading="lazy"> | Syntax not understood |
| 736 | </picture> | Syntax not understood |
| 738 | </a> | Syntax not understood |
| 739 | <div class="js-video-duration" aria-hidden="true">02:55</div> | Unknown directive |
| 740 | </div> | Syntax not understood |
| 741 | </div> | Syntax not understood |
| 742 | <div class="show-contextual__item__copy-and-buttons"> | Syntax not understood |
| 743 | <div class="show-contextual__item__copy"> | Syntax not understood |
| 744 | <a href="/videos/keanu-carver-decimates-joe-hendry-in-stunning-fashion-nxt-revenge-2026-week-two-highlights" class="js-track js-video--brn show-contextual-video--type" data-nid="50007169" data-tracking-label="contentTitle=Keanu Carver decimates Joe Hendry in stunning fashion: NXT Revenge 2026 Week Two highlightscontentType=video|state=videoslot=1" : data-vr-excerpttitle> | Unknown directive |
| 745 | <div class="show-contextual__item__copy__eyebrow"> | Syntax not understood |
| 746 | </div> | Syntax not understood |
| 747 | <div class="show-contextual__item__copy__text"> | Syntax not understood |
| 748 | <div class="show-contextual__item__copy__text__title"> | Syntax not understood |
| 749 | Keanu Carver decimates Joe Hendry | Syntax not understood |
| 750 | </div> | Syntax not understood |
| 751 | </div> | Syntax not understood |
| 752 | </a> | Syntax not understood |
| 753 | </div> | Syntax not understood |
| 754 | </div> | Syntax not understood |
| 755 | </div> | Syntax not understood |
| 756 | </li></ul></div> | Syntax not understood |
| 757 | </div> | Syntax not understood |
| 758 | </div></div> | Syntax not understood |
| 759 | </div> | Syntax not understood |
| 760 | </div> | Syntax not understood |
| 763 | </div> | Syntax not understood |
| 765 | </div> | Syntax not understood |
| 766 | </div> | Syntax not understood |
| 768 | </div> | Syntax not understood |
| 769 | </div> | Syntax not understood |
| 770 | <div class="block-content-trending_news block block-block-content block-block-content8f6f1051-ef95-4645-ba8f-72814ecdd3c4"> | Syntax not understood |
| 771 | <div class="wwe-breaker--header clearfix"> | Syntax not understood |
| 773 | <h2 class="wwe-breaker--title"> | Syntax not understood |
| 774 | <span class="wwe-breaker--title__sup">Trending</span> | Syntax not understood |
| 775 | <span class="wwe-breaker--title__main">WWE NEWS</span> | Syntax not understood |
| 776 | </h2> | Syntax not understood |
| 777 | <a alt="More WWE News" title="More WWE News" aria-label="Click here for more WWE News" href="/news" class="more-news-btn desktop js-track" data-tracking-label="lt=button|ct=newsfeedpage|text=More WWE News">More WWE News</a> | Syntax not understood |
| 779 | </div> | Syntax not understood |
| 780 | <div class="wwe-breaker--content-wrapper"> | Syntax not understood |
| 782 | <div class="field field--name-field-select-node-content field--type-entity-reference field--label-hidden field__items"> | Syntax not understood |
| 783 | <div class="field__item"> | Syntax not understood |
| 785 | <article class="node node--type-article node--view-mode-news-breaker clearfix"> | Syntax not understood |
| 786 | <header> | Syntax not understood |
| 788 | <h2 class="node__title"> | Syntax not understood |
| 789 | <a href="/article/full-wrestlemania-42-results" rel="bookmark" aria-label="Full WrestleMania 42 results "><span class="hidden field field--name-title field--type-string field--label-hidden">Full WrestleMania 42 results </span> | Syntax not understood |
| 790 | </a> | Syntax not understood |
| 791 | </h2> | Syntax not understood |
| 793 | </header> | Syntax not understood |
| 794 | <div class="node__content clearfix"> | Syntax not understood |
| 796 | <div class="field field--name-field-thumbnail-image field--type-entity-reference field--label-hidden field__item"><div> | Syntax not understood |
| 799 | <div class="field field--name-field-media-image field--type-image field--label-visually_hidden"> | Syntax not understood |
| 800 | <div class="field__label visually-hidden">Image</div> | Syntax not understood |
| 801 | <div class="field__item"> <a href="/article/full-wrestlemania-42-results" aria-label="Full WrestleMania 42 results "> | Syntax not understood |
| 802 | <picture> | Syntax not understood |
| 803 | <source srcset="/f/styles/wwe_16_9_m_fc/public/2026/04/080_WM42_04192026AT_42300.jpg 1x, /f/styles/wwe_16_9_l_fc/public/2026/04/080_WM42_04192026AT_42300.jpg 2x" media="(min-width: 1200px)" type="image/jpeg" width="360" height="203"/> | Unknown directive |
| 804 | <source srcset="/f/styles/wwe_16_9_m_fc/public/2026/04/080_WM42_04192026AT_42300.jpg 1x, /f/styles/wwe_16_9_l_fc/public/2026/04/080_WM42_04192026AT_42300.jpg 2x" media="(min-width: 1025px)" type="image/jpeg" width="360" height="203"/> | Unknown directive |
| 805 | <source srcset="/f/styles/wwe_16_9_m_fc/public/2026/04/080_WM42_04192026AT_42300.jpg 1x, /f/styles/wwe_16_9_m_fc/public/2026/04/080_WM42_04192026AT_42300.jpg 2x" media="(min-width: 768px)" type="image/jpeg" width="360" height="203"/> | Unknown directive |
| 806 | <source srcset="/f/styles/wwe_16_9_m_fc/public/2026/04/080_WM42_04192026AT_42300.jpg 1x, /f/styles/wwe_16_9_s/public/2026/04/080_WM42_04192026AT_42300.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="360" height="203"/> | Unknown directive |
| 807 | <img loading="lazy" width="768" height="432" alt="WWE Photo" src="/f/styles/wwe_16_9_xs/public/2026/04/080_WM42_04192026AT_42300.jpg" title="Full WrestleMania 42 results " /> | Syntax not understood |
| 809 | </picture> | Syntax not understood |
| 811 | </a> | Syntax not understood |
| 812 | </div> | Syntax not understood |
| 813 | </div> | Syntax not understood |
| 815 | </div> | Syntax not understood |
| 816 | </div> | Syntax not understood |
| 818 | <div class="field field--name-field-teaser-title field--type-string field--label-hidden field__item"><a href="/article/full-wrestlemania-42-results" hreflang="en">Full WrestleMania 42 results </a></div> | Syntax not understood |
| 819 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/article/full-wrestlemania-42-results" data-a2a-title="Full WrestleMania 42 results "><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 821 | </div> | Syntax not understood |
| 822 | </article> | Syntax not understood |
| 823 | </div> | Syntax not understood |
| 824 | <div class="field__item"> | Syntax not understood |
| 826 | <a class="js-track js-video--btn show-contextual-video--type icon-video wwe-display-duration video-play-large js-video-inline--btn" data-nid="50007095" data-duration="31:18" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/top42wm42_ntwk_hd_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/top42wm42_ntwk_hd_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/top42wm42_ntwk.m3u8","fid":"40729881","title":"42 best moments from WrestleMania 42: WWE Top 10 special edition, April 20, 2026","nid":50007095,"description":"Check out the most shocking, exciting and best moments from WrestleMania 42, presented by Minute Maid. Catch WWE action on the ESPN App, Netflix, USA Network, CW Network, Peacock and more","vms_id":245883,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/42-top-wrestlemania-moments-wwe-top-10-april-20-2026","abs_path":"https:\/\/www.wwe.com\/videos\/42-top-wrestlemania-moments-wwe-top-10-april-20-2026","network_logged_in_cta":"","show_name":"WWE Top 10","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Ftop42wm42_ntwk%2Ftop42wm42_ntwk_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" \u003Cimg srcset=\u0022\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/top42wm42_ntwk_hd_rev_2.jpg 1x\u0022 width=\u0022167\u0022 height=\u002294\u0022 alt=\u0022WWE Photo\u0022 src=\u0022\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/top42wm42_ntwk_hd_rev_2.jpg\u0022 title=\u0022WWE Photo\u0022 loading=\u0022lazy\u0022 \/\u003E\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-tracking-label="contentTitle=42 best moments from WrestleMania 42: WWE Top 10 special edition, April 20, 2026|contentType=video|state=video|slot=1" data-slot="1" data-ct="video" href="/videos/42-top-wrestlemania-moments-wwe-top-10-april-20-2026" alt="42 best moments from WrestleMania 42: WWE Top 10 special edition, April 20, 2026" title="42 best moments from WrestleMania 42: WWE Top 10 special edition, April 20, 2026"> | Unknown directive |
| 828 | <div class="show-image field field--name-field-thumbnail-image field--type-entity-reference field--label-hidden field__item"><div> | Syntax not understood |
| 831 | <div class="field field--name-field-media-image field--type-image field--label-visually_hidden"> | Syntax not understood |
| 832 | <div class="field__label visually-hidden">Image</div> | Syntax not understood |
| 833 | <div class="field__item"> <img loading="lazy" src="/f/video/thumb/2026/04/top42wm42_ntwk_hd_rev_2.jpg" width="1920" height="1080" alt="WWE Photo" title="42 best moments from WrestleMania 42: WWE Top 10 special edition, April 20, 2026" /> | Unknown directive |
| 835 | </div> | Syntax not understood |
| 836 | </div> | Syntax not understood |
| 838 | </div> | Syntax not understood |
| 839 | </div> | Syntax not understood |
| 843 | </a> | Syntax not understood |
| 844 | <article class="node node--type-video node--view-mode-news-breaker clearfix"> | Syntax not understood |
| 845 | <header> | Syntax not understood |
| 847 | <h2 class="node__title" > | Syntax not understood |
| 848 | <a href="/videos/42-top-wrestlemania-moments-wwe-top-10-april-20-2026" aria-label="42 best moments from WrestleMania 42: WWE Top 10 special edition, April 20, 2026" rel="bookmark"><span class="hidden field field--name-title field--type-string field--label-hidden">42 best moments from WrestleMania 42: WWE Top 10 special edition, April 20, 2026</span> | Unknown directive |
| 849 | </a> | Syntax not understood |
| 850 | </h2> | Syntax not understood |
| 852 | </header> | Syntax not understood |
| 853 | <div class="node__content clearfix"> | Syntax not understood |
| 857 | <div class="field field--name-field-video-duration field--type-string field--label-hidden field__item"> | Syntax not understood |
| 858 | 31:18 | Unknown directive |
| 859 | </div> | Syntax not understood |
| 863 | <div class="field field--name-field-teaser-title field--type-string field--label-hidden field__item"><a href="/videos/42-top-wrestlemania-moments-wwe-top-10-april-20-2026" hreflang="en">42 best moments from WrestleMania 42: WWE Top 10 special edition, April 20, 2026</a></div> | Unknown directive |
| 865 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/42-top-wrestlemania-moments-wwe-top-10-april-20-2026" data-a2a-title="42 best moments from WrestleMania 42: WWE Top 10 special edition, April 20, 2026"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 867 | </div> | Syntax not understood |
| 868 | </article> | Syntax not understood |
| 869 | </div> | Syntax not understood |
| 870 | <div class="field__item"> | Syntax not understood |
| 872 | <a class="js-track js-video--btn show-contextual-video--type icon-video wwe-display-duration video-play-large js-video-inline--btn" data-nid="50007121" data-duration="03:13" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/vmssg_9RvEi_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/vmssg_9RvEi_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiraw1717_07_yt.m3u8","fid":"40729965","title":"Brock Lesnar career retrospective: Raw highlights, April 20, 2026","nid":50007121,"description":"Take a look back at the legendary career of Brock Lesnar, featuring \u0022I Stand Alone\u0022 by Godsmack. Catch WWE action on the ESPN App, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245905,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/brock-lesnar-career-retrospective-raw-highlights-april-20-2026","abs_path":"https:\/\/www.wwe.com\/videos\/brock-lesnar-career-retrospective-raw-highlights-april-20-2026","network_logged_in_cta":"","show_name":"Raw","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiraw1717_07_yt%2Fdchiraw1717_07_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" \u003Cimg srcset=\u0022\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_9RvEi_rev_2.jpg 1x\u0022 width=\u0022167\u0022 height=\u002294\u0022 alt=\u0022WWE Photo\u0022 src=\u0022\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_9RvEi_rev_2.jpg\u0022 title=\u0022WWE Photo\u0022 loading=\u0022lazy\u0022 \/\u003E\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-tracking-label="contentTitle=Brock Lesnar career retrospective: Raw highlights, April 20, 2026|contentType=video|state=video|slot=1" data-slot="1" data-ct="video" href="/videos/brock-lesnar-career-retrospective-raw-highlights-april-20-2026" alt="Brock Lesnar career retrospective: Raw highlights, April 20, 2026" title="Brock Lesnar career retrospective: Raw highlights, April 20, 2026"> | Unknown directive |
| 874 | <div class="show-image field field--name-field-thumbnail-image field--type-entity-reference field--label-hidden field__item"><div> | Syntax not understood |
| 877 | <div class="field field--name-field-media-image field--type-image field--label-visually_hidden"> | Syntax not understood |
| 878 | <div class="field__label visually-hidden">Image</div> | Syntax not understood |
| 879 | <div class="field__item"> <img loading="lazy" src="/f/video/thumb/2026/04/vmssg_9RvEi_rev_2.jpg" width="1920" height="1080" alt="WWE Photo" title="Brock Lesnar career retrospective: Raw highlights, April 20, 2026" /> | Unknown directive |
| 881 | </div> | Syntax not understood |
| 882 | </div> | Syntax not understood |
| 884 | </div> | Syntax not understood |
| 885 | </div> | Syntax not understood |
| 889 | </a> | Syntax not understood |
| 890 | <article class="node node--type-video node--view-mode-news-breaker clearfix"> | Syntax not understood |
| 891 | <header> | Syntax not understood |
| 893 | <h2 class="node__title" > | Syntax not understood |
| 894 | <a href="/videos/brock-lesnar-career-retrospective-raw-highlights-april-20-2026" aria-label="Brock Lesnar career retrospective: Raw highlights, April 20, 2026" rel="bookmark"><span class="hidden field field--name-title field--type-string field--label-hidden">Brock Lesnar career retrospective: Raw highlights, April 20, 2026</span> | Unknown directive |
| 895 | </a> | Syntax not understood |
| 896 | </h2> | Syntax not understood |
| 898 | </header> | Syntax not understood |
| 899 | <div class="node__content clearfix"> | Syntax not understood |
| 903 | <div class="field field--name-field-video-duration field--type-string field--label-hidden field__item"> | Syntax not understood |
| 904 | 03:13 | Unknown directive |
| 905 | </div> | Syntax not understood |
| 909 | <div class="field field--name-field-teaser-title field--type-string field--label-hidden field__item"><a href="/videos/brock-lesnar-career-retrospective-raw-highlights-april-20-2026" hreflang="en">Brock Lesnar career retrospective: Raw highlights, April 20, 2026</a></div> | Unknown directive |
| 911 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/brock-lesnar-career-retrospective-raw-highlights-april-20-2026" data-a2a-title="Brock Lesnar career retrospective: Raw highlights, April 20, 2026"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 913 | </div> | Syntax not understood |
| 914 | </article> | Syntax not understood |
| 915 | </div> | Syntax not understood |
| 916 | <div class="field__item"> | Syntax not understood |
| 918 | <a class="js-track js-video--btn show-contextual-video--type icon-video wwe-display-duration video-play-large js-video-inline--btn" data-nid="50007085" data-duration="34:21" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/dchiwm42su_29_yt_hd_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/dchiwm42su_29_yt_hd_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiwm42su_29_yt.m3u8","fid":"40729821","title":"Every WrestleMania 42 Sunday entrance","nid":50007085,"description":"Check out every incredible entrance from WrestleMania 42 Sunday, featuring Roman Reigns, Oba Femi, Rey Mysterio and more. Catch WWE action on ESPN, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245873,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/every-wrestlemania-42-sunday-entrance","abs_path":"https:\/\/www.wwe.com\/videos\/every-wrestlemania-42-sunday-entrance","network_logged_in_cta":"","show_name":"WrestleMania","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiwm42su_29_yt%2Fdchiwm42su_29_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" \u003Cimg srcset=\u0022\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiwm42su_29_yt_hd_rev_2.jpg 1x\u0022 width=\u0022167\u0022 height=\u002294\u0022 alt=\u0022WWE Photo\u0022 src=\u0022\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiwm42su_29_yt_hd_rev_2.jpg\u0022 title=\u0022WWE Photo\u0022 loading=\u0022lazy\u0022 \/\u003E\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-tracking-label="contentTitle=Every WrestleMania 42 Sunday entrance|contentType=video|state=video|slot=1" data-slot="1" data-ct="video" href="/videos/every-wrestlemania-42-sunday-entrance" alt="Every WrestleMania 42 Sunday entrance" title="Every WrestleMania 42 Sunday entrance"> | Unknown directive |
| 920 | <div class="show-image field field--name-field-thumbnail-image field--type-entity-reference field--label-hidden field__item"><div> | Syntax not understood |
| 923 | <div class="field field--name-field-media-image field--type-image field--label-visually_hidden"> | Syntax not understood |
| 924 | <div class="field__label visually-hidden">Image</div> | Syntax not understood |
| 925 | <div class="field__item"> <img loading="lazy" src="/f/video/thumb/2026/04/dchiwm42su_29_yt_hd_rev_2.jpg" width="1920" height="1080" alt="WWE Photo" title="Every WrestleMania 42 Sunday entrance" /> | Syntax not understood |
| 927 | </div> | Syntax not understood |
| 928 | </div> | Syntax not understood |
| 930 | </div> | Syntax not understood |
| 931 | </div> | Syntax not understood |
| 935 | </a> | Syntax not understood |
| 936 | <article class="node node--type-video node--view-mode-news-breaker clearfix"> | Syntax not understood |
| 937 | <header> | Syntax not understood |
| 939 | <h2 class="node__title" > | Syntax not understood |
| 940 | <a href="/videos/every-wrestlemania-42-sunday-entrance" aria-label="Every WrestleMania 42 Sunday entrance" rel="bookmark"><span class="hidden field field--name-title field--type-string field--label-hidden">Every WrestleMania 42 Sunday entrance</span> | Syntax not understood |
| 941 | </a> | Syntax not understood |
| 942 | </h2> | Syntax not understood |
| 944 | </header> | Syntax not understood |
| 945 | <div class="node__content clearfix"> | Syntax not understood |
| 949 | <div class="field field--name-field-video-duration field--type-string field--label-hidden field__item"> | Syntax not understood |
| 950 | 34:21 | Unknown directive |
| 951 | </div> | Syntax not understood |
| 955 | <div class="field field--name-field-teaser-title field--type-string field--label-hidden field__item"><a href="/videos/every-wrestlemania-42-sunday-entrance" hreflang="en">Every WrestleMania 42 Sunday entrance</a></div> | Syntax not understood |
| 957 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/every-wrestlemania-42-sunday-entrance" data-a2a-title="Every WrestleMania 42 Sunday entrance"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 959 | </div> | Syntax not understood |
| 960 | </article> | Syntax not understood |
| 961 | </div> | Syntax not understood |
| 962 | </div> | Syntax not understood |
| 964 | </div> | Syntax not understood |
| 965 | </div> | Syntax not understood |
| 967 | </div> | Syntax not understood |
| 968 | </div> | Syntax not understood |
| 969 | <div class="layout layout--twocol-section layout--twocol-section--75-25"> | Syntax not understood |
| 971 | <div class="layout__region layout__region--first"> | Syntax not understood |
| 972 | <div class="block block-wwe-ads block-ads-rail"> | Syntax not understood |
| 975 | <div class="content"> | Syntax not understood |
| 976 | <div class="l-hybrid-col-frame_rail-wrap hybrid-col-frame_rail-wrap"> | Syntax not understood |
| 977 | <div class="l-hybrid-col-frame_rail hybrid-col-frame_rail frame-rail-1"> | Syntax not understood |
| 978 | <div class="wwe-ad--rail wwe-ad--rail-1 rand-block" alt="Advertisement" role="dialog" aria-label="Advertisement"><div id="wwe-ad-rail-495723441"></div></div></div></div> | Syntax not understood |
| 979 | </div> | Syntax not understood |
| 980 | </div> | Syntax not understood |
| 981 | <div class="views-element-container block block-views block-views-blockwwe-homepage-block-1"> | Syntax not understood |
| 984 | <div class="content"> | Syntax not understood |
| 985 | <div><div class="wwe-homepage-feedcard-block view view-wwe-homepage view-id-wwe_homepage view-display-id-block_1 js-view-dom-id-78912afc65479719b2e58d4ffa978c2c77d1256dcef8fe161094888c9b2b68f7"> | Syntax not understood |
| 989 | <div class="view-content row"> | Syntax not understood |
| 990 | <div data-drupal-views-infinite-scroll-content-wrapper class="views-infinite-scroll-content-wrapper clearfix"> | Syntax not understood |
| 993 | <div class="wwe-feed-cards--wrapper " data-countrycode="" data-include-exclude="1" data-vr-zone="Feed Cards"> | Syntax not understood |
| 994 | <div class="wwe-feed-cards"> | Syntax not understood |
| 995 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__gallery wrestlemania " data-tracking-label="title=|content_type=gallery|lt=text|slot=|cid=50006884" data-vr-contentbox="0"> | Syntax not understood |
| 996 | <a href="/gallery/images-from-the-final-day-at-wwe-world-in-las-vegas-photos" class="wwe-feed-card--thumb icon-gallery js-gallery--btn js-track" data-nid="50006884" data-playlist-id="" data-video="" data-vr-excerpttitle="" title="Photos: Images from the final day at WWE World in Las Vegas" | Unknown directive |
| 997 | style="--bg-color:#313838; | Unknown directive |
| 998 | --font-color: #fff;"> | Unknown directive |
| 1000 | <picture> | Syntax not understood |
| 1001 | <source srcset="/f/styles/wwe_16_9_xl/public/2026/04/003_WWEWorld_zk_2026-04-20_013.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 1002 | <source srcset="/f/styles/wwe_16_9_xl_r/public/2026/04/003_WWEWorld_zk_2026-04-20_013.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 1003 | <source srcset="/f/styles/wwe_16_9_l/public/2026/04/003_WWEWorld_zk_2026-04-20_013.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 1004 | <source srcset="/f/styles/wwe_16_9_m/public/2026/04/003_WWEWorld_zk_2026-04-20_013.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 1005 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/2026/04/003_WWEWorld_zk_2026-04-20_013.jpg" /> | Syntax not understood |
| 1007 | </picture> | Syntax not understood |
| 1009 | </a> | Syntax not understood |
| 1010 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 1011 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania"> | Syntax not understood |
| 1012 | <a href="/shows/wrestlemania" class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania" style="background-color: !important; color: !important;"> | Unknown directive |
| 1013 | WrestleMania | Syntax not understood |
| 1014 | </a> | Syntax not understood |
| 1015 | <div class="social"> | Syntax not understood |
| 1016 | <div class="social-interface"> | Syntax not understood |
| 1017 | <div class="social-btns"> | Syntax not understood |
| 1018 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/gallery/images-from-the-final-day-at-wwe-world-in-las-vegas-photos" data-a2a-title="Images from the final day at WWE World in Las Vegas: photos"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 1020 | </div> | Syntax not understood |
| 1021 | </div> | Syntax not understood |
| 1022 | </div> | Syntax not understood |
| 1024 | </div> | Syntax not understood |
| 1026 | </div> | Syntax not understood |
| 1028 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 1031 | <a href="/gallery/images-from-the-final-day-at-wwe-world-in-las-vegas-photos" class="js-gallery--btn js-track wwe-feed-cards--title" data-tracking-label="title=Images from the final day at WWE World in Las Vegas: photos|content_type=gallery|lt=text|slot=|cid=50006884" data-nid="50006884" data-playlist-id="" data-vr-excerpttitle=""><h2>Photos: Images from the final day at WWE World in Las Vegas</h2></a> | Unknown directive |
| 1032 | </div> | Syntax not understood |
| 1035 | </div> | Syntax not understood |
| 1036 | </div> | Syntax not understood |
| 1037 | </div> | Syntax not understood |
| 1041 | <div class="wwe-feed-cards--wrapper " data-countrycode="" data-include-exclude="1" data-vr-zone="Feed Cards"> | Syntax not understood |
| 1042 | <div class="wwe-feed-cards"> | Syntax not understood |
| 1043 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__gallery wrestlemania " data-tracking-label="title=|content_type=gallery|lt=text|slot=|cid=50006885" data-vr-contentbox="0"> | Syntax not understood |
| 1044 | <a href="/gallery/live-matches-at-wwe-world-during-wrestlemania-week-photos" class="wwe-feed-card--thumb icon-gallery js-gallery--btn js-track" data-nid="50006885" data-playlist-id="" data-video="" data-vr-excerpttitle="" title="Photos: Live matches at WWE World during WrestleMania Week" | Unknown directive |
| 1045 | style="--bg-color:#313838; | Unknown directive |
| 1046 | --font-color: #fff;"> | Unknown directive |
| 1048 | <picture> | Syntax not understood |
| 1049 | <source srcset="/f/styles/wwe_16_9_xl/public/2026/04/WWEWorld_04192026MK_2232.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 1050 | <source srcset="/f/styles/wwe_16_9_xl_r/public/2026/04/WWEWorld_04192026MK_2232.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 1051 | <source srcset="/f/styles/wwe_16_9_l/public/2026/04/WWEWorld_04192026MK_2232.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 1052 | <source srcset="/f/styles/wwe_16_9_m/public/2026/04/WWEWorld_04192026MK_2232.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 1053 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/2026/04/WWEWorld_04192026MK_2232.jpg" /> | Syntax not understood |
| 1055 | </picture> | Syntax not understood |
| 1057 | </a> | Syntax not understood |
| 1058 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 1059 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania"> | Syntax not understood |
| 1060 | <a href="/shows/wrestlemania" class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania" style="background-color: !important; color: !important;"> | Unknown directive |
| 1061 | WrestleMania | Syntax not understood |
| 1062 | </a> | Syntax not understood |
| 1063 | <div class="social"> | Syntax not understood |
| 1064 | <div class="social-interface"> | Syntax not understood |
| 1065 | <div class="social-btns"> | Syntax not understood |
| 1066 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/gallery/live-matches-at-wwe-world-during-wrestlemania-week-photos" data-a2a-title="Live matches at WWE World during WrestleMania Week: photos"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 1068 | </div> | Syntax not understood |
| 1069 | </div> | Syntax not understood |
| 1070 | </div> | Syntax not understood |
| 1072 | </div> | Syntax not understood |
| 1074 | </div> | Syntax not understood |
| 1076 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 1079 | <a href="/gallery/live-matches-at-wwe-world-during-wrestlemania-week-photos" class="js-gallery--btn js-track wwe-feed-cards--title" data-tracking-label="title=Live matches at WWE World during WrestleMania Week: photos|content_type=gallery|lt=text|slot=|cid=50006885" data-nid="50006885" data-playlist-id="" data-vr-excerpttitle=""><h2>Photos: Live matches at WWE World during WrestleMania Week</h2></a> | Unknown directive |
| 1080 | </div> | Syntax not understood |
| 1083 | </div> | Syntax not understood |
| 1084 | </div> | Syntax not understood |
| 1085 | </div> | Syntax not understood |
| 1089 | <div class="wwe-feed-cards--wrapper geo-location-content" data-countrycode="CN" data-include-exclude="0" data-vr-zone="Feed Cards"> | Syntax not understood |
| 1090 | <div class="wwe-feed-cards"> | Syntax not understood |
| 1091 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__video raw " data-tracking-label="title=|content_type=video|lt=text|slot=|cid=50007133" data-vr-contentbox="0"> | Syntax not understood |
| 1092 | <a href="/videos/jacob-fatu-challenges-roman-reigns-to-backlash-raw-highlights-april-20-2026" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="50007133" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/dchiraw1717_11_yt_hd_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/dchiraw1717_11_yt_hd_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiraw1717_11_yt.m3u8","fid":"40730041","title":"Jacob Fatu challenges Roman Reigns to Backlash: Raw highlights, April 20, 2026","nid":50007133,"description":"Jacob Fatu steps up to World Heavyweight Champion Roman Reigns, challenging him to a match at Backlash. Catch WWE action on the ESPN App, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245915,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/jacob-fatu-challenges-roman-reigns-to-backlash-raw-highlights-april-20-2026","abs_path":"https:\/\/www.wwe.com\/videos\/jacob-fatu-challenges-roman-reigns-to-backlash-raw-highlights-april-20-2026","network_logged_in_cta":"","show_name":"Raw","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiraw1717_11_yt%2Fdchiraw1717_11_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiraw1717_11_yt_hd_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiraw1717_11_yt_hd_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle="" title="Jacob Fatu challenges Roman Reigns to Backlash: Raw highlights, April 20, 2026" | Unknown directive |
| 1093 | style="--bg-color:#e91826; | Unknown directive |
| 1094 | --font-color: #fff;"> | Unknown directive |
| 1096 | <picture> | Syntax not understood |
| 1097 | <source srcset="/f/styles/wwe_16_9_xl/public/video/thumb/2026/04/dchiraw1717_11_yt_hd_rev_2.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 1098 | <source srcset="/f/styles/wwe_16_9_xl_r/public/video/thumb/2026/04/dchiraw1717_11_yt_hd_rev_2.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 1099 | <source srcset="/f/styles/wwe_16_9_l/public/video/thumb/2026/04/dchiraw1717_11_yt_hd_rev_2.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 1100 | <source srcset="/f/styles/wwe_16_9_m/public/video/thumb/2026/04/dchiraw1717_11_yt_hd_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 1101 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/video/thumb/2026/04/dchiraw1717_11_yt_hd_rev_2.jpg" /> | Syntax not understood |
| 1103 | </picture> | Syntax not understood |
| 1105 | <div class="js-video-duration" aria-hidden="true">04:10</div> | Unknown directive |
| 1106 | </a> | Syntax not understood |
| 1107 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 1108 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag raw"> | Syntax not understood |
| 1109 | <a href="/shows/raw" class="wwe-feed-card--eyebrow wwe-feed-cards--tag raw" style="background-color:#e91826 !important; color: !important;"> | Unknown directive |
| 1110 | Raw | Syntax not understood |
| 1111 | </a> | Syntax not understood |
| 1112 | <div class="social"> | Syntax not understood |
| 1113 | <div class="social-interface"> | Syntax not understood |
| 1114 | <div class="social-btns"> | Syntax not understood |
| 1115 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/jacob-fatu-challenges-roman-reigns-to-backlash-raw-highlights-april-20-2026" data-a2a-title="Jacob Fatu challenges Roman Reigns to Backlash: Raw highlights, April 20, 2026"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 1117 | </div> | Syntax not understood |
| 1118 | </div> | Syntax not understood |
| 1119 | </div> | Syntax not understood |
| 1121 | </div> | Syntax not understood |
| 1123 | </div> | Syntax not understood |
| 1125 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 1128 | <a href="/videos/jacob-fatu-challenges-roman-reigns-to-backlash-raw-highlights-april-20-2026" class="js-video--btn js-track wwe-feed-cards--title" data-tracking-label="title=Jacob Fatu challenges Roman Reigns to Backlash: Raw highlights, April 20, 2026|content_type=video|lt=text|slot=|cid=50007133" data-nid="50007133" data-playlist-id="" data-vr-excerpttitle=""><h2>Jacob Fatu challenges Roman Reigns to Backlash</h2></a> | Unknown directive |
| 1129 | </div> | Syntax not understood |
| 1132 | </div> | Syntax not understood |
| 1133 | </div> | Syntax not understood |
| 1134 | </div> | Syntax not understood |
| 1138 | <div class="wwe-feed-cards--wrapper geo-location-content" data-countrycode="CN" data-include-exclude="0" data-vr-zone="Feed Cards"> | Syntax not understood |
| 1139 | <div class="wwe-feed-cards"> | Syntax not understood |
| 1140 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__video raw " data-tracking-label="title=|content_type=video|lt=text|slot=|cid=50007123" data-vr-contentbox="0"> | Syntax not understood |
| 1141 | <a href="/videos/the-street-profits-return-to-back-up-seth-rollins-against-the-vision-raw-highlights-april-20" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="50007123" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/dchiraw1717_08_yt_hd_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/dchiraw1717_08_yt_hd_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiraw1717_08_yt.m3u8","fid":"40730037","title":"The Street Profits RETURN to back up Seth Rollins against The Vision: Raw highlights, April 20, 2026","nid":50007123,"description":"The Street Profits make their stunning return, helping Seth Rollins contend against The Vision. Catch WWE action on the ESPN App, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245907,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/the-street-profits-return-to-back-up-seth-rollins-against-the-vision-raw-highlights-april-20","abs_path":"https:\/\/www.wwe.com\/videos\/the-street-profits-return-to-back-up-seth-rollins-against-the-vision-raw-highlights-april-20","network_logged_in_cta":"","show_name":"Raw","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiraw1717_08_yt%2Fdchiraw1717_08_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiraw1717_08_yt_hd_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiraw1717_08_yt_hd_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle="" title="The Street Profits RETURN to back up Seth Rollins against The Vision: Raw highlights, April 20, 2026" | Unknown directive |
| 1142 | style="--bg-color:#e91826; | Unknown directive |
| 1143 | --font-color: #fff;"> | Unknown directive |
| 1145 | <picture> | Syntax not understood |
| 1146 | <source srcset="/f/styles/wwe_16_9_xl/public/video/thumb/2026/04/dchiraw1717_08_yt_hd_rev_2.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 1147 | <source srcset="/f/styles/wwe_16_9_xl_r/public/video/thumb/2026/04/dchiraw1717_08_yt_hd_rev_2.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 1148 | <source srcset="/f/styles/wwe_16_9_l/public/video/thumb/2026/04/dchiraw1717_08_yt_hd_rev_2.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 1149 | <source srcset="/f/styles/wwe_16_9_m/public/video/thumb/2026/04/dchiraw1717_08_yt_hd_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 1150 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/video/thumb/2026/04/dchiraw1717_08_yt_hd_rev_2.jpg" /> | Syntax not understood |
| 1152 | </picture> | Syntax not understood |
| 1154 | <div class="js-video-duration" aria-hidden="true">02:07</div> | Unknown directive |
| 1155 | </a> | Syntax not understood |
| 1156 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 1157 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag raw"> | Syntax not understood |
| 1158 | <a href="/shows/raw" class="wwe-feed-card--eyebrow wwe-feed-cards--tag raw" style="background-color:#e91826 !important; color: !important;"> | Unknown directive |
| 1159 | Raw | Syntax not understood |
| 1160 | </a> | Syntax not understood |
| 1161 | <div class="social"> | Syntax not understood |
| 1162 | <div class="social-interface"> | Syntax not understood |
| 1163 | <div class="social-btns"> | Syntax not understood |
| 1164 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/the-street-profits-return-to-back-up-seth-rollins-against-the-vision-raw-highlights-april-20" data-a2a-title="The Street Profits RETURN to back up Seth Rollins against The Vision: Raw highlights, April 20, 2026"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 1166 | </div> | Syntax not understood |
| 1167 | </div> | Syntax not understood |
| 1168 | </div> | Syntax not understood |
| 1170 | </div> | Syntax not understood |
| 1172 | </div> | Syntax not understood |
| 1174 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 1177 | <a href="/videos/the-street-profits-return-to-back-up-seth-rollins-against-the-vision-raw-highlights-april-20" class="js-video--btn js-track wwe-feed-cards--title" data-tracking-label="title=The Street Profits RETURN to back up Seth Rollins against The Vision: Raw highlights, April 20, 2026|content_type=video|lt=text|slot=|cid=50007123" data-nid="50007123" data-playlist-id="" data-vr-excerpttitle=""><h2>The Street Profits RETURN to back up Seth Rollins</h2></a> | Unknown directive |
| 1178 | </div> | Syntax not understood |
| 1181 | </div> | Syntax not understood |
| 1182 | </div> | Syntax not understood |
| 1183 | </div> | Syntax not understood |
| 1187 | <div class="wwe-feed-cards--wrapper geo-location-content" data-countrycode="CN" data-include-exclude="0" data-vr-zone="Feed Cards"> | Syntax not understood |
| 1188 | <div class="wwe-feed-cards"> | Syntax not understood |
| 1189 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__video raw " data-tracking-label="title=|content_type=video|lt=text|slot=|cid=50007119" data-vr-contentbox="0"> | Syntax not understood |
| 1190 | <a href="/videos/ethan-page-defeats-je-von-evans-after-assist-from-rusev-raw-highlights-april-20-2026" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="50007119" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/vmssg_HA8iA_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/vmssg_HA8iA_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiraw1717_04_yt.m3u8","fid":"40730030","title":"Ethan Page defeats Je\u2019Von Evans after assist from Rusev: Raw highlights, April 20, 2026","nid":50007119,"description":"Rusev demolishes Je\u2019Von Evans, and Ethan Page takes advantage by defeating Evans to become the No. 1 Contender to Intercontinental Champion Penta. Catch WWE action on the ESPN App, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245903,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/ethan-page-defeats-je-von-evans-after-assist-from-rusev-raw-highlights-april-20-2026","abs_path":"https:\/\/www.wwe.com\/videos\/ethan-page-defeats-je-von-evans-after-assist-from-rusev-raw-highlights-april-20-2026","network_logged_in_cta":"","show_name":"Raw","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiraw1717_04_yt%2Fdchiraw1717_04_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_HA8iA_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_HA8iA_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle="" title="Ethan Page defeats Je’Von Evans after assist from Rusev: Raw highlights, April 20, 2026" | Unknown directive |
| 1191 | style="--bg-color:#e91826; | Unknown directive |
| 1192 | --font-color: #fff;"> | Unknown directive |
| 1194 | <picture> | Syntax not understood |
| 1195 | <source srcset="/f/styles/wwe_16_9_xl/public/video/thumb/2026/04/vmssg_HA8iA_rev_2.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 1196 | <source srcset="/f/styles/wwe_16_9_xl_r/public/video/thumb/2026/04/vmssg_HA8iA_rev_2.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 1197 | <source srcset="/f/styles/wwe_16_9_l/public/video/thumb/2026/04/vmssg_HA8iA_rev_2.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 1198 | <source srcset="/f/styles/wwe_16_9_m/public/video/thumb/2026/04/vmssg_HA8iA_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 1199 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/video/thumb/2026/04/vmssg_HA8iA_rev_2.jpg" /> | Syntax not understood |
| 1201 | </picture> | Syntax not understood |
| 1203 | <div class="js-video-duration" aria-hidden="true">03:37</div> | Unknown directive |
| 1204 | </a> | Syntax not understood |
| 1205 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 1206 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag raw"> | Syntax not understood |
| 1207 | <a href="/shows/raw" class="wwe-feed-card--eyebrow wwe-feed-cards--tag raw" style="background-color:#e91826 !important; color: !important;"> | Unknown directive |
| 1208 | Raw | Syntax not understood |
| 1209 | </a> | Syntax not understood |
| 1210 | <div class="social"> | Syntax not understood |
| 1211 | <div class="social-interface"> | Syntax not understood |
| 1212 | <div class="social-btns"> | Syntax not understood |
| 1213 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/ethan-page-defeats-je-von-evans-after-assist-from-rusev-raw-highlights-april-20-2026" data-a2a-title="Ethan Page defeats Je’Von Evans after assist from Rusev: Raw highlights, April 20, 2026"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 1215 | </div> | Syntax not understood |
| 1216 | </div> | Syntax not understood |
| 1217 | </div> | Syntax not understood |
| 1219 | </div> | Syntax not understood |
| 1221 | </div> | Syntax not understood |
| 1223 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 1226 | <a href="/videos/ethan-page-defeats-je-von-evans-after-assist-from-rusev-raw-highlights-april-20-2026" class="js-video--btn js-track wwe-feed-cards--title" data-tracking-label="title=Ethan Page defeats Je’Von Evans after assist from Rusev: Raw highlights, April 20, 2026|content_type=video|lt=text|slot=|cid=50007119" data-nid="50007119" data-playlist-id="" data-vr-excerpttitle=""><h2>Ethan Page defeats Je’Von Evans</h2></a> | Unknown directive |
| 1227 | </div> | Syntax not understood |
| 1230 | </div> | Syntax not understood |
| 1231 | </div> | Syntax not understood |
| 1232 | </div> | Syntax not understood |
| 1234 | <div> | Syntax not understood |
| 1238 | <div class="wwe-breaker--wrapper wwe-breaker--container analytics-breaker-view-processed" data-wname="gallery_breaker" data-winfo="40122161" data-vr-zone="Gallery Breaker"> | Syntax not understood |
| 1239 | <div class="wwe-breaker wwe-breaker__gallery wwe-nxt"> | Syntax not understood |
| 1240 | <div class="wwe-breaker--content-wrapper"> | Syntax not understood |
| 1241 | <div class="wwe-breaker--content"> | Syntax not understood |
| 1242 | <div> | Syntax not understood |
| 1245 | <article class="node node--type-gallery node--view-mode-gallery-breaker clearfix"> | Syntax not understood |
| 1246 | <header> | Syntax not understood |
| 1248 | <h2 class="node__title"> | Syntax not understood |
| 1249 | <a href="/gallery/the-must-see-images-of-nxt-revenge-2026-week-two-photos" rel="bookmark" aria-label="The must-see images of NXT Revenge 2026 Week Two: photos"><span class="field field--name-title field--type-string field--label-hidden">The must-see images of NXT Revenge 2026 Week Two: photos</span> | Unknown directive |
| 1250 | </a> | Syntax not understood |
| 1251 | </h2> | Syntax not understood |
| 1253 | </header> | Syntax not understood |
| 1254 | <div class="node__content clearfix"> | Syntax not understood |
| 1256 | <div class="field field--name-field-thumbnail-image field--type-entity-reference field--label-hidden field__item"> <a href="/gallery/the-must-see-images-of-nxt-revenge-2026-week-two-photos" aria-label="WWE Photo" hreflang="en"><img loading="lazy" title="The must-see images of NXT Revenge 2026 Week Two: photos" src="/f/styles/wwe_16_9_xl/public/2026/04/064_NXT_04212026AK_13246.JPG" width="1125" height="633" alt="WWE Photo" class="image-style-wwe-16-9-xl" /> | Unknown directive |
| 1258 | </a> | Syntax not understood |
| 1259 | </div> | Syntax not understood |
| 1261 | <div class="field field--name-field-show-reference field--type-entity-reference field--label-hidden field__items"> | Syntax not understood |
| 1262 | <div class="field__item"> | Syntax not understood |
| 1264 | <article class="node node--type-show node--sticky node--view-mode-gallery-breaker clearfix"> | Syntax not understood |
| 1265 | <header> | Syntax not understood |
| 1267 | <h2 class="node__title"> | Syntax not understood |
| 1268 | <a href="/shows/wwenxt" rel="bookmark" aria-label="WWE NXT"><span class="field field--name-title field--type-string field--label-hidden">WWE NXT</span> | Syntax not understood |
| 1269 | </a> | Syntax not understood |
| 1270 | </h2> | Syntax not understood |
| 1272 | </header> | Syntax not understood |
| 1273 | <div class="node__content clearfix"> | Syntax not understood |
| 1275 | <div class="field field--name-field-teaser-title field--type-string field--label-hidden field__item"><a href="/shows/wwenxt" hreflang="en">WWE NXT</a></div> | Syntax not understood |
| 1277 | </div> | Syntax not understood |
| 1278 | </article> | Syntax not understood |
| 1279 | </div> | Syntax not understood |
| 1280 | </div> | Syntax not understood |
| 1282 | <div class="field field--name-field-teaser-title field--type-string field--label-hidden field__item">Photos: The must-see images of NXT Revenge 2026 Week Two</div> | Unknown directive |
| 1283 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/gallery/the-must-see-images-of-nxt-revenge-2026-week-two-photos" data-a2a-title="The must-see images of NXT Revenge 2026 Week Two: photos"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 1285 | </div> | Syntax not understood |
| 1286 | </article> | Syntax not understood |
| 1288 | </div> | Syntax not understood |
| 1289 | </div> | Syntax not understood |
| 1290 | </div> | Syntax not understood |
| 1291 | </div> | Syntax not understood |
| 1292 | </div> | Syntax not understood |
| 1293 | <div class="wwe-ad--rail wwe-breaker-ad wwe-breaker-ad-gallery"> | Syntax not understood |
| 1294 | <div class="block block-wwe-ads block-ads-rail"> | Syntax not understood |
| 1297 | <div class="content"> | Syntax not understood |
| 1298 | <div class="l-hybrid-col-frame_rail-wrap hybrid-col-frame_rail-wrap"> | Syntax not understood |
| 1299 | <div class="l-hybrid-col-frame_rail hybrid-col-frame_rail frame-rail-1"> | Syntax not understood |
| 1300 | <div class="wwe-ad--rail wwe-ad--rail-1 rand-block" alt="Advertisement" role="dialog" aria-label="Advertisement"><div id="wwe-ad-rail-1508796032"></div></div></div></div> | Syntax not understood |
| 1301 | </div> | Syntax not understood |
| 1302 | </div> | Syntax not understood |
| 1304 | </div> | Syntax not understood |
| 1306 | </div> | Syntax not understood |
| 1309 | <div class="wwe-feed-cards--wrapper geo-location-content" data-countrycode="CN" data-include-exclude="0" data-vr-zone="Feed Cards"> | Syntax not understood |
| 1310 | <div class="wwe-feed-cards"> | Syntax not understood |
| 1311 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__video raw " data-tracking-label="title=|content_type=video|lt=text|slot=|cid=50007116" data-vr-contentbox="0"> | Syntax not understood |
| 1312 | <a href="/videos/rhea-ripley-and-iyo-sky-take-down-kabuki-warriors-raw-highlights-april-20-2026" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="50007116" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/dchiraw1717_02_yt_hd_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/dchiraw1717_02_yt_hd_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiraw1717_02_yt.m3u8","fid":"40729958","title":"Rhea Ripley and IYO SKY take down Kabuki Warriors: Raw highlights, April 20, 2026","nid":50007116,"description":"New WWE Women's Champion Rhea Ripley and IYO SKY take on The Kabuki Warriors. Catch WWE action on the ESPN App, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245900,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/rhea-ripley-and-iyo-sky-take-down-kabuki-warriors-raw-highlights-april-20-2026","abs_path":"https:\/\/www.wwe.com\/videos\/rhea-ripley-and-iyo-sky-take-down-kabuki-warriors-raw-highlights-april-20-2026","network_logged_in_cta":"","show_name":"Raw","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiraw1717_02_yt%2Fdchiraw1717_02_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiraw1717_02_yt_hd_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiraw1717_02_yt_hd_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle="" title="Rhea Ripley and IYO SKY take down Kabuki Warriors: Raw highlights, April 20, 2026" | Unknown directive |
| 1313 | style="--bg-color:#e91826; | Unknown directive |
| 1314 | --font-color: #fff;"> | Unknown directive |
| 1316 | <picture> | Syntax not understood |
| 1317 | <source srcset="/f/styles/wwe_16_9_xl/public/video/thumb/2026/04/dchiraw1717_02_yt_hd_rev_2.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 1318 | <source srcset="/f/styles/wwe_16_9_xl_r/public/video/thumb/2026/04/dchiraw1717_02_yt_hd_rev_2.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 1319 | <source srcset="/f/styles/wwe_16_9_l/public/video/thumb/2026/04/dchiraw1717_02_yt_hd_rev_2.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 1320 | <source srcset="/f/styles/wwe_16_9_m/public/video/thumb/2026/04/dchiraw1717_02_yt_hd_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 1321 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/video/thumb/2026/04/dchiraw1717_02_yt_hd_rev_2.jpg" /> | Syntax not understood |
| 1323 | </picture> | Syntax not understood |
| 1325 | <div class="js-video-duration" aria-hidden="true">03:12</div> | Unknown directive |
| 1326 | </a> | Syntax not understood |
| 1327 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 1328 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag raw"> | Syntax not understood |
| 1329 | <a href="/shows/raw" class="wwe-feed-card--eyebrow wwe-feed-cards--tag raw" style="background-color:#e91826 !important; color: !important;"> | Unknown directive |
| 1330 | Raw | Syntax not understood |
| 1331 | </a> | Syntax not understood |
| 1332 | <div class="social"> | Syntax not understood |
| 1333 | <div class="social-interface"> | Syntax not understood |
| 1334 | <div class="social-btns"> | Syntax not understood |
| 1335 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/rhea-ripley-and-iyo-sky-take-down-kabuki-warriors-raw-highlights-april-20-2026" data-a2a-title="Rhea Ripley and IYO SKY take down Kabuki Warriors: Raw highlights, April 20, 2026"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 1337 | </div> | Syntax not understood |
| 1338 | </div> | Syntax not understood |
| 1339 | </div> | Syntax not understood |
| 1341 | </div> | Syntax not understood |
| 1343 | </div> | Syntax not understood |
| 1345 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 1348 | <a href="/videos/rhea-ripley-and-iyo-sky-take-down-kabuki-warriors-raw-highlights-april-20-2026" class="js-video--btn js-track wwe-feed-cards--title" data-tracking-label="title=Rhea Ripley and IYO SKY take down Kabuki Warriors: Raw highlights, April 20, 2026|content_type=video|lt=text|slot=|cid=50007116" data-nid="50007116" data-playlist-id="" data-vr-excerpttitle=""><h2>Rhea Ripley and IYO SKY take down Kabuki Warriors</h2></a> | Unknown directive |
| 1349 | </div> | Syntax not understood |
| 1352 | </div> | Syntax not understood |
| 1353 | </div> | Syntax not understood |
| 1354 | </div> | Syntax not understood |
| 1358 | <div class="wwe-feed-cards--wrapper geo-location-content" data-countrycode="CN" data-include-exclude="0" data-vr-zone="Feed Cards"> | Syntax not understood |
| 1359 | <div class="wwe-feed-cards"> | Syntax not understood |
| 1360 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__video raw " data-tracking-label="title=|content_type=video|lt=text|slot=|cid=50007129" data-vr-contentbox="0"> | Syntax not understood |
| 1361 | <a href="/videos/dominik-mysterio-pummels-finn-b-lor-after-b-lor-beats-jd-mcdonagh-raw-highlights-april-20" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="50007129" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/dchiraw1717_09_yt_hd_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/dchiraw1717_09_yt_hd_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiraw1717_09_yt.m3u8","fid":"40730033","title":"Dominik Mysterio pummels Finn B\u00e1lor after B\u00e1lor beats JD McDonagh: Raw highlights, April 20, 2026","nid":50007129,"description":"Finn B\u00e1lor battles former friend JD McDonagh. Catch WWE action on the ESPN App, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245912,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/dominik-mysterio-pummels-finn-b-lor-after-b-lor-beats-jd-mcdonagh-raw-highlights-april-20","abs_path":"https:\/\/www.wwe.com\/videos\/dominik-mysterio-pummels-finn-b-lor-after-b-lor-beats-jd-mcdonagh-raw-highlights-april-20","network_logged_in_cta":"","show_name":"Raw","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiraw1717_09_yt%2Fdchiraw1717_09_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiraw1717_09_yt_hd_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiraw1717_09_yt_hd_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle="" title="Dominik Mysterio pummels Finn Bálor after Bálor beats JD McDonagh: Raw highlights, April 20, 2026" | Unknown directive |
| 1362 | style="--bg-color:#e91826; | Unknown directive |
| 1363 | --font-color: #fff;"> | Unknown directive |
| 1365 | <picture> | Syntax not understood |
| 1366 | <source srcset="/f/styles/wwe_16_9_xl/public/video/thumb/2026/04/dchiraw1717_09_yt_hd_rev_2.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 1367 | <source srcset="/f/styles/wwe_16_9_xl_r/public/video/thumb/2026/04/dchiraw1717_09_yt_hd_rev_2.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 1368 | <source srcset="/f/styles/wwe_16_9_l/public/video/thumb/2026/04/dchiraw1717_09_yt_hd_rev_2.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 1369 | <source srcset="/f/styles/wwe_16_9_m/public/video/thumb/2026/04/dchiraw1717_09_yt_hd_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 1370 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/video/thumb/2026/04/dchiraw1717_09_yt_hd_rev_2.jpg" /> | Syntax not understood |
| 1372 | </picture> | Syntax not understood |
| 1374 | <div class="js-video-duration" aria-hidden="true">03:27</div> | Unknown directive |
| 1375 | </a> | Syntax not understood |
| 1376 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 1377 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag raw"> | Syntax not understood |
| 1378 | <a href="/shows/raw" class="wwe-feed-card--eyebrow wwe-feed-cards--tag raw" style="background-color:#e91826 !important; color: !important;"> | Unknown directive |
| 1379 | Raw | Syntax not understood |
| 1380 | </a> | Syntax not understood |
| 1381 | <div class="social"> | Syntax not understood |
| 1382 | <div class="social-interface"> | Syntax not understood |
| 1383 | <div class="social-btns"> | Syntax not understood |
| 1384 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/dominik-mysterio-pummels-finn-b-lor-after-b-lor-beats-jd-mcdonagh-raw-highlights-april-20" data-a2a-title="Dominik Mysterio pummels Finn Bálor after Bálor beats JD McDonagh: Raw highlights, April 20, 2026"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 1386 | </div> | Syntax not understood |
| 1387 | </div> | Syntax not understood |
| 1388 | </div> | Syntax not understood |
| 1390 | </div> | Syntax not understood |
| 1392 | </div> | Syntax not understood |
| 1394 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 1397 | <a href="/videos/dominik-mysterio-pummels-finn-b-lor-after-b-lor-beats-jd-mcdonagh-raw-highlights-april-20" class="js-video--btn js-track wwe-feed-cards--title" data-tracking-label="title=Dominik Mysterio pummels Finn Bálor after Bálor beats JD McDonagh: Raw highlights, April 20, 2026|content_type=video|lt=text|slot=|cid=50007129" data-nid="50007129" data-playlist-id="" data-vr-excerpttitle=""><h2>Dominik Mysterio attacks Finn Bálor</h2></a> | Unknown directive |
| 1398 | </div> | Syntax not understood |
| 1401 | </div> | Syntax not understood |
| 1402 | </div> | Syntax not understood |
| 1403 | </div> | Syntax not understood |
| 1407 | <div class="wwe-feed-cards--wrapper " data-countrycode="" data-include-exclude="1" data-vr-zone="Feed Cards"> | Syntax not understood |
| 1408 | <div class="wwe-feed-cards"> | Syntax not understood |
| 1409 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__gallery wrestlemania " data-tracking-label="title=|content_type=gallery|lt=text|slot=|cid=50006883" data-vr-contentbox="0"> | Syntax not understood |
| 1410 | <a href="/gallery/day-four-of-wwe-world-wows-the-wwe-universe-photos" class="wwe-feed-card--thumb icon-gallery js-gallery--btn js-track" data-nid="50006883" data-playlist-id="" data-video="" data-vr-excerpttitle="" title="Photos: Day four of WWE World wows the WWE Universe" | Unknown directive |
| 1411 | style="--bg-color:#313838; | Unknown directive |
| 1412 | --font-color: #fff;"> | Unknown directive |
| 1414 | <picture> | Syntax not understood |
| 1415 | <source srcset="/f/styles/wwe_16_9_xl/public/2026/04/015_WWEWorld_04192026MK_1028.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 1416 | <source srcset="/f/styles/wwe_16_9_xl_r/public/2026/04/015_WWEWorld_04192026MK_1028.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 1417 | <source srcset="/f/styles/wwe_16_9_l/public/2026/04/015_WWEWorld_04192026MK_1028.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 1418 | <source srcset="/f/styles/wwe_16_9_m/public/2026/04/015_WWEWorld_04192026MK_1028.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 1419 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/2026/04/015_WWEWorld_04192026MK_1028.jpg" /> | Syntax not understood |
| 1421 | </picture> | Syntax not understood |
| 1423 | </a> | Syntax not understood |
| 1424 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 1425 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania"> | Syntax not understood |
| 1426 | <a href="/shows/wrestlemania" class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania" style="background-color: !important; color: !important;"> | Unknown directive |
| 1427 | WrestleMania | Syntax not understood |
| 1428 | </a> | Syntax not understood |
| 1429 | <div class="social"> | Syntax not understood |
| 1430 | <div class="social-interface"> | Syntax not understood |
| 1431 | <div class="social-btns"> | Syntax not understood |
| 1432 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/gallery/day-four-of-wwe-world-wows-the-wwe-universe-photos" data-a2a-title="Day four of WWE World wows the WWE Universe"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 1434 | </div> | Syntax not understood |
| 1435 | </div> | Syntax not understood |
| 1436 | </div> | Syntax not understood |
| 1438 | </div> | Syntax not understood |
| 1440 | </div> | Syntax not understood |
| 1442 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 1445 | <a href="/gallery/day-four-of-wwe-world-wows-the-wwe-universe-photos" class="js-gallery--btn js-track wwe-feed-cards--title" data-tracking-label="title=Day four of WWE World wows the WWE Universe|content_type=gallery|lt=text|slot=|cid=50006883" data-nid="50006883" data-playlist-id="" data-vr-excerpttitle=""><h2>Photos: Day four of WWE World wows the WWE Universe</h2></a> | Unknown directive |
| 1446 | </div> | Syntax not understood |
| 1449 | </div> | Syntax not understood |
| 1450 | </div> | Syntax not understood |
| 1451 | </div> | Syntax not understood |
| 1455 | <div class="wwe-feed-cards--wrapper geo-location-content" data-countrycode="CN" data-include-exclude="0" data-vr-zone="Feed Cards"> | Syntax not understood |
| 1456 | <div class="wwe-feed-cards"> | Syntax not understood |
| 1457 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__video wrestlemania " data-tracking-label="title=|content_type=video|lt=text|slot=|cid=50007068" data-vr-contentbox="0"> | Syntax not understood |
| 1458 | <a href="/videos/sami-zayn-vs-trick-williams-united-states-championship-match-wrestlemania-42-sunday" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="50007068" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/dchiwm42su_19_yt_hd_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/dchiwm42su_19_yt_hd_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiwm42su_19_yt.m3u8","fid":"40729594","title":"Sami Zayn vs. Trick Williams | United States Championship Match: WrestleMania 42 Sunday highlights","nid":50007068,"description":"Trick Williams challenges Sami Zayn for the United States Championship, presented by Knox Hydrate. Catch WWE action on ESPN, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245858,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/sami-zayn-vs-trick-williams-united-states-championship-match-wrestlemania-42-sunday","abs_path":"https:\/\/www.wwe.com\/videos\/sami-zayn-vs-trick-williams-united-states-championship-match-wrestlemania-42-sunday","network_logged_in_cta":"","show_name":"WrestleMania","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiwm42su_19_yt%2Fdchiwm42su_19_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiwm42su_19_yt_hd_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiwm42su_19_yt_hd_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle="" title="Sami Zayn vs. Trick Williams | United States Championship Match: WrestleMania 42 Sunday highlights" | Unknown directive |
| 1459 | style="--bg-color:#313838; | Unknown directive |
| 1460 | --font-color: #fff;"> | Unknown directive |
| 1462 | <picture> | Syntax not understood |
| 1463 | <source srcset="/f/styles/wwe_16_9_xl/public/video/thumb/2026/04/dchiwm42su_19_yt_hd_rev_2.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 1464 | <source srcset="/f/styles/wwe_16_9_xl_r/public/video/thumb/2026/04/dchiwm42su_19_yt_hd_rev_2.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 1465 | <source srcset="/f/styles/wwe_16_9_l/public/video/thumb/2026/04/dchiwm42su_19_yt_hd_rev_2.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 1466 | <source srcset="/f/styles/wwe_16_9_m/public/video/thumb/2026/04/dchiwm42su_19_yt_hd_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 1467 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/video/thumb/2026/04/dchiwm42su_19_yt_hd_rev_2.jpg" /> | Syntax not understood |
| 1469 | </picture> | Syntax not understood |
| 1471 | <div class="js-video-duration" aria-hidden="true">02:56</div> | Unknown directive |
| 1472 | </a> | Syntax not understood |
| 1473 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 1474 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania"> | Syntax not understood |
| 1475 | <a href="/shows/wrestlemania" class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania" style="background-color: !important; color: !important;"> | Unknown directive |
| 1476 | WrestleMania | Syntax not understood |
| 1477 | </a> | Syntax not understood |
| 1478 | <div class="social"> | Syntax not understood |
| 1479 | <div class="social-interface"> | Syntax not understood |
| 1480 | <div class="social-btns"> | Syntax not understood |
| 1481 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/sami-zayn-vs-trick-williams-united-states-championship-match-wrestlemania-42-sunday" data-a2a-title="Sami Zayn vs. Trick Williams | United States Championship Match: WrestleMania 42 Sunday highlights"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 1483 | </div> | Syntax not understood |
| 1484 | </div> | Syntax not understood |
| 1485 | </div> | Syntax not understood |
| 1487 | </div> | Syntax not understood |
| 1489 | </div> | Syntax not understood |
| 1491 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 1494 | <a href="/videos/sami-zayn-vs-trick-williams-united-states-championship-match-wrestlemania-42-sunday" class="js-video--btn js-track wwe-feed-cards--title" data-tracking-label="title=Sami Zayn vs. Trick Williams | United States Championship Match: WrestleMania 42 Sunday highlights|content_type=video|lt=text|slot=|cid=50007068" data-nid="50007068" data-playlist-id="" data-vr-excerpttitle=""><h2>Sami Zayn vs. Trick Williams | US Title Match</h2></a> | Unknown directive |
| 1495 | </div> | Syntax not understood |
| 1498 | </div> | Syntax not understood |
| 1499 | </div> | Syntax not understood |
| 1500 | </div> | Syntax not understood |
| 1504 | <div class="wwe-feed-cards--wrapper geo-location-content" data-countrycode="CN" data-include-exclude="0" data-vr-zone="Feed Cards"> | Syntax not understood |
| 1505 | <div class="wwe-feed-cards"> | Syntax not understood |
| 1506 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__video wrestlemania " data-tracking-label="title=|content_type=video|lt=text|slot=|cid=50007071" data-vr-contentbox="0"> | Syntax not understood |
| 1507 | <a href="/videos/the-demon-finn-b-lor-vs-dominik-mysterio-street-fight-wrestlemania-42-sunday-highlights" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="50007071" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/dchiwm42su_21_yt_hd_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/dchiwm42su_21_yt_hd_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiwm42su_21_yt.m3u8","fid":"40729597","title":"\u201cThe Demon\u201d Finn B\u00e1lor vs. Dominik Mysterio | Street Fight: WrestleMania 42 Sunday highlights","nid":50007071,"description":"Finn B\u00e1lor channels The Demon in his battle against former friend Dominik Mysterio, presented by Cricket Wireless. Catch WWE action on ESPN, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245860,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/the-demon-finn-b-lor-vs-dominik-mysterio-street-fight-wrestlemania-42-sunday-highlights","abs_path":"https:\/\/www.wwe.com\/videos\/the-demon-finn-b-lor-vs-dominik-mysterio-street-fight-wrestlemania-42-sunday-highlights","network_logged_in_cta":"","show_name":"WrestleMania","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiwm42su_21_yt%2Fdchiwm42su_21_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiwm42su_21_yt_hd_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiwm42su_21_yt_hd_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle="" title="“The Demon” Finn Bálor vs. Dominik Mysterio | Street Fight: WrestleMania 42 Sunday highlights" | Unknown directive |
| 1508 | style="--bg-color:#313838; | Unknown directive |
| 1509 | --font-color: #fff;"> | Unknown directive |
| 1511 | <picture> | Syntax not understood |
| 1512 | <source srcset="/f/styles/wwe_16_9_xl/public/video/thumb/2026/04/dchiwm42su_21_yt_hd_rev_2.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 1513 | <source srcset="/f/styles/wwe_16_9_xl_r/public/video/thumb/2026/04/dchiwm42su_21_yt_hd_rev_2.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 1514 | <source srcset="/f/styles/wwe_16_9_l/public/video/thumb/2026/04/dchiwm42su_21_yt_hd_rev_2.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 1515 | <source srcset="/f/styles/wwe_16_9_m/public/video/thumb/2026/04/dchiwm42su_21_yt_hd_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 1516 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/video/thumb/2026/04/dchiwm42su_21_yt_hd_rev_2.jpg" /> | Syntax not understood |
| 1518 | </picture> | Syntax not understood |
| 1520 | <div class="js-video-duration" aria-hidden="true">03:42</div> | Unknown directive |
| 1521 | </a> | Syntax not understood |
| 1522 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 1523 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania"> | Syntax not understood |
| 1524 | <a href="/shows/wrestlemania" class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania" style="background-color: !important; color: !important;"> | Unknown directive |
| 1525 | WrestleMania | Syntax not understood |
| 1526 | </a> | Syntax not understood |
| 1527 | <div class="social"> | Syntax not understood |
| 1528 | <div class="social-interface"> | Syntax not understood |
| 1529 | <div class="social-btns"> | Syntax not understood |
| 1530 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/the-demon-finn-b-lor-vs-dominik-mysterio-street-fight-wrestlemania-42-sunday-highlights" data-a2a-title="“The Demon” Finn Bálor vs. Dominik Mysterio | Street Fight: WrestleMania 42 Sunday highlights"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 1532 | </div> | Syntax not understood |
| 1533 | </div> | Syntax not understood |
| 1534 | </div> | Syntax not understood |
| 1536 | </div> | Syntax not understood |
| 1538 | </div> | Syntax not understood |
| 1540 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 1543 | <a href="/videos/the-demon-finn-b-lor-vs-dominik-mysterio-street-fight-wrestlemania-42-sunday-highlights" class="js-video--btn js-track wwe-feed-cards--title" data-tracking-label="title=“The Demon” Finn Bálor vs. Dominik Mysterio | Street Fight: WrestleMania 42 Sunday highlights|content_type=video|lt=text|slot=|cid=50007071" data-nid="50007071" data-playlist-id="" data-vr-excerpttitle=""><h2>“The Demon” Finn Bálor vs. Dominik Mysterio</h2></a> | Unknown directive |
| 1544 | </div> | Syntax not understood |
| 1547 | </div> | Syntax not understood |
| 1548 | </div> | Syntax not understood |
| 1549 | </div> | Syntax not understood |
| 1551 | <div> | Syntax not understood |
| 1554 | <div data-wname="latest_show_results_breaker" data-pos="8" class="panel-pane pane-show-results-breaker"> | Syntax not understood |
| 1555 | <div class="wwe-breaker--wrapper analytics-breaker-view-processed" data-wname="show_results" data-vr-zone="Latest Results Breaker"> | Syntax not understood |
| 1556 | <div class="wwe-breaker wwe-breaker__results wwe-breaker__mobile-vertical"> | Syntax not understood |
| 1557 | <div class="wwe-breaker--header clearfix"> | Syntax not understood |
| 1558 | <h2 class="wwe-breaker--title"> | Syntax not understood |
| 1559 | <span class="wwe-breaker--title__sup">WWE Shows</span> | Syntax not understood |
| 1560 | <span class="wwe-breaker--title__main">LATEST RESULTS</span> | Syntax not understood |
| 1561 | </h2> | Syntax not understood |
| 1562 | </div> | Syntax not understood |
| 1563 | <div class="wwe-breaker--content-wrapper"> | Syntax not understood |
| 1564 | <div class="wwe-breaker--content"> | Syntax not understood |
| 1565 | <button type="button" class="slick-prev">Previous</button> | Syntax not understood |
| 1566 | <div class="breaker-slick-carousel wwe-breaker--content-inner js-carousel js-carousel--news-breaker-scroll"> | Syntax not understood |
| 1567 | <div class="wwe-breaker--item-wrapper"> | Syntax not understood |
| 1568 | <div> | Syntax not understood |
| 1571 | <article class="node node--type-episode node--view-mode-latest-show-results-breaker clearfix"> | Syntax not understood |
| 1572 | <header> | Syntax not understood |
| 1574 | <h2 class="node__title" id ="l1"> | Syntax not understood |
| 1575 | <a href="/shows/raw/2026-04-20" rel="bookmark"><span class="field field--name-title field--type-string field--label-hidden">Raw after WrestleMania 42</span> | Syntax not understood |
| 1576 | </a> | Syntax not understood |
| 1577 | </h2> | Syntax not understood |
| 1579 | </header> | Syntax not understood |
| 1580 | <div class="node__content clearfix"> | Syntax not understood |
| 1582 | <div class="field field--name-field-show-reference field--type-entity-reference field--label-hidden field__items"> | Syntax not understood |
| 1583 | <div class="field__item"> | Syntax not understood |
| 1585 | <article class="node node--type-show node--sticky node--view-mode-latest-show-results-breaker clearfix"> | Syntax not understood |
| 1586 | <header> | Syntax not understood |
| 1588 | <h2 class="node__title"> | Syntax not understood |
| 1589 | <a href="/shows/raw" rel="bookmark" aria-label="Raw"><span class="field field--name-title field--type-string field--label-hidden">Raw</span> | Syntax not understood |
| 1590 | </a> | Syntax not understood |
| 1591 | </h2> | Syntax not understood |
| 1593 | </header> | Syntax not understood |
| 1594 | <div class="node__content clearfix"> | Syntax not understood |
| 1596 | <div class="field field--name-field-logo field--type-entity-reference field--label-hidden field__item"> <a href="/shows/raw" hreflang="en"><img loading="lazy" title="Raw" src="/f/styles/medium/public/all/2024/12/RAW_Primary_Logo_For_Any_Background_%281%29--de3612b9543981440a24489e0e568d9b.png" alt="WWE Photo" class="image-style-medium" /> | Syntax not understood |
| 1598 | </a> | Syntax not understood |
| 1599 | </div> | Syntax not understood |
| 1601 | </div> | Syntax not understood |
| 1602 | </article> | Syntax not understood |
| 1603 | </div> | Syntax not understood |
| 1604 | </div> | Syntax not understood |
| 1606 | <div class="field field--name-field-thumbnail-image field--type-entity-reference field--label-hidden field__item"> <a href="/shows/raw/2026-04-20" hreflang="en"><img loading="lazy" title="Raw" src="/f/styles/wwe_16_9_s/public/2026/04/20260420_RAW_final.jpg" width="640" height="360" alt="WWE Photo" class="image-style-wwe-16-9-s" /> | Syntax not understood |
| 1608 | </a> | Syntax not understood |
| 1609 | </div> | Syntax not understood |
| 1611 | <div class="field field--name-field-teaser-title field--type-string field--label-hidden field__item">Jacob Fatu confronts Roman Reigns, says he NEEDS The OTC’s World Title at Backlash</div> | Syntax not understood |
| 1613 | </div> | Syntax not understood |
| 1614 | <div class="wwe-site-link-full-result"> | Syntax not understood |
| 1615 | <a href="/shows/raw/2026-04-20">Full Results</a> | Syntax not understood |
| 1616 | </div> | Syntax not understood |
| 1617 | </article> | Syntax not understood |
| 1619 | </div> | Syntax not understood |
| 1620 | </div> | Syntax not understood |
| 1621 | <div class="wwe-breaker--item-wrapper"> | Syntax not understood |
| 1622 | <div> | Syntax not understood |
| 1625 | <article class="node node--type-episode node--view-mode-latest-show-results-breaker clearfix"> | Syntax not understood |
| 1626 | <header> | Syntax not understood |
| 1628 | <h2 class="node__title" id ="l1"> | Syntax not understood |
| 1629 | <a href="/shows/wwenxt/2026-04-21" rel="bookmark"><span class="field field--name-title field--type-string field--label-hidden">NXT Revenge 2026 Week Two</span> | Syntax not understood |
| 1630 | </a> | Syntax not understood |
| 1631 | </h2> | Syntax not understood |
| 1633 | </header> | Syntax not understood |
| 1634 | <div class="node__content clearfix"> | Syntax not understood |
| 1636 | <div class="field field--name-field-show-reference field--type-entity-reference field--label-hidden field__items"> | Syntax not understood |
| 1637 | <div class="field__item"> | Syntax not understood |
| 1639 | <article class="node node--type-show node--sticky node--view-mode-latest-show-results-breaker clearfix"> | Syntax not understood |
| 1640 | <header> | Syntax not understood |
| 1642 | <h2 class="node__title"> | Syntax not understood |
| 1643 | <a href="/shows/wwenxt" rel="bookmark" aria-label="WWE NXT"><span class="field field--name-title field--type-string field--label-hidden">WWE NXT</span> | Syntax not understood |
| 1644 | </a> | Syntax not understood |
| 1645 | </h2> | Syntax not understood |
| 1647 | </header> | Syntax not understood |
| 1648 | <div class="node__content clearfix"> | Syntax not understood |
| 1650 | <div class="field field--name-field-logo field--type-entity-reference field--label-hidden field__item"> <a href="/shows/wwenxt" hreflang="en"><img loading="lazy" title="WWE NXT" src="/f/styles/medium/public/all/2024/10/NXTonCW--0f06792893241464479338f55596a5bf.png" alt="WWE Photo" class="image-style-medium" /> | Syntax not understood |
| 1652 | </a> | Syntax not understood |
| 1653 | </div> | Syntax not understood |
| 1655 | </div> | Syntax not understood |
| 1656 | </article> | Syntax not understood |
| 1657 | </div> | Syntax not understood |
| 1658 | </div> | Syntax not understood |
| 1660 | <div class="field field--name-field-thumbnail-image field--type-entity-reference field--label-hidden field__item"> <a href="/shows/wwenxt/2026-04-21" hreflang="en"><img loading="lazy" title="WWE NXT" src="/f/styles/wwe_16_9_s/public/2026/04/20260421_NXT_Final.jpg" width="640" height="360" alt="WWE Photo" class="image-style-wwe-16-9-s" /> | Syntax not understood |
| 1662 | </a> | Syntax not understood |
| 1663 | </div> | Syntax not understood |
| 1665 | <div class="field field--name-field-teaser-title field--type-string field--label-hidden field__item">NXT Revenge 2026 Week Two results: Zaria is the Last Woman Standing after sending Sol Ruca crashing through a table</div> | Unknown directive |
| 1667 | </div> | Syntax not understood |
| 1668 | <div class="wwe-site-link-full-result"> | Syntax not understood |
| 1669 | <a href="/shows/wwenxt/2026-04-21">Full Results</a> | Syntax not understood |
| 1670 | </div> | Syntax not understood |
| 1671 | </article> | Syntax not understood |
| 1673 | </div> | Syntax not understood |
| 1674 | </div> | Syntax not understood |
| 1675 | <div class="wwe-breaker--item-wrapper"> | Syntax not understood |
| 1676 | <div> | Syntax not understood |
| 1679 | <article class="node node--type-episode node--view-mode-latest-show-results-breaker clearfix"> | Syntax not understood |
| 1680 | <header> | Syntax not understood |
| 1682 | <h2 class="node__title" id ="l1"> | Syntax not understood |
| 1683 | <a href="/shows/smackdown/2026-04-17" rel="bookmark"><span class="field field--name-title field--type-string field--label-hidden">SmackDown: April 17, 2026</span> | Unknown directive |
| 1684 | </a> | Syntax not understood |
| 1685 | </h2> | Syntax not understood |
| 1687 | </header> | Syntax not understood |
| 1688 | <div class="node__content clearfix"> | Syntax not understood |
| 1690 | <div class="field field--name-field-show-reference field--type-entity-reference field--label-hidden field__items"> | Syntax not understood |
| 1691 | <div class="field__item"> | Syntax not understood |
| 1693 | <article class="node node--type-show node--sticky node--view-mode-latest-show-results-breaker clearfix"> | Syntax not understood |
| 1694 | <header> | Syntax not understood |
| 1696 | <h2 class="node__title"> | Syntax not understood |
| 1697 | <a href="/shows/smackdown" rel="bookmark" aria-label="SmackDown"><span class="field field--name-title field--type-string field--label-hidden">SmackDown</span> | Syntax not understood |
| 1698 | </a> | Syntax not understood |
| 1699 | </h2> | Syntax not understood |
| 1701 | </header> | Syntax not understood |
| 1702 | <div class="node__content clearfix"> | Syntax not understood |
| 1704 | <div class="field field--name-field-logo field--type-entity-reference field--label-hidden field__item"> <a href="/shows/smackdown" hreflang="en"><img loading="lazy" title="SmackDown" src="/f/styles/medium/public/all/2024/09/Smackdown_LOGO--c8e0b09904cb1356d309a8ea2acb0422.png" alt="WWE Photo" class="image-style-medium" /> | Syntax not understood |
| 1706 | </a> | Syntax not understood |
| 1707 | </div> | Syntax not understood |
| 1709 | </div> | Syntax not understood |
| 1710 | </article> | Syntax not understood |
| 1711 | </div> | Syntax not understood |
| 1712 | </div> | Syntax not understood |
| 1714 | <div class="field field--name-field-thumbnail-image field--type-entity-reference field--label-hidden field__item"> <a href="/shows/smackdown/2026-04-17" hreflang="en"><img loading="lazy" title="SmackDown" src="/f/styles/wwe_16_9_s/public/2026/04/20260417_SD.jpg" width="640" height="360" alt="WWE Photo" class="image-style-wwe-16-9-s" /> | Syntax not understood |
| 1716 | </a> | Syntax not understood |
| 1717 | </div> | Syntax not understood |
| 1719 | <div class="field field--name-field-teaser-title field--type-string field--label-hidden field__item">SmackDown results, April 17, 2026: Cody Rhodes and CM Punk stand together before WrestleMania </div> | Unknown directive |
| 1721 | </div> | Syntax not understood |
| 1722 | <div class="wwe-site-link-full-result"> | Syntax not understood |
| 1723 | <a href="/shows/smackdown/2026-04-17">Full Results</a> | Syntax not understood |
| 1724 | </div> | Syntax not understood |
| 1725 | </article> | Syntax not understood |
| 1727 | </div> | Syntax not understood |
| 1728 | </div> | Syntax not understood |
| 1729 | <div class="wwe-breaker--item-wrapper"> | Syntax not understood |
| 1730 | <div> | Syntax not understood |
| 1733 | <article class="node node--type-episode node--view-mode-latest-show-results-breaker clearfix"> | Syntax not understood |
| 1734 | <header> | Syntax not understood |
| 1736 | <h2 class="node__title" id ="l1"> | Syntax not understood |
| 1737 | <a href="/shows/wrestlemania/wrestlemania-sunday-2026" rel="bookmark"><span class="field field--name-title field--type-string field--label-hidden">WrestleMania 42 Sunday 2026</span> | Syntax not understood |
| 1738 | </a> | Syntax not understood |
| 1739 | </h2> | Syntax not understood |
| 1741 | </header> | Syntax not understood |
| 1742 | <div class="node__content clearfix"> | Syntax not understood |
| 1744 | <div class="field field--name-field-show-reference field--type-entity-reference field--label-hidden field__items"> | Syntax not understood |
| 1745 | <div class="field__item"> | Syntax not understood |
| 1747 | <article class="node node--type-show node--sticky node--view-mode-latest-show-results-breaker clearfix"> | Syntax not understood |
| 1748 | <header> | Syntax not understood |
| 1750 | <h2 class="node__title"> | Syntax not understood |
| 1751 | <a href="/shows/wrestlemania" rel="bookmark" aria-label="WrestleMania"><span class="field field--name-title field--type-string field--label-hidden">WrestleMania</span> | Syntax not understood |
| 1752 | </a> | Syntax not understood |
| 1753 | </h2> | Syntax not understood |
| 1755 | </header> | Syntax not understood |
| 1756 | <div class="node__content clearfix"> | Syntax not understood |
| 1758 | <div class="field field--name-field-logo field--type-entity-reference field--label-hidden field__item"> <a href="/shows/wrestlemania" hreflang="en"><img loading="lazy" title="WrestleMania" src="/f/styles/medium/public/2025/11/WrestleMania_NEW_42_Logo_2026.png" width="220" height="142" alt="WWE Photo" class="image-style-medium" /> | Syntax not understood |
| 1760 | </a> | Syntax not understood |
| 1761 | </div> | Syntax not understood |
| 1763 | </div> | Syntax not understood |
| 1764 | </article> | Syntax not understood |
| 1765 | </div> | Syntax not understood |
| 1766 | </div> | Syntax not understood |
| 1768 | <div class="field field--name-field-thumbnail-image field--type-entity-reference field--label-hidden field__item"> <a href="/shows/wrestlemania/wrestlemania-sunday-2026" hreflang="en"><img loading="lazy" title="WrestleMania " src="/f/styles/wwe_16_9_s/public/2026/04/258_WM42_04192026RF_29009.jpg" width="640" height="360" alt="Punk vs. Reigns" class="image-style-wwe-16-9-s" /> | Syntax not understood |
| 1770 | </a> | Syntax not understood |
| 1771 | </div> | Syntax not understood |
| 1773 | <div class="field field--name-field-teaser-title field--type-string field--label-hidden field__item">Roman Reigns triumphs over CM Punk to win the World Heavyweight Title at WrestleMania 42</div> | Syntax not understood |
| 1775 | </div> | Syntax not understood |
| 1776 | <div class="wwe-site-link-full-result"> | Syntax not understood |
| 1777 | <a href="/shows/wrestlemania/wrestlemania-sunday-2026">Full Results</a> | Syntax not understood |
| 1778 | </div> | Syntax not understood |
| 1779 | </article> | Syntax not understood |
| 1781 | </div> | Syntax not understood |
| 1782 | </div> | Syntax not understood |
| 1783 | </div> | Syntax not understood |
| 1784 | <button type="button" class="slick-next">Next</button> | Syntax not understood |
| 1785 | </div> | Syntax not understood |
| 1786 | </div> | Syntax not understood |
| 1787 | </div> | Syntax not understood |
| 1788 | <a href="/shows" class="wwe-btn--cta wwe-breaker--cta js-track" data-tracking-label="View all Shows">View all Shows</a> | Syntax not understood |
| 1789 | </div> | Syntax not understood |
| 1790 | </div> | Syntax not understood |
| 1791 | <div class="wwe-ad--rail wwe-breaker-ad wwe-breaker-ad--show-results"> | Syntax not understood |
| 1792 | <div class="block block-wwe-ads block-ads-rail"> | Syntax not understood |
| 1795 | <div class="content"> | Syntax not understood |
| 1796 | <div class="l-hybrid-col-frame_rail-wrap hybrid-col-frame_rail-wrap"> | Syntax not understood |
| 1797 | <div class="l-hybrid-col-frame_rail hybrid-col-frame_rail frame-rail-1"> | Syntax not understood |
| 1798 | <div class="wwe-ad--rail wwe-ad--rail-1 rand-block" alt="Advertisement" role="dialog" aria-label="Advertisement"><div id="wwe-ad-rail-952512657"></div></div></div></div> | Syntax not understood |
| 1799 | </div> | Syntax not understood |
| 1800 | </div> | Syntax not understood |
| 1802 | </div> | Syntax not understood |
| 1805 | </div> | Syntax not understood |
| 1808 | <div class="wwe-feed-cards--wrapper geo-location-content" data-countrycode="CN" data-include-exclude="0" data-vr-zone="Feed Cards"> | Syntax not understood |
| 1809 | <div class="wwe-feed-cards"> | Syntax not understood |
| 1810 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__video wrestlemania " data-tracking-label="title=|content_type=video|lt=text|slot=|cid=50007075" data-vr-contentbox="0"> | Syntax not understood |
| 1811 | <a href="/videos/roman-reigns-honors-the-bloodline-with-iconic-entrance-wrestlemania-42-sunday-highlights" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="50007075" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/vmssg_6h1Fc_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/vmssg_6h1Fc_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiwm42su_25_yt.m3u8","fid":"40729746","title":"Roman Reigns honors The Bloodline with iconic entrance: WrestleMania 42 Sunday highlights","nid":50007075,"description":"Roman Reigns enters Las Vegas with a special entrance honoring his family. Catch WWE action on ESPN, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245864,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/roman-reigns-honors-the-bloodline-with-iconic-entrance-wrestlemania-42-sunday-highlights","abs_path":"https:\/\/www.wwe.com\/videos\/roman-reigns-honors-the-bloodline-with-iconic-entrance-wrestlemania-42-sunday-highlights","network_logged_in_cta":"","show_name":"WrestleMania","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiwm42su_25_yt%2Fdchiwm42su_25_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_6h1Fc_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_6h1Fc_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle="" title="Roman Reigns honors The Bloodline with iconic entrance: WrestleMania 42 Sunday highlights" | Unknown directive |
| 1812 | style="--bg-color:#313838; | Unknown directive |
| 1813 | --font-color: #fff;"> | Unknown directive |
| 1815 | <picture> | Syntax not understood |
| 1816 | <source srcset="/f/styles/wwe_16_9_xl/public/video/thumb/2026/04/vmssg_6h1Fc_rev_2.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 1817 | <source srcset="/f/styles/wwe_16_9_xl_r/public/video/thumb/2026/04/vmssg_6h1Fc_rev_2.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 1818 | <source srcset="/f/styles/wwe_16_9_l/public/video/thumb/2026/04/vmssg_6h1Fc_rev_2.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 1819 | <source srcset="/f/styles/wwe_16_9_m/public/video/thumb/2026/04/vmssg_6h1Fc_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 1820 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/video/thumb/2026/04/vmssg_6h1Fc_rev_2.jpg" /> | Syntax not understood |
| 1822 | </picture> | Syntax not understood |
| 1824 | <div class="js-video-duration" aria-hidden="true">05:00</div> | Unknown directive |
| 1825 | </a> | Syntax not understood |
| 1826 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 1827 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania"> | Syntax not understood |
| 1828 | <a href="/shows/wrestlemania" class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania" style="background-color: !important; color: !important;"> | Unknown directive |
| 1829 | WrestleMania | Syntax not understood |
| 1830 | </a> | Syntax not understood |
| 1831 | <div class="social"> | Syntax not understood |
| 1832 | <div class="social-interface"> | Syntax not understood |
| 1833 | <div class="social-btns"> | Syntax not understood |
| 1834 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/roman-reigns-honors-the-bloodline-with-iconic-entrance-wrestlemania-42-sunday-highlights" data-a2a-title="Roman Reigns honors The Bloodline with iconic entrance: WrestleMania 42 Sunday highlights"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 1836 | </div> | Syntax not understood |
| 1837 | </div> | Syntax not understood |
| 1838 | </div> | Syntax not understood |
| 1840 | </div> | Syntax not understood |
| 1842 | </div> | Syntax not understood |
| 1844 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 1847 | <a href="/videos/roman-reigns-honors-the-bloodline-with-iconic-entrance-wrestlemania-42-sunday-highlights" class="js-video--btn js-track wwe-feed-cards--title" data-tracking-label="title=Roman Reigns honors The Bloodline with iconic entrance: WrestleMania 42 Sunday highlights|content_type=video|lt=text|slot=|cid=50007075" data-nid="50007075" data-playlist-id="" data-vr-excerpttitle=""><h2>Roman Reigns honors The Bloodline with entrance</h2></a> | Unknown directive |
| 1848 | </div> | Syntax not understood |
| 1851 | </div> | Syntax not understood |
| 1852 | </div> | Syntax not understood |
| 1853 | </div> | Syntax not understood |
| 1857 | <div class="wwe-feed-cards--wrapper geo-location-content" data-countrycode="CN" data-include-exclude="0" data-vr-zone="Feed Cards"> | Syntax not understood |
| 1858 | <div class="wwe-feed-cards"> | Syntax not understood |
| 1859 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__video wrestlemania " data-tracking-label="title=|content_type=video|lt=text|slot=|cid=50007067" data-vr-contentbox="0"> | Syntax not understood |
| 1860 | <a href="/videos/finn-b-lor-makes-his-demonic-wrestlemania-entrance-wrestlemania-42-sunday-highlights" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="50007067" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/vmssg_uAd0p_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/vmssg_uAd0p_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiwm42su_20_yt.m3u8","fid":"40729595","title":"Finn B\u00e1lor makes his demonic WrestleMania entrance: WrestleMania 42 Sunday highlights","nid":50007067,"description":"Finn B\u00e1lor channels The Demon in his battle against former friend Dominik Mysterio, presented by Cricket Wireless. Catch WWE action on ESPN, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245857,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/finn-b-lor-makes-his-demonic-wrestlemania-entrance-wrestlemania-42-sunday-highlights","abs_path":"https:\/\/www.wwe.com\/videos\/finn-b-lor-makes-his-demonic-wrestlemania-entrance-wrestlemania-42-sunday-highlights","network_logged_in_cta":"","show_name":"WrestleMania","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiwm42su_20_yt%2Fdchiwm42su_20_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_uAd0p_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_uAd0p_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle="" title="Finn Bálor makes his demonic WrestleMania entrance: WrestleMania 42 Sunday highlights" | Unknown directive |
| 1861 | style="--bg-color:#313838; | Unknown directive |
| 1862 | --font-color: #fff;"> | Unknown directive |
| 1864 | <picture> | Syntax not understood |
| 1865 | <source srcset="/f/styles/wwe_16_9_xl/public/video/thumb/2026/04/vmssg_uAd0p_rev_2.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 1866 | <source srcset="/f/styles/wwe_16_9_xl_r/public/video/thumb/2026/04/vmssg_uAd0p_rev_2.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 1867 | <source srcset="/f/styles/wwe_16_9_l/public/video/thumb/2026/04/vmssg_uAd0p_rev_2.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 1868 | <source srcset="/f/styles/wwe_16_9_m/public/video/thumb/2026/04/vmssg_uAd0p_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 1869 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/video/thumb/2026/04/vmssg_uAd0p_rev_2.jpg" /> | Syntax not understood |
| 1871 | </picture> | Syntax not understood |
| 1873 | <div class="js-video-duration" aria-hidden="true">03:35</div> | Unknown directive |
| 1874 | </a> | Syntax not understood |
| 1875 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 1876 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania"> | Syntax not understood |
| 1877 | <a href="/shows/wrestlemania" class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania" style="background-color: !important; color: !important;"> | Unknown directive |
| 1878 | WrestleMania | Syntax not understood |
| 1879 | </a> | Syntax not understood |
| 1880 | <div class="social"> | Syntax not understood |
| 1881 | <div class="social-interface"> | Syntax not understood |
| 1882 | <div class="social-btns"> | Syntax not understood |
| 1883 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/finn-b-lor-makes-his-demonic-wrestlemania-entrance-wrestlemania-42-sunday-highlights" data-a2a-title="Finn Bálor makes his demonic WrestleMania entrance: WrestleMania 42 Sunday highlights"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 1885 | </div> | Syntax not understood |
| 1886 | </div> | Syntax not understood |
| 1887 | </div> | Syntax not understood |
| 1889 | </div> | Syntax not understood |
| 1891 | </div> | Syntax not understood |
| 1893 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 1896 | <a href="/videos/finn-b-lor-makes-his-demonic-wrestlemania-entrance-wrestlemania-42-sunday-highlights" class="js-video--btn js-track wwe-feed-cards--title" data-tracking-label="title=Finn Bálor makes his demonic WrestleMania entrance: WrestleMania 42 Sunday highlights|content_type=video|lt=text|slot=|cid=50007067" data-nid="50007067" data-playlist-id="" data-vr-excerpttitle=""><h2>Finn Bálor makes his demonic WrestleMania entrance</h2></a> | Unknown directive |
| 1897 | </div> | Syntax not understood |
| 1900 | </div> | Syntax not understood |
| 1901 | </div> | Syntax not understood |
| 1902 | </div> | Syntax not understood |
| 1906 | <div class="wwe-feed-cards--wrapper geo-location-content" data-countrycode="CN" data-include-exclude="0" data-vr-zone="Feed Cards"> | Syntax not understood |
| 1907 | <div class="wwe-feed-cards"> | Syntax not understood |
| 1908 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__video wrestlemania " data-tracking-label="title=|content_type=video|lt=text|slot=|cid=50007072" data-vr-contentbox="0"> | Syntax not understood |
| 1909 | <a href="/videos/john-cena-and-danhausen-team-up-for-hilarious-wrestlemania-moment-wrestlemania-42-sunday" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="50007072" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/vmssg_3c3kv_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/vmssg_3c3kv_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiwm42su_24_yt.m3u8","fid":"40729744","title":"John Cena and Danhausen team up for hilarious WrestleMania moment: WrestleMania 42 Sunday highlights","nid":50007072,"description":"Danhausen joins John Cena at WrestleMania 42 Sunday to embarrass The Miz and Kit Wilson. Catch WWE action on ESPN, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245861,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/john-cena-and-danhausen-team-up-for-hilarious-wrestlemania-moment-wrestlemania-42-sunday","abs_path":"https:\/\/www.wwe.com\/videos\/john-cena-and-danhausen-team-up-for-hilarious-wrestlemania-moment-wrestlemania-42-sunday","network_logged_in_cta":"","show_name":"WrestleMania","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiwm42su_24_yt%2Fdchiwm42su_24_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_3c3kv_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_3c3kv_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle="" title="John Cena and Danhausen team up for hilarious WrestleMania moment: WrestleMania 42 Sunday highlights" | Unknown directive |
| 1910 | style="--bg-color:#313838; | Unknown directive |
| 1911 | --font-color: #fff;"> | Unknown directive |
| 1913 | <picture> | Syntax not understood |
| 1914 | <source srcset="/f/styles/wwe_16_9_xl/public/video/thumb/2026/04/vmssg_3c3kv_rev_2.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 1915 | <source srcset="/f/styles/wwe_16_9_xl_r/public/video/thumb/2026/04/vmssg_3c3kv_rev_2.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 1916 | <source srcset="/f/styles/wwe_16_9_l/public/video/thumb/2026/04/vmssg_3c3kv_rev_2.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 1917 | <source srcset="/f/styles/wwe_16_9_m/public/video/thumb/2026/04/vmssg_3c3kv_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 1918 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/video/thumb/2026/04/vmssg_3c3kv_rev_2.jpg" /> | Syntax not understood |
| 1920 | </picture> | Syntax not understood |
| 1922 | <div class="js-video-duration" aria-hidden="true">03:14</div> | Unknown directive |
| 1923 | </a> | Syntax not understood |
| 1924 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 1925 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania"> | Syntax not understood |
| 1926 | <a href="/shows/wrestlemania" class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania" style="background-color: !important; color: !important;"> | Unknown directive |
| 1927 | WrestleMania | Syntax not understood |
| 1928 | </a> | Syntax not understood |
| 1929 | <div class="social"> | Syntax not understood |
| 1930 | <div class="social-interface"> | Syntax not understood |
| 1931 | <div class="social-btns"> | Syntax not understood |
| 1932 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/john-cena-and-danhausen-team-up-for-hilarious-wrestlemania-moment-wrestlemania-42-sunday" data-a2a-title="John Cena and Danhausen team up for hilarious WrestleMania moment: WrestleMania 42 Sunday highlights"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 1934 | </div> | Syntax not understood |
| 1935 | </div> | Syntax not understood |
| 1936 | </div> | Syntax not understood |
| 1938 | </div> | Syntax not understood |
| 1940 | </div> | Syntax not understood |
| 1942 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 1945 | <a href="/videos/john-cena-and-danhausen-team-up-for-hilarious-wrestlemania-moment-wrestlemania-42-sunday" class="js-video--btn js-track wwe-feed-cards--title" data-tracking-label="title=John Cena and Danhausen team up for hilarious WrestleMania moment: WrestleMania 42 Sunday highlights|content_type=video|lt=text|slot=|cid=50007072" data-nid="50007072" data-playlist-id="" data-vr-excerpttitle=""><h2>Cena and Danhausen team up for hilarious moment</h2></a> | Unknown directive |
| 1946 | </div> | Syntax not understood |
| 1949 | </div> | Syntax not understood |
| 1950 | </div> | Syntax not understood |
| 1951 | </div> | Syntax not understood |
| 1955 | <div class="wwe-feed-cards--wrapper geo-location-content" data-countrycode="CN" data-include-exclude="0" data-vr-zone="Feed Cards"> | Syntax not understood |
| 1956 | <div class="wwe-feed-cards"> | Syntax not understood |
| 1957 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__video wrestlemania " data-tracking-label="title=|content_type=video|lt=text|slot=|cid=50007076" data-vr-contentbox="0"> | Syntax not understood |
| 1958 | <a href="/videos/cm-punk-brings-back-miseria-cantare-for-wrestlemania-wrestlemania-42-sunday-highlights" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="50007076" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/vmssg_r9bUJ_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/vmssg_r9bUJ_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiwm42su_26_yt.m3u8","fid":"40729748","title":"CM Punk brings back Miseria Cantare for WrestleMania: WrestleMania 42 Sunday highlights","nid":50007076,"description":"CM Punk brings back his Miseria Cantare theme from his independent wrestling days ahead of his World Heavyweight Title Match with Roman Reigns. Catch WWE action on ESPN, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245865,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/cm-punk-brings-back-miseria-cantare-for-wrestlemania-wrestlemania-42-sunday-highlights","abs_path":"https:\/\/www.wwe.com\/videos\/cm-punk-brings-back-miseria-cantare-for-wrestlemania-wrestlemania-42-sunday-highlights","network_logged_in_cta":"","show_name":"WrestleMania","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiwm42su_26_yt%2Fdchiwm42su_26_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_r9bUJ_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_r9bUJ_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle="" title="CM Punk brings back Miseria Cantare for WrestleMania: WrestleMania 42 Sunday highlights" | Unknown directive |
| 1959 | style="--bg-color:#313838; | Unknown directive |
| 1960 | --font-color: #fff;"> | Unknown directive |
| 1962 | <picture> | Syntax not understood |
| 1963 | <source srcset="/f/styles/wwe_16_9_xl/public/video/thumb/2026/04/vmssg_r9bUJ_rev_2.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 1964 | <source srcset="/f/styles/wwe_16_9_xl_r/public/video/thumb/2026/04/vmssg_r9bUJ_rev_2.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 1965 | <source srcset="/f/styles/wwe_16_9_l/public/video/thumb/2026/04/vmssg_r9bUJ_rev_2.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 1966 | <source srcset="/f/styles/wwe_16_9_m/public/video/thumb/2026/04/vmssg_r9bUJ_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 1967 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/video/thumb/2026/04/vmssg_r9bUJ_rev_2.jpg" /> | Syntax not understood |
| 1969 | </picture> | Syntax not understood |
| 1971 | <div class="js-video-duration" aria-hidden="true">05:23</div> | Unknown directive |
| 1972 | </a> | Syntax not understood |
| 1973 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 1974 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania"> | Syntax not understood |
| 1975 | <a href="/shows/wrestlemania" class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania" style="background-color: !important; color: !important;"> | Unknown directive |
| 1976 | WrestleMania | Syntax not understood |
| 1977 | </a> | Syntax not understood |
| 1978 | <div class="social"> | Syntax not understood |
| 1979 | <div class="social-interface"> | Syntax not understood |
| 1980 | <div class="social-btns"> | Syntax not understood |
| 1981 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/cm-punk-brings-back-miseria-cantare-for-wrestlemania-wrestlemania-42-sunday-highlights" data-a2a-title="CM Punk brings back Miseria Cantare for WrestleMania: WrestleMania 42 Sunday highlights"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 1983 | </div> | Syntax not understood |
| 1984 | </div> | Syntax not understood |
| 1985 | </div> | Syntax not understood |
| 1987 | </div> | Syntax not understood |
| 1989 | </div> | Syntax not understood |
| 1991 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 1994 | <a href="/videos/cm-punk-brings-back-miseria-cantare-for-wrestlemania-wrestlemania-42-sunday-highlights" class="js-video--btn js-track wwe-feed-cards--title" data-tracking-label="title=CM Punk brings back Miseria Cantare for WrestleMania: WrestleMania 42 Sunday highlights|content_type=video|lt=text|slot=|cid=50007076" data-nid="50007076" data-playlist-id="" data-vr-excerpttitle=""><h2>CM Punk brings back Miseria Cantare</h2></a> | Unknown directive |
| 1995 | </div> | Syntax not understood |
| 1998 | </div> | Syntax not understood |
| 1999 | </div> | Syntax not understood |
| 2000 | </div> | Syntax not understood |
| 2004 | <div class="wwe-feed-cards--wrapper " data-countrycode="" data-include-exclude="1" data-vr-zone="Feed Cards"> | Syntax not understood |
| 2005 | <div class="wwe-feed-cards"> | Syntax not understood |
| 2006 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__gallery wrestlemania " data-tracking-label="title=|content_type=gallery|lt=text|slot=|cid=50006882" data-vr-contentbox="0"> | Syntax not understood |
| 2007 | <a href="/gallery/get-an-inside-look-at-wwe-world-day-three-photos" class="wwe-feed-card--thumb icon-gallery js-gallery--btn js-track" data-nid="50006882" data-playlist-id="" data-video="" data-vr-excerpttitle="" title="Photos: Get an inside look at WWE World day three" | Unknown directive |
| 2008 | style="--bg-color:#313838; | Unknown directive |
| 2009 | --font-color: #fff;"> | Unknown directive |
| 2011 | <picture> | Syntax not understood |
| 2012 | <source srcset="/f/styles/wwe_16_9_xl/public/2026/04/054_WWEWORLD_04182026cc_1997.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 2013 | <source srcset="/f/styles/wwe_16_9_xl_r/public/2026/04/054_WWEWORLD_04182026cc_1997.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 2014 | <source srcset="/f/styles/wwe_16_9_l/public/2026/04/054_WWEWORLD_04182026cc_1997.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 2015 | <source srcset="/f/styles/wwe_16_9_m/public/2026/04/054_WWEWORLD_04182026cc_1997.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 2016 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/2026/04/054_WWEWORLD_04182026cc_1997.jpg" /> | Syntax not understood |
| 2018 | </picture> | Syntax not understood |
| 2020 | </a> | Syntax not understood |
| 2021 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 2022 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania"> | Syntax not understood |
| 2023 | <a href="/shows/wrestlemania" class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania" style="background-color: !important; color: !important;"> | Unknown directive |
| 2024 | WrestleMania | Syntax not understood |
| 2025 | </a> | Syntax not understood |
| 2026 | <div class="social"> | Syntax not understood |
| 2027 | <div class="social-interface"> | Syntax not understood |
| 2028 | <div class="social-btns"> | Syntax not understood |
| 2029 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/gallery/get-an-inside-look-at-wwe-world-day-three-photos" data-a2a-title="Get an inside look at WWE World day three: photos"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 2031 | </div> | Syntax not understood |
| 2032 | </div> | Syntax not understood |
| 2033 | </div> | Syntax not understood |
| 2035 | </div> | Syntax not understood |
| 2037 | </div> | Syntax not understood |
| 2039 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 2042 | <a href="/gallery/get-an-inside-look-at-wwe-world-day-three-photos" class="js-gallery--btn js-track wwe-feed-cards--title" data-tracking-label="title=Get an inside look at WWE World day three: photos|content_type=gallery|lt=text|slot=|cid=50006882" data-nid="50006882" data-playlist-id="" data-vr-excerpttitle=""><h2>Photos: Get an inside look at WWE World day three</h2></a> | Unknown directive |
| 2043 | </div> | Syntax not understood |
| 2046 | </div> | Syntax not understood |
| 2047 | </div> | Syntax not understood |
| 2048 | </div> | Syntax not understood |
| 2050 | <div> | Syntax not understood |
| 2051 | <div class="wwe-breaker--wrapper analytics-breaker-view-processed"> | Syntax not understood |
| 2052 | <div class="wwe-breaker wwe-breaker__mobile-vertical"> | Syntax not understood |
| 2053 | <a class="events-stubhub-breaker--item-btn js-network--cta-text js-track" href=https://wwenetwork.com/ target='_blank'> | Unknown directive |
| 2054 | <div class="paragraph paragraph--type--events-stubhub-breaker paragraph--view-mode--events-stubhub-breaker"> | Syntax not understood |
| 2056 | <div class="field field--name-field-stubhub-image field--type-entity-reference field--label-hidden field__item"> <img loading="lazy" src="/f/styles/wwe_16_9_xl/public/2026/04/20260316_ESPNNetflixBreakers_WM42_Demand.jpg" width="1125" height="493" alt="WWE Photo" class="image-style-wwe-16-9-xl" /> | Syntax not understood |
| 2059 | </div> | Syntax not understood |
| 2061 | </div> | Syntax not understood |
| 2063 | </a> | Syntax not understood |
| 2064 | <!-- <div class="events-stubhub-breaker--item-btns-wrapper"> | Syntax not understood |
| 2065 | <a class="events-stubhub-breaker--item-btn js-network--cta-text js-track" | Syntax not understood |
| 2066 | href=https://wwenetwork.com/ target='_blank'>SHOP NOW</a> | Unknown directive |
| 2067 | </div> --> | Syntax not understood |
| 2068 | </div> | Syntax not understood |
| 2069 | </div> | Syntax not understood |
| 2070 | <div class="wwe-ad--rail wwe-breaker-ad wwe-breaker-ad--events-stubhub"> | Syntax not understood |
| 2071 | <div class="block block-wwe-ads block-ads-rail"> | Syntax not understood |
| 2074 | <div class="content"> | Syntax not understood |
| 2075 | <div class="l-hybrid-col-frame_rail-wrap hybrid-col-frame_rail-wrap"> | Syntax not understood |
| 2076 | <div class="l-hybrid-col-frame_rail hybrid-col-frame_rail frame-rail-1"> | Syntax not understood |
| 2077 | <div class="wwe-ad--rail wwe-ad--rail-1 rand-block" alt="Advertisement" role="dialog" aria-label="Advertisement"><div id="wwe-ad-rail-1193779263"></div></div></div></div> | Syntax not understood |
| 2078 | </div> | Syntax not understood |
| 2079 | </div> | Syntax not understood |
| 2081 | </div> | Syntax not understood |
| 2086 | </div> | Syntax not understood |
| 2089 | <div class="wwe-feed-cards--wrapper geo-location-content" data-countrycode="CN" data-include-exclude="0" data-vr-zone="Feed Cards"> | Syntax not understood |
| 2090 | <div class="wwe-feed-cards"> | Syntax not understood |
| 2091 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__video wrestlemania " data-tracking-label="title=|content_type=video|lt=text|slot=|cid=50007017" data-vr-contentbox="0"> | Syntax not understood |
| 2092 | <a href="/videos/jacob-fatu-vs-drew-mcintyre-unsanctioned-match-wrestlemania-42-saturday-highlights" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="50007017" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/dchiwm42sa_16_yt_rev_hd_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/dchiwm42sa_16_yt_rev_hd_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiwm42sa_16_yt_rev.m3u8","fid":"40729153","title":"Jacob Fatu vs. Drew McIntyre | Unsanctioned Match: WrestleMania 42 Saturday highlights","nid":50007017,"description":"Jacob Fatu and Drew McIntyre clash in an Unsanctioned Match, presented by Chumba Casino. Catch WWE action on ESPN, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245813,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/jacob-fatu-vs-drew-mcintyre-unsanctioned-match-wrestlemania-42-saturday-highlights","abs_path":"https:\/\/www.wwe.com\/videos\/jacob-fatu-vs-drew-mcintyre-unsanctioned-match-wrestlemania-42-saturday-highlights","network_logged_in_cta":"","show_name":"WrestleMania","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiwm42sa_16_yt_rev%2Fdchiwm42sa_16_yt_rev_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiwm42sa_16_yt_rev_hd_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiwm42sa_16_yt_rev_hd_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle="" title="Jacob Fatu vs. Drew McIntyre | Unsanctioned Match: WrestleMania 42 Saturday highlights" | Unknown directive |
| 2093 | style="--bg-color:#313838; | Unknown directive |
| 2094 | --font-color: #fff;"> | Unknown directive |
| 2096 | <picture> | Syntax not understood |
| 2097 | <source srcset="/f/styles/wwe_16_9_xl/public/video/thumb/2026/04/dchiwm42sa_16_yt_rev_hd_rev_2.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 2098 | <source srcset="/f/styles/wwe_16_9_xl_r/public/video/thumb/2026/04/dchiwm42sa_16_yt_rev_hd_rev_2.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 2099 | <source srcset="/f/styles/wwe_16_9_l/public/video/thumb/2026/04/dchiwm42sa_16_yt_rev_hd_rev_2.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 2100 | <source srcset="/f/styles/wwe_16_9_m/public/video/thumb/2026/04/dchiwm42sa_16_yt_rev_hd_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 2101 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/video/thumb/2026/04/dchiwm42sa_16_yt_rev_hd_rev_2.jpg" /> | Syntax not understood |
| 2103 | </picture> | Syntax not understood |
| 2105 | <div class="js-video-duration" aria-hidden="true">03:44</div> | Unknown directive |
| 2106 | </a> | Syntax not understood |
| 2107 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 2108 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania"> | Syntax not understood |
| 2109 | <a href="/shows/wrestlemania" class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania" style="background-color: !important; color: !important;"> | Unknown directive |
| 2110 | WrestleMania | Syntax not understood |
| 2111 | </a> | Syntax not understood |
| 2112 | <div class="social"> | Syntax not understood |
| 2113 | <div class="social-interface"> | Syntax not understood |
| 2114 | <div class="social-btns"> | Syntax not understood |
| 2115 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/jacob-fatu-vs-drew-mcintyre-unsanctioned-match-wrestlemania-42-saturday-highlights" data-a2a-title="Jacob Fatu vs. Drew McIntyre | Unsanctioned Match: WrestleMania 42 Saturday highlights"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 2117 | </div> | Syntax not understood |
| 2118 | </div> | Syntax not understood |
| 2119 | </div> | Syntax not understood |
| 2121 | </div> | Syntax not understood |
| 2123 | </div> | Syntax not understood |
| 2125 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 2128 | <a href="/videos/jacob-fatu-vs-drew-mcintyre-unsanctioned-match-wrestlemania-42-saturday-highlights" class="js-video--btn js-track wwe-feed-cards--title" data-tracking-label="title=Jacob Fatu vs. Drew McIntyre | Unsanctioned Match: WrestleMania 42 Saturday highlights|content_type=video|lt=text|slot=|cid=50007017" data-nid="50007017" data-playlist-id="" data-vr-excerpttitle=""><h2>Jacob Fatu vs. Drew McIntyre | Unsanctioned Match</h2></a> | Unknown directive |
| 2129 | </div> | Syntax not understood |
| 2132 | </div> | Syntax not understood |
| 2133 | </div> | Syntax not understood |
| 2134 | </div> | Syntax not understood |
| 2138 | <div class="wwe-feed-cards--wrapper geo-location-content" data-countrycode="CN" data-include-exclude="0" data-vr-zone="Feed Cards"> | Syntax not understood |
| 2139 | <div class="wwe-feed-cards"> | Syntax not understood |
| 2140 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__video wrestlemania " data-tracking-label="title=|content_type=video|lt=text|slot=|cid=50007022" data-vr-contentbox="0"> | Syntax not understood |
| 2141 | <a href="/videos/bron-breakker-returns-and-spears-seth-rollins-wrestlemania-42-saturday-highlights" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="50007022" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/vmssg_iCzpZ_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/vmssg_iCzpZ_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiwm42sa_22_yt.m3u8","fid":"40729208","title":"Bron Breakker returns and SPEARS Seth Rollins: WrestleMania 42 Saturday highlights","nid":50007022,"description":"Bron Breakker makes a huge return, Spearing Seth Rollins in epic fashion. Catch WWE action on ESPN, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245817,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/bron-breakker-returns-and-spears-seth-rollins-wrestlemania-42-saturday-highlights","abs_path":"https:\/\/www.wwe.com\/videos\/bron-breakker-returns-and-spears-seth-rollins-wrestlemania-42-saturday-highlights","network_logged_in_cta":"","show_name":"WrestleMania","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiwm42sa_22_yt%2Fdchiwm42sa_22_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_iCzpZ_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_iCzpZ_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle="" title="Bron Breakker returns and SPEARS Seth Rollins: WrestleMania 42 Saturday highlights" | Unknown directive |
| 2142 | style="--bg-color:#313838; | Unknown directive |
| 2143 | --font-color: #fff;"> | Unknown directive |
| 2145 | <picture> | Syntax not understood |
| 2146 | <source srcset="/f/styles/wwe_16_9_xl/public/video/thumb/2026/04/vmssg_iCzpZ_rev_2.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 2147 | <source srcset="/f/styles/wwe_16_9_xl_r/public/video/thumb/2026/04/vmssg_iCzpZ_rev_2.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 2148 | <source srcset="/f/styles/wwe_16_9_l/public/video/thumb/2026/04/vmssg_iCzpZ_rev_2.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 2149 | <source srcset="/f/styles/wwe_16_9_m/public/video/thumb/2026/04/vmssg_iCzpZ_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 2150 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/video/thumb/2026/04/vmssg_iCzpZ_rev_2.jpg" /> | Syntax not understood |
| 2152 | </picture> | Syntax not understood |
| 2154 | <div class="js-video-duration" aria-hidden="true">01:04</div> | Unknown directive |
| 2155 | </a> | Syntax not understood |
| 2156 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 2157 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania"> | Syntax not understood |
| 2158 | <a href="/shows/wrestlemania" class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania" style="background-color: !important; color: !important;"> | Unknown directive |
| 2159 | WrestleMania | Syntax not understood |
| 2160 | </a> | Syntax not understood |
| 2161 | <div class="social"> | Syntax not understood |
| 2162 | <div class="social-interface"> | Syntax not understood |
| 2163 | <div class="social-btns"> | Syntax not understood |
| 2164 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/bron-breakker-returns-and-spears-seth-rollins-wrestlemania-42-saturday-highlights" data-a2a-title="Bron Breakker returns and SPEARS Seth Rollins: WrestleMania 42 Saturday highlights"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 2166 | </div> | Syntax not understood |
| 2167 | </div> | Syntax not understood |
| 2168 | </div> | Syntax not understood |
| 2170 | </div> | Syntax not understood |
| 2172 | </div> | Syntax not understood |
| 2174 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 2177 | <a href="/videos/bron-breakker-returns-and-spears-seth-rollins-wrestlemania-42-saturday-highlights" class="js-video--btn js-track wwe-feed-cards--title" data-tracking-label="title=Bron Breakker returns and SPEARS Seth Rollins: WrestleMania 42 Saturday highlights|content_type=video|lt=text|slot=|cid=50007022" data-nid="50007022" data-playlist-id="" data-vr-excerpttitle=""><h2>Bron Breakker returns and SPEARS Seth Rollins</h2></a> | Unknown directive |
| 2178 | </div> | Syntax not understood |
| 2181 | </div> | Syntax not understood |
| 2182 | </div> | Syntax not understood |
| 2183 | </div> | Syntax not understood |
| 2187 | <div class="wwe-feed-cards--wrapper geo-location-content" data-countrycode="CN" data-include-exclude="0" data-vr-zone="Feed Cards"> | Syntax not understood |
| 2188 | <div class="wwe-feed-cards"> | Syntax not understood |
| 2189 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__video wrestlemania " data-tracking-label="title=|content_type=video|lt=text|slot=|cid=50007015" data-vr-contentbox="0"> | Syntax not understood |
| 2190 | <a href="/videos/she-s-back-paige-makes-stunning-return-to-replace-nikki-bella-wrestlemania-42-saturday" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="50007015" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/vmssg_t0Hut_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/vmssg_t0Hut_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiwm42sa_19_yt.m3u8","fid":"40729155","title":"SHE'S BACK! Paige makes stunning return to replace Nikki Bella: WrestleMania 42 Saturday highlights","nid":50007015,"description":"Nikki Bella announces she cannot compete, clearing the way for a returning Paige to replace Nikki in the WWE Women's Tag Team Title Fatal Four-Way Match. Catch WWE action on ESPN, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245812,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/she-s-back-paige-makes-stunning-return-to-replace-nikki-bella-wrestlemania-42-saturday","abs_path":"https:\/\/www.wwe.com\/videos\/she-s-back-paige-makes-stunning-return-to-replace-nikki-bella-wrestlemania-42-saturday","network_logged_in_cta":"","show_name":"WrestleMania","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiwm42sa_19_yt%2Fdchiwm42sa_19_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_t0Hut_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_t0Hut_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle="" title="SHE'S BACK! Paige makes stunning return to replace Nikki Bella: WrestleMania 42 Saturday highlights" | Unknown directive |
| 2191 | style="--bg-color:#313838; | Unknown directive |
| 2192 | --font-color: #fff;"> | Unknown directive |
| 2194 | <picture> | Syntax not understood |
| 2195 | <source srcset="/f/styles/wwe_16_9_xl/public/video/thumb/2026/04/vmssg_t0Hut_rev_2.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 2196 | <source srcset="/f/styles/wwe_16_9_xl_r/public/video/thumb/2026/04/vmssg_t0Hut_rev_2.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 2197 | <source srcset="/f/styles/wwe_16_9_l/public/video/thumb/2026/04/vmssg_t0Hut_rev_2.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 2198 | <source srcset="/f/styles/wwe_16_9_m/public/video/thumb/2026/04/vmssg_t0Hut_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 2199 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/video/thumb/2026/04/vmssg_t0Hut_rev_2.jpg" /> | Syntax not understood |
| 2201 | </picture> | Syntax not understood |
| 2203 | <div class="js-video-duration" aria-hidden="true">02:12</div> | Unknown directive |
| 2204 | </a> | Syntax not understood |
| 2205 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 2206 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania"> | Syntax not understood |
| 2207 | <a href="/shows/wrestlemania" class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania" style="background-color: !important; color: !important;"> | Unknown directive |
| 2208 | WrestleMania | Syntax not understood |
| 2209 | </a> | Syntax not understood |
| 2210 | <div class="social"> | Syntax not understood |
| 2211 | <div class="social-interface"> | Syntax not understood |
| 2212 | <div class="social-btns"> | Syntax not understood |
| 2213 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/she-s-back-paige-makes-stunning-return-to-replace-nikki-bella-wrestlemania-42-saturday" data-a2a-title="SHE'S BACK! Paige makes stunning return to replace Nikki Bella: WrestleMania 42 Saturday highlights"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 2215 | </div> | Syntax not understood |
| 2216 | </div> | Syntax not understood |
| 2217 | </div> | Syntax not understood |
| 2219 | </div> | Syntax not understood |
| 2221 | </div> | Syntax not understood |
| 2223 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 2226 | <a href="/videos/she-s-back-paige-makes-stunning-return-to-replace-nikki-bella-wrestlemania-42-saturday" class="js-video--btn js-track wwe-feed-cards--title" data-tracking-label="title=SHE'S BACK! Paige makes stunning return to replace Nikki Bella: WrestleMania 42 Saturday highlights|content_type=video|lt=text|slot=|cid=50007015" data-nid="50007015" data-playlist-id="" data-vr-excerpttitle=""><h2>SHE'S BACK! Paige makes stunning return</h2></a> | Syntax not understood |
| 2227 | </div> | Syntax not understood |
| 2230 | </div> | Syntax not understood |
| 2231 | </div> | Syntax not understood |
| 2232 | </div> | Syntax not understood |
| 2236 | <div class="wwe-feed-cards--wrapper geo-location-content" data-countrycode="CN" data-include-exclude="0" data-vr-zone="Feed Cards"> | Syntax not understood |
| 2237 | <div class="wwe-feed-cards"> | Syntax not understood |
| 2238 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__video wrestlemania " data-tracking-label="title=|content_type=video|lt=text|slot=|cid=50007012" data-vr-contentbox="0"> | Syntax not understood |
| 2239 | <a href="/videos/ishowspeed-hits-huge-splash-onto-logan-paul-through-the-announce-table-wrestlemania-42" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="50007012" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/vmssg_aqUCL_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/vmssg_aqUCL_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiwm42sa_15_yt.m3u8","fid":"40729150","title":"IShowSpeed hits HUGE Splash onto Logan Paul through table: WrestleMania 42 Saturday highlights","nid":50007012,"description":"After Logan Paul punches IShowSpeed, LA Knight and The Usos save Speed before the social media sensation hits a huge splash through the announce table from the top turnbuckle onto Paul. Catch WWE action on ESPN, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245809,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/ishowspeed-hits-huge-splash-onto-logan-paul-through-the-announce-table-wrestlemania-42","abs_path":"https:\/\/www.wwe.com\/videos\/ishowspeed-hits-huge-splash-onto-logan-paul-through-the-announce-table-wrestlemania-42","network_logged_in_cta":"","show_name":"WrestleMania","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiwm42sa_15_yt%2Fdchiwm42sa_15_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_aqUCL_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_aqUCL_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle="" title="IShowSpeed hits HUGE Splash onto Logan Paul through table: WrestleMania 42 Saturday highlights" | Unknown directive |
| 2240 | style="--bg-color:#313838; | Unknown directive |
| 2241 | --font-color: #fff;"> | Unknown directive |
| 2243 | <picture> | Syntax not understood |
| 2244 | <source srcset="/f/styles/wwe_16_9_xl/public/video/thumb/2026/04/vmssg_aqUCL_rev_2.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 2245 | <source srcset="/f/styles/wwe_16_9_xl_r/public/video/thumb/2026/04/vmssg_aqUCL_rev_2.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 2246 | <source srcset="/f/styles/wwe_16_9_l/public/video/thumb/2026/04/vmssg_aqUCL_rev_2.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 2247 | <source srcset="/f/styles/wwe_16_9_m/public/video/thumb/2026/04/vmssg_aqUCL_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 2248 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/video/thumb/2026/04/vmssg_aqUCL_rev_2.jpg" /> | Syntax not understood |
| 2250 | </picture> | Syntax not understood |
| 2252 | <div class="js-video-duration" aria-hidden="true">03:40</div> | Unknown directive |
| 2253 | </a> | Syntax not understood |
| 2254 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 2255 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania"> | Syntax not understood |
| 2256 | <a href="/shows/wrestlemania" class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania" style="background-color: !important; color: !important;"> | Unknown directive |
| 2257 | WrestleMania | Syntax not understood |
| 2258 | </a> | Syntax not understood |
| 2259 | <div class="social"> | Syntax not understood |
| 2260 | <div class="social-interface"> | Syntax not understood |
| 2261 | <div class="social-btns"> | Syntax not understood |
| 2262 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/ishowspeed-hits-huge-splash-onto-logan-paul-through-the-announce-table-wrestlemania-42" data-a2a-title="IShowSpeed hits HUGE Splash onto Logan Paul through table: WrestleMania 42 Saturday highlights"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 2264 | </div> | Syntax not understood |
| 2265 | </div> | Syntax not understood |
| 2266 | </div> | Syntax not understood |
| 2268 | </div> | Syntax not understood |
| 2270 | </div> | Syntax not understood |
| 2272 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 2275 | <a href="/videos/ishowspeed-hits-huge-splash-onto-logan-paul-through-the-announce-table-wrestlemania-42" class="js-video--btn js-track wwe-feed-cards--title" data-tracking-label="title=IShowSpeed hits HUGE Splash onto Logan Paul through table: WrestleMania 42 Saturday highlights|content_type=video|lt=text|slot=|cid=50007012" data-nid="50007012" data-playlist-id="" data-vr-excerpttitle=""><h2>IShowSpeed hits HUGE Splash onto Logan Paul</h2></a> | Unknown directive |
| 2276 | </div> | Syntax not understood |
| 2279 | </div> | Syntax not understood |
| 2280 | </div> | Syntax not understood |
| 2281 | </div> | Syntax not understood |
| 2285 | <div class="wwe-feed-cards--wrapper geo-location-content" data-countrycode="CN" data-include-exclude="0" data-vr-zone="Feed Cards"> | Syntax not understood |
| 2286 | <div class="wwe-feed-cards"> | Syntax not understood |
| 2287 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__video wrestlemania " data-tracking-label="title=|content_type=video|lt=text|slot=|cid=50007013" data-vr-contentbox="0"> | Syntax not understood |
| 2288 | <a href="/videos/the-usos-la-knight-vs-logan-paul-austin-theory-ishowspeed-wrestlemania-42-saturday" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="50007013" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/dchiwm42sa_13_yt_hd_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/dchiwm42sa_13_yt_hd_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiwm42sa_13_yt.m3u8","fid":"40729151","title":"The Usos & LA Knight vs. Logan Paul, Austin Theory & IShowSpeed: WrestleMania 42 Saturday highlights","nid":50007013,"description":"The Usos team with LA Knight to take on World Tag Team Champions The Vision and IShowSpeed, presented by Ram Trucks. Catch WWE action on ESPN, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245810,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/the-usos-la-knight-vs-logan-paul-austin-theory-ishowspeed-wrestlemania-42-saturday","abs_path":"https:\/\/www.wwe.com\/videos\/the-usos-la-knight-vs-logan-paul-austin-theory-ishowspeed-wrestlemania-42-saturday","network_logged_in_cta":"","show_name":"WrestleMania","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiwm42sa_13_yt%2Fdchiwm42sa_13_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiwm42sa_13_yt_hd_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiwm42sa_13_yt_hd_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle="" title="The Usos & LA Knight vs. Logan Paul, Austin Theory & IShowSpeed: WrestleMania 42 Saturday highlights" | Unknown directive |
| 2289 | style="--bg-color:#313838; | Unknown directive |
| 2290 | --font-color: #fff;"> | Unknown directive |
| 2292 | <picture> | Syntax not understood |
| 2293 | <source srcset="/f/styles/wwe_16_9_xl/public/video/thumb/2026/04/dchiwm42sa_13_yt_hd_rev_2.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 2294 | <source srcset="/f/styles/wwe_16_9_xl_r/public/video/thumb/2026/04/dchiwm42sa_13_yt_hd_rev_2.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 2295 | <source srcset="/f/styles/wwe_16_9_l/public/video/thumb/2026/04/dchiwm42sa_13_yt_hd_rev_2.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 2296 | <source srcset="/f/styles/wwe_16_9_m/public/video/thumb/2026/04/dchiwm42sa_13_yt_hd_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 2297 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/video/thumb/2026/04/dchiwm42sa_13_yt_hd_rev_2.jpg" /> | Syntax not understood |
| 2299 | </picture> | Syntax not understood |
| 2301 | <div class="js-video-duration" aria-hidden="true">05:36</div> | Unknown directive |
| 2302 | </a> | Syntax not understood |
| 2303 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 2304 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania"> | Syntax not understood |
| 2305 | <a href="/shows/wrestlemania" class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania" style="background-color: !important; color: !important;"> | Unknown directive |
| 2306 | WrestleMania | Syntax not understood |
| 2307 | </a> | Syntax not understood |
| 2308 | <div class="social"> | Syntax not understood |
| 2309 | <div class="social-interface"> | Syntax not understood |
| 2310 | <div class="social-btns"> | Syntax not understood |
| 2311 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/the-usos-la-knight-vs-logan-paul-austin-theory-ishowspeed-wrestlemania-42-saturday" data-a2a-title="The Usos & LA Knight vs. Logan Paul, Austin Theory & IShowSpeed: WrestleMania 42 Saturday highlights"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 2313 | </div> | Syntax not understood |
| 2314 | </div> | Syntax not understood |
| 2315 | </div> | Syntax not understood |
| 2317 | </div> | Syntax not understood |
| 2319 | </div> | Syntax not understood |
| 2321 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 2324 | <a href="/videos/the-usos-la-knight-vs-logan-paul-austin-theory-ishowspeed-wrestlemania-42-saturday" class="js-video--btn js-track wwe-feed-cards--title" data-tracking-label="title=The Usos & LA Knight vs. Logan Paul, Austin Theory & IShowSpeed: WrestleMania 42 Saturday highlights|content_type=video|lt=text|slot=|cid=50007013" data-nid="50007013" data-playlist-id="" data-vr-excerpttitle=""><h2>The Usos & LA Knight vs. The Vision & IShowSpeed</h2></a> | Unknown directive |
| 2325 | </div> | Syntax not understood |
| 2328 | </div> | Syntax not understood |
| 2329 | </div> | Syntax not understood |
| 2330 | </div> | Syntax not understood |
| 2332 | <div> | Syntax not understood |
| 2336 | <div class="wwe-breaker--wrapper analytics-breaker-view-processed" data-wname="video_brakers" data-vr-zone="Video Breaker"> | Syntax not understood |
| 2337 | <div class="wwe-breaker wwe-breaker__results wwe-breaker__mobile-vertical"> | Syntax not understood |
| 2338 | <div class="wwe-breaker--header"> | Syntax not understood |
| 2339 | <h2 class="wwe-breaker--title"> | Syntax not understood |
| 2340 | <span class="wwe-breaker--title__sup">Featured</span> | Syntax not understood |
| 2341 | <span class="wwe-breaker--title__main">VIDEO PLAYLISTS</span> | Syntax not understood |
| 2342 | </h2> | Syntax not understood |
| 2343 | <a href="/videos" class="more-videos-btn wwe-btn--cta wwe-breaker--cta js-track" data-tracking-label="lt=button|ct=videofeedpage|text=More WWE Videos">More WWE Videos</a> | Syntax not understood |
| 2344 | </div> | Syntax not understood |
| 2345 | <div class="wwe-breaker--content-wrapper"> | Syntax not understood |
| 2346 | <div class="wwe-breaker--content"> | Syntax not understood |
| 2347 | <button type="button" class="slick-prev">Previous</button> | Syntax not understood |
| 2348 | <div class="breaker-slick-carousel wwe-breaker--content-inner js-carousel js-carousel--video-breaker video-playlist-breaker-content-inner"> | Syntax not understood |
| 2349 | <div class="wwe-breaker--item-wrapper video-playlist-breaker-item-wrapper"> | Syntax not understood |
| 2350 | <div> | Syntax not understood |
| 2351 | <a href="/playlist/raw-highlights-april-20-2026" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration video-playlist-thumb-img-wrapper" data-nid="0" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/dchiraw1717_11_yt_hd_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/dchiraw1717_11_yt_hd_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiraw1717_11_yt.m3u8","fid":"40730041","title":"Jacob Fatu challenges Roman Reigns to Backlash: Raw highlights, April 20, 2026","nid":50007133,"description":"Jacob Fatu steps up to World Heavyweight Champion Roman Reigns, challenging him to a match at Backlash. Catch WWE action on the ESPN App, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245915,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/jacob-fatu-challenges-roman-reigns-to-backlash-raw-highlights-april-20-2026","abs_path":"https:\/\/www.wwe.com\/videos\/jacob-fatu-challenges-roman-reigns-to-backlash-raw-highlights-april-20-2026","network_logged_in_cta":"","show_name":"Raw","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiraw1717_11_yt%2Fdchiraw1717_11_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":"","backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiraw1717_11_yt_hd_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiraw1717_11_yt_hd_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle=""> | Unknown directive |
| 2352 | <picture> | Syntax not understood |
| 2353 | <source srcset="/f/styles/wwe_16_9_xl/public/2026/04/002_RAW_04202026RW_11974.JPG 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 2354 | <source srcset="/f/styles/wwe_16_9_xl_r/public/2026/04/002_RAW_04202026RW_11974.JPG 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 2355 | <source srcset="/f/styles/wwe_16_9_l/public/2026/04/002_RAW_04202026RW_11974.JPG 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 2356 | <source srcset="/f/styles/wwe_16_9_m/public/2026/04/002_RAW_04202026RW_11974.JPG 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 2357 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/2026/04/002_RAW_04202026RW_11974.JPG" title="Raw highlights: April 20, 2026" /> | Unknown directive |
| 2359 | </picture> | Syntax not understood |
| 2361 | <div class="js-video-duration" aria-hidden="true">04:10</div> | Unknown directive |
| 2362 | </a> | Syntax not understood |
| 2363 | <a href="/playlist/raw-highlights-april-20-2026" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="0" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/dchiraw1717_11_yt_hd_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/dchiraw1717_11_yt_hd_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiraw1717_11_yt.m3u8","fid":"40730041","title":"Jacob Fatu challenges Roman Reigns to Backlash: Raw highlights, April 20, 2026","nid":50007133,"description":"Jacob Fatu steps up to World Heavyweight Champion Roman Reigns, challenging him to a match at Backlash. Catch WWE action on the ESPN App, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245915,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/jacob-fatu-challenges-roman-reigns-to-backlash-raw-highlights-april-20-2026","abs_path":"https:\/\/www.wwe.com\/videos\/jacob-fatu-challenges-roman-reigns-to-backlash-raw-highlights-april-20-2026","network_logged_in_cta":"","show_name":"Raw","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiraw1717_11_yt%2Fdchiraw1717_11_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":"","backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiraw1717_11_yt_hd_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiraw1717_11_yt_hd_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle=""> | Unknown directive |
| 2364 | <p class="video-breaker--item-title"> | Syntax not understood |
| 2365 | Raw highlights: April 20, 2026 | Unknown directive |
| 2366 | </p> | Syntax not understood |
| 2367 | </a> | Syntax not understood |
| 2369 | </div> | Syntax not understood |
| 2370 | </div> | Syntax not understood |
| 2371 | <div class="wwe-breaker--item-wrapper video-playlist-breaker-item-wrapper"> | Syntax not understood |
| 2372 | <div> | Syntax not understood |
| 2373 | <a href="/playlist/nxt-revenge-2026-week-two-highlights" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration video-playlist-thumb-img-wrapper" data-nid="0" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/dchinxt909_06_yt_hd_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/dchinxt909_06_yt_hd_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchinxt909_06_yt.m3u8","fid":"40730182","title":"FULL MATCH: Sol Ruca vs. Zaria | Last Woman Standing Match: NXT Revenge 2026 Week Two highlights","nid":50007174,"description":"Sol Ruca and Zaria battle in a Last Woman Standing Match. Catch WWE action on the ESPN App, Netflix, USA Network, CW Network, Peacock, and more.","vms_id":245948,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/full-match-sol-ruca-vs-zaria-last-woman-standing-match-nxt-revenge-2026-week-two-highlights","abs_path":"https:\/\/www.wwe.com\/videos\/full-match-sol-ruca-vs-zaria-last-woman-standing-match-nxt-revenge-2026-week-two-highlights","network_logged_in_cta":"","show_name":"WWE NXT","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchinxt909_06_yt%2Fdchinxt909_06_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":"","backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchinxt909_06_yt_hd_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchinxt909_06_yt_hd_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle=""> | Unknown directive |
| 2374 | <picture> | Syntax not understood |
| 2375 | <source srcset="/f/styles/wwe_16_9_xl/public/2026/04/051_NXT_04212026MP_17316.JPG 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 2376 | <source srcset="/f/styles/wwe_16_9_xl_r/public/2026/04/051_NXT_04212026MP_17316.JPG 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 2377 | <source srcset="/f/styles/wwe_16_9_l/public/2026/04/051_NXT_04212026MP_17316.JPG 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 2378 | <source srcset="/f/styles/wwe_16_9_m/public/2026/04/051_NXT_04212026MP_17316.JPG 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 2379 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/2026/04/051_NXT_04212026MP_17316.JPG" title="NXT Revenge 2026 Week Two highlights" /> | Syntax not understood |
| 2381 | </picture> | Syntax not understood |
| 2383 | <div class="js-video-duration" aria-hidden="true">16:24</div> | Unknown directive |
| 2384 | </a> | Syntax not understood |
| 2385 | <a href="/playlist/nxt-revenge-2026-week-two-highlights" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="0" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/dchinxt909_06_yt_hd_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/dchinxt909_06_yt_hd_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchinxt909_06_yt.m3u8","fid":"40730182","title":"FULL MATCH: Sol Ruca vs. Zaria | Last Woman Standing Match: NXT Revenge 2026 Week Two highlights","nid":50007174,"description":"Sol Ruca and Zaria battle in a Last Woman Standing Match. Catch WWE action on the ESPN App, Netflix, USA Network, CW Network, Peacock, and more.","vms_id":245948,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/full-match-sol-ruca-vs-zaria-last-woman-standing-match-nxt-revenge-2026-week-two-highlights","abs_path":"https:\/\/www.wwe.com\/videos\/full-match-sol-ruca-vs-zaria-last-woman-standing-match-nxt-revenge-2026-week-two-highlights","network_logged_in_cta":"","show_name":"WWE NXT","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchinxt909_06_yt%2Fdchinxt909_06_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":"","backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchinxt909_06_yt_hd_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchinxt909_06_yt_hd_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle=""> | Unknown directive |
| 2386 | <p class="video-breaker--item-title"> | Syntax not understood |
| 2387 | NXT Revenge 2026 Week Two highlights | Syntax not understood |
| 2388 | </p> | Syntax not understood |
| 2389 | </a> | Syntax not understood |
| 2391 | </div> | Syntax not understood |
| 2392 | </div> | Syntax not understood |
| 2393 | <div class="wwe-breaker--item-wrapper video-playlist-breaker-item-wrapper"> | Syntax not understood |
| 2394 | <div> | Syntax not understood |
| 2395 | <a href="/playlist/smackdown-highlights-april-17-2026" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration video-playlist-thumb-img-wrapper" data-nid="0" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/vmssg_8ZOtC_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/vmssg_8ZOtC_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchisd1391_01_yt.m3u8","fid":"40728661","title":"Randy Orton lets loose on Cody Rhodes: SmackDown highlights, April 17, 2026","nid":50006949,"description":"Randy Orton lets loose on Undisputed WWE Champion Cody Rhodes one night before their title match at WrestleMania 42. Catch WWE action on the ESPN App, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245756,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/randy-orton-let-s-loose-on-cody-rhodes-smackdown-highlights-april-17-2026","abs_path":"https:\/\/www.wwe.com\/videos\/randy-orton-let-s-loose-on-cody-rhodes-smackdown-highlights-april-17-2026","network_logged_in_cta":"","show_name":"SmackDown","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchisd1391_01_yt%2Fdchisd1391_01_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":"","backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_8ZOtC_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_8ZOtC_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle=""> | Unknown directive |
| 2396 | <picture> | Syntax not understood |
| 2397 | <source srcset="/f/styles/wwe_16_9_xl/public/2026/04/20260417_SD_RandyLetsLoose.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 2398 | <source srcset="/f/styles/wwe_16_9_xl_r/public/2026/04/20260417_SD_RandyLetsLoose.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 2399 | <source srcset="/f/styles/wwe_16_9_l/public/2026/04/20260417_SD_RandyLetsLoose.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 2400 | <source srcset="/f/styles/wwe_16_9_m/public/2026/04/20260417_SD_RandyLetsLoose.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 2401 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/2026/04/20260417_SD_RandyLetsLoose.jpg" title="SmackDown highlights: April 17, 2026" /> | Unknown directive |
| 2403 | </picture> | Syntax not understood |
| 2405 | <div class="js-video-duration" aria-hidden="true">03:07</div> | Unknown directive |
| 2406 | </a> | Syntax not understood |
| 2407 | <a href="/playlist/smackdown-highlights-april-17-2026" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="0" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/vmssg_8ZOtC_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/vmssg_8ZOtC_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchisd1391_01_yt.m3u8","fid":"40728661","title":"Randy Orton lets loose on Cody Rhodes: SmackDown highlights, April 17, 2026","nid":50006949,"description":"Randy Orton lets loose on Undisputed WWE Champion Cody Rhodes one night before their title match at WrestleMania 42. Catch WWE action on the ESPN App, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245756,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/randy-orton-let-s-loose-on-cody-rhodes-smackdown-highlights-april-17-2026","abs_path":"https:\/\/www.wwe.com\/videos\/randy-orton-let-s-loose-on-cody-rhodes-smackdown-highlights-april-17-2026","network_logged_in_cta":"","show_name":"SmackDown","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchisd1391_01_yt%2Fdchisd1391_01_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":"","backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_8ZOtC_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_8ZOtC_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle=""> | Unknown directive |
| 2408 | <p class="video-breaker--item-title"> | Syntax not understood |
| 2409 | SmackDown highlights: April 17, 2026 | Unknown directive |
| 2410 | </p> | Syntax not understood |
| 2411 | </a> | Syntax not understood |
| 2413 | </div> | Syntax not understood |
| 2414 | </div> | Syntax not understood |
| 2415 | <div class="wwe-breaker--item-wrapper video-playlist-breaker-item-wrapper"> | Syntax not understood |
| 2416 | <div> | Syntax not understood |
| 2417 | <a href="/playlist/wrestlemania-42-highlights" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration video-playlist-thumb-img-wrapper" data-nid="0" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/vmssg_2iRUL_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/vmssg_2iRUL_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiwm42su_27_yt.m3u8","fid":"40729757","title":"CM Punk vs. Roman Reigns | World Heavyweight Championship Match: WrestleMania 42 Sunday highlights","nid":50007081,"description":"CM Punk defends the World Heavyweight Championship against Roman Reigns, presented by Riyadh Season. Catch WWE action on ESPN, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245869,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/cm-punk-vs-roman-reigns-world-heavyweight-championship-match-wrestlemania-42-sunday","abs_path":"https:\/\/www.wwe.com\/videos\/cm-punk-vs-roman-reigns-world-heavyweight-championship-match-wrestlemania-42-sunday","network_logged_in_cta":"","show_name":"WrestleMania","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiwm42su_27_yt%2Fdchiwm42su_27_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":"","backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_2iRUL_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_2iRUL_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle=""> | Unknown directive |
| 2418 | <picture> | Syntax not understood |
| 2419 | <source srcset="/f/styles/wwe_16_9_xl/public/2026/04/20260419_WM42_Brock_Farewell.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 2420 | <source srcset="/f/styles/wwe_16_9_xl_r/public/2026/04/20260419_WM42_Brock_Farewell.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 2421 | <source srcset="/f/styles/wwe_16_9_l/public/2026/04/20260419_WM42_Brock_Farewell.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 2422 | <source srcset="/f/styles/wwe_16_9_m/public/2026/04/20260419_WM42_Brock_Farewell.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 2423 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/2026/04/20260419_WM42_Brock_Farewell.jpg" title="WrestleMania 42 highlights" /> | Syntax not understood |
| 2425 | </picture> | Syntax not understood |
| 2427 | <div class="js-video-duration" aria-hidden="true">04:03</div> | Unknown directive |
| 2428 | </a> | Syntax not understood |
| 2429 | <a href="/playlist/wrestlemania-42-highlights" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="0" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/vmssg_2iRUL_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/vmssg_2iRUL_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiwm42su_27_yt.m3u8","fid":"40729757","title":"CM Punk vs. Roman Reigns | World Heavyweight Championship Match: WrestleMania 42 Sunday highlights","nid":50007081,"description":"CM Punk defends the World Heavyweight Championship against Roman Reigns, presented by Riyadh Season. Catch WWE action on ESPN, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245869,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/cm-punk-vs-roman-reigns-world-heavyweight-championship-match-wrestlemania-42-sunday","abs_path":"https:\/\/www.wwe.com\/videos\/cm-punk-vs-roman-reigns-world-heavyweight-championship-match-wrestlemania-42-sunday","network_logged_in_cta":"","show_name":"WrestleMania","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiwm42su_27_yt%2Fdchiwm42su_27_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":"","backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_2iRUL_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_2iRUL_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle=""> | Unknown directive |
| 2430 | <p class="video-breaker--item-title"> | Syntax not understood |
| 2431 | WrestleMania 42 highlights | Syntax not understood |
| 2432 | </p> | Syntax not understood |
| 2433 | </a> | Syntax not understood |
| 2435 | </div> | Syntax not understood |
| 2436 | </div> | Syntax not understood |
| 2437 | </div> | Syntax not understood |
| 2438 | <button type="button" class="slick-next">Next</button> | Syntax not understood |
| 2439 | </div> | Syntax not understood |
| 2440 | </div> | Syntax not understood |
| 2441 | </div> | Syntax not understood |
| 2442 | </div> | Syntax not understood |
| 2443 | <div class="wwe-ad--rail wwe-breaker-ad wwe-breaker-ad--videos"> | Syntax not understood |
| 2444 | <div class="block block-wwe-ads block-ads-rail"> | Syntax not understood |
| 2447 | <div class="content"> | Syntax not understood |
| 2448 | <div class="l-hybrid-col-frame_rail-wrap hybrid-col-frame_rail-wrap"> | Syntax not understood |
| 2449 | <div class="l-hybrid-col-frame_rail hybrid-col-frame_rail frame-rail-1"> | Syntax not understood |
| 2450 | <div class="wwe-ad--rail wwe-ad--rail-1 rand-block" alt="Advertisement" role="dialog" aria-label="Advertisement"><div id="wwe-ad-rail-1704759512"></div></div></div></div> | Syntax not understood |
| 2451 | </div> | Syntax not understood |
| 2452 | </div> | Syntax not understood |
| 2454 | </div> | Syntax not understood |
| 2456 | </div> | Syntax not understood |
| 2457 | </div> | Syntax not understood |
| 2459 | </div> | Syntax not understood |
| 2462 | <ul class="js-pager__items pager" data-drupal-views-infinite-scroll-pager> | Syntax not understood |
| 2463 | <li class="pager__item"> | Syntax not understood |
| 2464 | <a class="button" href="/homepage?page=1" title="Load more items" rel="next">Load More</a> | Syntax not understood |
| 2465 | </li> | Syntax not understood |
| 2466 | </ul> | Syntax not understood |
| 2468 | </div> | Syntax not understood |
| 2469 | </div> | Syntax not understood |
| 2471 | </div> | Syntax not understood |
| 2472 | </div> | Syntax not understood |
| 2473 | <div class="block block-wwe-ads block-ads-footer"> | Syntax not understood |
| 2476 | <div class="content"> | Syntax not understood |
| 2477 | <div id="wwe-ad-footer-627650614" class="wwe-ad-footer" alt="Advertisement" role="dialog" aria-label="Advertisement"></div> | Syntax not understood |
| 2478 | </div> | Syntax not understood |
| 2479 | </div> | Syntax not understood |
| 2481 | </div> | Syntax not understood |
| 2484 | </div> | Syntax not understood |
| 2486 | </div> | Syntax not understood |
| 2487 | </article> | Syntax not understood |
| 2489 | </div> | Syntax not understood |
| 2490 | </div> | Syntax not understood |
| 2493 | </section> | Syntax not understood |
| 2494 | </main> | Syntax not understood |
| 2495 | </div> | Syntax not understood |
| 2496 | </div> | Syntax not understood |
| 2497 | </div> | Syntax not understood |
| 2498 | <footer class="site-footer" aria-label="footer-navigation"> | Syntax not understood |
| 2499 | <div class="container-fluid"> | Syntax not understood |
| 2500 | <div class="site-footer__bottom"> | Syntax not understood |
| 2501 | <section class="row region region-footer-fifth"> | Syntax not understood |
| 2502 | <nav role="navigation" aria-labelledby="block-wwe-theme-footer-menu" id="block-wwe-theme-footer" class="block block-menu navigation menu--footer"> | Syntax not understood |
| 2504 | <h2 class="visually-hidden" id="block-wwe-theme-footer-menu">Footer</h2> | Syntax not understood |
| 2508 | <ul class="clearfix nav flex-row" data-component-id="bootstrap_barrio:menu_columns"> | Unknown directive |
| 2509 | <li class="nav-item menu-item--expanded"> | Syntax not understood |
| 2510 | <span class="nav-link nav-link-">Corporate</span> | Syntax not understood |
| 2511 | <ul class="flex-column"> | Syntax not understood |
| 2512 | <li class="nav-item"> | Syntax not understood |
| 2513 | <a href="https://corporate.wwe.com/" class="nav-link nav-link-https--corporatewwecom-">Corporate</a> | Unknown directive |
| 2514 | </li> | Syntax not understood |
| 2515 | <li class="nav-item"> | Syntax not understood |
| 2516 | <a href="https://corporate.wwe.com/careers" class="nav-link nav-link-https--corporatewwecom-careers">Careers</a> | Unknown directive |
| 2517 | </li> | Syntax not understood |
| 2518 | <li class="nav-item"> | Syntax not understood |
| 2519 | <a href="https://corporate.wwe.com/impact" class="nav-link nav-link-https--corporatewwecom-impact">Impact</a> | Unknown directive |
| 2520 | </li> | Syntax not understood |
| 2521 | <li class="nav-item"> | Syntax not understood |
| 2522 | <a href="/main-help/contact-us" class="nav-link nav-link--main-help-contact-us" data-drupal-link-system-path="node/35000506">Contact</a> | Syntax not understood |
| 2523 | </li> | Syntax not understood |
| 2524 | </ul> | Syntax not understood |
| 2526 | </li> | Syntax not understood |
| 2527 | <li class="nav-item menu-item--expanded active"> | Syntax not understood |
| 2528 | <span class="nav-link active nav-link-">WWE.com </span> | Syntax not understood |
| 2529 | <ul class="flex-column"> | Syntax not understood |
| 2530 | <li class="nav-item"> | Syntax not understood |
| 2531 | <a href="/news" class="nav-link nav-link--news" data-drupal-link-system-path="node/50000005">WWE News</a> | Syntax not understood |
| 2532 | </li> | Syntax not understood |
| 2533 | <li class="nav-item"> | Syntax not understood |
| 2534 | <a href="/videos" class="nav-link nav-link--videos" data-drupal-link-system-path="node/50000007">WWE Videos</a> | Syntax not understood |
| 2535 | </li> | Syntax not understood |
| 2536 | <li class="nav-item"> | Syntax not understood |
| 2537 | <a href="/photos" class="nav-link nav-link--photos" data-drupal-link-system-path="node/50000006">WWE Photos</a> | Syntax not understood |
| 2538 | </li> | Syntax not understood |
| 2539 | <li class="nav-item"> | Syntax not understood |
| 2540 | <a href="https://onlocationexp.com/wwe?utm_source=wwe.com&utm_medium=referral&utm_campaign=wwe-footer" class="nav-link nav-link-https--onlocationexpcom-wweutm-sourcewwecomutm-mediumreferralutm-campaignwwe-footer">Priority Pass</a> | Unknown directive |
| 2541 | </li> | Syntax not understood |
| 2542 | </ul> | Syntax not understood |
| 2544 | </li> | Syntax not understood |
| 2545 | <li class="nav-item menu-item--expanded"> | Syntax not understood |
| 2546 | <span class="nav-link nav-link-">About</span> | Syntax not understood |
| 2547 | <ul class="flex-column"> | Syntax not understood |
| 2548 | <li class="nav-item"> | Syntax not understood |
| 2549 | <a href="/page/privacy-policy" class="nav-link nav-link--page-privacy-policy" data-drupal-link-system-path="node/35000502">Privacy Policy</a> | Syntax not understood |
| 2550 | </li> | Syntax not understood |
| 2551 | <li class="nav-item"> | Syntax not understood |
| 2552 | <a href="/page/copyright" class="nav-link nav-link--page-copyright" data-drupal-link-system-path="node/35000505">Copyright</a> | Syntax not understood |
| 2553 | </li> | Syntax not understood |
| 2554 | <li class="nav-item"> | Syntax not understood |
| 2555 | <a href="/page/terms-and-conditions" class="nav-link nav-link--page-terms-and-conditions" data-drupal-link-system-path="node/35000507">Terms of Use</a> | Syntax not understood |
| 2556 | </li> | Syntax not understood |
| 2557 | <li class="nav-item"> | Syntax not understood |
| 2558 | <a href="" class="nav-link nav-link-">Your Privacy Choices</a> | Syntax not understood |
| 2559 | </li> | Syntax not understood |
| 2560 | </ul> | Syntax not understood |
| 2562 | </li> | Syntax not understood |
| 2563 | <li class="nav-item menu-item--expanded"> | Syntax not understood |
| 2564 | <span class="nav-link nav-link-">Help </span> | Syntax not understood |
| 2565 | <ul class="flex-column"> | Syntax not understood |
| 2566 | <li class="nav-item"> | Syntax not understood |
| 2567 | <a href="/page/security-policy" class="nav-link nav-link--page-security-policy" data-drupal-link-system-path="node/40002086">Security</a> | Syntax not understood |
| 2568 | </li> | Syntax not understood |
| 2569 | <li class="nav-item"> | Syntax not understood |
| 2570 | <a href="https://help.wwe.com/" class="nav-link nav-link-https--helpwwecom-">Help Center</a> | Unknown directive |
| 2571 | </li> | Syntax not understood |
| 2572 | <li class="nav-item"> | Syntax not understood |
| 2573 | <a href="/page/cookie-policy" class="nav-link nav-link--page-cookie-policy" data-drupal-link-system-path="node/40017960">Cookie Policy</a> | Syntax not understood |
| 2574 | </li> | Syntax not understood |
| 2575 | <li class="nav-item"> | Syntax not understood |
| 2576 | <a href="https://help.wwe.com/Answer/Detail/18?utm_source=dotcom&utm_medium=web&utm_campaign=closed_captions&utm_content=footer_link" class="nav-link nav-link-https--helpwwecom-answer-detail-18utm-sourcedotcomutm-mediumwebutm-campaignclosed-captionsutm-contentfooter-link">Closed Captions</a> | Unknown directive |
| 2577 | </li> | Syntax not understood |
| 2578 | </ul> | Syntax not understood |
| 2580 | </li> | Syntax not understood |
| 2581 | <li class="nav-item menu-item--expanded"> | Syntax not understood |
| 2582 | <span class="nav-link nav-link-">Global Sites </span> | Syntax not understood |
| 2583 | <ul class="flex-column"> | Syntax not understood |
| 2584 | <li class="nav-item"> | Syntax not understood |
| 2585 | <a href="https://arabic.wwe.com/" class="nav-link nav-link-https--arabicwwecom-">Arabic</a> | Unknown directive |
| 2586 | </li> | Syntax not understood |
| 2587 | </ul> | Syntax not understood |
| 2589 | </li> | Syntax not understood |
| 2590 | </ul> | Syntax not understood |
| 2595 | </nav> | Syntax not understood |
| 2596 | <div class="views-element-container block block-views block-views-blockfooter-section-block-1" id="block-wwe-theme-views-block-footer-section-block-1"> | Syntax not understood |
| 2599 | <div class="content"> | Syntax not understood |
| 2600 | <div><div class="view view-footer-section view-id-footer_section view-display-id-block_1 js-view-dom-id-a043a0e2377f8437f74f4f384b8d61cf81b54becfa0fc39df57bdbd8113caea2"> | Syntax not understood |
| 2604 | <div class="view-content row"> | Syntax not understood |
| 2606 | <div> | Syntax not understood |
| 2607 | <div> | Syntax not understood |
| 2608 | <div class="views-row"><div class="views-field views-field-nothing"><span class="field-content"><div class="footer-logo"> | Syntax not understood |
| 2609 | <img src="/themes/custom/wwe_theme/logo.svg" alt="WWE Logo"> | Syntax not understood |
| 2610 | </div></span></div></div> | Syntax not understood |
| 2611 | </div> | Syntax not understood |
| 2612 | </div> | Syntax not understood |
| 2615 | </div> | Syntax not understood |
| 2617 | </div> | Syntax not understood |
| 2618 | </div> | Syntax not understood |
| 2620 | </div> | Syntax not understood |
| 2621 | </div> | Syntax not understood |
| 2623 | </section> | Syntax not understood |
| 2625 | </div> | Syntax not understood |
| 2626 | </div> | Syntax not understood |
| 2627 | </footer> | Syntax not understood |
| 2628 | </div> | Syntax not understood |
| 2629 | </div> | Syntax not understood |
| 2631 | </div> | Syntax not understood |
| 2634 | <script type="application/json" data-drupal-selector="drupal-settings-json">{"path":{"baseUrl":"\/","pathPrefix":"","currentPath":"node\/50000042","currentPathIsAdmin":false,"isFront":true,"currentLanguage":"en"},"pluralDelimiter":"\u0003","suppressDeprecationErrors":true,"ajaxPageState":{"libraries":"eJyVVW2O4yAMvVACWq1WI-0pVpoDIAfchJYAi51-7OnXhGamM5Vm2j8tPPsF-2EbcI4TxIuG60LtSorcDQH-XfTgk4I9nLshJSYukM0Apfikd-IEJ6Q0471xDGmA0BNfgo_jvX1GIhiRTPDjxPf2mBx2NhXUNs05RYxM6rNX388YF2NTWOZIj7rP4GNn2YwQApaLPp3Q5Clx2pBqPHqHSW-LmgZSh2eWbA7alSVDUNdtNzFn-q21n4HcQY0pjQEhe1ISjN6TFjQkcFiqy0-1p2cpxoG_peUAFyxKIl_9CwqZUB9_qBf1S_9pVktPEuQAWaSFzbD4UM_mUxJxDaFln-JmdZ5sOlbpRGixd3Nyi-ij7UIsX3-TD4iQqabz6ucc8NWWFIKafaxnfc_yUfTFvl3BY5T930UCU3LrkTw_ftS67wNEJ-X6GEXEbKH1bilQBXqWN0ntr_X_YHLvzKbM8yxiiPZpXi5YL46R-EnqV-5Snzdn4DkH6d9WthkKjNK4E2299o6oJeZlCJ4mdB0l6yGYGZ0HU5tROucOUjyhzCi6EOOsByn87ujxVC9dflWLr0HGx52PntHQWqvNpd_QvqFdHRngSLe-ZRjfkOu_LT5zAyOEC3vbcn3b9Q53WL70EOmqeYfojIXi9LarG8lsKCCzqoJt2JoMEVsEt4BBGSsyTc31e984nxmLhPCY920Qk7wDWUa6yT5GdDfOawY3ksjMk0P0UBAO0m0misS3hipDW24aXO8U5wGbxusLtU7lZl8yFqntlWvWD-fkI38IcK2Czw_Tu4GCtwfzAS-4joNrvdawNug6k3op1v8X9dMW","theme":"wwe_theme","theme_token":null},"ajaxTrustedUrl":[],"data":{"extlink":{"extTarget":true,"extTargetAppendNewWindowLabel":"(opens in a new window)","extTargetNoOverride":false,"extNofollow":false,"extTitleNoOverride":false,"extNoreferrer":false,"extFollowNoOverride":false,"extClass":"0","extLabel":"(link is external)","extImgClass":false,"extSubdomains":true,"extExclude":"(.wwe.)","extInclude":"(arabic\\.wwe\\.com)|(www\\.wwenetwork\\.com)|(network\\.wwe\\.com)|(www\\.wwe\\.com\\\/wwenetwork)|(r\\.wwe\\.mlb\\.services)","extCssExclude":"#wwe-ligthweight-network","extCssInclude":"","extCssExplicit":"","extAlert":false,"extAlertText":"This link will take you to an external web site. We are not responsible for their content.","extHideIcons":false,"mailtoClass":"0","telClass":"0","mailtoLabel":"(link sends email)","telLabel":"(link is a phone number)","extUseFontAwesome":false,"extIconPlacement":"append","extPreventOrphan":false,"extFaLinkClasses":"fa fa-external-link","extFaMailtoClasses":"fa fa-envelope-o","extAdditionalLinkClasses":"","extAdditionalMailtoClasses":"","extAdditionalTelClasses":"","extFaTelClasses":"fa fa-phone","whitelistedDomains":[],"extExcludeNoreferrer":""}},"WWE":{"language":"en","node_language":"en"},"ct_video":{"tolerance":"100","monetate_uuid":"0004384744","wwe_ct_video_autoplay_static_mp4":"\/modules\/custom\/ct_video\/assets\/media\/mp4-with-audio.mp4","player_url":"https:\/\/player.wwe.com\/release\/v1.7.5","cms_id":"2478363","mux_env_key":null,"mux_debug_mode":false,"mux_enabled":"0","disable_network_logo":"1"},"wwe_ads":{"ad_data":{"wwe-ad-footer-627650614":{"type":"footer-ad","target":"wwe-ad-footer-627650614","sizes":{"desktop":"[[970,90],[970,250]]","phone":false,"tablet":"[728, 90]"},"interstitial":false}}},"WWEGlobalFeedGeo":{"geo":"US","view_names":"wwe_homepage","view_display_id":"block_1","basePath":"\/"},"WWEGlobalFeedGeoone":{"geo":"US","basePath":"\/"},"views":{"ajax_path":"\/views\/ajax","cleanurl":0,"ajaxViews":{"views_dom_id:78912afc65479719b2e58d4ffa978c2c77d1256dcef8fe161094888c9b2b68f7":{"view_name":"wwe_homepage","view_display_id":"block_1","view_args":"","view_path":"\/node\/50000042","view_base_path":null,"view_dom_id":"78912afc65479719b2e58d4ffa978c2c77d1256dcef8fe161094888c9b2b68f7","pager_element":0},"views_dom_id:afe950e51bc72c1586466397913ca3a06b777d8465be39cba5c680f41ade2f77":{"view_name":"show_contextual_smackdown","view_display_id":"block_3","view_args":"","view_path":"\/node\/50000042","view_base_path":null,"view_dom_id":"afe950e51bc72c1586466397913ca3a06b777d8465be39cba5c680f41ade2f77","pager_element":0},"views_dom_id:7fc99ecc90c1380fd81df2ebf22ebc6d52894ecaf430f7472189c5a56e0f791d":{"view_name":"breaking_news","view_display_id":"breaking_news","view_args":"","view_path":"\/node\/50000042","view_base_path":null,"view_dom_id":"7fc99ecc90c1380fd81df2ebf22ebc6d52894ecaf430f7472189c5a56e0f791d","pager_element":0}}},"WWEVideoHighlights":{"nid":"50007176"},"ct_episode":{"day":"days","hour":"hours","min":"mins","sec":"secs"},"ct_match":{"day":"days","hour":"hours","min":"mins","sec":"secs"},"page":{"type":"page","nid":"50000042","site_name":"WWE","seo_special_character":""},"WWEAds":{"denv":"dev","dtemplate":"page","duniqueid":"50000042","dnetwork":"N","ddiva":"N","dppv":"N","uid":0,"dregion":"www.wwe.com","path":"\/homepage","ddesktop2":"Homepage","ddesktop3":"NONE","ddesktop4":"NONE","ddesktop5":"NONE","lazyLoad":"400","railRefresh":"2000","adFrequency":"5","leaderStick":1500,"galleryRefresh":5000,"mobileRefresh":2000,"mobileNonPhotoRefresh":2000,"mobileNonPhotoSwipes":"1.5","cmsID":"2427","overrideVID":"0","dua":"n"},"custom_data":{"search_url":"\/search","wwe_login_hide":1,"wwe_login_countries_list":["RU","SY","IR","KP","CU"],"wwe_endeavor_api":"https:\/\/dce-frontoffice.imggaming.com","wwe_endeavor_api_key":"9f89308b-c273-44e4-b77e-a4c25d7b5b51"},"WWEPhotoGalleryB":{"language":"en","node_language":"en"},"ct_gallery":{"adFrequency":"5","nextGalleryText":"","hiResGallery":0,"hiResFullscreen":0},"user":{"uid":0,"permissionsHash":"0a15264661b7a3d97285f80390bd4a5a2c59435b20125a11151c2d200e3b78fb"}}</script> | Unknown directive |
| 2635 | <script src="/f/js/js_aYRPwdKfdFesr-NOoHebDvI2y0RwWcHakzDNQH2j_WU.js?scope=footer&delta=0&language=en&theme=wwe_theme&include=eJyNUltywyAMvJAdjsTIIBMlMmJAebinLwY74_60_ULaldCyArxXgbga2IPLnCXqMDF8rWYiucAN3oNTG4AZ82peL7TpKioHspFP8ijmCIqujGXAtzLFu_H5kYAvezo8CV_FUpwpkqItLguzaeh4oGNHh20Y-GKCSGBUCB9kP12mpB2MwKuSa9T4yUaPM-ZfK26l0TOitw6yN0e2JZZpylBfuYGBZQK2CSJ2BWfAYqIiHu1-3x_Fb8VcJfyv-iziKgsmCHULFCP6U3F7wcmSBUodYqaMcKcYbKwWn4nNhh4eHhRxVIfiMmH3uP2Gts_OPxLmotB6bbs4CUX9IVCvuKDpksatt84-EYXJ3e2OfwOtd_7O"></script> | Syntax not understood |
| 2636 | <script src="https://static.addtoany.com/menu/page.js" defer></script> | Unknown directive |
| 2637 | <script src="/f/js/js_pjpnDynY60iwT6bAYyDoF7V-aalJNQ4yJfb9lMTvv2w.js?scope=footer&delta=2&language=en&theme=wwe_theme&include=eJyNUltywyAMvJAdjsTIIBMlMmJAebinLwY74_60_ULaldCyArxXgbga2IPLnCXqMDF8rWYiucAN3oNTG4AZ82peL7TpKioHspFP8ijmCIqujGXAtzLFu_H5kYAvezo8CV_FUpwpkqItLguzaeh4oGNHh20Y-GKCSGBUCB9kP12mpB2MwKuSa9T4yUaPM-ZfK26l0TOitw6yN0e2JZZpylBfuYGBZQK2CSJ2BWfAYqIiHu1-3x_Fb8VcJfyv-iziKgsmCHULFCP6U3F7wcmSBUodYqaMcKcYbKwWn4nNhh4eHhRxVIfiMmH3uP2Gts_OPxLmotB6bbs4CUX9IVCvuKDpksatt84-EYXJ3e2OfwOtd_7O"></script> | Syntax not understood |
| 2638 | <script src="//securepubads.g.doubleclick.net/tag/js/gpt.js"></script> | Syntax not understood |
| 2639 | <script src="/f/js/js_3597S2KWsVUqWE6pUVn-YBr9IbY5YnsrNmvAl36WeR4.js?scope=footer&delta=4&language=en&theme=wwe_theme&include=eJyNUltywyAMvJAdjsTIIBMlMmJAebinLwY74_60_ULaldCyArxXgbga2IPLnCXqMDF8rWYiucAN3oNTG4AZ82peL7TpKioHspFP8ijmCIqujGXAtzLFu_H5kYAvezo8CV_FUpwpkqItLguzaeh4oGNHh20Y-GKCSGBUCB9kP12mpB2MwKuSa9T4yUaPM-ZfK26l0TOitw6yN0e2JZZpylBfuYGBZQK2CSJ2BWfAYqIiHu1-3x_Fb8VcJfyv-iziKgsmCHULFCP6U3F7wcmSBUodYqaMcKcYbKwWn4nNhh4eHhRxVIfiMmH3uP2Gts_OPxLmotB6bbs4CUX9IVCvuKDpksatt84-EYXJ3e2OfwOtd_7O"></script> | Syntax not understood |
| 2641 | </body> | Syntax not understood |
| 2642 | </html> | Syntax not understood |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.90 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.55 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
179 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.067
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.79 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
4.55 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
WWE Photo div > div.field > div.field__item > img | www.wwe.com/f/video/thumb/2026/04/dchiwm42su_29_yt_hd_rev_2.jpg | 810.3 KiB | 802.1 KiB |
WWE Photo div > div.field > div.field__item > img | www.wwe.com/f/video/thumb/2026/04/vmssg_9RvEi_rev_2.jpg | 585.3 KiB | 577.1 KiB |
WWE Photo div > div.field > div.field__item > img | www.wwe.com/f/video/thumb/2026/04/top42wm42_ntwk_hd_rev_2.jpg | 548.4 KiB | 540.2 KiB |
WWE Photo div.wwe-feed-cards--card > a.wwe-feed-card--thumb > picture > img | www.wwe.com/f/styles/wwe_16_9_xl/public/2026/04/WWEWorld_04192026MK_2232.jpg | 210.5 KiB | 195.3 KiB |
WWE Photo div.wwe-feed-cards--card > a.wwe-feed-card--thumb > picture > img | www.wwe.com/f/styles/wwe_16_9_xl/public/2026/04/015_WWEWorld_04192026MK_1028.jpg | 208.5 KiB | 193.4 KiB |
WWE Photo div > a.wwe-feed-card--thumb > picture > img | www.wwe.com/f/styles/wwe_16_9_xl/public/2026/04/002_RAW_04202026RW_11974.JPG | 195.6 KiB | 185.1 KiB |
WWE Photo div > a.wwe-feed-card--thumb > picture > img | www.wwe.com/f/styles/wwe_16_9_xl/public/2026/04/051_NXT_04212026MP_17316.JPG | 194.6 KiB | 184.2 KiB |
WWE Photo div.wwe-feed-cards--card > a.wwe-feed-card--thumb > picture > img | /f/styles/wwe_16_9_xl/public/2026/04/003_WWEWorld_zk_2026... | 196.2 KiB | 181.0 KiB |
WWE Photo div.wwe-feed-cards--card > a.wwe-feed-card--thumb > picture > img | /f/styles/wwe_16_9_xl/public/video/thumb/2026/04/dchiwm42... | 192.6 KiB | 177.4 KiB |
WWE Photo div.wwe-feed-cards--card > a.wwe-feed-card--thumb > picture > img | /f/styles/wwe_16_9_xl/public/video/thumb/2026/04/dchiraw1... | 174.2 KiB | 159.0 KiB |
WWE Photo div.wwe-feed-cards--card > a.wwe-feed-card--thumb > picture > img | /f/styles/wwe_16_9_xl/public/video/thumb/2026/04/vmssg_HA... | 172.3 KiB | 157.2 KiB |
WWE Photo div.wwe-feed-cards--card > a.wwe-feed-card--thumb > picture > img | /f/styles/wwe_16_9_xl/public/video/thumb/2026/04/dchiraw1... | 166.6 KiB | 151.5 KiB |
WWE Photo div.wwe-feed-cards--card > a.wwe-feed-card--thumb > picture > img | /f/styles/wwe_16_9_xl/public/video/thumb/2026/04/dchiraw1... | 165.4 KiB | 150.3 KiB |
WWE Photo div.wwe-feed-cards--card > a.wwe-feed-card--thumb > picture > img | /f/styles/wwe_16_9_xl/public/video/thumb/2026/04/dchiwm42... | 156.9 KiB | 141.7 KiB |
WWE Photo div.wwe-feed-cards--card > a.wwe-feed-card--thumb > picture > img | www.wwe.com/f/styles/wwe_16_9_xl/public/2026/04/054_WWEWORLD_04182026cc_1997.jpg | 154.1 KiB | 138.9 KiB |
WWE Photo div.wwe-feed-cards--card > a.wwe-feed-card--thumb > picture > img | /f/styles/wwe_16_9_xl/public/video/thumb/2026/04/dchiraw1... | 148.2 KiB | 133.1 KiB |
WWE Photo div > a.wwe-feed-card--thumb > picture > img | www.wwe.com/f/styles/wwe_16_9_xl/public/2026/04/20260419_WM42_Brock_Farewell.jpg | 135.9 KiB | 125.5 KiB |
WWE Photo div.node__content > div.field > a > img.image-style-wwe-16-9-xl | www.wwe.com/f/styles/wwe_16_9_xl/public/2026/04/064_NXT_04212026AK_13246.JPG | 218.1 KiB | 102.2 KiB |
WWE Photo article.node > div.node__content > div.field > img.image-style-wwe-16-9-l | www.wwe.com/f/styles/wwe_16_9_l/public/2026/04/20260421_NXT_Final.jpg | 128.6 KiB | 94.5 KiB |
WWE Photo div > a.wwe-feed-card--thumb > picture > img | www.wwe.com/f/styles/wwe_16_9_xl/public/2026/04/20260417_SD_RandyLetsLoose.jpg | 95.5 KiB | 86.9 KiB |
Punk vs. Reigns div.node__content > div.field > a > img.image-style-wwe-16-9-s | www.wwe.com/f/styles/wwe_16_9_s/public/2026/04/258_WM42_04192026RF_29009.jpg | 91.9 KiB | 84.3 KiB |
WWE Photo div.show-contextual__item__image-content > a.js-track > picture > img | /f/styles/wwe_16_9_xs/public/video/thumb/2026/04/vmssg_jU... | 93.7 KiB | 79.3 KiB |
WWE Photo div.show-contextual__item__image-content > a.js-track > picture > img | /f/styles/wwe_16_9_xs/public/video/thumb/2026/04/dchinxt9... | 81.2 KiB | 66.8 KiB |
WWE Photo div.show-contextual__item__image-content > a.js-track > picture > img | /f/styles/wwe_16_9_xs/public/video/thumb/2026/04/dchinxt9... | 74.5 KiB | 60.1 KiB |
WWE Photo a.events-stubhub-breaker--item-btn > div.paragraph > div.field > img.image-style-wwe-16-9-xl | /f/styles/wwe_16_9_xl/public/2026/04/20260316_ESPNNetflix... | 147.9 KiB | 57.7 KiB |
WWE Photo div.node__content > div.field > a > img.image-style-wwe-16-9-s | www.wwe.com/f/styles/wwe_16_9_s/public/2026/04/20260420_RAW_final.jpg | 63.9 KiB | 56.3 KiB |
WWE Photo div.node__content > div.field > a > img.image-style-wwe-16-9-s | www.wwe.com/f/styles/wwe_16_9_s/public/2026/04/20260421_NXT_Final.jpg | 63.9 KiB | 56.2 KiB |
WWE Photo div.node__content > div.field > a > img.image-style-wwe-16-9-s | www.wwe.com/f/styles/wwe_16_9_s/public/2026/04/20260417_SD.jpg | 51.3 KiB | 43.6 KiB |
WWE Photo div.node__content > div.field > a > img.image-style-medium | www.wwe.com/f/styles/medium/public/2025/11/WrestleMania_NEW_42_Logo_2026.png | 40.3 KiB | 35.2 KiB |
WWE Photo div.wwe-highlight-videos--video > a.wwe-video-explorer-event > picture > img | /f/styles/wwe_16_9_xxs/public/video/thumb/2026/04/dcfullm... | 26.4 KiB | 23.9 KiB |
WWE Photo div.wwe-highlight-videos--video > a.wwe-video-explorer-event > picture > img | /f/styles/wwe_16_9_xxs/public/video/thumb/2026/04/dchinxt... | 24.4 KiB | 21.8 KiB |
WWE Photo div.wwe-highlight-videos--video > a.wwe-video-explorer-event > picture > img | /f/styles/wwe_16_9_xxs/public/video/thumb/2026/04/raw1717... | 24.3 KiB | 21.7 KiB |
WWE Photo div.wwe-highlight-videos--video > a.wwe-video-explorer-event > picture > img | /f/styles/wwe_16_9_xxs/public/video/thumb/2026/04/dchinxt... | 24.3 KiB | 21.7 KiB |
WWE Photo div.wwe-highlight-videos--video > a.wwe-video-explorer-event > picture > img | /f/styles/wwe_16_9_xxs/public/video/thumb/2026/04/dchinxt... | 22.0 KiB | 19.5 KiB |
WWE Photo div.field__item > a > picture > img | www.wwe.com/f/styles/wwe_16_9_m_fc/public/2026/04/080_WM42_04192026AT_42300.jpg | 31.3 KiB | 19.4 KiB |
WWE Photo div.wwe-highlight-videos--video > a.wwe-video-explorer-event > picture > img | /f/styles/wwe_16_9_xxs/public/video/thumb/2026/04/dchinxt... | 21.6 KiB | 19.0 KiB |
WWE Photo div.wwe-highlight-videos--video > a.wwe-video-explorer-event > picture > img | /f/styles/wwe_16_9_xxs/public/video/thumb/2026/04/dchinxt... | 21.5 KiB | 18.9 KiB |
WWE Photo div.wwe-highlight-videos--video > a.wwe-video-explorer-event > picture > img | /f/styles/wwe_16_9_xxs/public/video/thumb/2026/04/dcfullm... | 21.2 KiB | 18.7 KiB |
WWE Photo div.wwe-highlight-videos--video > a.wwe-video-explorer-event > picture > img | /f/styles/wwe_16_9_xxs/public/video/thumb/2026/04/nxt909_... | 20.8 KiB | 18.3 KiB |
WWE Photo div.wwe-highlight-videos--video > a.wwe-video-explorer-event > picture > img | /f/styles/wwe_16_9_xxs/public/video/thumb/2026/04/vmssg_h... | 19.3 KiB | 16.8 KiB |
WWE Photo div.wwe-highlight-videos--video > a.wwe-video-explorer-event > picture > img | /f/styles/wwe_16_9_xxs/public/video/thumb/2026/04/vmssg_L... | 19.2 KiB | 16.6 KiB |
WWE Photo div.wwe-highlight-videos--video > a.wwe-video-explorer-event > picture > img | /f/styles/wwe_16_9_xxs/public/video/thumb/2026/04/dcfulla... | 18.6 KiB | 16.1 KiB |
WWE Photo div.node__content > div.field > a > img.image-style-medium | /f/styles/medium/public/all/2024/12/RAW_Primary_Logo_For_... | 19.7 KiB | 15.4 KiB |
WWE Photo div.wwe-highlight-videos--video > a.wwe-video-explorer-event > picture > img | /f/styles/wwe_16_9_xxs/public/video/thumb/2026/04/vmssg_y... | 17.4 KiB | 14.8 KiB |
WWE Photo div.wwe-highlight-videos--video > a.wwe-video-explorer-event > picture > img | /f/styles/wwe_16_9_xxs/public/video/thumb/2026/04/dchinxt... | 17.4 KiB | 14.8 KiB |
WWE Photo div.views-field-logo > div.episode-logo > a > img.image-style-wwe-show-logo-sm | /f/styles/wwe_show_logo_sm/public/all/2024/10/NXTonCW--0f... | 15.9 KiB | 14.0 KiB |
WWE Photo div.node__content > div.field > a > img.image-style-medium | /f/styles/medium/public/all/2024/10/NXTonCW--0f0679289324... | 17.2 KiB | 13.6 KiB |
WWE Photo div.node__content > div.field > a > img.image-style-medium | /f/styles/medium/public/all/2024/09/Smackdown_LOGO--c8e0b... | 16.4 KiB | 13.1 KiB |
WWE Photo div.wwe-highlight-videos--video > a.wwe-video-explorer-event > picture > img | /f/styles/wwe_16_9_xxs/public/video/thumb/2026/04/dchinxt... | 15.2 KiB | 5.8 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| wwe.com/ | 518 ms |
| www.wwe.com/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /f/css/css_zFo3DGVRIjXdSBAN4A9bO4tNmYeHfZGBP1ToN1lObOs.cs... | 107.5 KiB | 101.2 KiB |
| player.wwe.com/release/v1.7.5/Player.css | 52.2 KiB | 52.2 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.3 KiB | 14.1 KiB |
| use.fontawesome.com/releases/v5.13.0/css/all.css | 13.1 KiB | 13.1 KiB |
| /f/css/css_wo0VT9r4V1bIt9_EoTXs2xKs_kTbnvRseYR_xqKMW1Y.cs... | 11.8 KiB | 11.4 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| player.wwe.com/release/v1.7.5/Player.js | 230.4 KiB | 187.9 KiB |
| imasdk.googleapis.com/js/sdkloader/ima3_dai.js | 180.2 KiB | 143.9 KiB |
| /pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... | 187.4 KiB | 130.2 KiB |
| imasdk.googleapis.com/js/sdkloader/ima3.js | 146.5 KiB | 107.4 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-N7776B&l=wwe_ga_dataLayer | 163.2 KiB | 79.3 KiB |
| /f/js/js_aYRPwdKfdFesr-NOoHebDvI2y0RwWcHakzDNQH2j_WU.js?s... | 90.0 KiB | 58.2 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.5 KiB | 58.1 KiB |
| /f/js/js_pjpnDynY60iwT6bAYyDoF7V-aalJNQ4yJfb9lMTvv2w.js?s... | 49.6 KiB | 36.6 KiB |
| fundingchoicesmessages.google.com/i/6428571?ers=3 | 68.7 KiB | 36.3 KiB |
| /f/js/js_3597S2KWsVUqWE6pUVn-YBr9IbY5YnsrNmvAl36WeR4.js?s... | 53.5 KiB | 35.2 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
WWE Photo div.node__content > div.field > a > img.image-style-medium | /f/styles/medium/public/all/2024/12/RAW_Primary_Logo_For_... |
WWE Photo div.node__content > div.field > a > img.image-style-medium | /f/styles/medium/public/all/2024/10/NXTonCW--0f0679289324... |
WWE Photo div.node__content > div.field > a > img.image-style-medium | /f/styles/medium/public/all/2024/09/Smackdown_LOGO--c8e0b... |
WWE Photo div.views-field-logo > div.episode-logo > a > img.image-style-wwe-show-logo-sm | /f/styles/wwe_show_logo_sm/public/all/2024/10/NXTonCW--0f... |
div.desktop-menu > div.pull-right > div.network-promo-component > img.network-logo div.desktop-menu > div.pull-right > div.network-promo-component > img.network-logo | /f/styles/scaleto240with/public/all/2025/01/netflixWWE_19... |
Home header#header > nav#navbar-main > a.navbar-brand > img.img-fluid | www.wwe.com/themes/custom/wwe_theme/logo.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
These are opportunities to improve the legibility of your content.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
16:24 div.slick-list > div.slick-track > div.wwe-highlight-videos--video > a.wwe-video-explorer-event |
03:08 div.slick-list > div.slick-track > div.wwe-highlight-videos--video > a.wwe-video-explorer-event |
03:18 div.slick-list > div.slick-track > div.wwe-highlight-videos--video > a.wwe-video-explorer-event |
03:21 div.slick-list > div.slick-track > div.wwe-highlight-videos--video > a.wwe-video-explorer-event |
02:55 div.slick-list > div.slick-track > div.wwe-highlight-videos--video > a.wwe-video-explorer-event |
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
WWE Photo div.node__content > div.field > a > img.image-style-medium | www.wwe.com/f/styles/medium/public/2025/11/WrestleMania_NEW_42_Logo_2026.png | 220 x 96 (2.29) | 220 x 142 (1.55) |
Flow li.element-invisible > div.mobile-network-promo > div.mobile-network-promo_image > img | /f/styles/scaleto240with/public/all/2023/01/nav-Network-F... | 240 x 24 (10.00) | 240 x 95 (2.53) |
How to Watch li.element-invisible > div.mobile-network-promo > div.mobile-network-promo_image > img | /f/styles/scaleto240with/public/2025/09/watch-wwe-flat-ho... | 220 x 24 (9.17) | 220 x 46 (4.78) |
div.desktop-menu > div.pull-right > div.network-promo-component > img.network-logo div.desktop-menu > div.pull-right > div.network-promo-component > img.network-logo | /f/styles/scaleto240with/public/all/2025/01/netflixWWE_19... | 113 x 26 (4.35) | 192 x 48 (4.00) |
Watch on WWE Network li.element-invisible > div.mobile-network-promo > div.mobile-network-promo_image > img | /f/styles/scaleto240with/public/all/2022/09/nav-Network-W... | 192 x 24 (8.00) | 192 x 48 (4.00) |
li.wwe-geo-element > div.mobile-network-promo > div.mobile-network-promo_image > img li.wwe-geo-element > div.mobile-network-promo > div.mobile-network-promo_image > img | /f/styles/scaleto240with/public/all/2025/01/netflixWWE_19... | 192 x 24 (8.00) | 192 x 48 (4.00) |
Watch on Sony LIV li.element-invisible > div.mobile-network-promo > div.mobile-network-promo_image > img | /f/styles/scaleto240with/public/all/2023/01/nav-network-W... | 186 x 24 (7.75) | 186 x 48 (3.88) |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
/f/js/js_aYRPwdKfdFesr-NOoHebDvI2y0RwWcHakzDNQH2j_WU.js?s... line 14, col 163 | TypeError: Cannot read properties of undefined (reading 'id')
at https://www.wwe.com/f/js/js_3597S2KWsVUqWE6pUVn-YBr9IbY5YnsrNmvAl36WeR4.js?scope=footer&delta=4&language=en&theme=wwe_theme&include=eJyNUltywyAMvJAdjsTIIBMlMmJAebinLwY74_60_ULaldCyArxXgbga2IPLnCXqMDF8rWYiucAN3oNTG4AZ82peL7TpKioHspFP8ijmCIqujGXAtzLFu_H5kYAvezo8CV_FUpwpkqItLguzaeh4oGNHh20Y-GKCSGBUCB9kP12mpB2MwKuSa9T4yUaPM-ZfK26l0TOitw6yN0e2JZZpylBfuYGBZQK2CSJ2BWfAYqIiHu1-3x_Fb8VcJfyv-iziKgsmCHULFCP6U3F7wcmSBUodYqaMcKcYbKwWn4nNhh4eHhRxVIfiMmH3uP2Gts_OPxLmotB6bbs4CUX9IVCvuKDpksatt84-EYXJ3e2OfwOtd_7O:267:247
at Array.forEach (<anonymous>)
at Object.attach (https://www.wwe.com/f/js/js_3597S2KWsVUqWE6pUVn-YBr9IbY5YnsrNmvAl36WeR4.js?scope=footer&delta=4&language=en&theme=wwe_theme&include=eJyNUltywyAMvJAdjsTIIBMlMmJAebinLwY74_60_ULaldCyArxXgbga2IPLnCXqMDF8rWYiucAN3oNTG4AZ82peL7TpKioHspFP8ijmCIqujGXAtzLFu_H5kYAvezo8CV_FUpwpkqItLguzaeh4oGNHh20Y-GKCSGBUCB9kP12mpB2MwKuSa9T4yUaPM-ZfK26l0TOitw6yN0e2JZZpylBfuYGBZQK2CSJ2BWfAYqIiHu1-3x_Fb8VcJfyv-iziKgsmCHULFCP6U3F7wcmSBUodYqaMcKcYbKwWn4nNhh4eHhRxVIfiMmH3uP2Gts_OPxLmotB6bbs4CUX9IVCvuKDpksatt84-EYXJ3e2OfwOtd_7O:267:184)
at https://www.wwe.com/f/js/js_aYRPwdKfdFesr-NOoHebDvI2y0RwWcHakzDNQH2j_WU.js?scope=footer&delta=0&language=en&theme=wwe_theme&include=eJyNUltywyAMvJAdjsTIIBMlMmJAebinLwY74_60_ULaldCyArxXgbga2IPLnCXqMDF8rWYiucAN3oNTG4AZ82peL7TpKioHspFP8ijmCIqujGXAtzLFu_H5kYAvezo8CV_FUpwpkqItLguzaeh4oGNHh20Y-GKCSGBUCB9kP12mpB2MwKuSa9T4yUaPM-ZfK26l0TOitw6yN0e2JZZpylBfuYGBZQK2CSJ2BWfAYqIiHu1-3x_Fb8VcJfyv-iziKgsmCHULFCP6U3F7wcmSBUodYqaMcKcYbKwWn4nNhh4eHhRxVIfiMmH3uP2Gts_OPxLmotB6bbs4CUX9IVCvuKDpksatt84-EYXJ3e2OfwOtd_7O:15:427
at Array.forEach (<anonymous>)
at Drupal.attachBehaviors (https://www.wwe.com/f/js/js_aYRPwdKfdFesr-NOoHebDvI2y0RwWcHakzDNQH2j_WU.js?scope=footer&delta=0&language=en&theme=wwe_theme&include=eJyNUltywyAMvJAdjsTIIBMlMmJAebinLwY74_60_ULaldCyArxXgbga2IPLnCXqMDF8rWYiucAN3oNTG4AZ82peL7TpKioHspFP8ijmCIqujGXAtzLFu_H5kYAvezo8CV_FUpwpkqItLguzaeh4oGNHh20Y-GKCSGBUCB9kP12mpB2MwKuSa9T4yUaPM-ZfK26l0TOitw6yN0e2JZZpylBfuYGBZQK2CSJ2BWfAYqIiHu1-3x_Fb8VcJfyv-iziKgsmCHULFCP6U3F7wcmSBUodYqaMcKcYbKwWn4nNhh4eHhRxVIfiMmH3uP2Gts_OPxLmotB6bbs4CUX9IVCvuKDpksatt84-EYXJ3e2OfwOtd_7O:15:353)
at https://www.wwe.com/f/js/js_aYRPwdKfdFesr-NOoHebDvI2y0RwWcHakzDNQH2j_WU.js?scope=footer&delta=0&language=en&theme=wwe_theme&include=eJyNUltywyAMvJAdjsTIIBMlMmJAebinLwY74_60_ULaldCyArxXgbga2IPLnCXqMDF8rWYiucAN3oNTG4AZ82peL7TpKioHspFP8ijmCIqujGXAtzLFu_H5kYAvezo8CV_FUpwpkqItLguzaeh4oGNHh20Y-GKCSGBUCB9kP12mpB2MwKuSa9T4yUaPM-ZfK26l0TOitw6yN0e2JZZpylBfuYGBZQK2CSJ2BWfAYqIiHu1-3x_Fb8VcJfyv-iziKgsmCHULFCP6U3F7wcmSBUodYqaMcKcYbKwWn4nNhh4eHhRxVIfiMmH3uP2Gts_OPxLmotB6bbs4CUX9IVCvuKDpksatt84-EYXJ3e2OfwOtd_7O:16:373
at HTMLDocument.listener (https://www.wwe.com/f/js/js_aYRPwdKfdFesr-NOoHebDvI2y0RwWcHakzDNQH2j_WU.js?scope=footer&delta=0&language=en&theme=wwe_theme&include=eJyNUltywyAMvJAdjsTIIBMlMmJAebinLwY74_60_ULaldCyArxXgbga2IPLnCXqMDF8rWYiucAN3oNTG4AZ82peL7TpKioHspFP8ijmCIqujGXAtzLFu_H5kYAvezo8CV_FUpwpkqItLguzaeh4oGNHh20Y-GKCSGBUCB9kP12mpB2MwKuSa9T4yUaPM-ZfK26l0TOitw6yN0e2JZZpylBfuYGBZQK2CSJ2BWfAYqIiHu1-3x_Fb8VcJfyv-iziKgsmCHULFCP6U3F7wcmSBUodYqaMcKcYbKwWn4nNhh4eHhRxVIfiMmH3uP2Gts_OPxLmotB6bbs4CUX9IVCvuKDpksatt84-EYXJ3e2OfwOtd_7O:16:161) |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| wwenetwork.com/ | Learn More |
| wwenetwork.com/ | Learn More |
Format your HTML in a way that enables crawlers to better understand your app’s content.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 1 | <!DOCTYPE html> | Syntax not understood |
| 2 | <html lang="en" dir="ltr" prefix="og: https://ogp.me/ns#"> | Unknown directive |
| 3 | <head> | Syntax not understood |
| 4 | <meta charset="utf-8" /> | Syntax not understood |
| 5 | <link rel="icon" href="/favicon.ico" type="image/x-icon" /> | Syntax not understood |
| 6 | <link rel="shortlink" href="https://www.wwe.com" /> | Unknown directive |
| 7 | <link rel="canonical" href="https://www.wwe.com" /> | Unknown directive |
| 8 | <meta property="og:site_name" content="WWE" /> | Unknown directive |
| 9 | <meta property="og:url" content="https://www.wwe.com" /> | Unknown directive |
| 10 | <meta property="og:title" content="WWE" /> | Unknown directive |
| 11 | <meta property="fb:app_id" content="295666513781415" /> | Unknown directive |
| 12 | <meta name="twitter:card" content="summary_large_image" /> | Unknown directive |
| 13 | <meta name="twitter:site" content="@wwe" /> | Unknown directive |
| 14 | <meta name="twitter:title" content="WWE" /> | Unknown directive |
| 15 | <meta name="twitter:app:name:iphone" content="WWE" /> | Unknown directive |
| 16 | <meta name="twitter:app:id:iphone" content="551798799" /> | Unknown directive |
| 17 | <meta name="twitter:app:name:ipad" content="WWE" /> | Unknown directive |
| 18 | <meta name="twitter:app:id:ipad" content="551798799" /> | Unknown directive |
| 19 | <meta name="twitter:app:name:googleplay" content="WWE" /> | Unknown directive |
| 20 | <meta name="twitter:app:id:googleplay" content="com.wwe.universe" /> | Unknown directive |
| 21 | <meta name="apple-itunes-app" content="app-id=551798799, affiliate-data=KCBikRHks4I, app-argument=https://www.wwe.com" /> | Unknown directive |
| 22 | <meta name="Generator" content="Drupal 10 (https://www.drupal.org)" /> | Unknown directive |
| 23 | <meta name="MobileOptimized" content="width" /> | Syntax not understood |
| 24 | <meta name="HandheldFriendly" content="true" /> | Syntax not understood |
| 25 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> | Syntax not understood |
| 26 | <script> var googletag = googletag || {}; | Syntax not understood |
| 27 | googletag.cmd = googletag.cmd || []; </script> | Syntax not understood |
| 28 | <!-- Google Tag Manager --> | Syntax not understood |
| 29 | <script> | Syntax not understood |
| 30 | var ga_dev_acctlist = "qa-www,qa-wwe,integration-,stage,cube,ion,proxy,codeandtheory,jenkins,tyr,kyte,cloud,compute,net,ec2,qa-www-aws"; | Syntax not understood |
| 31 | var ga_devid = "GTM-KMHBSF"; | Syntax not understood |
| 32 | var ga_liveid = "GTM-N7776B"; | Syntax not understood |
| 34 | var wweGTMID = ga_liveid; | Syntax not understood |
| 35 | var data = ga_dev_acctlist.split(','); | Syntax not understood |
| 36 | var i = 0; | Syntax not understood |
| 37 | var l = data.length; | Syntax not understood |
| 38 | for (; i < l; i++) { | Syntax not understood |
| 39 | if (location.hostname.indexOf(data[i]) > -1) { | Syntax not understood |
| 40 | wweGTMID = ga_devid; | Syntax not understood |
| 41 | break; | Syntax not understood |
| 42 | } | Syntax not understood |
| 43 | } | Syntax not understood |
| 44 | var wwe_ga_dataLayer = []; | Syntax not understood |
| 45 | </script> | Syntax not understood |
| 46 | <script> | Syntax not understood |
| 47 | var Drupal = Drupal || { 'settings': {}, 'behaviors': {}, 'locale': {} }; | Unknown directive |
| 48 | if (typeof(Drupal.behaviors.wweAnalytics) != 'undefined') { | Syntax not understood |
| 49 | wwe_ga_dataLayer = Drupal.behaviors.wweAnalytics.setBaseData(wwe_ga_dataLayer); | Syntax not understood |
| 50 | } | Syntax not understood |
| 51 | </script> | Syntax not understood |
| 52 | <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','wwe_ga_dataLayer',wweGTMID);</script> | Unknown directive |
| 53 | <!-- End Google Tag Manager --> | Syntax not understood |
| 54 | <noscript><!-- Google Tag Manager (noscript) --> | Syntax not understood |
| 55 | <iframe src="//www.googletagmanager.com/ns.html?id=GTM-N7776B" height="0" width="0" style="display:none;visibility:hidden"></iframe> | Unknown directive |
| 56 | <!-- End Google Tag Manager (noscript) --></noscript> | Syntax not understood |
| 57 | <div id="teconsent-holder"><div id='teconsent'></div> | Syntax not understood |
| 58 | </div> | Syntax not understood |
| 59 | <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="018eed9f-9812-7750-999b-302e8f68d077" data-dLayer-name="wwe_ga_dataLayer" ></script> | Unknown directive |
| 60 | <script type="text/javascript"> | Syntax not understood |
| 61 | function OptanonWrapper() { } | Syntax not understood |
| 62 | </script> | Syntax not understood |
| 63 | <script type="text/javascript"> | Syntax not understood |
| 64 | document.addEventListener("DOMContentLoaded", function () { | Syntax not understood |
| 65 | window.easternDay = new Intl.DateTimeFormat("en-US", { | Syntax not understood |
| 66 | timeZone: "America/New_York", | Unknown directive |
| 67 | weekday: "long" | Unknown directive |
| 68 | }).format(new Date()); | Syntax not understood |
| 70 | window.easternHour = parseInt(new Intl.DateTimeFormat("en-US", { | Syntax not understood |
| 71 | timeZone: "America/New_York", | Unknown directive |
| 72 | hour: "numeric", | Unknown directive |
| 73 | hour12: false | Unknown directive |
| 74 | }).format(new Date())); | Syntax not understood |
| 76 | window.showaepopup = window.easternHour >= 0 && window.easternHour < 20; | Syntax not understood |
| 78 | if (window.location.href.indexOf("ismobile=true") > 0 || localStorage.getItem('isMobile') == 'true') { | Syntax not understood |
| 79 | localStorage.setItem('isMobile', true); | Syntax not understood |
| 80 | jQuery("li.hamburger").hide(); | Syntax not understood |
| 81 | jQuery("li.pull-right").hide(); | Syntax not understood |
| 82 | jQuery("div.pane-distributed-footer").hide(); | Syntax not understood |
| 83 | jQuery("#mini-panel-header_navigation").css({ "display": "none" }); | Syntax not understood |
| 84 | jQuery('.wwe-highlights-videos--wrapper').css({ "display": "none" }); | Unknown directive |
| 85 | jQuery('.events-header--video').css({ "display": "none" }); | Unknown directive |
| 86 | jQuery('.events-header--content').css({ "padding-top": "30px" }); | Unknown directive |
| 87 | jQuery("body").attr('style', 'padding-top: 0px !important'); | Unknown directive |
| 88 | } | Syntax not understood |
| 89 | }); | Syntax not understood |
| 90 | </script> | Syntax not understood |
| 91 | <script> | Syntax not understood |
| 92 | const hideButtons = () => | Syntax not understood |
| 93 | document.querySelectorAll('.account-button').forEach(el => el.style.display = 'none'); | Syntax not understood |
| 95 | new MutationObserver(hideButtons).observe(document.documentElement, { childList: true, subtree: true }); | Unknown directive |
| 96 | document.addEventListener('DOMContentLoaded', hideButtons); | Syntax not understood |
| 97 | </script> | Syntax not understood |
| 98 | <style type="text/css"> | Syntax not understood |
| 99 | @media screen AND ( max-width:800px ) { .wwe-page-header--title { font-size: 5.5vw !important; } } | Unknown directive |
| 100 | span[class^="wwe-shows-hub--show-network__netflix"] { width:4em; top: 6px; left: 8px; } | Unknown directive |
| 101 | </style> | Syntax not understood |
| 102 | <script> | Syntax not understood |
| 103 | (function () { | Syntax not understood |
| 105 | var ALLOWED_DOMAINS = ['www.wwe.com']; | Syntax not understood |
| 107 | function isAllowedHost(host) { | Syntax not understood |
| 108 | host = String(host || '').toLowerCase(); | Syntax not understood |
| 109 | for (var i = 0; i < ALLOWED_DOMAINS.length; i++) { | Syntax not understood |
| 110 | var d = String(ALLOWED_DOMAINS[i] || '').toLowerCase(); | Syntax not understood |
| 111 | if (!d) continue; | Syntax not understood |
| 112 | if (host === d) return true; | Syntax not understood |
| 113 | if (host.length > d.length && host.slice(-d.length - 1) === '.' + d) return true; | Syntax not understood |
| 114 | } | Syntax not understood |
| 115 | return false; | Syntax not understood |
| 116 | } | Syntax not understood |
| 118 | if (!isAllowedHost(window.location.hostname)) { | Syntax not understood |
| 119 | return; | Syntax not understood |
| 120 | } | Syntax not understood |
| 122 | function normalizeText(s) { | Syntax not understood |
| 124 | return String(s || '') | Syntax not understood |
| 125 | .replace(/\u00a0/g, ' ') | Syntax not understood |
| 126 | .replace(/\s+/g, ' ') | Syntax not understood |
| 127 | .replace(/^\s+|\s+$/g, '') | Syntax not understood |
| 128 | .toUpperCase(); | Syntax not understood |
| 129 | } | Syntax not understood |
| 131 | function adjustVendorLinks() { | Syntax not understood |
| 132 | var anchors = document.querySelectorAll('a[href]'); | Syntax not understood |
| 133 | for (var i = 0; i < anchors.length; i++) { | Syntax not understood |
| 134 | var a = anchors[i]; | Syntax not understood |
| 135 | var txt = normalizeText(a.textContent || a.innerText); | Syntax not understood |
| 137 | if (txt === 'SIGN UP FOR PEACOCK') { | Syntax not understood |
| 138 | if (a.parentNode) a.parentNode.removeChild(a); | Syntax not understood |
| 139 | continue; | Syntax not understood |
| 140 | } | Syntax not understood |
| 142 | var raw = (a.getAttribute('href') || '').toLowerCase(); | Syntax not understood |
| 143 | var abs = (a.href || '').toLowerCase(); | Syntax not understood |
| 144 | if (raw.indexOf('peacocktv.com') !== -1 || abs.indexOf('peacocktv.com') !== -1) { | Syntax not understood |
| 145 | var textNode = document.createTextNode(a.textContent || a.innerText || ''); | Syntax not understood |
| 146 | if (a.parentNode) a.parentNode.replaceChild(textNode, a); | Syntax not understood |
| 147 | } | Syntax not understood |
| 148 | } | Syntax not understood |
| 149 | } | Syntax not understood |
| 151 | if (document.readyState === 'loading') { | Syntax not understood |
| 152 | document.addEventListener('DOMContentLoaded', adjustVendorLinks); | Syntax not understood |
| 153 | } else { | Syntax not understood |
| 154 | adjustVendorLinks(); | Syntax not understood |
| 155 | } | Syntax not understood |
| 156 | })(); | Syntax not understood |
| 157 | </script> | Syntax not understood |
| 158 | <script type="text/javascript"> | Syntax not understood |
| 159 | window.addEventListener('scroll', function() { | Syntax not understood |
| 160 | document.querySelectorAll('.wwe-breaker--wrapper:not(.pageview-process)').forEach(div => { | Unknown directive |
| 161 | rect = div.getBoundingClientRect(); | Syntax not understood |
| 162 | windowHeight = window.innerHeight; | Syntax not understood |
| 163 | if (rect.top <= (windowHeight / 2)-100 && rect.bottom >= (windowHeight / 2)-100) { | Syntax not understood |
| 164 | div.classList.add('pageview-process'); | Syntax not understood |
| 165 | Drupal.behaviors.wweAnalytics.trackVirtualPageView(location.pathname, document.title); | Syntax not understood |
| 166 | } | Syntax not understood |
| 168 | }); | Syntax not understood |
| 169 | }); | Syntax not understood |
| 170 | </script> | Syntax not understood |
| 171 | <meta http-equiv="x-ua-compatible" content="ie=edge" /> | Syntax not understood |
| 172 | <script src="https://player.wwe.com/release/v1.7.5/Player.js" type="text/javascript"></script> | Unknown directive |
| 173 | <script src="https://imasdk.googleapis.com/js/sdkloader/ima3.js" type="text/javascript"></script> | Unknown directive |
| 174 | <script src="https://imasdk.googleapis.com/js/sdkloader/ima3_dai.js" type="text/javascript"></script> | Unknown directive |
| 175 | <script>window.a2a_config=window.a2a_config||{};a2a_config.callbacks=[];a2a_config.overlays=[];a2a_config.templates={};var a2a_config = a2a_config || {}; | Syntax not understood |
| 176 | a2a_config.onclick = false; | Syntax not understood |
| 177 | a2a_config.icon_color = "#000"; | Syntax not understood |
| 178 | a2a_config.exclude_services = [ | Syntax not understood |
| 179 | 'amazon_wish_list', 'aol_mail', 'balatarin', 'bibsonomy', 'blogger', 'blogmarks', 'bluesky', 'bookmarks_fr', 'box_net', 'buffer', 'copy_link', 'diary_ru', 'diaspora', 'digg', 'diigo', 'douban', 'draugiem', 'evernote', 'facebook', 'fark', 'flipboard', 'folkd', 'gmail', 'google_classroom', 'google_translate', 'hacker_news', 'hatena', 'houzz', 'instapaper', 'kakao', 'known', 'line', 'linkedin', 'livejournal', 'mail_ru', 'mastodon', 'mendeley', 'meneame', 'message', 'messenger', 'mewe', 'micro_blog', 'mix', 'mixi', 'myspace', 'odnoklassniki', 'outlook_com', 'papaly', 'pinboard', 'pinterest', 'plurk', 'pocket', 'print', 'printfriendly', 'pusha', 'push_to_kindle', 'qzone', 'raindrop_io', 'reddit', 'rediff_mypage', 'refind', 'sina_weibo', 'sitejot', 'skype', 'slashdot', 'snapchat', 'stocktwits', 'svejo', 'symbaloo_bookmarks', 'teams', 'telegram', 'threema', 'trello', 'tumblr', 'twiddla', 'twitter', 'typepad', 'viber', 'vk', 'wechat', 'whatsapp', 'wordpress', 'wykop', 'xing', 'yahoo_mail', 'yummly', 'facebook_messenger', 'google_plus', 'float', 'google_gmail' ,'typepad_post','rediff','kindle_it','microsoft_teams','sms','x']; | Syntax not understood |
| 181 | a2a_config.prioritize = ["threads", "email"]; | Syntax not understood |
| 182 | a2a_config.native_mobile_share = false; | Syntax not understood |
| 184 | // Set the Threads share endpoint to use the Web Intent URL | Syntax not understood |
| 185 | a2a_config.templates.threads = { | Syntax not understood |
| 186 | // Use the standard Threads Web Intent URL | Syntax not understood |
| 187 | url: 'https://www.threads.net/intent/post?url=${link}', | Unknown directive |
| 188 | // Optional: Remove any custom deep-link configuration if it exists | Unknown directive |
| 189 | // deep_link: null | Unknown directive |
| 190 | }; | Syntax not understood |
| 192 | // Disable post-share "Thanks for sharing" modal | Syntax not understood |
| 193 | a2a_config.thanks = { | Syntax not understood |
| 194 | postShare: false, | Unknown directive |
| 195 | };</script> | Syntax not understood |
| 196 | <style>.a2apage_wide.a2a_wide .a2a_more { | Syntax not understood |
| 197 | display: none; | Unknown directive |
| 198 | } | Syntax not understood |
| 200 | content: none; | Unknown directive |
| 201 | } | Syntax not understood |
| 203 | border : none !important; | Unknown directive |
| 204 | line-height: 2; | Unknown directive |
| 205 | } | Syntax not understood |
| 207 | background-color: #000 !important; | Unknown directive |
| 208 | } | Syntax not understood |
| 210 | display: inline-block; | Unknown directive |
| 211 | width: 32px !important; | Unknown directive |
| 212 | height: 32px !important; | Unknown directive |
| 213 | overflow: hidden !important; | Unknown directive |
| 214 | } | Syntax not understood |
| 216 | display: block; | Unknown directive |
| 217 | width: 100% !important; | Unknown directive |
| 218 | height: 100% !important; | Unknown directive |
| 219 | } | Syntax not understood |
| 221 | width: 100% !important; | Unknown directive |
| 222 | height: 100% !important; | Unknown directive |
| 223 | } | Syntax not understood |
| 225 | display: none !important; | Unknown directive |
| 226 | } | Syntax not understood |
| 228 | .a2a_button_pinterest, | Syntax not understood |
| 229 | .a2a_button_twitter, | Syntax not understood |
| 230 | .a2a_button_tumblr { | Syntax not understood |
| 231 | background-color: gray !important; | Unknown directive |
| 232 | color: gray !important; | Unknown directive |
| 233 | filter: grayscale(100%) !important; | Unknown directive |
| 234 | width: 32px; | Unknown directive |
| 235 | height: 32px; | Unknown directive |
| 236 | } | Syntax not understood |
| 237 | .a2a_button_facebook::before, | Unknown directive |
| 238 | .a2a_button_pinterest::before, | Unknown directive |
| 239 | .a2a_button_twitter::before, | Unknown directive |
| 240 | .a2a_button_tumblr::before { | Unknown directive |
| 241 | content: "" !important; | Unknown directive |
| 242 | } | Syntax not understood |
| 243 | .a2a_floating_style { | Syntax not understood |
| 244 | background-color: #f0f0f0; /* Example background color */ | Unknown directive |
| 245 | border: 1px solid #ddd; /* Optional border styling */ | Unknown directive |
| 246 | } | Syntax not understood |
| 248 | .a2a_floating_style .a2a_button { | Syntax not understood |
| 249 | background-color: #ff6347; /* Example button color */ | Unknown directive |
| 250 | color: white; /* Text color for the buttons */ | Unknown directive |
| 251 | } | Syntax not understood |
| 253 | .a2a_floating_style .a2a_button:hover { | Unknown directive |
| 254 | background-color: #ff4500; /* Hover effect color */ | Unknown directive |
| 255 | } | Syntax not understood |
| 257 | //* Main social buttons */ | Syntax not understood |
| 258 | .a2a_button_facebook, .a2a_button_x { | Syntax not understood |
| 259 | display: inline-block; | Unknown directive |
| 260 | margin-right: 0px; | Unknown directive |
| 261 | background-size: contain; | Unknown directive |
| 262 | width: 34px; | Unknown directive |
| 263 | height: 24px; | Unknown directive |
| 264 | } | Syntax not understood |
| 266 | /* Custom tooltip container */ | Syntax not understood |
| 267 | .custom-tooltip { | Syntax not understood |
| 268 | position: relative; | Unknown directive |
| 269 | display: inline-block; | Unknown directive |
| 270 | padding-left:10px; | Unknown directive |
| 271 | } | Syntax not understood |
| 273 | /* Tooltip text (hidden by default) */ | Syntax not understood |
| 274 | .tooltiptext { | Syntax not understood |
| 275 | display: none; | Unknown directive |
| 276 | position: absolute; | Unknown directive |
| 277 | background-color: #fff; | Unknown directive |
| 278 | border: 1px solid #ccc; | Unknown directive |
| 279 | box-shadow: 0 0 10px rgba(0,0,0,0.1); | Unknown directive |
| 280 | margin-top: 10px; | Unknown directive |
| 281 | padding: 10px; | Unknown directive |
| 282 | list-style: none; | Unknown directive |
| 283 | z-index: 1000; | Unknown directive |
| 284 | } | Syntax not understood |
| 286 | /* Tooltip items */ | Syntax not understood |
| 287 | .tooltiptext li { | Syntax not understood |
| 288 | margin-bottom: 5px; | Unknown directive |
| 289 | } | Syntax not understood |
| 291 | .tooltiptext li:last-child { | Unknown directive |
| 292 | margin-bottom: 0; | Unknown directive |
| 293 | } | Syntax not understood |
| 295 | /* Toggle button */ | Syntax not understood |
| 296 | .icon-svg.social-menu-toggle { | Syntax not understood |
| 297 | cursor: pointer; | Unknown directive |
| 298 | display: inline-block; | Unknown directive |
| 299 | vertical-align: middle; | Unknown directive |
| 300 | } | Syntax not understood |
| 302 | .icon-svg.social-menu-toggle svg { | Syntax not understood |
| 303 | fill: #000; | Unknown directive |
| 304 | width: 24px; | Unknown directive |
| 305 | height: 24px; | Unknown directive |
| 306 | } | Syntax not understood |
| 308 | /* Adjustments to tooltip appearance */ | Syntax not understood |
| 309 | .tooltiptext a { | Syntax not understood |
| 310 | display: inline-block; | Unknown directive |
| 311 | width: 24px; | Unknown directive |
| 312 | height: 24px; | Unknown directive |
| 313 | background-size: contain; | Unknown directive |
| 314 | background-repeat: no-repeat; | Unknown directive |
| 315 | }</style> | Syntax not understood |
| 317 | <title>WWE News, Results, Photos & Video - Official Site | WWE</title> | Syntax not understood |
| 318 | <link rel="stylesheet" media="all" href="/f/css/css_wo0VT9r4V1bIt9_EoTXs2xKs_kTbnvRseYR_xqKMW1Y.css?delta=0&language=en&theme=wwe_theme&include=eJyNkVtywyAMRTeEzZIYAQqmAcQgEdddfbETT5ukH_1h0Ll39ATvhaBsGh6f-dKoiLIJvjZtgVFZImFpUI2F1iLpyzDAikz5DzEjMwRkk2JY5F0v5FE5aqgd5UoFi_D86pqmjKUbR6nnwv-1Z4jl7vWtV0gzfMDnE_AREgXlxARICdum1xVNXUjoJLt4ix5Jnx-WLSEr_JQUy_VM9QhVgo26GNtj8ti0rDS6NoxOIpVT9ZEd3fZ6Y4KhqwoNwhhg4TPfD5l7qd2myAt6xeRGzybjaN3sBVm_o1kWHLfgjQXz_Wi3iCvr450z-Z5Q7aOCZx2IQkKBcJALojcOmtdntAcjr20wtrHDkMiOghUKsn4FT07uFRsLtMNmG8K1UizyZDqa1fcc077cWMIvgVN0V_PEGxY_gsddBppONN0vNDnmb7nxGwg" /> | Syntax not understood |
| 319 | <link rel="stylesheet" media="all" href="https://player.wwe.com/release/v1.7.5/Player.css" /> | Unknown directive |
| 320 | <link rel="stylesheet" media="all" href="/f/css/css_s3X-C9TWTQoBMaBfkuJV1bqfWTNNR5-tKAri-IRrIuY.css?delta=2&language=en&theme=wwe_theme&include=eJyNkVtywyAMRTeEzZIYAQqmAcQgEdddfbETT5ukH_1h0Ll39ATvhaBsGh6f-dKoiLIJvjZtgVFZImFpUI2F1iLpyzDAikz5DzEjMwRkk2JY5F0v5FE5aqgd5UoFi_D86pqmjKUbR6nnwv-1Z4jl7vWtV0gzfMDnE_AREgXlxARICdum1xVNXUjoJLt4ix5Jnx-WLSEr_JQUy_VM9QhVgo26GNtj8ti0rDS6NoxOIpVT9ZEd3fZ6Y4KhqwoNwhhg4TPfD5l7qd2myAt6xeRGzybjaN3sBVm_o1kWHLfgjQXz_Wi3iCvr450z-Z5Q7aOCZx2IQkKBcJALojcOmtdntAcjr20wtrHDkMiOghUKsn4FT07uFRsLtMNmG8K1UizyZDqa1fcc077cWMIvgVN0V_PEGxY_gsddBppONN0vNDnmb7nxGwg" /> | Syntax not understood |
| 321 | <link rel="stylesheet" media="all" href="/f/css/css_nvIALpMWF-PJcuXDg5rq2-RSFa3LFRnR0A4YYoLht4A.css?delta=3&language=en&theme=wwe_theme&include=eJyNkVtywyAMRTeEzZIYAQqmAcQgEdddfbETT5ukH_1h0Ll39ATvhaBsGh6f-dKoiLIJvjZtgVFZImFpUI2F1iLpyzDAikz5DzEjMwRkk2JY5F0v5FE5aqgd5UoFi_D86pqmjKUbR6nnwv-1Z4jl7vWtV0gzfMDnE_AREgXlxARICdum1xVNXUjoJLt4ix5Jnx-WLSEr_JQUy_VM9QhVgo26GNtj8ti0rDS6NoxOIpVT9ZEd3fZ6Y4KhqwoNwhhg4TPfD5l7qd2myAt6xeRGzybjaN3sBVm_o1kWHLfgjQXz_Wi3iCvr450z-Z5Q7aOCZx2IQkKBcJALojcOmtdntAcjr20wtrHDkMiOghUKsn4FT07uFRsLtMNmG8K1UizyZDqa1fcc077cWMIvgVN0V_PEGxY_gsddBppONN0vNDnmb7nxGwg" /> | Syntax not understood |
| 322 | <link rel="stylesheet" media="all" href="//use.fontawesome.com/releases/v5.13.0/css/all.css" /> | Syntax not understood |
| 323 | <link rel="stylesheet" media="all" href="/f/css/css_zFo3DGVRIjXdSBAN4A9bO4tNmYeHfZGBP1ToN1lObOs.css?delta=5&language=en&theme=wwe_theme&include=eJyNkVtywyAMRTeEzZIYAQqmAcQgEdddfbETT5ukH_1h0Ll39ATvhaBsGh6f-dKoiLIJvjZtgVFZImFpUI2F1iLpyzDAikz5DzEjMwRkk2JY5F0v5FE5aqgd5UoFi_D86pqmjKUbR6nnwv-1Z4jl7vWtV0gzfMDnE_AREgXlxARICdum1xVNXUjoJLt4ix5Jnx-WLSEr_JQUy_VM9QhVgo26GNtj8ti0rDS6NoxOIpVT9ZEd3fZ6Y4KhqwoNwhhg4TPfD5l7qd2myAt6xeRGzybjaN3sBVm_o1kWHLfgjQXz_Wi3iCvr450z-Z5Q7aOCZx2IQkKBcJALojcOmtdntAcjr20wtrHDkMiOghUKsn4FT07uFRsLtMNmG8K1UizyZDqa1fcc077cWMIvgVN0V_PEGxY_gsddBppONN0vNDnmb7nxGwg" /> | Syntax not understood |
| 326 | </head> | Syntax not understood |
| 327 | <body class="exclude-node-title layout-no-sidebars page-node-50000042 path-frontpage node--type-page"> | Syntax not understood |
| 328 | <a href="#main-content" class="visually-hidden-focusable" aria-label="main-content"> | Syntax not understood |
| 329 | Skip to main content | Syntax not understood |
| 330 | </a> | Syntax not understood |
| 332 | <div class="dialog-off-canvas-main-canvas" data-off-canvas-main-canvas> | Syntax not understood |
| 334 | <div id="page-wrapper"> | Syntax not understood |
| 335 | <div id="page"> | Syntax not understood |
| 336 | <header id="header" class="header" role="banner" aria-label="Site header"> | Syntax not understood |
| 337 | <nav class="navbar navbar-dark bg-primary navbar-expand-lg" id="navbar-main" aria-label="main-navigation"> | Syntax not understood |
| 338 | <a href="/" title="Home" rel="home" class="navbar-brand"> | Syntax not understood |
| 339 | <img src="/themes/custom/wwe_theme/logo.svg" alt="Home" class="img-fluid d-inline-block align-top" /> | Syntax not understood |
| 341 | </a> | Syntax not understood |
| 344 | <button class="navbar-toggler collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#CollapsingNavbar" aria-controls="CollapsingNavbar" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button> | Syntax not understood |
| 345 | <div class="collapse navbar-collapse justify-content-end" id="CollapsingNavbar"> | Syntax not understood |
| 346 | <nav role="navigation" aria-labelledby="block-wwe-theme-main-menu-menu" id="block-wwe-theme-main-menu" class="block block-menu navigation menu--main"> | Syntax not understood |
| 348 | <h2 class="visually-hidden" id="block-wwe-theme-main-menu-menu">Main navigation</h2> | Syntax not understood |
| 352 | <ul class="clearfix nav navbar-nav" data-component-id="bootstrap_barrio:menu_main"> | Unknown directive |
| 353 | <li class="nav-item"> | Syntax not understood |
| 354 | <a href="/shows" class="nav-link nav-link--shows" data-drupal-link-system-path="node/50000001">Shows</a> | Syntax not understood |
| 355 | </li> | Syntax not understood |
| 356 | <li class="nav-item"> | Syntax not understood |
| 357 | <a href="/superstars" class="nav-link nav-link--superstars" data-drupal-link-system-path="node/50000002">Superstars</a> | Syntax not understood |
| 358 | </li> | Syntax not understood |
| 359 | <li class="nav-item"> | Syntax not understood |
| 360 | <a href="/events" class="nav-link nav-link--events" data-drupal-link-system-path="node/50000003">Tickets</a> | Syntax not understood |
| 361 | </li> | Syntax not understood |
| 362 | <li class="nav-item"> | Syntax not understood |
| 363 | <a href="https://shop.wwe.com/en/?_s=bm-HP-WWEcom-Shop-Main_Nav-2022" class="nav-link nav-link-https--shopwwecom-en--sbm-hp-wwecom-shop-main-nav-2022">Shop</a> | Unknown directive |
| 364 | </li> | Syntax not understood |
| 365 | </ul> | Syntax not understood |
| 370 | </nav> | Syntax not understood |
| 371 | <div id="block-wwe-theme-mainmenuaccountblock" class="block block-wwe-global-panes block-main-menu-account-block"> | Syntax not understood |
| 374 | <div class="content"> | Syntax not understood |
| 375 | <nav class="wwe-header-navigation"> | Syntax not understood |
| 376 | <div class="desktop-menu"> | Syntax not understood |
| 377 | <div class="pull-right wwe-geo-group"> | Syntax not understood |
| 378 | <div class="network-promo-component network-promo-button element-invisible wwe-geo-element" data-countries="zz" data-include="in" data-color="#D0021B" tabindex="0"> | Syntax not understood |
| 379 | <img src="/f/styles/scaleto240with/public/all/2022/09/nav-Network-WWENetwork%402x--27641c123206feea4d9cfe8b2fa1406e.png" alt="Watch on WWE Network" title="Watch on WWE Network" class="network-logo"> | Syntax not understood |
| 380 | <div class="network-promo"> | Syntax not understood |
| 381 | <p>Watch every Premium Live Event and get unlimited access to WWE's premium content - available to you anywhere, anytime, on any device.</p> | Syntax not understood |
| 382 | <a class="wwe-button button-default" href="https://www.wwe.com/wwenetwork?utm_source=wwecom&utm_medium=nav&utm_campaign=evergreen" target="_blank">Go to WWE Network</a> | Unknown directive |
| 383 | </div> | Syntax not understood |
| 384 | </div> | Syntax not understood |
| 386 | <div class="network-promo-component network-promo-button element-invisible wwe-geo-element" data-countries="zz" data-include="ex" data-color="" tabindex="0"> | Syntax not understood |
| 387 | <img src="/f/styles/scaleto240with/public/all/2025/01/netflixWWE_192x48--ab18e68e7aa037bceceac17f0fbe4bcd.png" alt="" title="" class="network-logo"> | Syntax not understood |
| 388 | <div class="network-promo"> | Syntax not understood |
| 389 | <p>Watch every Premium Live Event and enjoy some of your favorite WWE content on Netflix</p> | Syntax not understood |
| 390 | <a class="wwe-button button-default" href="https://www.netflix.com/title/81788927" target="_blank">Go to Netflix</a> | Unknown directive |
| 391 | </div> | Syntax not understood |
| 392 | </div> | Syntax not understood |
| 394 | <div class="network-promo-component network-promo-button element-invisible wwe-geo-element" data-countries="zz" data-include="in" data-color="#c48942 " tabindex="0"> | Syntax not understood |
| 395 | <img src="/f/styles/scaleto240with/public/all/2023/01/nav-network-WatchOnSonyLiv-CTA-183x48--760f6aa68e476bb3003fc045c38705a0.png" alt="Watch on Sony LIV " title="Watch on Sony LIV " class="network-logo"> | Syntax not understood |
| 396 | <div class="network-promo"> | Syntax not understood |
| 397 | <p>Visit Sony LIV to sign in or sign up and enjoy WWE's premium content. </p> | Syntax not understood |
| 398 | <a class="wwe-button button-default" href="https://www.sonyliv.com/signin?utm_source=wwe&utm_medium=referral&utm_campaign=wwe_acq&utm_term=go_to_sonyliv" target="_blank">Go to Sony LIV </a> | Unknown directive |
| 399 | </div> | Syntax not understood |
| 400 | </div> | Syntax not understood |
| 402 | <div class="network-promo-component network-promo-button element-invisible wwe-geo-element" data-countries="zzz" data-include="in" data-color="#0181C4" tabindex="0"> | Syntax not understood |
| 403 | <img src="/f/styles/scaleto240with/public/all/2023/01/nav-Network-Flow-CTA--f8b50f2dde73e4e7e185be36eeb510e5.png" alt="Flow" title="Flow" class="network-logo"> | Syntax not understood |
| 404 | <div class="network-promo"> | Syntax not understood |
| 405 | <p>Watch WrestleMania and other WWE Premium Live Events on Flow.</p> | Syntax not understood |
| 406 | <a class="wwe-button button-default" href="https://www.flowsports.co" target="_blank">Go to Flow</a> | Unknown directive |
| 407 | </div> | Syntax not understood |
| 408 | </div> | Syntax not understood |
| 410 | <div class="network-promo-component network-promo-button element-invisible wwe-geo-element" data-countries="us,as,gu,mp,pr,vi,um,ao,at,bj,bw,bf,bi,cv,cm,cf,km,cg,ci,cd,gq,er,sz,et,ga,gm,de,gh,gn,gw,it,jp,ke,ls,lr,li,mg,mw,ml,mu,yt,mz,na,ne,ng,re,rw,sh,sm,st,sn,sc,sl,za,tz,t,ug,zm,zw" data-include="in" data-color="red" tabindex="0"> | Syntax not understood |
| 411 | <img src="/f/styles/scaleto240with/public/2025/09/watch-wwe-flat-horizontal-white-220x46.png" alt="How to Watch" title="How to Watch" class="network-logo"> | Syntax not understood |
| 412 | <div class="network-promo"> | Syntax not understood |
| 413 | <p>Learn how to access and stream WWE content online, including every WWE Premium Live Event, your favorite shows, historical and recent, and even watch Raw live. </p> | Syntax not understood |
| 414 | <a class="wwe-button button-default" href="https://wwenetwork.com" target="_blank">Learn More</a> | Unknown directive |
| 415 | </div> | Syntax not understood |
| 416 | </div> | Syntax not understood |
| 418 | <div class="vertical-break"></div> | Syntax not understood |
| 419 | <div class="account-button"></div> | Syntax not understood |
| 420 | <span class="search"> | Syntax not understood |
| 421 | <a href="/search"> | Syntax not understood |
| 422 | <img class="icon" title="Search icon" alt="If you hit on this search icon then you will be redirected to https://watch.wwe.com/search" src="/modules/custom/wwe_global_panes/assets/img/search-thicc.svg"> | Unknown directive |
| 423 | </a> | Syntax not understood |
| 424 | </span> | Syntax not understood |
| 425 | </div> | Syntax not understood |
| 426 | </div> | Syntax not understood |
| 428 | <ul class='mobile-menu wwe-geo-group'> | Syntax not understood |
| 429 | <li class="element-invisible wwe-geo-element network-promo-component" data-countries="zz" data-include="in" data-color="#D0021B"> | Syntax not understood |
| 430 | <div class="mobile-network-promo"> | Syntax not understood |
| 431 | <div class="mobile-network-promo_image"> | Syntax not understood |
| 432 | <img src="/f/styles/scaleto240with/public/all/2022/09/nav-Network-WWENetwork%402x--27641c123206feea4d9cfe8b2fa1406e.png" height="24" alt="Watch on WWE Network" title="Watch on WWE Network"> | Syntax not understood |
| 433 | </div> | Syntax not understood |
| 434 | <div class="mobile-network-promo_text">Watch every Premium Live Event and get unlimited access to WWE's premium content - available to you anywhere, anytime, on any device.</div> | Syntax not understood |
| 435 | <a class="wwe-button button-promo button-default" href="https://www.wwe.com/wwenetwork?utm_source=wwecom&utm_medium=nav&utm_campaign=evergreen" target="_blank">Go to WWE Network</a> | Unknown directive |
| 436 | </div> | Syntax not understood |
| 437 | </li> | Syntax not understood |
| 439 | <li class="element-invisible wwe-geo-element network-promo-component" data-countries="zz" data-include="ex" data-color=""> | Syntax not understood |
| 440 | <div class="mobile-network-promo"> | Syntax not understood |
| 441 | <div class="mobile-network-promo_image"> | Syntax not understood |
| 442 | <img src="/f/styles/scaleto240with/public/all/2025/01/netflixWWE_192x48--ab18e68e7aa037bceceac17f0fbe4bcd.png" height="24" alt="" title=""> | Syntax not understood |
| 443 | </div> | Syntax not understood |
| 444 | <div class="mobile-network-promo_text">Watch every Premium Live Event and enjoy some of your favorite WWE content on Netflix</div> | Syntax not understood |
| 445 | <a class="wwe-button button-promo button-default" href="https://www.netflix.com/title/81788927" target="_blank">Go to Netflix</a> | Unknown directive |
| 446 | </div> | Syntax not understood |
| 447 | </li> | Syntax not understood |
| 449 | <li class="element-invisible wwe-geo-element network-promo-component" data-countries="zz" data-include="in" data-color="#c48942 "> | Syntax not understood |
| 450 | <div class="mobile-network-promo"> | Syntax not understood |
| 451 | <div class="mobile-network-promo_image"> | Syntax not understood |
| 452 | <img src="/f/styles/scaleto240with/public/all/2023/01/nav-network-WatchOnSonyLiv-CTA-183x48--760f6aa68e476bb3003fc045c38705a0.png" height="24" alt="Watch on Sony LIV " title="Watch on Sony LIV "> | Syntax not understood |
| 453 | </div> | Syntax not understood |
| 454 | <div class="mobile-network-promo_text">Visit Sony LIV to sign in or sign up and enjoy WWE's premium content. </div> | Syntax not understood |
| 455 | <a class="wwe-button button-promo button-default" href="https://www.sonyliv.com/signin?utm_source=wwe&utm_medium=referral&utm_campaign=wwe_acq&utm_term=go_to_sonyliv" target="_blank">Go to Sony LIV </a> | Unknown directive |
| 456 | </div> | Syntax not understood |
| 457 | </li> | Syntax not understood |
| 459 | <li class="element-invisible wwe-geo-element network-promo-component" data-countries="zzz" data-include="in" data-color="#0181C4"> | Syntax not understood |
| 460 | <div class="mobile-network-promo"> | Syntax not understood |
| 461 | <div class="mobile-network-promo_image"> | Syntax not understood |
| 462 | <img src="/f/styles/scaleto240with/public/all/2023/01/nav-Network-Flow-CTA--f8b50f2dde73e4e7e185be36eeb510e5.png" height="24" alt="Flow" title="Flow"> | Syntax not understood |
| 463 | </div> | Syntax not understood |
| 464 | <div class="mobile-network-promo_text">Watch WrestleMania and other WWE Premium Live Events on Flow.</div> | Syntax not understood |
| 465 | <a class="wwe-button button-promo button-default" href="https://www.flowsports.co" target="_blank">Go to Flow</a> | Unknown directive |
| 466 | </div> | Syntax not understood |
| 467 | </li> | Syntax not understood |
| 469 | <li class="element-invisible wwe-geo-element network-promo-component" data-countries="us,as,gu,mp,pr,vi,um,ao,at,bj,bw,bf,bi,cv,cm,cf,km,cg,ci,cd,gq,er,sz,et,ga,gm,de,gh,gn,gw,it,jp,ke,ls,lr,li,mg,mw,ml,mu,yt,mz,na,ne,ng,re,rw,sh,sm,st,sn,sc,sl,za,tz,t,ug,zm,zw" data-include="in" data-color="red"> | Syntax not understood |
| 470 | <div class="mobile-network-promo"> | Syntax not understood |
| 471 | <div class="mobile-network-promo_image"> | Syntax not understood |
| 472 | <img src="/f/styles/scaleto240with/public/2025/09/watch-wwe-flat-horizontal-white-220x46.png" height="24" alt="How to Watch" title="How to Watch"> | Syntax not understood |
| 473 | </div> | Syntax not understood |
| 474 | <div class="mobile-network-promo_text">Learn how to access and stream WWE content online, including every WWE Premium Live Event, your favorite shows, historical and recent, and even watch Raw live. </div> | Syntax not understood |
| 475 | <a class="wwe-button button-promo button-default" href="https://wwenetwork.com" target="_blank">Learn More</a> | Unknown directive |
| 476 | </div> | Syntax not understood |
| 477 | </li> | Syntax not understood |
| 479 | </ul> | Syntax not understood |
| 480 | <div class="mobile-menu-underlay"></div> | Syntax not understood |
| 481 | </nav> | Syntax not understood |
| 482 | </div> | Syntax not understood |
| 483 | </div> | Syntax not understood |
| 486 | </div> | Syntax not understood |
| 487 | </nav> | Syntax not understood |
| 488 | </header> | Syntax not understood |
| 489 | <div class="highlighted"> | Syntax not understood |
| 490 | <aside class="container-fluid section clearfix" role="complementary"> | Syntax not understood |
| 491 | <div data-drupal-messages-fallback class="hidden"></div> | Syntax not understood |
| 494 | </aside> | Syntax not understood |
| 495 | </div> | Syntax not understood |
| 496 | <div id="main-wrapper" class="layout-main-wrapper clearfix"> | Syntax not understood |
| 497 | <div id="main" class="container-fluid"> | Syntax not understood |
| 499 | <div class="row row-offcanvas row-offcanvas-left clearfix"> | Syntax not understood |
| 500 | <main class="main-content col" id="content" role="main" > | Syntax not understood |
| 501 | <section class="section"> | Syntax not understood |
| 502 | <a href="#main-content" id="main-content" aria-label="main-content" tabindex="-1"></a> | Syntax not understood |
| 503 | <div id="block-wwe-theme-page-title" class="block block-core block-page-title-block"> | Syntax not understood |
| 506 | <div class="content"> | Syntax not understood |
| 508 | <h1 class="hidden title"><span class="field field--name-title field--type-string field--label-above">Homepage</span> | Syntax not understood |
| 509 | </h1> | Syntax not understood |
| 512 | </div> | Syntax not understood |
| 513 | </div> | Syntax not understood |
| 514 | <div id="block-wwe-theme-content" class="block block-system block-system-main-block"> | Syntax not understood |
| 517 | <div class="content"> | Syntax not understood |
| 520 | <article class="node node--type-page node--view-mode-full clearfix"> | Syntax not understood |
| 521 | <header> | Syntax not understood |
| 524 | </header> | Syntax not understood |
| 525 | <div class="node__content clearfix"> | Syntax not understood |
| 526 | <div class="layout layout--onecol"> | Syntax not understood |
| 527 | <div class="layout__region layout__region--content"> | Syntax not understood |
| 529 | <div class="block-inline-blockvideo-playlist-carousel-title-content-wrapper"> | Syntax not understood |
| 531 | <div class="block block-layout-builder block-inline-blockvideo-playlist-carousel wwe-highlights-videos--header"> | Syntax not understood |
| 533 | <h2 class="wwe-hightlight-videos--title"></h2> | Syntax not understood |
| 535 | <div class="content"> | Syntax not understood |
| 536 | <div class="wwe-highlights-videos--wrapper wwe-header--explorer js-hide" data-vr-zone="Highlight Videos" data-context="50007176"> | Syntax not understood |
| 537 | <div class="wwe-hightlight-videos--inner"> | Syntax not understood |
| 539 | <div class="wwe-highlight-videos--videos-wrapper"> | Syntax not understood |
| 540 | <div class="wwe-hightlight-videos--carousel"></div> | Syntax not understood |
| 541 | </div> | Syntax not understood |
| 542 | </div> | Syntax not understood |
| 543 | </div> | Syntax not understood |
| 544 | </div> | Syntax not understood |
| 545 | </div> | Syntax not understood |
| 547 | </div> | Syntax not understood |
| 548 | <div class="views-element-container block block-views block-views-blockbreaking-news-breaking-news"> | Syntax not understood |
| 551 | <div class="content"> | Syntax not understood |
| 552 | <div><div class="breaking-news jh-hide d-none view view-breaking-news view-id-breaking_news view-display-id-breaking_news js-view-dom-id-7fc99ecc90c1380fd81df2ebf22ebc6d52894ecaf430f7472189c5a56e0f791d"> | Syntax not understood |
| 557 | </div> | Syntax not understood |
| 558 | </div> | Syntax not understood |
| 560 | </div> | Syntax not understood |
| 561 | </div> | Syntax not understood |
| 562 | <div class="block block-wwe-ads block-ads-header"> | Syntax not understood |
| 565 | <div class="content"> | Syntax not understood |
| 566 | <div id="wwe-ad-header-2038663433" class="wwe-ad-header" alt="Advertisement" role="dialog" aria-label="Advertisement"></div><div class="wwe-ad-interstitial" id="wwe-ad-interstitial-857911914"></div> | Syntax not understood |
| 567 | </div> | Syntax not understood |
| 568 | </div> | Syntax not understood |
| 569 | <div class="views-element-container block block-views block-views-blockshow-contextual-smackdown-block-3"> | Syntax not understood |
| 572 | <div class="content"> | Syntax not understood |
| 573 | <div><div class="wwe-nxt view view-show-contextual-smackdown view-id-show_contextual_smackdown view-display-id-block_3 js-view-dom-id-afe950e51bc72c1586466397913ca3a06b777d8465be39cba5c680f41ade2f77"> | Syntax not understood |
| 577 | <div class="view-content row"> | Syntax not understood |
| 579 | <div> | Syntax not understood |
| 580 | <div> | Syntax not understood |
| 581 | <div class="herobanner-section views-row"><div class="views-field views-field-nothing"> | Syntax not understood |
| 582 | <span class="field-content"> | Syntax not understood |
| 583 | <div class="episode__wrapper__section" style = "--font-color: ;"> | Unknown directive |
| 584 | <div class="views-field-logo"> | Syntax not understood |
| 585 | <div class="episode-logo" style="background-color:#000000 !important ;--after-color: #000000;"> | Unknown directive |
| 586 | <a href="/shows/wwenxt/2026-04-21"> | Syntax not understood |
| 587 | <img loading="lazy" src="/f/styles/wwe_show_logo_sm/public/all/2024/10/NXTonCW--0f06792893241464479338f55596a5bf.png" alt="WWE Photo" class="image-style-wwe-show-logo-sm" /> | Syntax not understood |
| 591 | </a> | Syntax not understood |
| 592 | </div> | Syntax not understood |
| 593 | <div class="herobanner-social-icons"> | Syntax not understood |
| 594 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/shows/wwenxt/2026-04-21" data-a2a-title="NXT Revenge 2026 Week Two"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 596 | </div> | Syntax not understood |
| 598 | </div> | Syntax not understood |
| 599 | <div class="banner__right__sec"> | Syntax not understood |
| 600 | <div class="views-field-field-primary-image Results "> | Syntax not understood |
| 603 | <a href="/shows/wwenxt/2026-04-21"> | Syntax not understood |
| 606 | <article class="node node--type-link node--view-mode-show-contextual-banner-image clearfix show-contextual"> | Syntax not understood |
| 607 | <div class="node__content clearfix"> | Syntax not understood |
| 609 | <div class="field field--name-field-thumbnail-image field--type-entity-reference field--label-hidden field__item"> <img loading="lazy" src="/f/styles/wwe_16_9_l/public/2026/04/20260421_NXT_Final.jpg" width="960" height="540" alt="WWE Photo" class="image-style-wwe-16-9-l" /> | Syntax not understood |
| 612 | </div> | Syntax not understood |
| 614 | </div> | Syntax not understood |
| 615 | </article> | Syntax not understood |
| 617 | </a> | Syntax not understood |
| 619 | </div> | Syntax not understood |
| 620 | <div style = "background-color : #000000 !important; --after-color: #000000;--font-color: ;" class="episode__content"> | Unknown directive |
| 621 | <div class="herobanner-social-icons"> | Syntax not understood |
| 622 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/shows/wwenxt/2026-04-21" data-a2a-title="NXT Revenge 2026 Week Two"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 624 | </div> | Syntax not understood |
| 625 | <div class="views-field-field-primary-date"> | Syntax not understood |
| 626 | <a href="/shows/wwenxt/2026-04-21"> | Syntax not understood |
| 627 | WWE NXT Results for <time datetime="2026-04-22T00:00:00+00:00" class="datetime">04/21</time> | Unknown directive |
| 629 | </a> | Syntax not understood |
| 630 | </div> | Syntax not understood |
| 631 | <div class="views-field-content"> | Syntax not understood |
| 632 | <a href="/shows/wwenxt/2026-04-21"> | Syntax not understood |
| 635 | <article class="node node--type-link node--view-mode-show-contextual-title clearfix"> | Syntax not understood |
| 636 | <div class="node__content clearfix"> | Syntax not understood |
| 638 | <div class="field field--name-field-short-headline field--type-string field--label-hidden field__item">Zaria is the Last Woman Standing after sending Sol Ruca crashing through a table</div> | Syntax not understood |
| 640 | </div> | Syntax not understood |
| 641 | </article> | Syntax not understood |
| 643 | </a> | Syntax not understood |
| 644 | </div> | Syntax not understood |
| 645 | <div class="views-field-buttons" style = "background-color : #000000 !important;"> | Unknown directive |
| 646 | <a style ="background-color : #000000 !important" href="/shows/wwenxt/2026-04-21">Results</a> | Unknown directive |
| 647 | <a style ="background-color : #000000 !important" href="/playlist/nxt-revenge-2026-week-two-highlights">Watch highlights</a> | Unknown directive |
| 648 | </div> | Syntax not understood |
| 649 | </div> | Syntax not understood |
| 650 | </div> | Syntax not understood |
| 651 | </div> | Syntax not understood |
| 652 | </span> | Syntax not understood |
| 653 | </div> | Syntax not understood |
| 655 | <div class="views-field views-field-field-contextual-references video__banner__section"> | Syntax not understood |
| 656 | <div class="field-content video__banner"> | Syntax not understood |
| 657 | <div class="item-list"><ul class="list-group"><li class="list-group-item"> | Syntax not understood |
| 658 | <div class="show-contextual--items-wrapper video"> | Syntax not understood |
| 659 | <div class="show-contextual__item__image" data-vr-contentbox="SC Mod - Hero" style="border-bottom-color:#000000 !important; --border-color:#000000"> | Unknown directive |
| 660 | <div class="show-contextual__item__image-content"> | Syntax not understood |
| 662 | <a class="js-track js-video--btn show-contextual-video--type icon-video wwe-display-duration video-play-large js-video-inline--btn" data-nid="50007172" data-duration="03:08" data-video='{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/vmssg_jUGHz_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/vmssg_jUGHz_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchinxt909_05_yt.m3u8","fid":"40730179","title":"Izzi Dame knocks out Lola Vice in brutal fashion: NXT Revenge 2026 Week Two highlights","nid":50007172,"description":"Izzi Dame demonstrates her intentions toward Lola Vice and the NXT Women\u2019s Championship in a stunning attack. Catch WWE action on the ESPN App, Netflix, USA Network, CW Network, Peacock, and more","vms_id":245946,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/izzi-dame-knocks-out-lola-vice-in-brutal-fashion-nxt-revenge-2026-week-two-highlights","abs_path":"https:\/\/www.wwe.com\/videos\/izzi-dame-knocks-out-lola-vice-in-brutal-fashion-nxt-revenge-2026-week-two-highlights","network_logged_in_cta":"","show_name":"WWE NXT","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchinxt909_05_yt%2Fdchinxt909_05_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" \u003Cimg srcset=\u0022\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_jUGHz_rev_2.jpg 1x\u0022 width=\u0022167\u0022 height=\u002294\u0022 alt=\u0022WWE Photo\u0022 src=\u0022\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_jUGHz_rev_2.jpg\u0022 title=\u0022WWE Photo\u0022 loading=\u0022lazy\u0022 \/\u003E\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}' data-tracking-label="contentTitle=Izzi Dame knocks out Lola Vice in brutal fashion: NXT Revenge 2026 Week Two highlights|contentType=video|state=video|slot=1" data-slot="1" data-ct="video" href="/videos/izzi-dame-knocks-out-lola-vice-in-brutal-fashion-nxt-revenge-2026-week-two-highlights" alt="Izzi Dame knocks out Lola Vice in brutal fashion: NXT Revenge 2026 Week Two highlights" title="Izzi Dame knocks out Lola Vice in brutal fashion: NXT Revenge 2026 Week Two highlights"> | Unknown directive |
| 663 | <picture> | Syntax not understood |
| 664 | <source srcset="/f/styles/wwe_16_9_xs/public/video/thumb/2026/04/vmssg_jUGHz_rev_2.jpg 1x, /f/styles/wwe_16_9_l/public/video/thumb/2026/04/vmssg_jUGHz_rev_2.jpg 2x" media="(min-width: 1200px)" type="image/jpeg" width="768" height="432"></source> | Unknown directive |
| 665 | <source srcset="/f/styles/wwe_16_9_csm/public/video/thumb/2026/04/vmssg_jUGHz_rev_2.jpg 1x, /f/styles/wwe_16_9_l/public/video/thumb/2026/04/vmssg_jUGHz_rev_2.jpg 2x" media="(min-width: 1025px)" type="image/jpeg" width="370" height="208"></source> | Unknown directive |
| 666 | <source srcset="/f/styles/wwe_16_9_csm/public/video/thumb/2026/04/vmssg_jUGHz_rev_2.jpg 1x, /f/styles/wwe_16_9_m/public/video/thumb/2026/04/vmssg_jUGHz_rev_2.jpg 2x" media="(min-width: 768px)" type="image/jpeg" width="370" height="208"></source> | Unknown directive |
| 667 | <source srcset="/f/styles/wwe_16_9_css/public/video/thumb/2026/04/vmssg_jUGHz_rev_2.jpg 1x, /f/styles/wwe_16_9_xs/public/video/thumb/2026/04/vmssg_jUGHz_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="360" height="203"></source> | Unknown directive |
| 668 | <img width="640" height="360" alt="WWE Photo" src="/f/styles/wwe_16_9_s/public/video/thumb/2026/04/vmssg_jUGHz_rev_2.jpg" title="Homepage" loading="lazy"> | Syntax not understood |
| 670 | </picture> | Syntax not understood |
| 672 | </a> | Syntax not understood |
| 673 | <div class="js-video-duration" aria-hidden="true">03:08</div> | Unknown directive |
| 674 | </div> | Syntax not understood |
| 675 | </div> | Syntax not understood |
| 676 | <div class="show-contextual__item__copy-and-buttons"> | Syntax not understood |
| 677 | <div class="show-contextual__item__copy"> | Syntax not understood |
| 678 | <a href="/videos/izzi-dame-knocks-out-lola-vice-in-brutal-fashion-nxt-revenge-2026-week-two-highlights" class="js-track js-video--brn show-contextual-video--type" data-nid="50007172" data-tracking-label="contentTitle=Izzi Dame knocks out Lola Vice in brutal fashion: NXT Revenge 2026 Week Two highlightscontentType=video|state=videoslot=1" : data-vr-excerpttitle> | Unknown directive |
| 679 | <div class="show-contextual__item__copy__eyebrow"> | Syntax not understood |
| 680 | </div> | Syntax not understood |
| 681 | <div class="show-contextual__item__copy__text"> | Syntax not understood |
| 682 | <div class="show-contextual__item__copy__text__title"> | Syntax not understood |
| 683 | Izzi Dame knocks out Lola Vice in brutal fashion | Syntax not understood |
| 684 | </div> | Syntax not understood |
| 685 | </div> | Syntax not understood |
| 686 | </a> | Syntax not understood |
| 687 | </div> | Syntax not understood |
| 688 | </div> | Syntax not understood |
| 689 | </div> | Syntax not understood |
| 691 | <div class="show-contextual--items-wrapper video"> | Syntax not understood |
| 692 | <div class="show-contextual__item__image" data-vr-contentbox="SC Mod - Hero" style="border-bottom-color:#000000 !important; --border-color:#000000"> | Unknown directive |
| 693 | <div class="show-contextual__item__image-content"> | Syntax not understood |
| 695 | <a class="js-track js-video--btn show-contextual-video--type icon-video wwe-display-duration video-play-large js-video-inline--btn" data-nid="50007171" data-duration="03:18" data-video='{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/dchinxt909_04_yt_hd_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/dchinxt909_04_yt_hd_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchinxt909_04_yt.m3u8","fid":"40730180","title":"Tatum Paxley vs. Blake Monroe | Casket Match: NXT Revenge 2026 Week Two highlights","nid":50007171,"description":"Tatum Paxley defends the NXT Women\u2019s North American Championship against Blake Monroe in a Casket Match. Catch WWE action on the ESPN App, Netflix, USA Network, CW Network, Peacock, and more.","vms_id":245945,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/tatum-paxley-vs-blake-monroe-casket-match-nxt-revenge-2026-week-two-highlights","abs_path":"https:\/\/www.wwe.com\/videos\/tatum-paxley-vs-blake-monroe-casket-match-nxt-revenge-2026-week-two-highlights","network_logged_in_cta":"","show_name":"WWE NXT","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchinxt909_04_yt%2Fdchinxt909_04_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" \u003Cimg srcset=\u0022\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchinxt909_04_yt_hd_rev_2.jpg 1x\u0022 width=\u0022167\u0022 height=\u002294\u0022 alt=\u0022WWE Photo\u0022 src=\u0022\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchinxt909_04_yt_hd_rev_2.jpg\u0022 title=\u0022WWE Photo\u0022 loading=\u0022lazy\u0022 \/\u003E\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}' data-tracking-label="contentTitle=Tatum Paxley vs. Blake Monroe | Casket Match: NXT Revenge 2026 Week Two highlights|contentType=video|state=video|slot=1" data-slot="1" data-ct="video" href="/videos/tatum-paxley-vs-blake-monroe-casket-match-nxt-revenge-2026-week-two-highlights" alt="Tatum Paxley vs. Blake Monroe | Casket Match: NXT Revenge 2026 Week Two highlights" title="Tatum Paxley vs. Blake Monroe | Casket Match: NXT Revenge 2026 Week Two highlights"> | Unknown directive |
| 696 | <picture> | Syntax not understood |
| 697 | <source srcset="/f/styles/wwe_16_9_xs/public/video/thumb/2026/04/dchinxt909_04_yt_hd_rev_2.jpg 1x, /f/styles/wwe_16_9_l/public/video/thumb/2026/04/dchinxt909_04_yt_hd_rev_2.jpg 2x" media="(min-width: 1200px)" type="image/jpeg" width="768" height="432"></source> | Unknown directive |
| 698 | <source srcset="/f/styles/wwe_16_9_csm/public/video/thumb/2026/04/dchinxt909_04_yt_hd_rev_2.jpg 1x, /f/styles/wwe_16_9_l/public/video/thumb/2026/04/dchinxt909_04_yt_hd_rev_2.jpg 2x" media="(min-width: 1025px)" type="image/jpeg" width="370" height="208"></source> | Unknown directive |
| 699 | <source srcset="/f/styles/wwe_16_9_csm/public/video/thumb/2026/04/dchinxt909_04_yt_hd_rev_2.jpg 1x, /f/styles/wwe_16_9_m/public/video/thumb/2026/04/dchinxt909_04_yt_hd_rev_2.jpg 2x" media="(min-width: 768px)" type="image/jpeg" width="370" height="208"></source> | Unknown directive |
| 700 | <source srcset="/f/styles/wwe_16_9_css/public/video/thumb/2026/04/dchinxt909_04_yt_hd_rev_2.jpg 1x, /f/styles/wwe_16_9_xs/public/video/thumb/2026/04/dchinxt909_04_yt_hd_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="360" height="203"></source> | Unknown directive |
| 701 | <img width="640" height="360" alt="WWE Photo" src="/f/styles/wwe_16_9_s/public/video/thumb/2026/04/dchinxt909_04_yt_hd_rev_2.jpg" title="Homepage" loading="lazy"> | Syntax not understood |
| 703 | </picture> | Syntax not understood |
| 705 | </a> | Syntax not understood |
| 706 | <div class="js-video-duration" aria-hidden="true">03:18</div> | Unknown directive |
| 707 | </div> | Syntax not understood |
| 708 | </div> | Syntax not understood |
| 709 | <div class="show-contextual__item__copy-and-buttons"> | Syntax not understood |
| 710 | <div class="show-contextual__item__copy"> | Syntax not understood |
| 711 | <a href="/videos/tatum-paxley-vs-blake-monroe-casket-match-nxt-revenge-2026-week-two-highlights" class="js-track js-video--brn show-contextual-video--type" data-nid="50007171" data-tracking-label="contentTitle=Tatum Paxley vs. Blake Monroe | Casket Match: NXT Revenge 2026 Week Two highlightscontentType=video|state=videoslot=1" : data-vr-excerpttitle> | Unknown directive |
| 712 | <div class="show-contextual__item__copy__eyebrow"> | Syntax not understood |
| 713 | </div> | Syntax not understood |
| 714 | <div class="show-contextual__item__copy__text"> | Syntax not understood |
| 715 | <div class="show-contextual__item__copy__text__title"> | Syntax not understood |
| 716 | Tatum Paxley vs. Blake Monroe | Casket Match | Syntax not understood |
| 717 | </div> | Syntax not understood |
| 718 | </div> | Syntax not understood |
| 719 | </a> | Syntax not understood |
| 720 | </div> | Syntax not understood |
| 721 | </div> | Syntax not understood |
| 722 | </div> | Syntax not understood |
| 724 | <div class="show-contextual--items-wrapper video"> | Syntax not understood |
| 725 | <div class="show-contextual__item__image" data-vr-contentbox="SC Mod - Hero" style="border-bottom-color:#000000 !important; --border-color:#000000"> | Unknown directive |
| 726 | <div class="show-contextual__item__image-content"> | Syntax not understood |
| 728 | <a class="js-track js-video--btn show-contextual-video--type icon-video wwe-display-duration video-play-large js-video-inline--btn" data-nid="50007169" data-duration="02:55" data-video='{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/dchinxt909_02_yt_hd_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/dchinxt909_02_yt_hd_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchinxt909_02_yt.m3u8","fid":"40730175","title":"Keanu Carver decimates Joe Hendry in stunning fashion: NXT Revenge 2026 Week Two highlights","nid":50007169,"description":"Keanu Carver destroys Joe Hendry in unbelievable fashion during their match. Catch WWE action on the ESPN App, Netflix, USA Network, CW Network, Peacock, and more.","vms_id":245943,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/keanu-carver-decimates-joe-hendry-in-stunning-fashion-nxt-revenge-2026-week-two-highlights","abs_path":"https:\/\/www.wwe.com\/videos\/keanu-carver-decimates-joe-hendry-in-stunning-fashion-nxt-revenge-2026-week-two-highlights","network_logged_in_cta":"","show_name":"WWE NXT","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchinxt909_02_yt%2Fdchinxt909_02_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" \u003Cimg srcset=\u0022\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchinxt909_02_yt_hd_rev_2.jpg 1x\u0022 width=\u0022167\u0022 height=\u002294\u0022 alt=\u0022WWE Photo\u0022 src=\u0022\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchinxt909_02_yt_hd_rev_2.jpg\u0022 title=\u0022WWE Photo\u0022 loading=\u0022lazy\u0022 \/\u003E\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}' data-tracking-label="contentTitle=Keanu Carver decimates Joe Hendry in stunning fashion: NXT Revenge 2026 Week Two highlights|contentType=video|state=video|slot=1" data-slot="1" data-ct="video" href="/videos/keanu-carver-decimates-joe-hendry-in-stunning-fashion-nxt-revenge-2026-week-two-highlights" alt="Keanu Carver decimates Joe Hendry in stunning fashion: NXT Revenge 2026 Week Two highlights" title="Keanu Carver decimates Joe Hendry in stunning fashion: NXT Revenge 2026 Week Two highlights"> | Unknown directive |
| 729 | <picture> | Syntax not understood |
| 730 | <source srcset="/f/styles/wwe_16_9_xs/public/video/thumb/2026/04/dchinxt909_02_yt_hd_rev_2.jpg 1x, /f/styles/wwe_16_9_l/public/video/thumb/2026/04/dchinxt909_02_yt_hd_rev_2.jpg 2x" media="(min-width: 1200px)" type="image/jpeg" width="768" height="432"></source> | Unknown directive |
| 731 | <source srcset="/f/styles/wwe_16_9_csm/public/video/thumb/2026/04/dchinxt909_02_yt_hd_rev_2.jpg 1x, /f/styles/wwe_16_9_l/public/video/thumb/2026/04/dchinxt909_02_yt_hd_rev_2.jpg 2x" media="(min-width: 1025px)" type="image/jpeg" width="370" height="208"></source> | Unknown directive |
| 732 | <source srcset="/f/styles/wwe_16_9_csm/public/video/thumb/2026/04/dchinxt909_02_yt_hd_rev_2.jpg 1x, /f/styles/wwe_16_9_m/public/video/thumb/2026/04/dchinxt909_02_yt_hd_rev_2.jpg 2x" media="(min-width: 768px)" type="image/jpeg" width="370" height="208"></source> | Unknown directive |
| 733 | <source srcset="/f/styles/wwe_16_9_css/public/video/thumb/2026/04/dchinxt909_02_yt_hd_rev_2.jpg 1x, /f/styles/wwe_16_9_xs/public/video/thumb/2026/04/dchinxt909_02_yt_hd_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="360" height="203"></source> | Unknown directive |
| 734 | <img width="640" height="360" alt="WWE Photo" src="/f/styles/wwe_16_9_s/public/video/thumb/2026/04/dchinxt909_02_yt_hd_rev_2.jpg" title="Homepage" loading="lazy"> | Syntax not understood |
| 736 | </picture> | Syntax not understood |
| 738 | </a> | Syntax not understood |
| 739 | <div class="js-video-duration" aria-hidden="true">02:55</div> | Unknown directive |
| 740 | </div> | Syntax not understood |
| 741 | </div> | Syntax not understood |
| 742 | <div class="show-contextual__item__copy-and-buttons"> | Syntax not understood |
| 743 | <div class="show-contextual__item__copy"> | Syntax not understood |
| 744 | <a href="/videos/keanu-carver-decimates-joe-hendry-in-stunning-fashion-nxt-revenge-2026-week-two-highlights" class="js-track js-video--brn show-contextual-video--type" data-nid="50007169" data-tracking-label="contentTitle=Keanu Carver decimates Joe Hendry in stunning fashion: NXT Revenge 2026 Week Two highlightscontentType=video|state=videoslot=1" : data-vr-excerpttitle> | Unknown directive |
| 745 | <div class="show-contextual__item__copy__eyebrow"> | Syntax not understood |
| 746 | </div> | Syntax not understood |
| 747 | <div class="show-contextual__item__copy__text"> | Syntax not understood |
| 748 | <div class="show-contextual__item__copy__text__title"> | Syntax not understood |
| 749 | Keanu Carver decimates Joe Hendry | Syntax not understood |
| 750 | </div> | Syntax not understood |
| 751 | </div> | Syntax not understood |
| 752 | </a> | Syntax not understood |
| 753 | </div> | Syntax not understood |
| 754 | </div> | Syntax not understood |
| 755 | </div> | Syntax not understood |
| 756 | </li></ul></div> | Syntax not understood |
| 757 | </div> | Syntax not understood |
| 758 | </div></div> | Syntax not understood |
| 759 | </div> | Syntax not understood |
| 760 | </div> | Syntax not understood |
| 763 | </div> | Syntax not understood |
| 765 | </div> | Syntax not understood |
| 766 | </div> | Syntax not understood |
| 768 | </div> | Syntax not understood |
| 769 | </div> | Syntax not understood |
| 770 | <div class="block-content-trending_news block block-block-content block-block-content8f6f1051-ef95-4645-ba8f-72814ecdd3c4"> | Syntax not understood |
| 771 | <div class="wwe-breaker--header clearfix"> | Syntax not understood |
| 773 | <h2 class="wwe-breaker--title"> | Syntax not understood |
| 774 | <span class="wwe-breaker--title__sup">Trending</span> | Syntax not understood |
| 775 | <span class="wwe-breaker--title__main">WWE NEWS</span> | Syntax not understood |
| 776 | </h2> | Syntax not understood |
| 777 | <a alt="More WWE News" title="More WWE News" aria-label="Click here for more WWE News" href="/news" class="more-news-btn desktop js-track" data-tracking-label="lt=button|ct=newsfeedpage|text=More WWE News">More WWE News</a> | Syntax not understood |
| 779 | </div> | Syntax not understood |
| 780 | <div class="wwe-breaker--content-wrapper"> | Syntax not understood |
| 782 | <div class="field field--name-field-select-node-content field--type-entity-reference field--label-hidden field__items"> | Syntax not understood |
| 783 | <div class="field__item"> | Syntax not understood |
| 785 | <article class="node node--type-article node--view-mode-news-breaker clearfix"> | Syntax not understood |
| 786 | <header> | Syntax not understood |
| 788 | <h2 class="node__title"> | Syntax not understood |
| 789 | <a href="/article/full-wrestlemania-42-results" rel="bookmark" aria-label="Full WrestleMania 42 results "><span class="hidden field field--name-title field--type-string field--label-hidden">Full WrestleMania 42 results </span> | Syntax not understood |
| 790 | </a> | Syntax not understood |
| 791 | </h2> | Syntax not understood |
| 793 | </header> | Syntax not understood |
| 794 | <div class="node__content clearfix"> | Syntax not understood |
| 796 | <div class="field field--name-field-thumbnail-image field--type-entity-reference field--label-hidden field__item"><div> | Syntax not understood |
| 799 | <div class="field field--name-field-media-image field--type-image field--label-visually_hidden"> | Syntax not understood |
| 800 | <div class="field__label visually-hidden">Image</div> | Syntax not understood |
| 801 | <div class="field__item"> <a href="/article/full-wrestlemania-42-results" aria-label="Full WrestleMania 42 results "> | Syntax not understood |
| 802 | <picture> | Syntax not understood |
| 803 | <source srcset="/f/styles/wwe_16_9_m_fc/public/2026/04/080_WM42_04192026AT_42300.jpg 1x, /f/styles/wwe_16_9_l_fc/public/2026/04/080_WM42_04192026AT_42300.jpg 2x" media="(min-width: 1200px)" type="image/jpeg" width="360" height="203"/> | Unknown directive |
| 804 | <source srcset="/f/styles/wwe_16_9_m_fc/public/2026/04/080_WM42_04192026AT_42300.jpg 1x, /f/styles/wwe_16_9_l_fc/public/2026/04/080_WM42_04192026AT_42300.jpg 2x" media="(min-width: 1025px)" type="image/jpeg" width="360" height="203"/> | Unknown directive |
| 805 | <source srcset="/f/styles/wwe_16_9_m_fc/public/2026/04/080_WM42_04192026AT_42300.jpg 1x, /f/styles/wwe_16_9_m_fc/public/2026/04/080_WM42_04192026AT_42300.jpg 2x" media="(min-width: 768px)" type="image/jpeg" width="360" height="203"/> | Unknown directive |
| 806 | <source srcset="/f/styles/wwe_16_9_m_fc/public/2026/04/080_WM42_04192026AT_42300.jpg 1x, /f/styles/wwe_16_9_s/public/2026/04/080_WM42_04192026AT_42300.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="360" height="203"/> | Unknown directive |
| 807 | <img loading="lazy" width="768" height="432" alt="WWE Photo" src="/f/styles/wwe_16_9_xs/public/2026/04/080_WM42_04192026AT_42300.jpg" title="Full WrestleMania 42 results " /> | Syntax not understood |
| 809 | </picture> | Syntax not understood |
| 811 | </a> | Syntax not understood |
| 812 | </div> | Syntax not understood |
| 813 | </div> | Syntax not understood |
| 815 | </div> | Syntax not understood |
| 816 | </div> | Syntax not understood |
| 818 | <div class="field field--name-field-teaser-title field--type-string field--label-hidden field__item"><a href="/article/full-wrestlemania-42-results" hreflang="en">Full WrestleMania 42 results </a></div> | Syntax not understood |
| 819 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/article/full-wrestlemania-42-results" data-a2a-title="Full WrestleMania 42 results "><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 821 | </div> | Syntax not understood |
| 822 | </article> | Syntax not understood |
| 823 | </div> | Syntax not understood |
| 824 | <div class="field__item"> | Syntax not understood |
| 826 | <a class="js-track js-video--btn show-contextual-video--type icon-video wwe-display-duration video-play-large js-video-inline--btn" data-nid="50007095" data-duration="31:18" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/top42wm42_ntwk_hd_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/top42wm42_ntwk_hd_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/top42wm42_ntwk.m3u8","fid":"40729881","title":"42 best moments from WrestleMania 42: WWE Top 10 special edition, April 20, 2026","nid":50007095,"description":"Check out the most shocking, exciting and best moments from WrestleMania 42, presented by Minute Maid. Catch WWE action on the ESPN App, Netflix, USA Network, CW Network, Peacock and more","vms_id":245883,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/42-top-wrestlemania-moments-wwe-top-10-april-20-2026","abs_path":"https:\/\/www.wwe.com\/videos\/42-top-wrestlemania-moments-wwe-top-10-april-20-2026","network_logged_in_cta":"","show_name":"WWE Top 10","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Ftop42wm42_ntwk%2Ftop42wm42_ntwk_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" \u003Cimg srcset=\u0022\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/top42wm42_ntwk_hd_rev_2.jpg 1x\u0022 width=\u0022167\u0022 height=\u002294\u0022 alt=\u0022WWE Photo\u0022 src=\u0022\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/top42wm42_ntwk_hd_rev_2.jpg\u0022 title=\u0022WWE Photo\u0022 loading=\u0022lazy\u0022 \/\u003E\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-tracking-label="contentTitle=42 best moments from WrestleMania 42: WWE Top 10 special edition, April 20, 2026|contentType=video|state=video|slot=1" data-slot="1" data-ct="video" href="/videos/42-top-wrestlemania-moments-wwe-top-10-april-20-2026" alt="42 best moments from WrestleMania 42: WWE Top 10 special edition, April 20, 2026" title="42 best moments from WrestleMania 42: WWE Top 10 special edition, April 20, 2026"> | Unknown directive |
| 828 | <div class="show-image field field--name-field-thumbnail-image field--type-entity-reference field--label-hidden field__item"><div> | Syntax not understood |
| 831 | <div class="field field--name-field-media-image field--type-image field--label-visually_hidden"> | Syntax not understood |
| 832 | <div class="field__label visually-hidden">Image</div> | Syntax not understood |
| 833 | <div class="field__item"> <img loading="lazy" src="/f/video/thumb/2026/04/top42wm42_ntwk_hd_rev_2.jpg" width="1920" height="1080" alt="WWE Photo" title="42 best moments from WrestleMania 42: WWE Top 10 special edition, April 20, 2026" /> | Unknown directive |
| 835 | </div> | Syntax not understood |
| 836 | </div> | Syntax not understood |
| 838 | </div> | Syntax not understood |
| 839 | </div> | Syntax not understood |
| 843 | </a> | Syntax not understood |
| 844 | <article class="node node--type-video node--view-mode-news-breaker clearfix"> | Syntax not understood |
| 845 | <header> | Syntax not understood |
| 847 | <h2 class="node__title" > | Syntax not understood |
| 848 | <a href="/videos/42-top-wrestlemania-moments-wwe-top-10-april-20-2026" aria-label="42 best moments from WrestleMania 42: WWE Top 10 special edition, April 20, 2026" rel="bookmark"><span class="hidden field field--name-title field--type-string field--label-hidden">42 best moments from WrestleMania 42: WWE Top 10 special edition, April 20, 2026</span> | Unknown directive |
| 849 | </a> | Syntax not understood |
| 850 | </h2> | Syntax not understood |
| 852 | </header> | Syntax not understood |
| 853 | <div class="node__content clearfix"> | Syntax not understood |
| 857 | <div class="field field--name-field-video-duration field--type-string field--label-hidden field__item"> | Syntax not understood |
| 858 | 31:18 | Unknown directive |
| 859 | </div> | Syntax not understood |
| 863 | <div class="field field--name-field-teaser-title field--type-string field--label-hidden field__item"><a href="/videos/42-top-wrestlemania-moments-wwe-top-10-april-20-2026" hreflang="en">42 best moments from WrestleMania 42: WWE Top 10 special edition, April 20, 2026</a></div> | Unknown directive |
| 865 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/42-top-wrestlemania-moments-wwe-top-10-april-20-2026" data-a2a-title="42 best moments from WrestleMania 42: WWE Top 10 special edition, April 20, 2026"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 867 | </div> | Syntax not understood |
| 868 | </article> | Syntax not understood |
| 869 | </div> | Syntax not understood |
| 870 | <div class="field__item"> | Syntax not understood |
| 872 | <a class="js-track js-video--btn show-contextual-video--type icon-video wwe-display-duration video-play-large js-video-inline--btn" data-nid="50007121" data-duration="03:13" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/vmssg_9RvEi_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/vmssg_9RvEi_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiraw1717_07_yt.m3u8","fid":"40729965","title":"Brock Lesnar career retrospective: Raw highlights, April 20, 2026","nid":50007121,"description":"Take a look back at the legendary career of Brock Lesnar, featuring \u0022I Stand Alone\u0022 by Godsmack. Catch WWE action on the ESPN App, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245905,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/brock-lesnar-career-retrospective-raw-highlights-april-20-2026","abs_path":"https:\/\/www.wwe.com\/videos\/brock-lesnar-career-retrospective-raw-highlights-april-20-2026","network_logged_in_cta":"","show_name":"Raw","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiraw1717_07_yt%2Fdchiraw1717_07_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" \u003Cimg srcset=\u0022\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_9RvEi_rev_2.jpg 1x\u0022 width=\u0022167\u0022 height=\u002294\u0022 alt=\u0022WWE Photo\u0022 src=\u0022\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_9RvEi_rev_2.jpg\u0022 title=\u0022WWE Photo\u0022 loading=\u0022lazy\u0022 \/\u003E\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-tracking-label="contentTitle=Brock Lesnar career retrospective: Raw highlights, April 20, 2026|contentType=video|state=video|slot=1" data-slot="1" data-ct="video" href="/videos/brock-lesnar-career-retrospective-raw-highlights-april-20-2026" alt="Brock Lesnar career retrospective: Raw highlights, April 20, 2026" title="Brock Lesnar career retrospective: Raw highlights, April 20, 2026"> | Unknown directive |
| 874 | <div class="show-image field field--name-field-thumbnail-image field--type-entity-reference field--label-hidden field__item"><div> | Syntax not understood |
| 877 | <div class="field field--name-field-media-image field--type-image field--label-visually_hidden"> | Syntax not understood |
| 878 | <div class="field__label visually-hidden">Image</div> | Syntax not understood |
| 879 | <div class="field__item"> <img loading="lazy" src="/f/video/thumb/2026/04/vmssg_9RvEi_rev_2.jpg" width="1920" height="1080" alt="WWE Photo" title="Brock Lesnar career retrospective: Raw highlights, April 20, 2026" /> | Unknown directive |
| 881 | </div> | Syntax not understood |
| 882 | </div> | Syntax not understood |
| 884 | </div> | Syntax not understood |
| 885 | </div> | Syntax not understood |
| 889 | </a> | Syntax not understood |
| 890 | <article class="node node--type-video node--view-mode-news-breaker clearfix"> | Syntax not understood |
| 891 | <header> | Syntax not understood |
| 893 | <h2 class="node__title" > | Syntax not understood |
| 894 | <a href="/videos/brock-lesnar-career-retrospective-raw-highlights-april-20-2026" aria-label="Brock Lesnar career retrospective: Raw highlights, April 20, 2026" rel="bookmark"><span class="hidden field field--name-title field--type-string field--label-hidden">Brock Lesnar career retrospective: Raw highlights, April 20, 2026</span> | Unknown directive |
| 895 | </a> | Syntax not understood |
| 896 | </h2> | Syntax not understood |
| 898 | </header> | Syntax not understood |
| 899 | <div class="node__content clearfix"> | Syntax not understood |
| 903 | <div class="field field--name-field-video-duration field--type-string field--label-hidden field__item"> | Syntax not understood |
| 904 | 03:13 | Unknown directive |
| 905 | </div> | Syntax not understood |
| 909 | <div class="field field--name-field-teaser-title field--type-string field--label-hidden field__item"><a href="/videos/brock-lesnar-career-retrospective-raw-highlights-april-20-2026" hreflang="en">Brock Lesnar career retrospective: Raw highlights, April 20, 2026</a></div> | Unknown directive |
| 911 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/brock-lesnar-career-retrospective-raw-highlights-april-20-2026" data-a2a-title="Brock Lesnar career retrospective: Raw highlights, April 20, 2026"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 913 | </div> | Syntax not understood |
| 914 | </article> | Syntax not understood |
| 915 | </div> | Syntax not understood |
| 916 | <div class="field__item"> | Syntax not understood |
| 918 | <a class="js-track js-video--btn show-contextual-video--type icon-video wwe-display-duration video-play-large js-video-inline--btn" data-nid="50007085" data-duration="34:21" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/dchiwm42su_29_yt_hd_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/dchiwm42su_29_yt_hd_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiwm42su_29_yt.m3u8","fid":"40729821","title":"Every WrestleMania 42 Sunday entrance","nid":50007085,"description":"Check out every incredible entrance from WrestleMania 42 Sunday, featuring Roman Reigns, Oba Femi, Rey Mysterio and more. Catch WWE action on ESPN, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245873,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/every-wrestlemania-42-sunday-entrance","abs_path":"https:\/\/www.wwe.com\/videos\/every-wrestlemania-42-sunday-entrance","network_logged_in_cta":"","show_name":"WrestleMania","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiwm42su_29_yt%2Fdchiwm42su_29_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" \u003Cimg srcset=\u0022\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiwm42su_29_yt_hd_rev_2.jpg 1x\u0022 width=\u0022167\u0022 height=\u002294\u0022 alt=\u0022WWE Photo\u0022 src=\u0022\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiwm42su_29_yt_hd_rev_2.jpg\u0022 title=\u0022WWE Photo\u0022 loading=\u0022lazy\u0022 \/\u003E\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-tracking-label="contentTitle=Every WrestleMania 42 Sunday entrance|contentType=video|state=video|slot=1" data-slot="1" data-ct="video" href="/videos/every-wrestlemania-42-sunday-entrance" alt="Every WrestleMania 42 Sunday entrance" title="Every WrestleMania 42 Sunday entrance"> | Unknown directive |
| 920 | <div class="show-image field field--name-field-thumbnail-image field--type-entity-reference field--label-hidden field__item"><div> | Syntax not understood |
| 923 | <div class="field field--name-field-media-image field--type-image field--label-visually_hidden"> | Syntax not understood |
| 924 | <div class="field__label visually-hidden">Image</div> | Syntax not understood |
| 925 | <div class="field__item"> <img loading="lazy" src="/f/video/thumb/2026/04/dchiwm42su_29_yt_hd_rev_2.jpg" width="1920" height="1080" alt="WWE Photo" title="Every WrestleMania 42 Sunday entrance" /> | Syntax not understood |
| 927 | </div> | Syntax not understood |
| 928 | </div> | Syntax not understood |
| 930 | </div> | Syntax not understood |
| 931 | </div> | Syntax not understood |
| 935 | </a> | Syntax not understood |
| 936 | <article class="node node--type-video node--view-mode-news-breaker clearfix"> | Syntax not understood |
| 937 | <header> | Syntax not understood |
| 939 | <h2 class="node__title" > | Syntax not understood |
| 940 | <a href="/videos/every-wrestlemania-42-sunday-entrance" aria-label="Every WrestleMania 42 Sunday entrance" rel="bookmark"><span class="hidden field field--name-title field--type-string field--label-hidden">Every WrestleMania 42 Sunday entrance</span> | Syntax not understood |
| 941 | </a> | Syntax not understood |
| 942 | </h2> | Syntax not understood |
| 944 | </header> | Syntax not understood |
| 945 | <div class="node__content clearfix"> | Syntax not understood |
| 949 | <div class="field field--name-field-video-duration field--type-string field--label-hidden field__item"> | Syntax not understood |
| 950 | 34:21 | Unknown directive |
| 951 | </div> | Syntax not understood |
| 955 | <div class="field field--name-field-teaser-title field--type-string field--label-hidden field__item"><a href="/videos/every-wrestlemania-42-sunday-entrance" hreflang="en">Every WrestleMania 42 Sunday entrance</a></div> | Syntax not understood |
| 957 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/every-wrestlemania-42-sunday-entrance" data-a2a-title="Every WrestleMania 42 Sunday entrance"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 959 | </div> | Syntax not understood |
| 960 | </article> | Syntax not understood |
| 961 | </div> | Syntax not understood |
| 962 | </div> | Syntax not understood |
| 964 | </div> | Syntax not understood |
| 965 | </div> | Syntax not understood |
| 967 | </div> | Syntax not understood |
| 968 | </div> | Syntax not understood |
| 969 | <div class="layout layout--twocol-section layout--twocol-section--75-25"> | Syntax not understood |
| 971 | <div class="layout__region layout__region--first"> | Syntax not understood |
| 972 | <div class="block block-wwe-ads block-ads-rail"> | Syntax not understood |
| 975 | <div class="content"> | Syntax not understood |
| 976 | <div class="l-hybrid-col-frame_rail-wrap hybrid-col-frame_rail-wrap"> | Syntax not understood |
| 977 | <div class="l-hybrid-col-frame_rail hybrid-col-frame_rail frame-rail-1"> | Syntax not understood |
| 978 | <div class="wwe-ad--rail wwe-ad--rail-1 rand-block" alt="Advertisement" role="dialog" aria-label="Advertisement"><div id="wwe-ad-rail-495723441"></div></div></div></div> | Syntax not understood |
| 979 | </div> | Syntax not understood |
| 980 | </div> | Syntax not understood |
| 981 | <div class="views-element-container block block-views block-views-blockwwe-homepage-block-1"> | Syntax not understood |
| 984 | <div class="content"> | Syntax not understood |
| 985 | <div><div class="wwe-homepage-feedcard-block view view-wwe-homepage view-id-wwe_homepage view-display-id-block_1 js-view-dom-id-78912afc65479719b2e58d4ffa978c2c77d1256dcef8fe161094888c9b2b68f7"> | Syntax not understood |
| 989 | <div class="view-content row"> | Syntax not understood |
| 990 | <div data-drupal-views-infinite-scroll-content-wrapper class="views-infinite-scroll-content-wrapper clearfix"> | Syntax not understood |
| 993 | <div class="wwe-feed-cards--wrapper " data-countrycode="" data-include-exclude="1" data-vr-zone="Feed Cards"> | Syntax not understood |
| 994 | <div class="wwe-feed-cards"> | Syntax not understood |
| 995 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__gallery wrestlemania " data-tracking-label="title=|content_type=gallery|lt=text|slot=|cid=50006884" data-vr-contentbox="0"> | Syntax not understood |
| 996 | <a href="/gallery/images-from-the-final-day-at-wwe-world-in-las-vegas-photos" class="wwe-feed-card--thumb icon-gallery js-gallery--btn js-track" data-nid="50006884" data-playlist-id="" data-video="" data-vr-excerpttitle="" title="Photos: Images from the final day at WWE World in Las Vegas" | Unknown directive |
| 997 | style="--bg-color:#313838; | Unknown directive |
| 998 | --font-color: #fff;"> | Unknown directive |
| 1000 | <picture> | Syntax not understood |
| 1001 | <source srcset="/f/styles/wwe_16_9_xl/public/2026/04/003_WWEWorld_zk_2026-04-20_013.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 1002 | <source srcset="/f/styles/wwe_16_9_xl_r/public/2026/04/003_WWEWorld_zk_2026-04-20_013.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 1003 | <source srcset="/f/styles/wwe_16_9_l/public/2026/04/003_WWEWorld_zk_2026-04-20_013.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 1004 | <source srcset="/f/styles/wwe_16_9_m/public/2026/04/003_WWEWorld_zk_2026-04-20_013.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 1005 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/2026/04/003_WWEWorld_zk_2026-04-20_013.jpg" /> | Syntax not understood |
| 1007 | </picture> | Syntax not understood |
| 1009 | </a> | Syntax not understood |
| 1010 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 1011 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania"> | Syntax not understood |
| 1012 | <a href="/shows/wrestlemania" class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania" style="background-color: !important; color: !important;"> | Unknown directive |
| 1013 | WrestleMania | Syntax not understood |
| 1014 | </a> | Syntax not understood |
| 1015 | <div class="social"> | Syntax not understood |
| 1016 | <div class="social-interface"> | Syntax not understood |
| 1017 | <div class="social-btns"> | Syntax not understood |
| 1018 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/gallery/images-from-the-final-day-at-wwe-world-in-las-vegas-photos" data-a2a-title="Images from the final day at WWE World in Las Vegas: photos"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 1020 | </div> | Syntax not understood |
| 1021 | </div> | Syntax not understood |
| 1022 | </div> | Syntax not understood |
| 1024 | </div> | Syntax not understood |
| 1026 | </div> | Syntax not understood |
| 1028 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 1031 | <a href="/gallery/images-from-the-final-day-at-wwe-world-in-las-vegas-photos" class="js-gallery--btn js-track wwe-feed-cards--title" data-tracking-label="title=Images from the final day at WWE World in Las Vegas: photos|content_type=gallery|lt=text|slot=|cid=50006884" data-nid="50006884" data-playlist-id="" data-vr-excerpttitle=""><h2>Photos: Images from the final day at WWE World in Las Vegas</h2></a> | Unknown directive |
| 1032 | </div> | Syntax not understood |
| 1035 | </div> | Syntax not understood |
| 1036 | </div> | Syntax not understood |
| 1037 | </div> | Syntax not understood |
| 1041 | <div class="wwe-feed-cards--wrapper " data-countrycode="" data-include-exclude="1" data-vr-zone="Feed Cards"> | Syntax not understood |
| 1042 | <div class="wwe-feed-cards"> | Syntax not understood |
| 1043 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__gallery wrestlemania " data-tracking-label="title=|content_type=gallery|lt=text|slot=|cid=50006885" data-vr-contentbox="0"> | Syntax not understood |
| 1044 | <a href="/gallery/live-matches-at-wwe-world-during-wrestlemania-week-photos" class="wwe-feed-card--thumb icon-gallery js-gallery--btn js-track" data-nid="50006885" data-playlist-id="" data-video="" data-vr-excerpttitle="" title="Photos: Live matches at WWE World during WrestleMania Week" | Unknown directive |
| 1045 | style="--bg-color:#313838; | Unknown directive |
| 1046 | --font-color: #fff;"> | Unknown directive |
| 1048 | <picture> | Syntax not understood |
| 1049 | <source srcset="/f/styles/wwe_16_9_xl/public/2026/04/WWEWorld_04192026MK_2232.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 1050 | <source srcset="/f/styles/wwe_16_9_xl_r/public/2026/04/WWEWorld_04192026MK_2232.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 1051 | <source srcset="/f/styles/wwe_16_9_l/public/2026/04/WWEWorld_04192026MK_2232.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 1052 | <source srcset="/f/styles/wwe_16_9_m/public/2026/04/WWEWorld_04192026MK_2232.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 1053 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/2026/04/WWEWorld_04192026MK_2232.jpg" /> | Syntax not understood |
| 1055 | </picture> | Syntax not understood |
| 1057 | </a> | Syntax not understood |
| 1058 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 1059 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania"> | Syntax not understood |
| 1060 | <a href="/shows/wrestlemania" class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania" style="background-color: !important; color: !important;"> | Unknown directive |
| 1061 | WrestleMania | Syntax not understood |
| 1062 | </a> | Syntax not understood |
| 1063 | <div class="social"> | Syntax not understood |
| 1064 | <div class="social-interface"> | Syntax not understood |
| 1065 | <div class="social-btns"> | Syntax not understood |
| 1066 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/gallery/live-matches-at-wwe-world-during-wrestlemania-week-photos" data-a2a-title="Live matches at WWE World during WrestleMania Week: photos"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 1068 | </div> | Syntax not understood |
| 1069 | </div> | Syntax not understood |
| 1070 | </div> | Syntax not understood |
| 1072 | </div> | Syntax not understood |
| 1074 | </div> | Syntax not understood |
| 1076 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 1079 | <a href="/gallery/live-matches-at-wwe-world-during-wrestlemania-week-photos" class="js-gallery--btn js-track wwe-feed-cards--title" data-tracking-label="title=Live matches at WWE World during WrestleMania Week: photos|content_type=gallery|lt=text|slot=|cid=50006885" data-nid="50006885" data-playlist-id="" data-vr-excerpttitle=""><h2>Photos: Live matches at WWE World during WrestleMania Week</h2></a> | Unknown directive |
| 1080 | </div> | Syntax not understood |
| 1083 | </div> | Syntax not understood |
| 1084 | </div> | Syntax not understood |
| 1085 | </div> | Syntax not understood |
| 1089 | <div class="wwe-feed-cards--wrapper geo-location-content" data-countrycode="CN" data-include-exclude="0" data-vr-zone="Feed Cards"> | Syntax not understood |
| 1090 | <div class="wwe-feed-cards"> | Syntax not understood |
| 1091 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__video raw " data-tracking-label="title=|content_type=video|lt=text|slot=|cid=50007133" data-vr-contentbox="0"> | Syntax not understood |
| 1092 | <a href="/videos/jacob-fatu-challenges-roman-reigns-to-backlash-raw-highlights-april-20-2026" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="50007133" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/dchiraw1717_11_yt_hd_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/dchiraw1717_11_yt_hd_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiraw1717_11_yt.m3u8","fid":"40730041","title":"Jacob Fatu challenges Roman Reigns to Backlash: Raw highlights, April 20, 2026","nid":50007133,"description":"Jacob Fatu steps up to World Heavyweight Champion Roman Reigns, challenging him to a match at Backlash. Catch WWE action on the ESPN App, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245915,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/jacob-fatu-challenges-roman-reigns-to-backlash-raw-highlights-april-20-2026","abs_path":"https:\/\/www.wwe.com\/videos\/jacob-fatu-challenges-roman-reigns-to-backlash-raw-highlights-april-20-2026","network_logged_in_cta":"","show_name":"Raw","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiraw1717_11_yt%2Fdchiraw1717_11_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiraw1717_11_yt_hd_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiraw1717_11_yt_hd_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle="" title="Jacob Fatu challenges Roman Reigns to Backlash: Raw highlights, April 20, 2026" | Unknown directive |
| 1093 | style="--bg-color:#e91826; | Unknown directive |
| 1094 | --font-color: #fff;"> | Unknown directive |
| 1096 | <picture> | Syntax not understood |
| 1097 | <source srcset="/f/styles/wwe_16_9_xl/public/video/thumb/2026/04/dchiraw1717_11_yt_hd_rev_2.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 1098 | <source srcset="/f/styles/wwe_16_9_xl_r/public/video/thumb/2026/04/dchiraw1717_11_yt_hd_rev_2.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 1099 | <source srcset="/f/styles/wwe_16_9_l/public/video/thumb/2026/04/dchiraw1717_11_yt_hd_rev_2.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 1100 | <source srcset="/f/styles/wwe_16_9_m/public/video/thumb/2026/04/dchiraw1717_11_yt_hd_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 1101 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/video/thumb/2026/04/dchiraw1717_11_yt_hd_rev_2.jpg" /> | Syntax not understood |
| 1103 | </picture> | Syntax not understood |
| 1105 | <div class="js-video-duration" aria-hidden="true">04:10</div> | Unknown directive |
| 1106 | </a> | Syntax not understood |
| 1107 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 1108 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag raw"> | Syntax not understood |
| 1109 | <a href="/shows/raw" class="wwe-feed-card--eyebrow wwe-feed-cards--tag raw" style="background-color:#e91826 !important; color: !important;"> | Unknown directive |
| 1110 | Raw | Syntax not understood |
| 1111 | </a> | Syntax not understood |
| 1112 | <div class="social"> | Syntax not understood |
| 1113 | <div class="social-interface"> | Syntax not understood |
| 1114 | <div class="social-btns"> | Syntax not understood |
| 1115 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/jacob-fatu-challenges-roman-reigns-to-backlash-raw-highlights-april-20-2026" data-a2a-title="Jacob Fatu challenges Roman Reigns to Backlash: Raw highlights, April 20, 2026"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 1117 | </div> | Syntax not understood |
| 1118 | </div> | Syntax not understood |
| 1119 | </div> | Syntax not understood |
| 1121 | </div> | Syntax not understood |
| 1123 | </div> | Syntax not understood |
| 1125 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 1128 | <a href="/videos/jacob-fatu-challenges-roman-reigns-to-backlash-raw-highlights-april-20-2026" class="js-video--btn js-track wwe-feed-cards--title" data-tracking-label="title=Jacob Fatu challenges Roman Reigns to Backlash: Raw highlights, April 20, 2026|content_type=video|lt=text|slot=|cid=50007133" data-nid="50007133" data-playlist-id="" data-vr-excerpttitle=""><h2>Jacob Fatu challenges Roman Reigns to Backlash</h2></a> | Unknown directive |
| 1129 | </div> | Syntax not understood |
| 1132 | </div> | Syntax not understood |
| 1133 | </div> | Syntax not understood |
| 1134 | </div> | Syntax not understood |
| 1138 | <div class="wwe-feed-cards--wrapper geo-location-content" data-countrycode="CN" data-include-exclude="0" data-vr-zone="Feed Cards"> | Syntax not understood |
| 1139 | <div class="wwe-feed-cards"> | Syntax not understood |
| 1140 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__video raw " data-tracking-label="title=|content_type=video|lt=text|slot=|cid=50007123" data-vr-contentbox="0"> | Syntax not understood |
| 1141 | <a href="/videos/the-street-profits-return-to-back-up-seth-rollins-against-the-vision-raw-highlights-april-20" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="50007123" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/dchiraw1717_08_yt_hd_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/dchiraw1717_08_yt_hd_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiraw1717_08_yt.m3u8","fid":"40730037","title":"The Street Profits RETURN to back up Seth Rollins against The Vision: Raw highlights, April 20, 2026","nid":50007123,"description":"The Street Profits make their stunning return, helping Seth Rollins contend against The Vision. Catch WWE action on the ESPN App, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245907,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/the-street-profits-return-to-back-up-seth-rollins-against-the-vision-raw-highlights-april-20","abs_path":"https:\/\/www.wwe.com\/videos\/the-street-profits-return-to-back-up-seth-rollins-against-the-vision-raw-highlights-april-20","network_logged_in_cta":"","show_name":"Raw","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiraw1717_08_yt%2Fdchiraw1717_08_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiraw1717_08_yt_hd_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiraw1717_08_yt_hd_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle="" title="The Street Profits RETURN to back up Seth Rollins against The Vision: Raw highlights, April 20, 2026" | Unknown directive |
| 1142 | style="--bg-color:#e91826; | Unknown directive |
| 1143 | --font-color: #fff;"> | Unknown directive |
| 1145 | <picture> | Syntax not understood |
| 1146 | <source srcset="/f/styles/wwe_16_9_xl/public/video/thumb/2026/04/dchiraw1717_08_yt_hd_rev_2.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 1147 | <source srcset="/f/styles/wwe_16_9_xl_r/public/video/thumb/2026/04/dchiraw1717_08_yt_hd_rev_2.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 1148 | <source srcset="/f/styles/wwe_16_9_l/public/video/thumb/2026/04/dchiraw1717_08_yt_hd_rev_2.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 1149 | <source srcset="/f/styles/wwe_16_9_m/public/video/thumb/2026/04/dchiraw1717_08_yt_hd_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 1150 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/video/thumb/2026/04/dchiraw1717_08_yt_hd_rev_2.jpg" /> | Syntax not understood |
| 1152 | </picture> | Syntax not understood |
| 1154 | <div class="js-video-duration" aria-hidden="true">02:07</div> | Unknown directive |
| 1155 | </a> | Syntax not understood |
| 1156 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 1157 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag raw"> | Syntax not understood |
| 1158 | <a href="/shows/raw" class="wwe-feed-card--eyebrow wwe-feed-cards--tag raw" style="background-color:#e91826 !important; color: !important;"> | Unknown directive |
| 1159 | Raw | Syntax not understood |
| 1160 | </a> | Syntax not understood |
| 1161 | <div class="social"> | Syntax not understood |
| 1162 | <div class="social-interface"> | Syntax not understood |
| 1163 | <div class="social-btns"> | Syntax not understood |
| 1164 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/the-street-profits-return-to-back-up-seth-rollins-against-the-vision-raw-highlights-april-20" data-a2a-title="The Street Profits RETURN to back up Seth Rollins against The Vision: Raw highlights, April 20, 2026"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 1166 | </div> | Syntax not understood |
| 1167 | </div> | Syntax not understood |
| 1168 | </div> | Syntax not understood |
| 1170 | </div> | Syntax not understood |
| 1172 | </div> | Syntax not understood |
| 1174 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 1177 | <a href="/videos/the-street-profits-return-to-back-up-seth-rollins-against-the-vision-raw-highlights-april-20" class="js-video--btn js-track wwe-feed-cards--title" data-tracking-label="title=The Street Profits RETURN to back up Seth Rollins against The Vision: Raw highlights, April 20, 2026|content_type=video|lt=text|slot=|cid=50007123" data-nid="50007123" data-playlist-id="" data-vr-excerpttitle=""><h2>The Street Profits RETURN to back up Seth Rollins</h2></a> | Unknown directive |
| 1178 | </div> | Syntax not understood |
| 1181 | </div> | Syntax not understood |
| 1182 | </div> | Syntax not understood |
| 1183 | </div> | Syntax not understood |
| 1187 | <div class="wwe-feed-cards--wrapper geo-location-content" data-countrycode="CN" data-include-exclude="0" data-vr-zone="Feed Cards"> | Syntax not understood |
| 1188 | <div class="wwe-feed-cards"> | Syntax not understood |
| 1189 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__video raw " data-tracking-label="title=|content_type=video|lt=text|slot=|cid=50007119" data-vr-contentbox="0"> | Syntax not understood |
| 1190 | <a href="/videos/ethan-page-defeats-je-von-evans-after-assist-from-rusev-raw-highlights-april-20-2026" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="50007119" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/vmssg_HA8iA_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/vmssg_HA8iA_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiraw1717_04_yt.m3u8","fid":"40730030","title":"Ethan Page defeats Je\u2019Von Evans after assist from Rusev: Raw highlights, April 20, 2026","nid":50007119,"description":"Rusev demolishes Je\u2019Von Evans, and Ethan Page takes advantage by defeating Evans to become the No. 1 Contender to Intercontinental Champion Penta. Catch WWE action on the ESPN App, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245903,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/ethan-page-defeats-je-von-evans-after-assist-from-rusev-raw-highlights-april-20-2026","abs_path":"https:\/\/www.wwe.com\/videos\/ethan-page-defeats-je-von-evans-after-assist-from-rusev-raw-highlights-april-20-2026","network_logged_in_cta":"","show_name":"Raw","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiraw1717_04_yt%2Fdchiraw1717_04_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_HA8iA_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_HA8iA_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle="" title="Ethan Page defeats Je’Von Evans after assist from Rusev: Raw highlights, April 20, 2026" | Unknown directive |
| 1191 | style="--bg-color:#e91826; | Unknown directive |
| 1192 | --font-color: #fff;"> | Unknown directive |
| 1194 | <picture> | Syntax not understood |
| 1195 | <source srcset="/f/styles/wwe_16_9_xl/public/video/thumb/2026/04/vmssg_HA8iA_rev_2.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 1196 | <source srcset="/f/styles/wwe_16_9_xl_r/public/video/thumb/2026/04/vmssg_HA8iA_rev_2.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 1197 | <source srcset="/f/styles/wwe_16_9_l/public/video/thumb/2026/04/vmssg_HA8iA_rev_2.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 1198 | <source srcset="/f/styles/wwe_16_9_m/public/video/thumb/2026/04/vmssg_HA8iA_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 1199 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/video/thumb/2026/04/vmssg_HA8iA_rev_2.jpg" /> | Syntax not understood |
| 1201 | </picture> | Syntax not understood |
| 1203 | <div class="js-video-duration" aria-hidden="true">03:37</div> | Unknown directive |
| 1204 | </a> | Syntax not understood |
| 1205 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 1206 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag raw"> | Syntax not understood |
| 1207 | <a href="/shows/raw" class="wwe-feed-card--eyebrow wwe-feed-cards--tag raw" style="background-color:#e91826 !important; color: !important;"> | Unknown directive |
| 1208 | Raw | Syntax not understood |
| 1209 | </a> | Syntax not understood |
| 1210 | <div class="social"> | Syntax not understood |
| 1211 | <div class="social-interface"> | Syntax not understood |
| 1212 | <div class="social-btns"> | Syntax not understood |
| 1213 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/ethan-page-defeats-je-von-evans-after-assist-from-rusev-raw-highlights-april-20-2026" data-a2a-title="Ethan Page defeats Je’Von Evans after assist from Rusev: Raw highlights, April 20, 2026"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 1215 | </div> | Syntax not understood |
| 1216 | </div> | Syntax not understood |
| 1217 | </div> | Syntax not understood |
| 1219 | </div> | Syntax not understood |
| 1221 | </div> | Syntax not understood |
| 1223 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 1226 | <a href="/videos/ethan-page-defeats-je-von-evans-after-assist-from-rusev-raw-highlights-april-20-2026" class="js-video--btn js-track wwe-feed-cards--title" data-tracking-label="title=Ethan Page defeats Je’Von Evans after assist from Rusev: Raw highlights, April 20, 2026|content_type=video|lt=text|slot=|cid=50007119" data-nid="50007119" data-playlist-id="" data-vr-excerpttitle=""><h2>Ethan Page defeats Je’Von Evans</h2></a> | Unknown directive |
| 1227 | </div> | Syntax not understood |
| 1230 | </div> | Syntax not understood |
| 1231 | </div> | Syntax not understood |
| 1232 | </div> | Syntax not understood |
| 1234 | <div> | Syntax not understood |
| 1238 | <div class="wwe-breaker--wrapper wwe-breaker--container analytics-breaker-view-processed" data-wname="gallery_breaker" data-winfo="40122161" data-vr-zone="Gallery Breaker"> | Syntax not understood |
| 1239 | <div class="wwe-breaker wwe-breaker__gallery wwe-nxt"> | Syntax not understood |
| 1240 | <div class="wwe-breaker--content-wrapper"> | Syntax not understood |
| 1241 | <div class="wwe-breaker--content"> | Syntax not understood |
| 1242 | <div> | Syntax not understood |
| 1245 | <article class="node node--type-gallery node--view-mode-gallery-breaker clearfix"> | Syntax not understood |
| 1246 | <header> | Syntax not understood |
| 1248 | <h2 class="node__title"> | Syntax not understood |
| 1249 | <a href="/gallery/the-must-see-images-of-nxt-revenge-2026-week-two-photos" rel="bookmark" aria-label="The must-see images of NXT Revenge 2026 Week Two: photos"><span class="field field--name-title field--type-string field--label-hidden">The must-see images of NXT Revenge 2026 Week Two: photos</span> | Unknown directive |
| 1250 | </a> | Syntax not understood |
| 1251 | </h2> | Syntax not understood |
| 1253 | </header> | Syntax not understood |
| 1254 | <div class="node__content clearfix"> | Syntax not understood |
| 1256 | <div class="field field--name-field-thumbnail-image field--type-entity-reference field--label-hidden field__item"> <a href="/gallery/the-must-see-images-of-nxt-revenge-2026-week-two-photos" aria-label="WWE Photo" hreflang="en"><img loading="lazy" title="The must-see images of NXT Revenge 2026 Week Two: photos" src="/f/styles/wwe_16_9_xl/public/2026/04/064_NXT_04212026AK_13246.JPG" width="1125" height="633" alt="WWE Photo" class="image-style-wwe-16-9-xl" /> | Unknown directive |
| 1258 | </a> | Syntax not understood |
| 1259 | </div> | Syntax not understood |
| 1261 | <div class="field field--name-field-show-reference field--type-entity-reference field--label-hidden field__items"> | Syntax not understood |
| 1262 | <div class="field__item"> | Syntax not understood |
| 1264 | <article class="node node--type-show node--sticky node--view-mode-gallery-breaker clearfix"> | Syntax not understood |
| 1265 | <header> | Syntax not understood |
| 1267 | <h2 class="node__title"> | Syntax not understood |
| 1268 | <a href="/shows/wwenxt" rel="bookmark" aria-label="WWE NXT"><span class="field field--name-title field--type-string field--label-hidden">WWE NXT</span> | Syntax not understood |
| 1269 | </a> | Syntax not understood |
| 1270 | </h2> | Syntax not understood |
| 1272 | </header> | Syntax not understood |
| 1273 | <div class="node__content clearfix"> | Syntax not understood |
| 1275 | <div class="field field--name-field-teaser-title field--type-string field--label-hidden field__item"><a href="/shows/wwenxt" hreflang="en">WWE NXT</a></div> | Syntax not understood |
| 1277 | </div> | Syntax not understood |
| 1278 | </article> | Syntax not understood |
| 1279 | </div> | Syntax not understood |
| 1280 | </div> | Syntax not understood |
| 1282 | <div class="field field--name-field-teaser-title field--type-string field--label-hidden field__item">Photos: The must-see images of NXT Revenge 2026 Week Two</div> | Unknown directive |
| 1283 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/gallery/the-must-see-images-of-nxt-revenge-2026-week-two-photos" data-a2a-title="The must-see images of NXT Revenge 2026 Week Two: photos"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 1285 | </div> | Syntax not understood |
| 1286 | </article> | Syntax not understood |
| 1288 | </div> | Syntax not understood |
| 1289 | </div> | Syntax not understood |
| 1290 | </div> | Syntax not understood |
| 1291 | </div> | Syntax not understood |
| 1292 | </div> | Syntax not understood |
| 1293 | <div class="wwe-ad--rail wwe-breaker-ad wwe-breaker-ad-gallery"> | Syntax not understood |
| 1294 | <div class="block block-wwe-ads block-ads-rail"> | Syntax not understood |
| 1297 | <div class="content"> | Syntax not understood |
| 1298 | <div class="l-hybrid-col-frame_rail-wrap hybrid-col-frame_rail-wrap"> | Syntax not understood |
| 1299 | <div class="l-hybrid-col-frame_rail hybrid-col-frame_rail frame-rail-1"> | Syntax not understood |
| 1300 | <div class="wwe-ad--rail wwe-ad--rail-1 rand-block" alt="Advertisement" role="dialog" aria-label="Advertisement"><div id="wwe-ad-rail-1508796032"></div></div></div></div> | Syntax not understood |
| 1301 | </div> | Syntax not understood |
| 1302 | </div> | Syntax not understood |
| 1304 | </div> | Syntax not understood |
| 1306 | </div> | Syntax not understood |
| 1309 | <div class="wwe-feed-cards--wrapper geo-location-content" data-countrycode="CN" data-include-exclude="0" data-vr-zone="Feed Cards"> | Syntax not understood |
| 1310 | <div class="wwe-feed-cards"> | Syntax not understood |
| 1311 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__video raw " data-tracking-label="title=|content_type=video|lt=text|slot=|cid=50007116" data-vr-contentbox="0"> | Syntax not understood |
| 1312 | <a href="/videos/rhea-ripley-and-iyo-sky-take-down-kabuki-warriors-raw-highlights-april-20-2026" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="50007116" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/dchiraw1717_02_yt_hd_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/dchiraw1717_02_yt_hd_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiraw1717_02_yt.m3u8","fid":"40729958","title":"Rhea Ripley and IYO SKY take down Kabuki Warriors: Raw highlights, April 20, 2026","nid":50007116,"description":"New WWE Women's Champion Rhea Ripley and IYO SKY take on The Kabuki Warriors. Catch WWE action on the ESPN App, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245900,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/rhea-ripley-and-iyo-sky-take-down-kabuki-warriors-raw-highlights-april-20-2026","abs_path":"https:\/\/www.wwe.com\/videos\/rhea-ripley-and-iyo-sky-take-down-kabuki-warriors-raw-highlights-april-20-2026","network_logged_in_cta":"","show_name":"Raw","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiraw1717_02_yt%2Fdchiraw1717_02_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiraw1717_02_yt_hd_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiraw1717_02_yt_hd_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle="" title="Rhea Ripley and IYO SKY take down Kabuki Warriors: Raw highlights, April 20, 2026" | Unknown directive |
| 1313 | style="--bg-color:#e91826; | Unknown directive |
| 1314 | --font-color: #fff;"> | Unknown directive |
| 1316 | <picture> | Syntax not understood |
| 1317 | <source srcset="/f/styles/wwe_16_9_xl/public/video/thumb/2026/04/dchiraw1717_02_yt_hd_rev_2.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 1318 | <source srcset="/f/styles/wwe_16_9_xl_r/public/video/thumb/2026/04/dchiraw1717_02_yt_hd_rev_2.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 1319 | <source srcset="/f/styles/wwe_16_9_l/public/video/thumb/2026/04/dchiraw1717_02_yt_hd_rev_2.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 1320 | <source srcset="/f/styles/wwe_16_9_m/public/video/thumb/2026/04/dchiraw1717_02_yt_hd_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 1321 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/video/thumb/2026/04/dchiraw1717_02_yt_hd_rev_2.jpg" /> | Syntax not understood |
| 1323 | </picture> | Syntax not understood |
| 1325 | <div class="js-video-duration" aria-hidden="true">03:12</div> | Unknown directive |
| 1326 | </a> | Syntax not understood |
| 1327 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 1328 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag raw"> | Syntax not understood |
| 1329 | <a href="/shows/raw" class="wwe-feed-card--eyebrow wwe-feed-cards--tag raw" style="background-color:#e91826 !important; color: !important;"> | Unknown directive |
| 1330 | Raw | Syntax not understood |
| 1331 | </a> | Syntax not understood |
| 1332 | <div class="social"> | Syntax not understood |
| 1333 | <div class="social-interface"> | Syntax not understood |
| 1334 | <div class="social-btns"> | Syntax not understood |
| 1335 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/rhea-ripley-and-iyo-sky-take-down-kabuki-warriors-raw-highlights-april-20-2026" data-a2a-title="Rhea Ripley and IYO SKY take down Kabuki Warriors: Raw highlights, April 20, 2026"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 1337 | </div> | Syntax not understood |
| 1338 | </div> | Syntax not understood |
| 1339 | </div> | Syntax not understood |
| 1341 | </div> | Syntax not understood |
| 1343 | </div> | Syntax not understood |
| 1345 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 1348 | <a href="/videos/rhea-ripley-and-iyo-sky-take-down-kabuki-warriors-raw-highlights-april-20-2026" class="js-video--btn js-track wwe-feed-cards--title" data-tracking-label="title=Rhea Ripley and IYO SKY take down Kabuki Warriors: Raw highlights, April 20, 2026|content_type=video|lt=text|slot=|cid=50007116" data-nid="50007116" data-playlist-id="" data-vr-excerpttitle=""><h2>Rhea Ripley and IYO SKY take down Kabuki Warriors</h2></a> | Unknown directive |
| 1349 | </div> | Syntax not understood |
| 1352 | </div> | Syntax not understood |
| 1353 | </div> | Syntax not understood |
| 1354 | </div> | Syntax not understood |
| 1358 | <div class="wwe-feed-cards--wrapper geo-location-content" data-countrycode="CN" data-include-exclude="0" data-vr-zone="Feed Cards"> | Syntax not understood |
| 1359 | <div class="wwe-feed-cards"> | Syntax not understood |
| 1360 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__video raw " data-tracking-label="title=|content_type=video|lt=text|slot=|cid=50007129" data-vr-contentbox="0"> | Syntax not understood |
| 1361 | <a href="/videos/dominik-mysterio-pummels-finn-b-lor-after-b-lor-beats-jd-mcdonagh-raw-highlights-april-20" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="50007129" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/dchiraw1717_09_yt_hd_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/dchiraw1717_09_yt_hd_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiraw1717_09_yt.m3u8","fid":"40730033","title":"Dominik Mysterio pummels Finn B\u00e1lor after B\u00e1lor beats JD McDonagh: Raw highlights, April 20, 2026","nid":50007129,"description":"Finn B\u00e1lor battles former friend JD McDonagh. Catch WWE action on the ESPN App, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245912,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/dominik-mysterio-pummels-finn-b-lor-after-b-lor-beats-jd-mcdonagh-raw-highlights-april-20","abs_path":"https:\/\/www.wwe.com\/videos\/dominik-mysterio-pummels-finn-b-lor-after-b-lor-beats-jd-mcdonagh-raw-highlights-april-20","network_logged_in_cta":"","show_name":"Raw","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiraw1717_09_yt%2Fdchiraw1717_09_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiraw1717_09_yt_hd_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiraw1717_09_yt_hd_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle="" title="Dominik Mysterio pummels Finn Bálor after Bálor beats JD McDonagh: Raw highlights, April 20, 2026" | Unknown directive |
| 1362 | style="--bg-color:#e91826; | Unknown directive |
| 1363 | --font-color: #fff;"> | Unknown directive |
| 1365 | <picture> | Syntax not understood |
| 1366 | <source srcset="/f/styles/wwe_16_9_xl/public/video/thumb/2026/04/dchiraw1717_09_yt_hd_rev_2.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 1367 | <source srcset="/f/styles/wwe_16_9_xl_r/public/video/thumb/2026/04/dchiraw1717_09_yt_hd_rev_2.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 1368 | <source srcset="/f/styles/wwe_16_9_l/public/video/thumb/2026/04/dchiraw1717_09_yt_hd_rev_2.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 1369 | <source srcset="/f/styles/wwe_16_9_m/public/video/thumb/2026/04/dchiraw1717_09_yt_hd_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 1370 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/video/thumb/2026/04/dchiraw1717_09_yt_hd_rev_2.jpg" /> | Syntax not understood |
| 1372 | </picture> | Syntax not understood |
| 1374 | <div class="js-video-duration" aria-hidden="true">03:27</div> | Unknown directive |
| 1375 | </a> | Syntax not understood |
| 1376 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 1377 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag raw"> | Syntax not understood |
| 1378 | <a href="/shows/raw" class="wwe-feed-card--eyebrow wwe-feed-cards--tag raw" style="background-color:#e91826 !important; color: !important;"> | Unknown directive |
| 1379 | Raw | Syntax not understood |
| 1380 | </a> | Syntax not understood |
| 1381 | <div class="social"> | Syntax not understood |
| 1382 | <div class="social-interface"> | Syntax not understood |
| 1383 | <div class="social-btns"> | Syntax not understood |
| 1384 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/dominik-mysterio-pummels-finn-b-lor-after-b-lor-beats-jd-mcdonagh-raw-highlights-april-20" data-a2a-title="Dominik Mysterio pummels Finn Bálor after Bálor beats JD McDonagh: Raw highlights, April 20, 2026"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 1386 | </div> | Syntax not understood |
| 1387 | </div> | Syntax not understood |
| 1388 | </div> | Syntax not understood |
| 1390 | </div> | Syntax not understood |
| 1392 | </div> | Syntax not understood |
| 1394 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 1397 | <a href="/videos/dominik-mysterio-pummels-finn-b-lor-after-b-lor-beats-jd-mcdonagh-raw-highlights-april-20" class="js-video--btn js-track wwe-feed-cards--title" data-tracking-label="title=Dominik Mysterio pummels Finn Bálor after Bálor beats JD McDonagh: Raw highlights, April 20, 2026|content_type=video|lt=text|slot=|cid=50007129" data-nid="50007129" data-playlist-id="" data-vr-excerpttitle=""><h2>Dominik Mysterio attacks Finn Bálor</h2></a> | Unknown directive |
| 1398 | </div> | Syntax not understood |
| 1401 | </div> | Syntax not understood |
| 1402 | </div> | Syntax not understood |
| 1403 | </div> | Syntax not understood |
| 1407 | <div class="wwe-feed-cards--wrapper " data-countrycode="" data-include-exclude="1" data-vr-zone="Feed Cards"> | Syntax not understood |
| 1408 | <div class="wwe-feed-cards"> | Syntax not understood |
| 1409 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__gallery wrestlemania " data-tracking-label="title=|content_type=gallery|lt=text|slot=|cid=50006883" data-vr-contentbox="0"> | Syntax not understood |
| 1410 | <a href="/gallery/day-four-of-wwe-world-wows-the-wwe-universe-photos" class="wwe-feed-card--thumb icon-gallery js-gallery--btn js-track" data-nid="50006883" data-playlist-id="" data-video="" data-vr-excerpttitle="" title="Photos: Day four of WWE World wows the WWE Universe" | Unknown directive |
| 1411 | style="--bg-color:#313838; | Unknown directive |
| 1412 | --font-color: #fff;"> | Unknown directive |
| 1414 | <picture> | Syntax not understood |
| 1415 | <source srcset="/f/styles/wwe_16_9_xl/public/2026/04/015_WWEWorld_04192026MK_1028.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 1416 | <source srcset="/f/styles/wwe_16_9_xl_r/public/2026/04/015_WWEWorld_04192026MK_1028.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 1417 | <source srcset="/f/styles/wwe_16_9_l/public/2026/04/015_WWEWorld_04192026MK_1028.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 1418 | <source srcset="/f/styles/wwe_16_9_m/public/2026/04/015_WWEWorld_04192026MK_1028.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 1419 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/2026/04/015_WWEWorld_04192026MK_1028.jpg" /> | Syntax not understood |
| 1421 | </picture> | Syntax not understood |
| 1423 | </a> | Syntax not understood |
| 1424 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 1425 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania"> | Syntax not understood |
| 1426 | <a href="/shows/wrestlemania" class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania" style="background-color: !important; color: !important;"> | Unknown directive |
| 1427 | WrestleMania | Syntax not understood |
| 1428 | </a> | Syntax not understood |
| 1429 | <div class="social"> | Syntax not understood |
| 1430 | <div class="social-interface"> | Syntax not understood |
| 1431 | <div class="social-btns"> | Syntax not understood |
| 1432 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/gallery/day-four-of-wwe-world-wows-the-wwe-universe-photos" data-a2a-title="Day four of WWE World wows the WWE Universe"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 1434 | </div> | Syntax not understood |
| 1435 | </div> | Syntax not understood |
| 1436 | </div> | Syntax not understood |
| 1438 | </div> | Syntax not understood |
| 1440 | </div> | Syntax not understood |
| 1442 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 1445 | <a href="/gallery/day-four-of-wwe-world-wows-the-wwe-universe-photos" class="js-gallery--btn js-track wwe-feed-cards--title" data-tracking-label="title=Day four of WWE World wows the WWE Universe|content_type=gallery|lt=text|slot=|cid=50006883" data-nid="50006883" data-playlist-id="" data-vr-excerpttitle=""><h2>Photos: Day four of WWE World wows the WWE Universe</h2></a> | Unknown directive |
| 1446 | </div> | Syntax not understood |
| 1449 | </div> | Syntax not understood |
| 1450 | </div> | Syntax not understood |
| 1451 | </div> | Syntax not understood |
| 1455 | <div class="wwe-feed-cards--wrapper geo-location-content" data-countrycode="CN" data-include-exclude="0" data-vr-zone="Feed Cards"> | Syntax not understood |
| 1456 | <div class="wwe-feed-cards"> | Syntax not understood |
| 1457 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__video wrestlemania " data-tracking-label="title=|content_type=video|lt=text|slot=|cid=50007068" data-vr-contentbox="0"> | Syntax not understood |
| 1458 | <a href="/videos/sami-zayn-vs-trick-williams-united-states-championship-match-wrestlemania-42-sunday" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="50007068" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/dchiwm42su_19_yt_hd_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/dchiwm42su_19_yt_hd_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiwm42su_19_yt.m3u8","fid":"40729594","title":"Sami Zayn vs. Trick Williams | United States Championship Match: WrestleMania 42 Sunday highlights","nid":50007068,"description":"Trick Williams challenges Sami Zayn for the United States Championship, presented by Knox Hydrate. Catch WWE action on ESPN, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245858,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/sami-zayn-vs-trick-williams-united-states-championship-match-wrestlemania-42-sunday","abs_path":"https:\/\/www.wwe.com\/videos\/sami-zayn-vs-trick-williams-united-states-championship-match-wrestlemania-42-sunday","network_logged_in_cta":"","show_name":"WrestleMania","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiwm42su_19_yt%2Fdchiwm42su_19_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiwm42su_19_yt_hd_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiwm42su_19_yt_hd_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle="" title="Sami Zayn vs. Trick Williams | United States Championship Match: WrestleMania 42 Sunday highlights" | Unknown directive |
| 1459 | style="--bg-color:#313838; | Unknown directive |
| 1460 | --font-color: #fff;"> | Unknown directive |
| 1462 | <picture> | Syntax not understood |
| 1463 | <source srcset="/f/styles/wwe_16_9_xl/public/video/thumb/2026/04/dchiwm42su_19_yt_hd_rev_2.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 1464 | <source srcset="/f/styles/wwe_16_9_xl_r/public/video/thumb/2026/04/dchiwm42su_19_yt_hd_rev_2.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 1465 | <source srcset="/f/styles/wwe_16_9_l/public/video/thumb/2026/04/dchiwm42su_19_yt_hd_rev_2.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 1466 | <source srcset="/f/styles/wwe_16_9_m/public/video/thumb/2026/04/dchiwm42su_19_yt_hd_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 1467 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/video/thumb/2026/04/dchiwm42su_19_yt_hd_rev_2.jpg" /> | Syntax not understood |
| 1469 | </picture> | Syntax not understood |
| 1471 | <div class="js-video-duration" aria-hidden="true">02:56</div> | Unknown directive |
| 1472 | </a> | Syntax not understood |
| 1473 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 1474 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania"> | Syntax not understood |
| 1475 | <a href="/shows/wrestlemania" class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania" style="background-color: !important; color: !important;"> | Unknown directive |
| 1476 | WrestleMania | Syntax not understood |
| 1477 | </a> | Syntax not understood |
| 1478 | <div class="social"> | Syntax not understood |
| 1479 | <div class="social-interface"> | Syntax not understood |
| 1480 | <div class="social-btns"> | Syntax not understood |
| 1481 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/sami-zayn-vs-trick-williams-united-states-championship-match-wrestlemania-42-sunday" data-a2a-title="Sami Zayn vs. Trick Williams | United States Championship Match: WrestleMania 42 Sunday highlights"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 1483 | </div> | Syntax not understood |
| 1484 | </div> | Syntax not understood |
| 1485 | </div> | Syntax not understood |
| 1487 | </div> | Syntax not understood |
| 1489 | </div> | Syntax not understood |
| 1491 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 1494 | <a href="/videos/sami-zayn-vs-trick-williams-united-states-championship-match-wrestlemania-42-sunday" class="js-video--btn js-track wwe-feed-cards--title" data-tracking-label="title=Sami Zayn vs. Trick Williams | United States Championship Match: WrestleMania 42 Sunday highlights|content_type=video|lt=text|slot=|cid=50007068" data-nid="50007068" data-playlist-id="" data-vr-excerpttitle=""><h2>Sami Zayn vs. Trick Williams | US Title Match</h2></a> | Unknown directive |
| 1495 | </div> | Syntax not understood |
| 1498 | </div> | Syntax not understood |
| 1499 | </div> | Syntax not understood |
| 1500 | </div> | Syntax not understood |
| 1504 | <div class="wwe-feed-cards--wrapper geo-location-content" data-countrycode="CN" data-include-exclude="0" data-vr-zone="Feed Cards"> | Syntax not understood |
| 1505 | <div class="wwe-feed-cards"> | Syntax not understood |
| 1506 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__video wrestlemania " data-tracking-label="title=|content_type=video|lt=text|slot=|cid=50007071" data-vr-contentbox="0"> | Syntax not understood |
| 1507 | <a href="/videos/the-demon-finn-b-lor-vs-dominik-mysterio-street-fight-wrestlemania-42-sunday-highlights" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="50007071" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/dchiwm42su_21_yt_hd_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/dchiwm42su_21_yt_hd_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiwm42su_21_yt.m3u8","fid":"40729597","title":"\u201cThe Demon\u201d Finn B\u00e1lor vs. Dominik Mysterio | Street Fight: WrestleMania 42 Sunday highlights","nid":50007071,"description":"Finn B\u00e1lor channels The Demon in his battle against former friend Dominik Mysterio, presented by Cricket Wireless. Catch WWE action on ESPN, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245860,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/the-demon-finn-b-lor-vs-dominik-mysterio-street-fight-wrestlemania-42-sunday-highlights","abs_path":"https:\/\/www.wwe.com\/videos\/the-demon-finn-b-lor-vs-dominik-mysterio-street-fight-wrestlemania-42-sunday-highlights","network_logged_in_cta":"","show_name":"WrestleMania","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiwm42su_21_yt%2Fdchiwm42su_21_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiwm42su_21_yt_hd_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiwm42su_21_yt_hd_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle="" title="“The Demon” Finn Bálor vs. Dominik Mysterio | Street Fight: WrestleMania 42 Sunday highlights" | Unknown directive |
| 1508 | style="--bg-color:#313838; | Unknown directive |
| 1509 | --font-color: #fff;"> | Unknown directive |
| 1511 | <picture> | Syntax not understood |
| 1512 | <source srcset="/f/styles/wwe_16_9_xl/public/video/thumb/2026/04/dchiwm42su_21_yt_hd_rev_2.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 1513 | <source srcset="/f/styles/wwe_16_9_xl_r/public/video/thumb/2026/04/dchiwm42su_21_yt_hd_rev_2.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 1514 | <source srcset="/f/styles/wwe_16_9_l/public/video/thumb/2026/04/dchiwm42su_21_yt_hd_rev_2.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 1515 | <source srcset="/f/styles/wwe_16_9_m/public/video/thumb/2026/04/dchiwm42su_21_yt_hd_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 1516 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/video/thumb/2026/04/dchiwm42su_21_yt_hd_rev_2.jpg" /> | Syntax not understood |
| 1518 | </picture> | Syntax not understood |
| 1520 | <div class="js-video-duration" aria-hidden="true">03:42</div> | Unknown directive |
| 1521 | </a> | Syntax not understood |
| 1522 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 1523 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania"> | Syntax not understood |
| 1524 | <a href="/shows/wrestlemania" class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania" style="background-color: !important; color: !important;"> | Unknown directive |
| 1525 | WrestleMania | Syntax not understood |
| 1526 | </a> | Syntax not understood |
| 1527 | <div class="social"> | Syntax not understood |
| 1528 | <div class="social-interface"> | Syntax not understood |
| 1529 | <div class="social-btns"> | Syntax not understood |
| 1530 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/the-demon-finn-b-lor-vs-dominik-mysterio-street-fight-wrestlemania-42-sunday-highlights" data-a2a-title="“The Demon” Finn Bálor vs. Dominik Mysterio | Street Fight: WrestleMania 42 Sunday highlights"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 1532 | </div> | Syntax not understood |
| 1533 | </div> | Syntax not understood |
| 1534 | </div> | Syntax not understood |
| 1536 | </div> | Syntax not understood |
| 1538 | </div> | Syntax not understood |
| 1540 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 1543 | <a href="/videos/the-demon-finn-b-lor-vs-dominik-mysterio-street-fight-wrestlemania-42-sunday-highlights" class="js-video--btn js-track wwe-feed-cards--title" data-tracking-label="title=“The Demon” Finn Bálor vs. Dominik Mysterio | Street Fight: WrestleMania 42 Sunday highlights|content_type=video|lt=text|slot=|cid=50007071" data-nid="50007071" data-playlist-id="" data-vr-excerpttitle=""><h2>“The Demon” Finn Bálor vs. Dominik Mysterio</h2></a> | Unknown directive |
| 1544 | </div> | Syntax not understood |
| 1547 | </div> | Syntax not understood |
| 1548 | </div> | Syntax not understood |
| 1549 | </div> | Syntax not understood |
| 1551 | <div> | Syntax not understood |
| 1554 | <div data-wname="latest_show_results_breaker" data-pos="8" class="panel-pane pane-show-results-breaker"> | Syntax not understood |
| 1555 | <div class="wwe-breaker--wrapper analytics-breaker-view-processed" data-wname="show_results" data-vr-zone="Latest Results Breaker"> | Syntax not understood |
| 1556 | <div class="wwe-breaker wwe-breaker__results wwe-breaker__mobile-vertical"> | Syntax not understood |
| 1557 | <div class="wwe-breaker--header clearfix"> | Syntax not understood |
| 1558 | <h2 class="wwe-breaker--title"> | Syntax not understood |
| 1559 | <span class="wwe-breaker--title__sup">WWE Shows</span> | Syntax not understood |
| 1560 | <span class="wwe-breaker--title__main">LATEST RESULTS</span> | Syntax not understood |
| 1561 | </h2> | Syntax not understood |
| 1562 | </div> | Syntax not understood |
| 1563 | <div class="wwe-breaker--content-wrapper"> | Syntax not understood |
| 1564 | <div class="wwe-breaker--content"> | Syntax not understood |
| 1565 | <button type="button" class="slick-prev">Previous</button> | Syntax not understood |
| 1566 | <div class="breaker-slick-carousel wwe-breaker--content-inner js-carousel js-carousel--news-breaker-scroll"> | Syntax not understood |
| 1567 | <div class="wwe-breaker--item-wrapper"> | Syntax not understood |
| 1568 | <div> | Syntax not understood |
| 1571 | <article class="node node--type-episode node--view-mode-latest-show-results-breaker clearfix"> | Syntax not understood |
| 1572 | <header> | Syntax not understood |
| 1574 | <h2 class="node__title" id ="l1"> | Syntax not understood |
| 1575 | <a href="/shows/raw/2026-04-20" rel="bookmark"><span class="field field--name-title field--type-string field--label-hidden">Raw after WrestleMania 42</span> | Syntax not understood |
| 1576 | </a> | Syntax not understood |
| 1577 | </h2> | Syntax not understood |
| 1579 | </header> | Syntax not understood |
| 1580 | <div class="node__content clearfix"> | Syntax not understood |
| 1582 | <div class="field field--name-field-show-reference field--type-entity-reference field--label-hidden field__items"> | Syntax not understood |
| 1583 | <div class="field__item"> | Syntax not understood |
| 1585 | <article class="node node--type-show node--sticky node--view-mode-latest-show-results-breaker clearfix"> | Syntax not understood |
| 1586 | <header> | Syntax not understood |
| 1588 | <h2 class="node__title"> | Syntax not understood |
| 1589 | <a href="/shows/raw" rel="bookmark" aria-label="Raw"><span class="field field--name-title field--type-string field--label-hidden">Raw</span> | Syntax not understood |
| 1590 | </a> | Syntax not understood |
| 1591 | </h2> | Syntax not understood |
| 1593 | </header> | Syntax not understood |
| 1594 | <div class="node__content clearfix"> | Syntax not understood |
| 1596 | <div class="field field--name-field-logo field--type-entity-reference field--label-hidden field__item"> <a href="/shows/raw" hreflang="en"><img loading="lazy" title="Raw" src="/f/styles/medium/public/all/2024/12/RAW_Primary_Logo_For_Any_Background_%281%29--de3612b9543981440a24489e0e568d9b.png" alt="WWE Photo" class="image-style-medium" /> | Syntax not understood |
| 1598 | </a> | Syntax not understood |
| 1599 | </div> | Syntax not understood |
| 1601 | </div> | Syntax not understood |
| 1602 | </article> | Syntax not understood |
| 1603 | </div> | Syntax not understood |
| 1604 | </div> | Syntax not understood |
| 1606 | <div class="field field--name-field-thumbnail-image field--type-entity-reference field--label-hidden field__item"> <a href="/shows/raw/2026-04-20" hreflang="en"><img loading="lazy" title="Raw" src="/f/styles/wwe_16_9_s/public/2026/04/20260420_RAW_final.jpg" width="640" height="360" alt="WWE Photo" class="image-style-wwe-16-9-s" /> | Syntax not understood |
| 1608 | </a> | Syntax not understood |
| 1609 | </div> | Syntax not understood |
| 1611 | <div class="field field--name-field-teaser-title field--type-string field--label-hidden field__item">Jacob Fatu confronts Roman Reigns, says he NEEDS The OTC’s World Title at Backlash</div> | Syntax not understood |
| 1613 | </div> | Syntax not understood |
| 1614 | <div class="wwe-site-link-full-result"> | Syntax not understood |
| 1615 | <a href="/shows/raw/2026-04-20">Full Results</a> | Syntax not understood |
| 1616 | </div> | Syntax not understood |
| 1617 | </article> | Syntax not understood |
| 1619 | </div> | Syntax not understood |
| 1620 | </div> | Syntax not understood |
| 1621 | <div class="wwe-breaker--item-wrapper"> | Syntax not understood |
| 1622 | <div> | Syntax not understood |
| 1625 | <article class="node node--type-episode node--view-mode-latest-show-results-breaker clearfix"> | Syntax not understood |
| 1626 | <header> | Syntax not understood |
| 1628 | <h2 class="node__title" id ="l1"> | Syntax not understood |
| 1629 | <a href="/shows/wwenxt/2026-04-21" rel="bookmark"><span class="field field--name-title field--type-string field--label-hidden">NXT Revenge 2026 Week Two</span> | Syntax not understood |
| 1630 | </a> | Syntax not understood |
| 1631 | </h2> | Syntax not understood |
| 1633 | </header> | Syntax not understood |
| 1634 | <div class="node__content clearfix"> | Syntax not understood |
| 1636 | <div class="field field--name-field-show-reference field--type-entity-reference field--label-hidden field__items"> | Syntax not understood |
| 1637 | <div class="field__item"> | Syntax not understood |
| 1639 | <article class="node node--type-show node--sticky node--view-mode-latest-show-results-breaker clearfix"> | Syntax not understood |
| 1640 | <header> | Syntax not understood |
| 1642 | <h2 class="node__title"> | Syntax not understood |
| 1643 | <a href="/shows/wwenxt" rel="bookmark" aria-label="WWE NXT"><span class="field field--name-title field--type-string field--label-hidden">WWE NXT</span> | Syntax not understood |
| 1644 | </a> | Syntax not understood |
| 1645 | </h2> | Syntax not understood |
| 1647 | </header> | Syntax not understood |
| 1648 | <div class="node__content clearfix"> | Syntax not understood |
| 1650 | <div class="field field--name-field-logo field--type-entity-reference field--label-hidden field__item"> <a href="/shows/wwenxt" hreflang="en"><img loading="lazy" title="WWE NXT" src="/f/styles/medium/public/all/2024/10/NXTonCW--0f06792893241464479338f55596a5bf.png" alt="WWE Photo" class="image-style-medium" /> | Syntax not understood |
| 1652 | </a> | Syntax not understood |
| 1653 | </div> | Syntax not understood |
| 1655 | </div> | Syntax not understood |
| 1656 | </article> | Syntax not understood |
| 1657 | </div> | Syntax not understood |
| 1658 | </div> | Syntax not understood |
| 1660 | <div class="field field--name-field-thumbnail-image field--type-entity-reference field--label-hidden field__item"> <a href="/shows/wwenxt/2026-04-21" hreflang="en"><img loading="lazy" title="WWE NXT" src="/f/styles/wwe_16_9_s/public/2026/04/20260421_NXT_Final.jpg" width="640" height="360" alt="WWE Photo" class="image-style-wwe-16-9-s" /> | Syntax not understood |
| 1662 | </a> | Syntax not understood |
| 1663 | </div> | Syntax not understood |
| 1665 | <div class="field field--name-field-teaser-title field--type-string field--label-hidden field__item">NXT Revenge 2026 Week Two results: Zaria is the Last Woman Standing after sending Sol Ruca crashing through a table</div> | Unknown directive |
| 1667 | </div> | Syntax not understood |
| 1668 | <div class="wwe-site-link-full-result"> | Syntax not understood |
| 1669 | <a href="/shows/wwenxt/2026-04-21">Full Results</a> | Syntax not understood |
| 1670 | </div> | Syntax not understood |
| 1671 | </article> | Syntax not understood |
| 1673 | </div> | Syntax not understood |
| 1674 | </div> | Syntax not understood |
| 1675 | <div class="wwe-breaker--item-wrapper"> | Syntax not understood |
| 1676 | <div> | Syntax not understood |
| 1679 | <article class="node node--type-episode node--view-mode-latest-show-results-breaker clearfix"> | Syntax not understood |
| 1680 | <header> | Syntax not understood |
| 1682 | <h2 class="node__title" id ="l1"> | Syntax not understood |
| 1683 | <a href="/shows/smackdown/2026-04-17" rel="bookmark"><span class="field field--name-title field--type-string field--label-hidden">SmackDown: April 17, 2026</span> | Unknown directive |
| 1684 | </a> | Syntax not understood |
| 1685 | </h2> | Syntax not understood |
| 1687 | </header> | Syntax not understood |
| 1688 | <div class="node__content clearfix"> | Syntax not understood |
| 1690 | <div class="field field--name-field-show-reference field--type-entity-reference field--label-hidden field__items"> | Syntax not understood |
| 1691 | <div class="field__item"> | Syntax not understood |
| 1693 | <article class="node node--type-show node--sticky node--view-mode-latest-show-results-breaker clearfix"> | Syntax not understood |
| 1694 | <header> | Syntax not understood |
| 1696 | <h2 class="node__title"> | Syntax not understood |
| 1697 | <a href="/shows/smackdown" rel="bookmark" aria-label="SmackDown"><span class="field field--name-title field--type-string field--label-hidden">SmackDown</span> | Syntax not understood |
| 1698 | </a> | Syntax not understood |
| 1699 | </h2> | Syntax not understood |
| 1701 | </header> | Syntax not understood |
| 1702 | <div class="node__content clearfix"> | Syntax not understood |
| 1704 | <div class="field field--name-field-logo field--type-entity-reference field--label-hidden field__item"> <a href="/shows/smackdown" hreflang="en"><img loading="lazy" title="SmackDown" src="/f/styles/medium/public/all/2024/09/Smackdown_LOGO--c8e0b09904cb1356d309a8ea2acb0422.png" alt="WWE Photo" class="image-style-medium" /> | Syntax not understood |
| 1706 | </a> | Syntax not understood |
| 1707 | </div> | Syntax not understood |
| 1709 | </div> | Syntax not understood |
| 1710 | </article> | Syntax not understood |
| 1711 | </div> | Syntax not understood |
| 1712 | </div> | Syntax not understood |
| 1714 | <div class="field field--name-field-thumbnail-image field--type-entity-reference field--label-hidden field__item"> <a href="/shows/smackdown/2026-04-17" hreflang="en"><img loading="lazy" title="SmackDown" src="/f/styles/wwe_16_9_s/public/2026/04/20260417_SD.jpg" width="640" height="360" alt="WWE Photo" class="image-style-wwe-16-9-s" /> | Syntax not understood |
| 1716 | </a> | Syntax not understood |
| 1717 | </div> | Syntax not understood |
| 1719 | <div class="field field--name-field-teaser-title field--type-string field--label-hidden field__item">SmackDown results, April 17, 2026: Cody Rhodes and CM Punk stand together before WrestleMania </div> | Unknown directive |
| 1721 | </div> | Syntax not understood |
| 1722 | <div class="wwe-site-link-full-result"> | Syntax not understood |
| 1723 | <a href="/shows/smackdown/2026-04-17">Full Results</a> | Syntax not understood |
| 1724 | </div> | Syntax not understood |
| 1725 | </article> | Syntax not understood |
| 1727 | </div> | Syntax not understood |
| 1728 | </div> | Syntax not understood |
| 1729 | <div class="wwe-breaker--item-wrapper"> | Syntax not understood |
| 1730 | <div> | Syntax not understood |
| 1733 | <article class="node node--type-episode node--view-mode-latest-show-results-breaker clearfix"> | Syntax not understood |
| 1734 | <header> | Syntax not understood |
| 1736 | <h2 class="node__title" id ="l1"> | Syntax not understood |
| 1737 | <a href="/shows/wrestlemania/wrestlemania-sunday-2026" rel="bookmark"><span class="field field--name-title field--type-string field--label-hidden">WrestleMania 42 Sunday 2026</span> | Syntax not understood |
| 1738 | </a> | Syntax not understood |
| 1739 | </h2> | Syntax not understood |
| 1741 | </header> | Syntax not understood |
| 1742 | <div class="node__content clearfix"> | Syntax not understood |
| 1744 | <div class="field field--name-field-show-reference field--type-entity-reference field--label-hidden field__items"> | Syntax not understood |
| 1745 | <div class="field__item"> | Syntax not understood |
| 1747 | <article class="node node--type-show node--sticky node--view-mode-latest-show-results-breaker clearfix"> | Syntax not understood |
| 1748 | <header> | Syntax not understood |
| 1750 | <h2 class="node__title"> | Syntax not understood |
| 1751 | <a href="/shows/wrestlemania" rel="bookmark" aria-label="WrestleMania"><span class="field field--name-title field--type-string field--label-hidden">WrestleMania</span> | Syntax not understood |
| 1752 | </a> | Syntax not understood |
| 1753 | </h2> | Syntax not understood |
| 1755 | </header> | Syntax not understood |
| 1756 | <div class="node__content clearfix"> | Syntax not understood |
| 1758 | <div class="field field--name-field-logo field--type-entity-reference field--label-hidden field__item"> <a href="/shows/wrestlemania" hreflang="en"><img loading="lazy" title="WrestleMania" src="/f/styles/medium/public/2025/11/WrestleMania_NEW_42_Logo_2026.png" width="220" height="142" alt="WWE Photo" class="image-style-medium" /> | Syntax not understood |
| 1760 | </a> | Syntax not understood |
| 1761 | </div> | Syntax not understood |
| 1763 | </div> | Syntax not understood |
| 1764 | </article> | Syntax not understood |
| 1765 | </div> | Syntax not understood |
| 1766 | </div> | Syntax not understood |
| 1768 | <div class="field field--name-field-thumbnail-image field--type-entity-reference field--label-hidden field__item"> <a href="/shows/wrestlemania/wrestlemania-sunday-2026" hreflang="en"><img loading="lazy" title="WrestleMania " src="/f/styles/wwe_16_9_s/public/2026/04/258_WM42_04192026RF_29009.jpg" width="640" height="360" alt="Punk vs. Reigns" class="image-style-wwe-16-9-s" /> | Syntax not understood |
| 1770 | </a> | Syntax not understood |
| 1771 | </div> | Syntax not understood |
| 1773 | <div class="field field--name-field-teaser-title field--type-string field--label-hidden field__item">Roman Reigns triumphs over CM Punk to win the World Heavyweight Title at WrestleMania 42</div> | Syntax not understood |
| 1775 | </div> | Syntax not understood |
| 1776 | <div class="wwe-site-link-full-result"> | Syntax not understood |
| 1777 | <a href="/shows/wrestlemania/wrestlemania-sunday-2026">Full Results</a> | Syntax not understood |
| 1778 | </div> | Syntax not understood |
| 1779 | </article> | Syntax not understood |
| 1781 | </div> | Syntax not understood |
| 1782 | </div> | Syntax not understood |
| 1783 | </div> | Syntax not understood |
| 1784 | <button type="button" class="slick-next">Next</button> | Syntax not understood |
| 1785 | </div> | Syntax not understood |
| 1786 | </div> | Syntax not understood |
| 1787 | </div> | Syntax not understood |
| 1788 | <a href="/shows" class="wwe-btn--cta wwe-breaker--cta js-track" data-tracking-label="View all Shows">View all Shows</a> | Syntax not understood |
| 1789 | </div> | Syntax not understood |
| 1790 | </div> | Syntax not understood |
| 1791 | <div class="wwe-ad--rail wwe-breaker-ad wwe-breaker-ad--show-results"> | Syntax not understood |
| 1792 | <div class="block block-wwe-ads block-ads-rail"> | Syntax not understood |
| 1795 | <div class="content"> | Syntax not understood |
| 1796 | <div class="l-hybrid-col-frame_rail-wrap hybrid-col-frame_rail-wrap"> | Syntax not understood |
| 1797 | <div class="l-hybrid-col-frame_rail hybrid-col-frame_rail frame-rail-1"> | Syntax not understood |
| 1798 | <div class="wwe-ad--rail wwe-ad--rail-1 rand-block" alt="Advertisement" role="dialog" aria-label="Advertisement"><div id="wwe-ad-rail-952512657"></div></div></div></div> | Syntax not understood |
| 1799 | </div> | Syntax not understood |
| 1800 | </div> | Syntax not understood |
| 1802 | </div> | Syntax not understood |
| 1805 | </div> | Syntax not understood |
| 1808 | <div class="wwe-feed-cards--wrapper geo-location-content" data-countrycode="CN" data-include-exclude="0" data-vr-zone="Feed Cards"> | Syntax not understood |
| 1809 | <div class="wwe-feed-cards"> | Syntax not understood |
| 1810 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__video wrestlemania " data-tracking-label="title=|content_type=video|lt=text|slot=|cid=50007075" data-vr-contentbox="0"> | Syntax not understood |
| 1811 | <a href="/videos/roman-reigns-honors-the-bloodline-with-iconic-entrance-wrestlemania-42-sunday-highlights" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="50007075" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/vmssg_6h1Fc_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/vmssg_6h1Fc_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiwm42su_25_yt.m3u8","fid":"40729746","title":"Roman Reigns honors The Bloodline with iconic entrance: WrestleMania 42 Sunday highlights","nid":50007075,"description":"Roman Reigns enters Las Vegas with a special entrance honoring his family. Catch WWE action on ESPN, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245864,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/roman-reigns-honors-the-bloodline-with-iconic-entrance-wrestlemania-42-sunday-highlights","abs_path":"https:\/\/www.wwe.com\/videos\/roman-reigns-honors-the-bloodline-with-iconic-entrance-wrestlemania-42-sunday-highlights","network_logged_in_cta":"","show_name":"WrestleMania","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiwm42su_25_yt%2Fdchiwm42su_25_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_6h1Fc_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_6h1Fc_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle="" title="Roman Reigns honors The Bloodline with iconic entrance: WrestleMania 42 Sunday highlights" | Unknown directive |
| 1812 | style="--bg-color:#313838; | Unknown directive |
| 1813 | --font-color: #fff;"> | Unknown directive |
| 1815 | <picture> | Syntax not understood |
| 1816 | <source srcset="/f/styles/wwe_16_9_xl/public/video/thumb/2026/04/vmssg_6h1Fc_rev_2.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 1817 | <source srcset="/f/styles/wwe_16_9_xl_r/public/video/thumb/2026/04/vmssg_6h1Fc_rev_2.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 1818 | <source srcset="/f/styles/wwe_16_9_l/public/video/thumb/2026/04/vmssg_6h1Fc_rev_2.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 1819 | <source srcset="/f/styles/wwe_16_9_m/public/video/thumb/2026/04/vmssg_6h1Fc_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 1820 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/video/thumb/2026/04/vmssg_6h1Fc_rev_2.jpg" /> | Syntax not understood |
| 1822 | </picture> | Syntax not understood |
| 1824 | <div class="js-video-duration" aria-hidden="true">05:00</div> | Unknown directive |
| 1825 | </a> | Syntax not understood |
| 1826 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 1827 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania"> | Syntax not understood |
| 1828 | <a href="/shows/wrestlemania" class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania" style="background-color: !important; color: !important;"> | Unknown directive |
| 1829 | WrestleMania | Syntax not understood |
| 1830 | </a> | Syntax not understood |
| 1831 | <div class="social"> | Syntax not understood |
| 1832 | <div class="social-interface"> | Syntax not understood |
| 1833 | <div class="social-btns"> | Syntax not understood |
| 1834 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/roman-reigns-honors-the-bloodline-with-iconic-entrance-wrestlemania-42-sunday-highlights" data-a2a-title="Roman Reigns honors The Bloodline with iconic entrance: WrestleMania 42 Sunday highlights"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 1836 | </div> | Syntax not understood |
| 1837 | </div> | Syntax not understood |
| 1838 | </div> | Syntax not understood |
| 1840 | </div> | Syntax not understood |
| 1842 | </div> | Syntax not understood |
| 1844 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 1847 | <a href="/videos/roman-reigns-honors-the-bloodline-with-iconic-entrance-wrestlemania-42-sunday-highlights" class="js-video--btn js-track wwe-feed-cards--title" data-tracking-label="title=Roman Reigns honors The Bloodline with iconic entrance: WrestleMania 42 Sunday highlights|content_type=video|lt=text|slot=|cid=50007075" data-nid="50007075" data-playlist-id="" data-vr-excerpttitle=""><h2>Roman Reigns honors The Bloodline with entrance</h2></a> | Unknown directive |
| 1848 | </div> | Syntax not understood |
| 1851 | </div> | Syntax not understood |
| 1852 | </div> | Syntax not understood |
| 1853 | </div> | Syntax not understood |
| 1857 | <div class="wwe-feed-cards--wrapper geo-location-content" data-countrycode="CN" data-include-exclude="0" data-vr-zone="Feed Cards"> | Syntax not understood |
| 1858 | <div class="wwe-feed-cards"> | Syntax not understood |
| 1859 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__video wrestlemania " data-tracking-label="title=|content_type=video|lt=text|slot=|cid=50007067" data-vr-contentbox="0"> | Syntax not understood |
| 1860 | <a href="/videos/finn-b-lor-makes-his-demonic-wrestlemania-entrance-wrestlemania-42-sunday-highlights" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="50007067" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/vmssg_uAd0p_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/vmssg_uAd0p_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiwm42su_20_yt.m3u8","fid":"40729595","title":"Finn B\u00e1lor makes his demonic WrestleMania entrance: WrestleMania 42 Sunday highlights","nid":50007067,"description":"Finn B\u00e1lor channels The Demon in his battle against former friend Dominik Mysterio, presented by Cricket Wireless. Catch WWE action on ESPN, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245857,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/finn-b-lor-makes-his-demonic-wrestlemania-entrance-wrestlemania-42-sunday-highlights","abs_path":"https:\/\/www.wwe.com\/videos\/finn-b-lor-makes-his-demonic-wrestlemania-entrance-wrestlemania-42-sunday-highlights","network_logged_in_cta":"","show_name":"WrestleMania","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiwm42su_20_yt%2Fdchiwm42su_20_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_uAd0p_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_uAd0p_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle="" title="Finn Bálor makes his demonic WrestleMania entrance: WrestleMania 42 Sunday highlights" | Unknown directive |
| 1861 | style="--bg-color:#313838; | Unknown directive |
| 1862 | --font-color: #fff;"> | Unknown directive |
| 1864 | <picture> | Syntax not understood |
| 1865 | <source srcset="/f/styles/wwe_16_9_xl/public/video/thumb/2026/04/vmssg_uAd0p_rev_2.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 1866 | <source srcset="/f/styles/wwe_16_9_xl_r/public/video/thumb/2026/04/vmssg_uAd0p_rev_2.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 1867 | <source srcset="/f/styles/wwe_16_9_l/public/video/thumb/2026/04/vmssg_uAd0p_rev_2.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 1868 | <source srcset="/f/styles/wwe_16_9_m/public/video/thumb/2026/04/vmssg_uAd0p_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 1869 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/video/thumb/2026/04/vmssg_uAd0p_rev_2.jpg" /> | Syntax not understood |
| 1871 | </picture> | Syntax not understood |
| 1873 | <div class="js-video-duration" aria-hidden="true">03:35</div> | Unknown directive |
| 1874 | </a> | Syntax not understood |
| 1875 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 1876 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania"> | Syntax not understood |
| 1877 | <a href="/shows/wrestlemania" class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania" style="background-color: !important; color: !important;"> | Unknown directive |
| 1878 | WrestleMania | Syntax not understood |
| 1879 | </a> | Syntax not understood |
| 1880 | <div class="social"> | Syntax not understood |
| 1881 | <div class="social-interface"> | Syntax not understood |
| 1882 | <div class="social-btns"> | Syntax not understood |
| 1883 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/finn-b-lor-makes-his-demonic-wrestlemania-entrance-wrestlemania-42-sunday-highlights" data-a2a-title="Finn Bálor makes his demonic WrestleMania entrance: WrestleMania 42 Sunday highlights"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 1885 | </div> | Syntax not understood |
| 1886 | </div> | Syntax not understood |
| 1887 | </div> | Syntax not understood |
| 1889 | </div> | Syntax not understood |
| 1891 | </div> | Syntax not understood |
| 1893 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 1896 | <a href="/videos/finn-b-lor-makes-his-demonic-wrestlemania-entrance-wrestlemania-42-sunday-highlights" class="js-video--btn js-track wwe-feed-cards--title" data-tracking-label="title=Finn Bálor makes his demonic WrestleMania entrance: WrestleMania 42 Sunday highlights|content_type=video|lt=text|slot=|cid=50007067" data-nid="50007067" data-playlist-id="" data-vr-excerpttitle=""><h2>Finn Bálor makes his demonic WrestleMania entrance</h2></a> | Unknown directive |
| 1897 | </div> | Syntax not understood |
| 1900 | </div> | Syntax not understood |
| 1901 | </div> | Syntax not understood |
| 1902 | </div> | Syntax not understood |
| 1906 | <div class="wwe-feed-cards--wrapper geo-location-content" data-countrycode="CN" data-include-exclude="0" data-vr-zone="Feed Cards"> | Syntax not understood |
| 1907 | <div class="wwe-feed-cards"> | Syntax not understood |
| 1908 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__video wrestlemania " data-tracking-label="title=|content_type=video|lt=text|slot=|cid=50007072" data-vr-contentbox="0"> | Syntax not understood |
| 1909 | <a href="/videos/john-cena-and-danhausen-team-up-for-hilarious-wrestlemania-moment-wrestlemania-42-sunday" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="50007072" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/vmssg_3c3kv_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/vmssg_3c3kv_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiwm42su_24_yt.m3u8","fid":"40729744","title":"John Cena and Danhausen team up for hilarious WrestleMania moment: WrestleMania 42 Sunday highlights","nid":50007072,"description":"Danhausen joins John Cena at WrestleMania 42 Sunday to embarrass The Miz and Kit Wilson. Catch WWE action on ESPN, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245861,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/john-cena-and-danhausen-team-up-for-hilarious-wrestlemania-moment-wrestlemania-42-sunday","abs_path":"https:\/\/www.wwe.com\/videos\/john-cena-and-danhausen-team-up-for-hilarious-wrestlemania-moment-wrestlemania-42-sunday","network_logged_in_cta":"","show_name":"WrestleMania","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiwm42su_24_yt%2Fdchiwm42su_24_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_3c3kv_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_3c3kv_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle="" title="John Cena and Danhausen team up for hilarious WrestleMania moment: WrestleMania 42 Sunday highlights" | Unknown directive |
| 1910 | style="--bg-color:#313838; | Unknown directive |
| 1911 | --font-color: #fff;"> | Unknown directive |
| 1913 | <picture> | Syntax not understood |
| 1914 | <source srcset="/f/styles/wwe_16_9_xl/public/video/thumb/2026/04/vmssg_3c3kv_rev_2.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 1915 | <source srcset="/f/styles/wwe_16_9_xl_r/public/video/thumb/2026/04/vmssg_3c3kv_rev_2.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 1916 | <source srcset="/f/styles/wwe_16_9_l/public/video/thumb/2026/04/vmssg_3c3kv_rev_2.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 1917 | <source srcset="/f/styles/wwe_16_9_m/public/video/thumb/2026/04/vmssg_3c3kv_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 1918 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/video/thumb/2026/04/vmssg_3c3kv_rev_2.jpg" /> | Syntax not understood |
| 1920 | </picture> | Syntax not understood |
| 1922 | <div class="js-video-duration" aria-hidden="true">03:14</div> | Unknown directive |
| 1923 | </a> | Syntax not understood |
| 1924 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 1925 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania"> | Syntax not understood |
| 1926 | <a href="/shows/wrestlemania" class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania" style="background-color: !important; color: !important;"> | Unknown directive |
| 1927 | WrestleMania | Syntax not understood |
| 1928 | </a> | Syntax not understood |
| 1929 | <div class="social"> | Syntax not understood |
| 1930 | <div class="social-interface"> | Syntax not understood |
| 1931 | <div class="social-btns"> | Syntax not understood |
| 1932 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/john-cena-and-danhausen-team-up-for-hilarious-wrestlemania-moment-wrestlemania-42-sunday" data-a2a-title="John Cena and Danhausen team up for hilarious WrestleMania moment: WrestleMania 42 Sunday highlights"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 1934 | </div> | Syntax not understood |
| 1935 | </div> | Syntax not understood |
| 1936 | </div> | Syntax not understood |
| 1938 | </div> | Syntax not understood |
| 1940 | </div> | Syntax not understood |
| 1942 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 1945 | <a href="/videos/john-cena-and-danhausen-team-up-for-hilarious-wrestlemania-moment-wrestlemania-42-sunday" class="js-video--btn js-track wwe-feed-cards--title" data-tracking-label="title=John Cena and Danhausen team up for hilarious WrestleMania moment: WrestleMania 42 Sunday highlights|content_type=video|lt=text|slot=|cid=50007072" data-nid="50007072" data-playlist-id="" data-vr-excerpttitle=""><h2>Cena and Danhausen team up for hilarious moment</h2></a> | Unknown directive |
| 1946 | </div> | Syntax not understood |
| 1949 | </div> | Syntax not understood |
| 1950 | </div> | Syntax not understood |
| 1951 | </div> | Syntax not understood |
| 1955 | <div class="wwe-feed-cards--wrapper geo-location-content" data-countrycode="CN" data-include-exclude="0" data-vr-zone="Feed Cards"> | Syntax not understood |
| 1956 | <div class="wwe-feed-cards"> | Syntax not understood |
| 1957 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__video wrestlemania " data-tracking-label="title=|content_type=video|lt=text|slot=|cid=50007076" data-vr-contentbox="0"> | Syntax not understood |
| 1958 | <a href="/videos/cm-punk-brings-back-miseria-cantare-for-wrestlemania-wrestlemania-42-sunday-highlights" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="50007076" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/vmssg_r9bUJ_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/vmssg_r9bUJ_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiwm42su_26_yt.m3u8","fid":"40729748","title":"CM Punk brings back Miseria Cantare for WrestleMania: WrestleMania 42 Sunday highlights","nid":50007076,"description":"CM Punk brings back his Miseria Cantare theme from his independent wrestling days ahead of his World Heavyweight Title Match with Roman Reigns. Catch WWE action on ESPN, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245865,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/cm-punk-brings-back-miseria-cantare-for-wrestlemania-wrestlemania-42-sunday-highlights","abs_path":"https:\/\/www.wwe.com\/videos\/cm-punk-brings-back-miseria-cantare-for-wrestlemania-wrestlemania-42-sunday-highlights","network_logged_in_cta":"","show_name":"WrestleMania","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiwm42su_26_yt%2Fdchiwm42su_26_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_r9bUJ_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_r9bUJ_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle="" title="CM Punk brings back Miseria Cantare for WrestleMania: WrestleMania 42 Sunday highlights" | Unknown directive |
| 1959 | style="--bg-color:#313838; | Unknown directive |
| 1960 | --font-color: #fff;"> | Unknown directive |
| 1962 | <picture> | Syntax not understood |
| 1963 | <source srcset="/f/styles/wwe_16_9_xl/public/video/thumb/2026/04/vmssg_r9bUJ_rev_2.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 1964 | <source srcset="/f/styles/wwe_16_9_xl_r/public/video/thumb/2026/04/vmssg_r9bUJ_rev_2.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 1965 | <source srcset="/f/styles/wwe_16_9_l/public/video/thumb/2026/04/vmssg_r9bUJ_rev_2.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 1966 | <source srcset="/f/styles/wwe_16_9_m/public/video/thumb/2026/04/vmssg_r9bUJ_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 1967 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/video/thumb/2026/04/vmssg_r9bUJ_rev_2.jpg" /> | Syntax not understood |
| 1969 | </picture> | Syntax not understood |
| 1971 | <div class="js-video-duration" aria-hidden="true">05:23</div> | Unknown directive |
| 1972 | </a> | Syntax not understood |
| 1973 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 1974 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania"> | Syntax not understood |
| 1975 | <a href="/shows/wrestlemania" class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania" style="background-color: !important; color: !important;"> | Unknown directive |
| 1976 | WrestleMania | Syntax not understood |
| 1977 | </a> | Syntax not understood |
| 1978 | <div class="social"> | Syntax not understood |
| 1979 | <div class="social-interface"> | Syntax not understood |
| 1980 | <div class="social-btns"> | Syntax not understood |
| 1981 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/cm-punk-brings-back-miseria-cantare-for-wrestlemania-wrestlemania-42-sunday-highlights" data-a2a-title="CM Punk brings back Miseria Cantare for WrestleMania: WrestleMania 42 Sunday highlights"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 1983 | </div> | Syntax not understood |
| 1984 | </div> | Syntax not understood |
| 1985 | </div> | Syntax not understood |
| 1987 | </div> | Syntax not understood |
| 1989 | </div> | Syntax not understood |
| 1991 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 1994 | <a href="/videos/cm-punk-brings-back-miseria-cantare-for-wrestlemania-wrestlemania-42-sunday-highlights" class="js-video--btn js-track wwe-feed-cards--title" data-tracking-label="title=CM Punk brings back Miseria Cantare for WrestleMania: WrestleMania 42 Sunday highlights|content_type=video|lt=text|slot=|cid=50007076" data-nid="50007076" data-playlist-id="" data-vr-excerpttitle=""><h2>CM Punk brings back Miseria Cantare</h2></a> | Unknown directive |
| 1995 | </div> | Syntax not understood |
| 1998 | </div> | Syntax not understood |
| 1999 | </div> | Syntax not understood |
| 2000 | </div> | Syntax not understood |
| 2004 | <div class="wwe-feed-cards--wrapper " data-countrycode="" data-include-exclude="1" data-vr-zone="Feed Cards"> | Syntax not understood |
| 2005 | <div class="wwe-feed-cards"> | Syntax not understood |
| 2006 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__gallery wrestlemania " data-tracking-label="title=|content_type=gallery|lt=text|slot=|cid=50006882" data-vr-contentbox="0"> | Syntax not understood |
| 2007 | <a href="/gallery/get-an-inside-look-at-wwe-world-day-three-photos" class="wwe-feed-card--thumb icon-gallery js-gallery--btn js-track" data-nid="50006882" data-playlist-id="" data-video="" data-vr-excerpttitle="" title="Photos: Get an inside look at WWE World day three" | Unknown directive |
| 2008 | style="--bg-color:#313838; | Unknown directive |
| 2009 | --font-color: #fff;"> | Unknown directive |
| 2011 | <picture> | Syntax not understood |
| 2012 | <source srcset="/f/styles/wwe_16_9_xl/public/2026/04/054_WWEWORLD_04182026cc_1997.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 2013 | <source srcset="/f/styles/wwe_16_9_xl_r/public/2026/04/054_WWEWORLD_04182026cc_1997.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 2014 | <source srcset="/f/styles/wwe_16_9_l/public/2026/04/054_WWEWORLD_04182026cc_1997.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 2015 | <source srcset="/f/styles/wwe_16_9_m/public/2026/04/054_WWEWORLD_04182026cc_1997.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 2016 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/2026/04/054_WWEWORLD_04182026cc_1997.jpg" /> | Syntax not understood |
| 2018 | </picture> | Syntax not understood |
| 2020 | </a> | Syntax not understood |
| 2021 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 2022 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania"> | Syntax not understood |
| 2023 | <a href="/shows/wrestlemania" class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania" style="background-color: !important; color: !important;"> | Unknown directive |
| 2024 | WrestleMania | Syntax not understood |
| 2025 | </a> | Syntax not understood |
| 2026 | <div class="social"> | Syntax not understood |
| 2027 | <div class="social-interface"> | Syntax not understood |
| 2028 | <div class="social-btns"> | Syntax not understood |
| 2029 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/gallery/get-an-inside-look-at-wwe-world-day-three-photos" data-a2a-title="Get an inside look at WWE World day three: photos"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 2031 | </div> | Syntax not understood |
| 2032 | </div> | Syntax not understood |
| 2033 | </div> | Syntax not understood |
| 2035 | </div> | Syntax not understood |
| 2037 | </div> | Syntax not understood |
| 2039 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 2042 | <a href="/gallery/get-an-inside-look-at-wwe-world-day-three-photos" class="js-gallery--btn js-track wwe-feed-cards--title" data-tracking-label="title=Get an inside look at WWE World day three: photos|content_type=gallery|lt=text|slot=|cid=50006882" data-nid="50006882" data-playlist-id="" data-vr-excerpttitle=""><h2>Photos: Get an inside look at WWE World day three</h2></a> | Unknown directive |
| 2043 | </div> | Syntax not understood |
| 2046 | </div> | Syntax not understood |
| 2047 | </div> | Syntax not understood |
| 2048 | </div> | Syntax not understood |
| 2050 | <div> | Syntax not understood |
| 2051 | <div class="wwe-breaker--wrapper analytics-breaker-view-processed"> | Syntax not understood |
| 2052 | <div class="wwe-breaker wwe-breaker__mobile-vertical"> | Syntax not understood |
| 2053 | <a class="events-stubhub-breaker--item-btn js-network--cta-text js-track" href=https://wwenetwork.com/ target='_blank'> | Unknown directive |
| 2054 | <div class="paragraph paragraph--type--events-stubhub-breaker paragraph--view-mode--events-stubhub-breaker"> | Syntax not understood |
| 2056 | <div class="field field--name-field-stubhub-image field--type-entity-reference field--label-hidden field__item"> <img loading="lazy" src="/f/styles/wwe_16_9_xl/public/2026/04/20260316_ESPNNetflixBreakers_WM42_Demand.jpg" width="1125" height="493" alt="WWE Photo" class="image-style-wwe-16-9-xl" /> | Syntax not understood |
| 2059 | </div> | Syntax not understood |
| 2061 | </div> | Syntax not understood |
| 2063 | </a> | Syntax not understood |
| 2064 | <!-- <div class="events-stubhub-breaker--item-btns-wrapper"> | Syntax not understood |
| 2065 | <a class="events-stubhub-breaker--item-btn js-network--cta-text js-track" | Syntax not understood |
| 2066 | href=https://wwenetwork.com/ target='_blank'>SHOP NOW</a> | Unknown directive |
| 2067 | </div> --> | Syntax not understood |
| 2068 | </div> | Syntax not understood |
| 2069 | </div> | Syntax not understood |
| 2070 | <div class="wwe-ad--rail wwe-breaker-ad wwe-breaker-ad--events-stubhub"> | Syntax not understood |
| 2071 | <div class="block block-wwe-ads block-ads-rail"> | Syntax not understood |
| 2074 | <div class="content"> | Syntax not understood |
| 2075 | <div class="l-hybrid-col-frame_rail-wrap hybrid-col-frame_rail-wrap"> | Syntax not understood |
| 2076 | <div class="l-hybrid-col-frame_rail hybrid-col-frame_rail frame-rail-1"> | Syntax not understood |
| 2077 | <div class="wwe-ad--rail wwe-ad--rail-1 rand-block" alt="Advertisement" role="dialog" aria-label="Advertisement"><div id="wwe-ad-rail-1193779263"></div></div></div></div> | Syntax not understood |
| 2078 | </div> | Syntax not understood |
| 2079 | </div> | Syntax not understood |
| 2081 | </div> | Syntax not understood |
| 2086 | </div> | Syntax not understood |
| 2089 | <div class="wwe-feed-cards--wrapper geo-location-content" data-countrycode="CN" data-include-exclude="0" data-vr-zone="Feed Cards"> | Syntax not understood |
| 2090 | <div class="wwe-feed-cards"> | Syntax not understood |
| 2091 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__video wrestlemania " data-tracking-label="title=|content_type=video|lt=text|slot=|cid=50007017" data-vr-contentbox="0"> | Syntax not understood |
| 2092 | <a href="/videos/jacob-fatu-vs-drew-mcintyre-unsanctioned-match-wrestlemania-42-saturday-highlights" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="50007017" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/dchiwm42sa_16_yt_rev_hd_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/dchiwm42sa_16_yt_rev_hd_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiwm42sa_16_yt_rev.m3u8","fid":"40729153","title":"Jacob Fatu vs. Drew McIntyre | Unsanctioned Match: WrestleMania 42 Saturday highlights","nid":50007017,"description":"Jacob Fatu and Drew McIntyre clash in an Unsanctioned Match, presented by Chumba Casino. Catch WWE action on ESPN, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245813,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/jacob-fatu-vs-drew-mcintyre-unsanctioned-match-wrestlemania-42-saturday-highlights","abs_path":"https:\/\/www.wwe.com\/videos\/jacob-fatu-vs-drew-mcintyre-unsanctioned-match-wrestlemania-42-saturday-highlights","network_logged_in_cta":"","show_name":"WrestleMania","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiwm42sa_16_yt_rev%2Fdchiwm42sa_16_yt_rev_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiwm42sa_16_yt_rev_hd_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiwm42sa_16_yt_rev_hd_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle="" title="Jacob Fatu vs. Drew McIntyre | Unsanctioned Match: WrestleMania 42 Saturday highlights" | Unknown directive |
| 2093 | style="--bg-color:#313838; | Unknown directive |
| 2094 | --font-color: #fff;"> | Unknown directive |
| 2096 | <picture> | Syntax not understood |
| 2097 | <source srcset="/f/styles/wwe_16_9_xl/public/video/thumb/2026/04/dchiwm42sa_16_yt_rev_hd_rev_2.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 2098 | <source srcset="/f/styles/wwe_16_9_xl_r/public/video/thumb/2026/04/dchiwm42sa_16_yt_rev_hd_rev_2.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 2099 | <source srcset="/f/styles/wwe_16_9_l/public/video/thumb/2026/04/dchiwm42sa_16_yt_rev_hd_rev_2.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 2100 | <source srcset="/f/styles/wwe_16_9_m/public/video/thumb/2026/04/dchiwm42sa_16_yt_rev_hd_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 2101 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/video/thumb/2026/04/dchiwm42sa_16_yt_rev_hd_rev_2.jpg" /> | Syntax not understood |
| 2103 | </picture> | Syntax not understood |
| 2105 | <div class="js-video-duration" aria-hidden="true">03:44</div> | Unknown directive |
| 2106 | </a> | Syntax not understood |
| 2107 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 2108 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania"> | Syntax not understood |
| 2109 | <a href="/shows/wrestlemania" class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania" style="background-color: !important; color: !important;"> | Unknown directive |
| 2110 | WrestleMania | Syntax not understood |
| 2111 | </a> | Syntax not understood |
| 2112 | <div class="social"> | Syntax not understood |
| 2113 | <div class="social-interface"> | Syntax not understood |
| 2114 | <div class="social-btns"> | Syntax not understood |
| 2115 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/jacob-fatu-vs-drew-mcintyre-unsanctioned-match-wrestlemania-42-saturday-highlights" data-a2a-title="Jacob Fatu vs. Drew McIntyre | Unsanctioned Match: WrestleMania 42 Saturday highlights"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 2117 | </div> | Syntax not understood |
| 2118 | </div> | Syntax not understood |
| 2119 | </div> | Syntax not understood |
| 2121 | </div> | Syntax not understood |
| 2123 | </div> | Syntax not understood |
| 2125 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 2128 | <a href="/videos/jacob-fatu-vs-drew-mcintyre-unsanctioned-match-wrestlemania-42-saturday-highlights" class="js-video--btn js-track wwe-feed-cards--title" data-tracking-label="title=Jacob Fatu vs. Drew McIntyre | Unsanctioned Match: WrestleMania 42 Saturday highlights|content_type=video|lt=text|slot=|cid=50007017" data-nid="50007017" data-playlist-id="" data-vr-excerpttitle=""><h2>Jacob Fatu vs. Drew McIntyre | Unsanctioned Match</h2></a> | Unknown directive |
| 2129 | </div> | Syntax not understood |
| 2132 | </div> | Syntax not understood |
| 2133 | </div> | Syntax not understood |
| 2134 | </div> | Syntax not understood |
| 2138 | <div class="wwe-feed-cards--wrapper geo-location-content" data-countrycode="CN" data-include-exclude="0" data-vr-zone="Feed Cards"> | Syntax not understood |
| 2139 | <div class="wwe-feed-cards"> | Syntax not understood |
| 2140 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__video wrestlemania " data-tracking-label="title=|content_type=video|lt=text|slot=|cid=50007022" data-vr-contentbox="0"> | Syntax not understood |
| 2141 | <a href="/videos/bron-breakker-returns-and-spears-seth-rollins-wrestlemania-42-saturday-highlights" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="50007022" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/vmssg_iCzpZ_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/vmssg_iCzpZ_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiwm42sa_22_yt.m3u8","fid":"40729208","title":"Bron Breakker returns and SPEARS Seth Rollins: WrestleMania 42 Saturday highlights","nid":50007022,"description":"Bron Breakker makes a huge return, Spearing Seth Rollins in epic fashion. Catch WWE action on ESPN, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245817,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/bron-breakker-returns-and-spears-seth-rollins-wrestlemania-42-saturday-highlights","abs_path":"https:\/\/www.wwe.com\/videos\/bron-breakker-returns-and-spears-seth-rollins-wrestlemania-42-saturday-highlights","network_logged_in_cta":"","show_name":"WrestleMania","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiwm42sa_22_yt%2Fdchiwm42sa_22_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_iCzpZ_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_iCzpZ_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle="" title="Bron Breakker returns and SPEARS Seth Rollins: WrestleMania 42 Saturday highlights" | Unknown directive |
| 2142 | style="--bg-color:#313838; | Unknown directive |
| 2143 | --font-color: #fff;"> | Unknown directive |
| 2145 | <picture> | Syntax not understood |
| 2146 | <source srcset="/f/styles/wwe_16_9_xl/public/video/thumb/2026/04/vmssg_iCzpZ_rev_2.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 2147 | <source srcset="/f/styles/wwe_16_9_xl_r/public/video/thumb/2026/04/vmssg_iCzpZ_rev_2.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 2148 | <source srcset="/f/styles/wwe_16_9_l/public/video/thumb/2026/04/vmssg_iCzpZ_rev_2.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 2149 | <source srcset="/f/styles/wwe_16_9_m/public/video/thumb/2026/04/vmssg_iCzpZ_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 2150 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/video/thumb/2026/04/vmssg_iCzpZ_rev_2.jpg" /> | Syntax not understood |
| 2152 | </picture> | Syntax not understood |
| 2154 | <div class="js-video-duration" aria-hidden="true">01:04</div> | Unknown directive |
| 2155 | </a> | Syntax not understood |
| 2156 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 2157 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania"> | Syntax not understood |
| 2158 | <a href="/shows/wrestlemania" class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania" style="background-color: !important; color: !important;"> | Unknown directive |
| 2159 | WrestleMania | Syntax not understood |
| 2160 | </a> | Syntax not understood |
| 2161 | <div class="social"> | Syntax not understood |
| 2162 | <div class="social-interface"> | Syntax not understood |
| 2163 | <div class="social-btns"> | Syntax not understood |
| 2164 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/bron-breakker-returns-and-spears-seth-rollins-wrestlemania-42-saturday-highlights" data-a2a-title="Bron Breakker returns and SPEARS Seth Rollins: WrestleMania 42 Saturday highlights"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 2166 | </div> | Syntax not understood |
| 2167 | </div> | Syntax not understood |
| 2168 | </div> | Syntax not understood |
| 2170 | </div> | Syntax not understood |
| 2172 | </div> | Syntax not understood |
| 2174 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 2177 | <a href="/videos/bron-breakker-returns-and-spears-seth-rollins-wrestlemania-42-saturday-highlights" class="js-video--btn js-track wwe-feed-cards--title" data-tracking-label="title=Bron Breakker returns and SPEARS Seth Rollins: WrestleMania 42 Saturday highlights|content_type=video|lt=text|slot=|cid=50007022" data-nid="50007022" data-playlist-id="" data-vr-excerpttitle=""><h2>Bron Breakker returns and SPEARS Seth Rollins</h2></a> | Unknown directive |
| 2178 | </div> | Syntax not understood |
| 2181 | </div> | Syntax not understood |
| 2182 | </div> | Syntax not understood |
| 2183 | </div> | Syntax not understood |
| 2187 | <div class="wwe-feed-cards--wrapper geo-location-content" data-countrycode="CN" data-include-exclude="0" data-vr-zone="Feed Cards"> | Syntax not understood |
| 2188 | <div class="wwe-feed-cards"> | Syntax not understood |
| 2189 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__video wrestlemania " data-tracking-label="title=|content_type=video|lt=text|slot=|cid=50007015" data-vr-contentbox="0"> | Syntax not understood |
| 2190 | <a href="/videos/she-s-back-paige-makes-stunning-return-to-replace-nikki-bella-wrestlemania-42-saturday" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="50007015" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/vmssg_t0Hut_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/vmssg_t0Hut_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiwm42sa_19_yt.m3u8","fid":"40729155","title":"SHE'S BACK! Paige makes stunning return to replace Nikki Bella: WrestleMania 42 Saturday highlights","nid":50007015,"description":"Nikki Bella announces she cannot compete, clearing the way for a returning Paige to replace Nikki in the WWE Women's Tag Team Title Fatal Four-Way Match. Catch WWE action on ESPN, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245812,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/she-s-back-paige-makes-stunning-return-to-replace-nikki-bella-wrestlemania-42-saturday","abs_path":"https:\/\/www.wwe.com\/videos\/she-s-back-paige-makes-stunning-return-to-replace-nikki-bella-wrestlemania-42-saturday","network_logged_in_cta":"","show_name":"WrestleMania","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiwm42sa_19_yt%2Fdchiwm42sa_19_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_t0Hut_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_t0Hut_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle="" title="SHE'S BACK! Paige makes stunning return to replace Nikki Bella: WrestleMania 42 Saturday highlights" | Unknown directive |
| 2191 | style="--bg-color:#313838; | Unknown directive |
| 2192 | --font-color: #fff;"> | Unknown directive |
| 2194 | <picture> | Syntax not understood |
| 2195 | <source srcset="/f/styles/wwe_16_9_xl/public/video/thumb/2026/04/vmssg_t0Hut_rev_2.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 2196 | <source srcset="/f/styles/wwe_16_9_xl_r/public/video/thumb/2026/04/vmssg_t0Hut_rev_2.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 2197 | <source srcset="/f/styles/wwe_16_9_l/public/video/thumb/2026/04/vmssg_t0Hut_rev_2.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 2198 | <source srcset="/f/styles/wwe_16_9_m/public/video/thumb/2026/04/vmssg_t0Hut_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 2199 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/video/thumb/2026/04/vmssg_t0Hut_rev_2.jpg" /> | Syntax not understood |
| 2201 | </picture> | Syntax not understood |
| 2203 | <div class="js-video-duration" aria-hidden="true">02:12</div> | Unknown directive |
| 2204 | </a> | Syntax not understood |
| 2205 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 2206 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania"> | Syntax not understood |
| 2207 | <a href="/shows/wrestlemania" class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania" style="background-color: !important; color: !important;"> | Unknown directive |
| 2208 | WrestleMania | Syntax not understood |
| 2209 | </a> | Syntax not understood |
| 2210 | <div class="social"> | Syntax not understood |
| 2211 | <div class="social-interface"> | Syntax not understood |
| 2212 | <div class="social-btns"> | Syntax not understood |
| 2213 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/she-s-back-paige-makes-stunning-return-to-replace-nikki-bella-wrestlemania-42-saturday" data-a2a-title="SHE'S BACK! Paige makes stunning return to replace Nikki Bella: WrestleMania 42 Saturday highlights"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 2215 | </div> | Syntax not understood |
| 2216 | </div> | Syntax not understood |
| 2217 | </div> | Syntax not understood |
| 2219 | </div> | Syntax not understood |
| 2221 | </div> | Syntax not understood |
| 2223 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 2226 | <a href="/videos/she-s-back-paige-makes-stunning-return-to-replace-nikki-bella-wrestlemania-42-saturday" class="js-video--btn js-track wwe-feed-cards--title" data-tracking-label="title=SHE'S BACK! Paige makes stunning return to replace Nikki Bella: WrestleMania 42 Saturday highlights|content_type=video|lt=text|slot=|cid=50007015" data-nid="50007015" data-playlist-id="" data-vr-excerpttitle=""><h2>SHE'S BACK! Paige makes stunning return</h2></a> | Syntax not understood |
| 2227 | </div> | Syntax not understood |
| 2230 | </div> | Syntax not understood |
| 2231 | </div> | Syntax not understood |
| 2232 | </div> | Syntax not understood |
| 2236 | <div class="wwe-feed-cards--wrapper geo-location-content" data-countrycode="CN" data-include-exclude="0" data-vr-zone="Feed Cards"> | Syntax not understood |
| 2237 | <div class="wwe-feed-cards"> | Syntax not understood |
| 2238 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__video wrestlemania " data-tracking-label="title=|content_type=video|lt=text|slot=|cid=50007012" data-vr-contentbox="0"> | Syntax not understood |
| 2239 | <a href="/videos/ishowspeed-hits-huge-splash-onto-logan-paul-through-the-announce-table-wrestlemania-42" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="50007012" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/vmssg_aqUCL_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/vmssg_aqUCL_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiwm42sa_15_yt.m3u8","fid":"40729150","title":"IShowSpeed hits HUGE Splash onto Logan Paul through table: WrestleMania 42 Saturday highlights","nid":50007012,"description":"After Logan Paul punches IShowSpeed, LA Knight and The Usos save Speed before the social media sensation hits a huge splash through the announce table from the top turnbuckle onto Paul. Catch WWE action on ESPN, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245809,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/ishowspeed-hits-huge-splash-onto-logan-paul-through-the-announce-table-wrestlemania-42","abs_path":"https:\/\/www.wwe.com\/videos\/ishowspeed-hits-huge-splash-onto-logan-paul-through-the-announce-table-wrestlemania-42","network_logged_in_cta":"","show_name":"WrestleMania","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiwm42sa_15_yt%2Fdchiwm42sa_15_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_aqUCL_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_aqUCL_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle="" title="IShowSpeed hits HUGE Splash onto Logan Paul through table: WrestleMania 42 Saturday highlights" | Unknown directive |
| 2240 | style="--bg-color:#313838; | Unknown directive |
| 2241 | --font-color: #fff;"> | Unknown directive |
| 2243 | <picture> | Syntax not understood |
| 2244 | <source srcset="/f/styles/wwe_16_9_xl/public/video/thumb/2026/04/vmssg_aqUCL_rev_2.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 2245 | <source srcset="/f/styles/wwe_16_9_xl_r/public/video/thumb/2026/04/vmssg_aqUCL_rev_2.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 2246 | <source srcset="/f/styles/wwe_16_9_l/public/video/thumb/2026/04/vmssg_aqUCL_rev_2.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 2247 | <source srcset="/f/styles/wwe_16_9_m/public/video/thumb/2026/04/vmssg_aqUCL_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 2248 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/video/thumb/2026/04/vmssg_aqUCL_rev_2.jpg" /> | Syntax not understood |
| 2250 | </picture> | Syntax not understood |
| 2252 | <div class="js-video-duration" aria-hidden="true">03:40</div> | Unknown directive |
| 2253 | </a> | Syntax not understood |
| 2254 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 2255 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania"> | Syntax not understood |
| 2256 | <a href="/shows/wrestlemania" class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania" style="background-color: !important; color: !important;"> | Unknown directive |
| 2257 | WrestleMania | Syntax not understood |
| 2258 | </a> | Syntax not understood |
| 2259 | <div class="social"> | Syntax not understood |
| 2260 | <div class="social-interface"> | Syntax not understood |
| 2261 | <div class="social-btns"> | Syntax not understood |
| 2262 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/ishowspeed-hits-huge-splash-onto-logan-paul-through-the-announce-table-wrestlemania-42" data-a2a-title="IShowSpeed hits HUGE Splash onto Logan Paul through table: WrestleMania 42 Saturday highlights"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 2264 | </div> | Syntax not understood |
| 2265 | </div> | Syntax not understood |
| 2266 | </div> | Syntax not understood |
| 2268 | </div> | Syntax not understood |
| 2270 | </div> | Syntax not understood |
| 2272 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 2275 | <a href="/videos/ishowspeed-hits-huge-splash-onto-logan-paul-through-the-announce-table-wrestlemania-42" class="js-video--btn js-track wwe-feed-cards--title" data-tracking-label="title=IShowSpeed hits HUGE Splash onto Logan Paul through table: WrestleMania 42 Saturday highlights|content_type=video|lt=text|slot=|cid=50007012" data-nid="50007012" data-playlist-id="" data-vr-excerpttitle=""><h2>IShowSpeed hits HUGE Splash onto Logan Paul</h2></a> | Unknown directive |
| 2276 | </div> | Syntax not understood |
| 2279 | </div> | Syntax not understood |
| 2280 | </div> | Syntax not understood |
| 2281 | </div> | Syntax not understood |
| 2285 | <div class="wwe-feed-cards--wrapper geo-location-content" data-countrycode="CN" data-include-exclude="0" data-vr-zone="Feed Cards"> | Syntax not understood |
| 2286 | <div class="wwe-feed-cards"> | Syntax not understood |
| 2287 | <div class="wwe-feed-cards--card js-track wwe-feed-cards--card__video wrestlemania " data-tracking-label="title=|content_type=video|lt=text|slot=|cid=50007013" data-vr-contentbox="0"> | Syntax not understood |
| 2288 | <a href="/videos/the-usos-la-knight-vs-logan-paul-austin-theory-ishowspeed-wrestlemania-42-saturday" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="50007013" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/dchiwm42sa_13_yt_hd_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/dchiwm42sa_13_yt_hd_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiwm42sa_13_yt.m3u8","fid":"40729151","title":"The Usos & LA Knight vs. Logan Paul, Austin Theory & IShowSpeed: WrestleMania 42 Saturday highlights","nid":50007013,"description":"The Usos team with LA Knight to take on World Tag Team Champions The Vision and IShowSpeed, presented by Ram Trucks. Catch WWE action on ESPN, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245810,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/the-usos-la-knight-vs-logan-paul-austin-theory-ishowspeed-wrestlemania-42-saturday","abs_path":"https:\/\/www.wwe.com\/videos\/the-usos-la-knight-vs-logan-paul-austin-theory-ishowspeed-wrestlemania-42-saturday","network_logged_in_cta":"","show_name":"WrestleMania","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiwm42sa_13_yt%2Fdchiwm42sa_13_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":0,"backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiwm42sa_13_yt_hd_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiwm42sa_13_yt_hd_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle="" title="The Usos & LA Knight vs. Logan Paul, Austin Theory & IShowSpeed: WrestleMania 42 Saturday highlights" | Unknown directive |
| 2289 | style="--bg-color:#313838; | Unknown directive |
| 2290 | --font-color: #fff;"> | Unknown directive |
| 2292 | <picture> | Syntax not understood |
| 2293 | <source srcset="/f/styles/wwe_16_9_xl/public/video/thumb/2026/04/dchiwm42sa_13_yt_hd_rev_2.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 2294 | <source srcset="/f/styles/wwe_16_9_xl_r/public/video/thumb/2026/04/dchiwm42sa_13_yt_hd_rev_2.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 2295 | <source srcset="/f/styles/wwe_16_9_l/public/video/thumb/2026/04/dchiwm42sa_13_yt_hd_rev_2.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 2296 | <source srcset="/f/styles/wwe_16_9_m/public/video/thumb/2026/04/dchiwm42sa_13_yt_hd_rev_2.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 2297 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/video/thumb/2026/04/dchiwm42sa_13_yt_hd_rev_2.jpg" /> | Syntax not understood |
| 2299 | </picture> | Syntax not understood |
| 2301 | <div class="js-video-duration" aria-hidden="true">05:36</div> | Unknown directive |
| 2302 | </a> | Syntax not understood |
| 2303 | <div class="wwe-feed-sponsor-social-section"> | Syntax not understood |
| 2304 | <div class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania"> | Syntax not understood |
| 2305 | <a href="/shows/wrestlemania" class="wwe-feed-card--eyebrow wwe-feed-cards--tag wrestlemania" style="background-color: !important; color: !important;"> | Unknown directive |
| 2306 | WrestleMania | Syntax not understood |
| 2307 | </a> | Syntax not understood |
| 2308 | <div class="social"> | Syntax not understood |
| 2309 | <div class="social-interface"> | Syntax not understood |
| 2310 | <div class="social-btns"> | Syntax not understood |
| 2311 | <span class="a2a_kit a2a_kit_size_20 addtoany_list" data-a2a-url="https://www.wwe.com/videos/the-usos-la-knight-vs-logan-paul-austin-theory-ishowspeed-wrestlemania-42-saturday" data-a2a-title="The Usos & LA Knight vs. Logan Paul, Austin Theory & IShowSpeed: WrestleMania 42 Saturday highlights"><a class="a2a_button_facebook" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg></a><a class="a2a_button_x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg></a><a class="a2a_dd icon-svg social-menu-toggle" href="https://www.addtoany.com/share" data-tracking-label="social|toggle" aria-expanded="false" aria-controls="extra-icons" aria-label="Toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></a><div class="mobile-social-toggle"><svg aria-labelledby="label-634" role="img" focusable="false" version="1.1" baseProfile="full" xmlns="http://www.w3.org/2000/svg" class="icon-svg--share" viewBox="0 0 63.3 64"><rect class="crs-bar" y="56.2" fill="#D7182A" width="63.3" height="7.8"></rect><rect class="uprgt-lft" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><rect class="uprgt-rgt" x="55.8" y="30.5" fill="#7D7B80" width="7.4" height="26"></rect><path class="arrow" fill="#7D7B80" d="M31.6,0L16,15.6h11.9v24.6c0,1.5,1.5,3.7,3.7,3.7s3.7-1.5,3.7-3.7V15.6h11.9L31.6,0z"></path><title id="label-634">More Share Options</title></svg></div><div class="mobile-social-overlay" style="display:none;"><div class="social-menu--head"><span>Share</span><button class="icon icon--replace icon-close js-track" data-tracking-label="social|mobile-close">close</button></div><a class="a2a_button_facebook mob-icon-fb" aria-label="Facebook"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24px" height="24px"><path d="M17.525,9H14V7c0-1.032,0.084-1.682,1.563-1.682h1.868v-3.18C16.522,2.044,15.608,1.998,14.693,2 C11.98,2,10,3.657,10,6.699V9H7v4l3-0.001V22h4v-9.003l3.066-0.001L17.525,9z"/></svg><span class="social-menu__channel">facebook</span></a><a class="a2a_button_x mob-icon-x" aria-label="X"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="24px" height="24px"><path d="M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z"/></svg><span class="social-menu__channel">x</span></a><a class="a2a_button_threads mob-icon-threads" aria-label="Threads"><svg xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" fill="currentColor" class="bi bi-threads" viewBox="0 0 16 16"><path d="M6.321 6.016c-.27-.18-1.166-.802-1.166-.802.756-1.081 1.753-1.502 3.132-1.502.975 0 1.803.327 2.394.948s.928 1.509 1.005 2.644q.492.207.905.484c1.109.745 1.719 1.86 1.719 3.137 0 2.716-2.226 5.075-6.256 5.075C4.594 16 1 13.987 1 7.994 1 2.034 4.482 0 8.044 0 9.69 0 13.55.243 15 5.036l-1.36.353C12.516 1.974 10.163 1.43 8.006 1.43c-3.565 0-5.582 2.171-5.582 6.79 0 4.143 2.254 6.343 5.63 6.343 2.777 0 4.847-1.443 4.847-3.556 0-1.438-1.208-2.127-1.27-2.127-.236 1.234-.868 3.31-3.644 3.31-1.618 0-3.013-1.118-3.013-2.582 0-2.09 1.984-2.847 3.55-2.847.586 0 1.294.04 1.663.114 0-.637-.54-1.728-1.9-1.728-1.25 0-1.566.405-1.967.868ZM8.716 8.19c-2.04 0-2.304.87-2.304 1.416 0 .878 1.043 1.168 1.6 1.168 1.02 0 2.067-.282 2.232-2.423a6.2 6.2 0 0 0-1.528-.161"/></svg><span class="social-menu__channel">threads</span></a><a class="a2a_button_email mob-icon-email" aria-label="Email"><svg fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#fff" d="M27 21.775v-9.9s-10.01 6.985-10.982 7.348C15.058 18.878 5 11.875 5 11.875v9.9c0 1.375.293 1.65 1.65 1.65h18.7c1.393 0 1.65-.242 1.65-1.65m-.017-11.841c0-1.002-.291-1.359-1.633-1.359H6.65c-1.38 0-1.65.429-1.65 1.43l.016.154s9.939 6.842 11 7.216C17.14 16.941 27 10.005 27 10.005z"></path></svg><span class="social-menu__channel">email</span></a></div></span> | Unknown directive |
| 2313 | </div> | Syntax not understood |
| 2314 | </div> | Syntax not understood |
| 2315 | </div> | Syntax not understood |
| 2317 | </div> | Syntax not understood |
| 2319 | </div> | Syntax not understood |
| 2321 | <div class="wwe-feed-cards--copy"> | Syntax not understood |
| 2324 | <a href="/videos/the-usos-la-knight-vs-logan-paul-austin-theory-ishowspeed-wrestlemania-42-saturday" class="js-video--btn js-track wwe-feed-cards--title" data-tracking-label="title=The Usos & LA Knight vs. Logan Paul, Austin Theory & IShowSpeed: WrestleMania 42 Saturday highlights|content_type=video|lt=text|slot=|cid=50007013" data-nid="50007013" data-playlist-id="" data-vr-excerpttitle=""><h2>The Usos & LA Knight vs. The Vision & IShowSpeed</h2></a> | Unknown directive |
| 2325 | </div> | Syntax not understood |
| 2328 | </div> | Syntax not understood |
| 2329 | </div> | Syntax not understood |
| 2330 | </div> | Syntax not understood |
| 2332 | <div> | Syntax not understood |
| 2336 | <div class="wwe-breaker--wrapper analytics-breaker-view-processed" data-wname="video_brakers" data-vr-zone="Video Breaker"> | Syntax not understood |
| 2337 | <div class="wwe-breaker wwe-breaker__results wwe-breaker__mobile-vertical"> | Syntax not understood |
| 2338 | <div class="wwe-breaker--header"> | Syntax not understood |
| 2339 | <h2 class="wwe-breaker--title"> | Syntax not understood |
| 2340 | <span class="wwe-breaker--title__sup">Featured</span> | Syntax not understood |
| 2341 | <span class="wwe-breaker--title__main">VIDEO PLAYLISTS</span> | Syntax not understood |
| 2342 | </h2> | Syntax not understood |
| 2343 | <a href="/videos" class="more-videos-btn wwe-btn--cta wwe-breaker--cta js-track" data-tracking-label="lt=button|ct=videofeedpage|text=More WWE Videos">More WWE Videos</a> | Syntax not understood |
| 2344 | </div> | Syntax not understood |
| 2345 | <div class="wwe-breaker--content-wrapper"> | Syntax not understood |
| 2346 | <div class="wwe-breaker--content"> | Syntax not understood |
| 2347 | <button type="button" class="slick-prev">Previous</button> | Syntax not understood |
| 2348 | <div class="breaker-slick-carousel wwe-breaker--content-inner js-carousel js-carousel--video-breaker video-playlist-breaker-content-inner"> | Syntax not understood |
| 2349 | <div class="wwe-breaker--item-wrapper video-playlist-breaker-item-wrapper"> | Syntax not understood |
| 2350 | <div> | Syntax not understood |
| 2351 | <a href="/playlist/raw-highlights-april-20-2026" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration video-playlist-thumb-img-wrapper" data-nid="0" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/dchiraw1717_11_yt_hd_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/dchiraw1717_11_yt_hd_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiraw1717_11_yt.m3u8","fid":"40730041","title":"Jacob Fatu challenges Roman Reigns to Backlash: Raw highlights, April 20, 2026","nid":50007133,"description":"Jacob Fatu steps up to World Heavyweight Champion Roman Reigns, challenging him to a match at Backlash. Catch WWE action on the ESPN App, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245915,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/jacob-fatu-challenges-roman-reigns-to-backlash-raw-highlights-april-20-2026","abs_path":"https:\/\/www.wwe.com\/videos\/jacob-fatu-challenges-roman-reigns-to-backlash-raw-highlights-april-20-2026","network_logged_in_cta":"","show_name":"Raw","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiraw1717_11_yt%2Fdchiraw1717_11_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":"","backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiraw1717_11_yt_hd_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiraw1717_11_yt_hd_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle=""> | Unknown directive |
| 2352 | <picture> | Syntax not understood |
| 2353 | <source srcset="/f/styles/wwe_16_9_xl/public/2026/04/002_RAW_04202026RW_11974.JPG 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 2354 | <source srcset="/f/styles/wwe_16_9_xl_r/public/2026/04/002_RAW_04202026RW_11974.JPG 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 2355 | <source srcset="/f/styles/wwe_16_9_l/public/2026/04/002_RAW_04202026RW_11974.JPG 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 2356 | <source srcset="/f/styles/wwe_16_9_m/public/2026/04/002_RAW_04202026RW_11974.JPG 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 2357 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/2026/04/002_RAW_04202026RW_11974.JPG" title="Raw highlights: April 20, 2026" /> | Unknown directive |
| 2359 | </picture> | Syntax not understood |
| 2361 | <div class="js-video-duration" aria-hidden="true">04:10</div> | Unknown directive |
| 2362 | </a> | Syntax not understood |
| 2363 | <a href="/playlist/raw-highlights-april-20-2026" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="0" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/dchiraw1717_11_yt_hd_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/dchiraw1717_11_yt_hd_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiraw1717_11_yt.m3u8","fid":"40730041","title":"Jacob Fatu challenges Roman Reigns to Backlash: Raw highlights, April 20, 2026","nid":50007133,"description":"Jacob Fatu steps up to World Heavyweight Champion Roman Reigns, challenging him to a match at Backlash. Catch WWE action on the ESPN App, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245915,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/jacob-fatu-challenges-roman-reigns-to-backlash-raw-highlights-april-20-2026","abs_path":"https:\/\/www.wwe.com\/videos\/jacob-fatu-challenges-roman-reigns-to-backlash-raw-highlights-april-20-2026","network_logged_in_cta":"","show_name":"Raw","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiraw1717_11_yt%2Fdchiraw1717_11_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":"","backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiraw1717_11_yt_hd_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchiraw1717_11_yt_hd_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle=""> | Unknown directive |
| 2364 | <p class="video-breaker--item-title"> | Syntax not understood |
| 2365 | Raw highlights: April 20, 2026 | Unknown directive |
| 2366 | </p> | Syntax not understood |
| 2367 | </a> | Syntax not understood |
| 2369 | </div> | Syntax not understood |
| 2370 | </div> | Syntax not understood |
| 2371 | <div class="wwe-breaker--item-wrapper video-playlist-breaker-item-wrapper"> | Syntax not understood |
| 2372 | <div> | Syntax not understood |
| 2373 | <a href="/playlist/nxt-revenge-2026-week-two-highlights" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration video-playlist-thumb-img-wrapper" data-nid="0" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/dchinxt909_06_yt_hd_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/dchinxt909_06_yt_hd_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchinxt909_06_yt.m3u8","fid":"40730182","title":"FULL MATCH: Sol Ruca vs. Zaria | Last Woman Standing Match: NXT Revenge 2026 Week Two highlights","nid":50007174,"description":"Sol Ruca and Zaria battle in a Last Woman Standing Match. Catch WWE action on the ESPN App, Netflix, USA Network, CW Network, Peacock, and more.","vms_id":245948,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/full-match-sol-ruca-vs-zaria-last-woman-standing-match-nxt-revenge-2026-week-two-highlights","abs_path":"https:\/\/www.wwe.com\/videos\/full-match-sol-ruca-vs-zaria-last-woman-standing-match-nxt-revenge-2026-week-two-highlights","network_logged_in_cta":"","show_name":"WWE NXT","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchinxt909_06_yt%2Fdchinxt909_06_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":"","backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchinxt909_06_yt_hd_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchinxt909_06_yt_hd_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle=""> | Unknown directive |
| 2374 | <picture> | Syntax not understood |
| 2375 | <source srcset="/f/styles/wwe_16_9_xl/public/2026/04/051_NXT_04212026MP_17316.JPG 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 2376 | <source srcset="/f/styles/wwe_16_9_xl_r/public/2026/04/051_NXT_04212026MP_17316.JPG 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 2377 | <source srcset="/f/styles/wwe_16_9_l/public/2026/04/051_NXT_04212026MP_17316.JPG 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 2378 | <source srcset="/f/styles/wwe_16_9_m/public/2026/04/051_NXT_04212026MP_17316.JPG 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 2379 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/2026/04/051_NXT_04212026MP_17316.JPG" title="NXT Revenge 2026 Week Two highlights" /> | Syntax not understood |
| 2381 | </picture> | Syntax not understood |
| 2383 | <div class="js-video-duration" aria-hidden="true">16:24</div> | Unknown directive |
| 2384 | </a> | Syntax not understood |
| 2385 | <a href="/playlist/nxt-revenge-2026-week-two-highlights" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="0" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/dchinxt909_06_yt_hd_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/dchinxt909_06_yt_hd_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchinxt909_06_yt.m3u8","fid":"40730182","title":"FULL MATCH: Sol Ruca vs. Zaria | Last Woman Standing Match: NXT Revenge 2026 Week Two highlights","nid":50007174,"description":"Sol Ruca and Zaria battle in a Last Woman Standing Match. Catch WWE action on the ESPN App, Netflix, USA Network, CW Network, Peacock, and more.","vms_id":245948,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/full-match-sol-ruca-vs-zaria-last-woman-standing-match-nxt-revenge-2026-week-two-highlights","abs_path":"https:\/\/www.wwe.com\/videos\/full-match-sol-ruca-vs-zaria-last-woman-standing-match-nxt-revenge-2026-week-two-highlights","network_logged_in_cta":"","show_name":"WWE NXT","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchinxt909_06_yt%2Fdchinxt909_06_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":"","backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchinxt909_06_yt_hd_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/dchinxt909_06_yt_hd_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle=""> | Unknown directive |
| 2386 | <p class="video-breaker--item-title"> | Syntax not understood |
| 2387 | NXT Revenge 2026 Week Two highlights | Syntax not understood |
| 2388 | </p> | Syntax not understood |
| 2389 | </a> | Syntax not understood |
| 2391 | </div> | Syntax not understood |
| 2392 | </div> | Syntax not understood |
| 2393 | <div class="wwe-breaker--item-wrapper video-playlist-breaker-item-wrapper"> | Syntax not understood |
| 2394 | <div> | Syntax not understood |
| 2395 | <a href="/playlist/smackdown-highlights-april-17-2026" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration video-playlist-thumb-img-wrapper" data-nid="0" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/vmssg_8ZOtC_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/vmssg_8ZOtC_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchisd1391_01_yt.m3u8","fid":"40728661","title":"Randy Orton lets loose on Cody Rhodes: SmackDown highlights, April 17, 2026","nid":50006949,"description":"Randy Orton lets loose on Undisputed WWE Champion Cody Rhodes one night before their title match at WrestleMania 42. Catch WWE action on the ESPN App, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245756,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/randy-orton-let-s-loose-on-cody-rhodes-smackdown-highlights-april-17-2026","abs_path":"https:\/\/www.wwe.com\/videos\/randy-orton-let-s-loose-on-cody-rhodes-smackdown-highlights-april-17-2026","network_logged_in_cta":"","show_name":"SmackDown","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchisd1391_01_yt%2Fdchisd1391_01_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":"","backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_8ZOtC_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_8ZOtC_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle=""> | Unknown directive |
| 2396 | <picture> | Syntax not understood |
| 2397 | <source srcset="/f/styles/wwe_16_9_xl/public/2026/04/20260417_SD_RandyLetsLoose.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 2398 | <source srcset="/f/styles/wwe_16_9_xl_r/public/2026/04/20260417_SD_RandyLetsLoose.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 2399 | <source srcset="/f/styles/wwe_16_9_l/public/2026/04/20260417_SD_RandyLetsLoose.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 2400 | <source srcset="/f/styles/wwe_16_9_m/public/2026/04/20260417_SD_RandyLetsLoose.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 2401 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/2026/04/20260417_SD_RandyLetsLoose.jpg" title="SmackDown highlights: April 17, 2026" /> | Unknown directive |
| 2403 | </picture> | Syntax not understood |
| 2405 | <div class="js-video-duration" aria-hidden="true">03:07</div> | Unknown directive |
| 2406 | </a> | Syntax not understood |
| 2407 | <a href="/playlist/smackdown-highlights-april-17-2026" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="0" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/vmssg_8ZOtC_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/vmssg_8ZOtC_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchisd1391_01_yt.m3u8","fid":"40728661","title":"Randy Orton lets loose on Cody Rhodes: SmackDown highlights, April 17, 2026","nid":50006949,"description":"Randy Orton lets loose on Undisputed WWE Champion Cody Rhodes one night before their title match at WrestleMania 42. Catch WWE action on the ESPN App, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245756,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/randy-orton-let-s-loose-on-cody-rhodes-smackdown-highlights-april-17-2026","abs_path":"https:\/\/www.wwe.com\/videos\/randy-orton-let-s-loose-on-cody-rhodes-smackdown-highlights-april-17-2026","network_logged_in_cta":"","show_name":"SmackDown","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchisd1391_01_yt%2Fdchisd1391_01_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":"","backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_8ZOtC_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_8ZOtC_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle=""> | Unknown directive |
| 2408 | <p class="video-breaker--item-title"> | Syntax not understood |
| 2409 | SmackDown highlights: April 17, 2026 | Unknown directive |
| 2410 | </p> | Syntax not understood |
| 2411 | </a> | Syntax not understood |
| 2413 | </div> | Syntax not understood |
| 2414 | </div> | Syntax not understood |
| 2415 | <div class="wwe-breaker--item-wrapper video-playlist-breaker-item-wrapper"> | Syntax not understood |
| 2416 | <div> | Syntax not understood |
| 2417 | <a href="/playlist/wrestlemania-42-highlights" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration video-playlist-thumb-img-wrapper" data-nid="0" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/vmssg_2iRUL_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/vmssg_2iRUL_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiwm42su_27_yt.m3u8","fid":"40729757","title":"CM Punk vs. Roman Reigns | World Heavyweight Championship Match: WrestleMania 42 Sunday highlights","nid":50007081,"description":"CM Punk defends the World Heavyweight Championship against Roman Reigns, presented by Riyadh Season. Catch WWE action on ESPN, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245869,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/cm-punk-vs-roman-reigns-world-heavyweight-championship-match-wrestlemania-42-sunday","abs_path":"https:\/\/www.wwe.com\/videos\/cm-punk-vs-roman-reigns-world-heavyweight-championship-match-wrestlemania-42-sunday","network_logged_in_cta":"","show_name":"WrestleMania","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiwm42su_27_yt%2Fdchiwm42su_27_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":"","backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_2iRUL_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_2iRUL_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle=""> | Unknown directive |
| 2418 | <picture> | Syntax not understood |
| 2419 | <source srcset="/f/styles/wwe_16_9_xl/public/2026/04/20260419_WM42_Brock_Farewell.jpg 2x" media="(max-width: 1399.98px)" type="image/jpeg" width="1125" height="633"/> | Unknown directive |
| 2420 | <source srcset="/f/styles/wwe_16_9_xl_r/public/2026/04/20260419_WM42_Brock_Farewell.jpg 2x" media="(max-width: 1199.98px)" type="image/jpeg" width="1920" height="1080"/> | Unknown directive |
| 2421 | <source srcset="/f/styles/wwe_16_9_l/public/2026/04/20260419_WM42_Brock_Farewell.jpg 2x" media="(max-width: 1024px)" type="image/jpeg" width="960" height="540"/> | Unknown directive |
| 2422 | <source srcset="/f/styles/wwe_16_9_m/public/2026/04/20260419_WM42_Brock_Farewell.jpg 2x" media="(max-width: 767.98px)" type="image/jpeg" width="720" height="405"/> | Unknown directive |
| 2423 | <img alt="WWE Photo" src="/f/styles/wwe_16_9_l_fc/public/2026/04/20260419_WM42_Brock_Farewell.jpg" title="WrestleMania 42 highlights" /> | Syntax not understood |
| 2425 | </picture> | Syntax not understood |
| 2427 | <div class="js-video-duration" aria-hidden="true">04:03</div> | Unknown directive |
| 2428 | </a> | Syntax not understood |
| 2429 | <a href="/playlist/wrestlemania-42-highlights" class="wwe-feed-card--thumb icon-video js-video--btn js-track video-play-large js-video-inline--btn wwe-display-duration" data-nid="0" data-playlist-id="" data-video="{"sponsors":"","numSponsors":false,"title":"Trending videos on WWE.com","playlist":[{"image":"\/f\/styles\/wwe_16_9_s\/public\/video\/thumb\/2026\/04\/vmssg_2iRUL_rev_2.jpg","image_uri":"public:\/\/video\/thumb\/2026\/04\/vmssg_2iRUL_rev_2.jpg","file":"\/\/vod.wwe.com\/vod\/2026\/,1080,720,540,432,360,288,\/dchiwm42su_27_yt.m3u8","fid":"40729757","title":"CM Punk vs. Roman Reigns | World Heavyweight Championship Match: WrestleMania 42 Sunday highlights","nid":50007081,"description":"CM Punk defends the World Heavyweight Championship against Roman Reigns, presented by Riyadh Season. Catch WWE action on ESPN, Netflix, USA Network, CW Network, Peacock and more.","vms_id":245869,"wwe_network":false,"link_url":null,"ads_disabled":0,"path":"\/videos\/cm-punk-vs-roman-reigns-world-heavyweight-championship-match-wrestlemania-42-sunday","abs_path":"https:\/\/www.wwe.com\/videos\/cm-punk-vs-roman-reigns-world-heavyweight-championship-match-wrestlemania-42-sunday","network_logged_in_cta":"","show_name":"WrestleMania","episode_name":"","countries":[],"country_logic":"","tracks":[{"label":"en","file":"https:\/\/cdn5.wwe.com\/wwe%2F2026%2Fdchiwm42su_27_yt%2Fdchiwm42su_27_yt_cc_en.vtt","kind":"captions"}],"playlist_offset":0,"playlist_nid":"","backfilled":false,"parent_playlist_nid":0,"playlist_title":"Trending videos on WWE.com","playlist_short_headline":"Trending videos on WWE.com","video_offset":0,"picture":" <img srcset=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_2iRUL_rev_2.jpg 1x\" width=\"167\" height=\"94\" alt=\"WWE Photo\" src=\"\/f\/styles\/wwe_16_9_highlight_l\/public\/video\/thumb\/2026\/04\/vmssg_2iRUL_rev_2.jpg\" title=\"WWE Photo\" loading=\"lazy\" \/>\n "}],"takeover_bg":"\/a\/i\/fpo\/premier-raw-bg.jpg"}" data-vr-excerpttitle=""> | Unknown directive |
| 2430 | <p class="video-breaker--item-title"> | Syntax not understood |
| 2431 | WrestleMania 42 highlights | Syntax not understood |
| 2432 | </p> | Syntax not understood |
| 2433 | </a> | Syntax not understood |
| 2435 | </div> | Syntax not understood |
| 2436 | </div> | Syntax not understood |
| 2437 | </div> | Syntax not understood |
| 2438 | <button type="button" class="slick-next">Next</button> | Syntax not understood |
| 2439 | </div> | Syntax not understood |
| 2440 | </div> | Syntax not understood |
| 2441 | </div> | Syntax not understood |
| 2442 | </div> | Syntax not understood |
| 2443 | <div class="wwe-ad--rail wwe-breaker-ad wwe-breaker-ad--videos"> | Syntax not understood |
| 2444 | <div class="block block-wwe-ads block-ads-rail"> | Syntax not understood |
| 2447 | <div class="content"> | Syntax not understood |
| 2448 | <div class="l-hybrid-col-frame_rail-wrap hybrid-col-frame_rail-wrap"> | Syntax not understood |
| 2449 | <div class="l-hybrid-col-frame_rail hybrid-col-frame_rail frame-rail-1"> | Syntax not understood |
| 2450 | <div class="wwe-ad--rail wwe-ad--rail-1 rand-block" alt="Advertisement" role="dialog" aria-label="Advertisement"><div id="wwe-ad-rail-1704759512"></div></div></div></div> | Syntax not understood |
| 2451 | </div> | Syntax not understood |
| 2452 | </div> | Syntax not understood |
| 2454 | </div> | Syntax not understood |
| 2456 | </div> | Syntax not understood |
| 2457 | </div> | Syntax not understood |
| 2459 | </div> | Syntax not understood |
| 2462 | <ul class="js-pager__items pager" data-drupal-views-infinite-scroll-pager> | Syntax not understood |
| 2463 | <li class="pager__item"> | Syntax not understood |
| 2464 | <a class="button" href="/homepage?page=1" title="Load more items" rel="next">Load More</a> | Syntax not understood |
| 2465 | </li> | Syntax not understood |
| 2466 | </ul> | Syntax not understood |
| 2468 | </div> | Syntax not understood |
| 2469 | </div> | Syntax not understood |
| 2471 | </div> | Syntax not understood |
| 2472 | </div> | Syntax not understood |
| 2473 | <div class="block block-wwe-ads block-ads-footer"> | Syntax not understood |
| 2476 | <div class="content"> | Syntax not understood |
| 2477 | <div id="wwe-ad-footer-627650614" class="wwe-ad-footer" alt="Advertisement" role="dialog" aria-label="Advertisement"></div> | Syntax not understood |
| 2478 | </div> | Syntax not understood |
| 2479 | </div> | Syntax not understood |
| 2481 | </div> | Syntax not understood |
| 2484 | </div> | Syntax not understood |
| 2486 | </div> | Syntax not understood |
| 2487 | </article> | Syntax not understood |
| 2489 | </div> | Syntax not understood |
| 2490 | </div> | Syntax not understood |
| 2493 | </section> | Syntax not understood |
| 2494 | </main> | Syntax not understood |
| 2495 | </div> | Syntax not understood |
| 2496 | </div> | Syntax not understood |
| 2497 | </div> | Syntax not understood |
| 2498 | <footer class="site-footer" aria-label="footer-navigation"> | Syntax not understood |
| 2499 | <div class="container-fluid"> | Syntax not understood |
| 2500 | <div class="site-footer__bottom"> | Syntax not understood |
| 2501 | <section class="row region region-footer-fifth"> | Syntax not understood |
| 2502 | <nav role="navigation" aria-labelledby="block-wwe-theme-footer-menu" id="block-wwe-theme-footer" class="block block-menu navigation menu--footer"> | Syntax not understood |
| 2504 | <h2 class="visually-hidden" id="block-wwe-theme-footer-menu">Footer</h2> | Syntax not understood |
| 2508 | <ul class="clearfix nav flex-row" data-component-id="bootstrap_barrio:menu_columns"> | Unknown directive |
| 2509 | <li class="nav-item menu-item--expanded"> | Syntax not understood |
| 2510 | <span class="nav-link nav-link-">Corporate</span> | Syntax not understood |
| 2511 | <ul class="flex-column"> | Syntax not understood |
| 2512 | <li class="nav-item"> | Syntax not understood |
| 2513 | <a href="https://corporate.wwe.com/" class="nav-link nav-link-https--corporatewwecom-">Corporate</a> | Unknown directive |
| 2514 | </li> | Syntax not understood |
| 2515 | <li class="nav-item"> | Syntax not understood |
| 2516 | <a href="https://corporate.wwe.com/careers" class="nav-link nav-link-https--corporatewwecom-careers">Careers</a> | Unknown directive |
| 2517 | </li> | Syntax not understood |
| 2518 | <li class="nav-item"> | Syntax not understood |
| 2519 | <a href="https://corporate.wwe.com/impact" class="nav-link nav-link-https--corporatewwecom-impact">Impact</a> | Unknown directive |
| 2520 | </li> | Syntax not understood |
| 2521 | <li class="nav-item"> | Syntax not understood |
| 2522 | <a href="/main-help/contact-us" class="nav-link nav-link--main-help-contact-us" data-drupal-link-system-path="node/35000506">Contact</a> | Syntax not understood |
| 2523 | </li> | Syntax not understood |
| 2524 | </ul> | Syntax not understood |
| 2526 | </li> | Syntax not understood |
| 2527 | <li class="nav-item menu-item--expanded active"> | Syntax not understood |
| 2528 | <span class="nav-link active nav-link-">WWE.com </span> | Syntax not understood |
| 2529 | <ul class="flex-column"> | Syntax not understood |
| 2530 | <li class="nav-item"> | Syntax not understood |
| 2531 | <a href="/news" class="nav-link nav-link--news" data-drupal-link-system-path="node/50000005">WWE News</a> | Syntax not understood |
| 2532 | </li> | Syntax not understood |
| 2533 | <li class="nav-item"> | Syntax not understood |
| 2534 | <a href="/videos" class="nav-link nav-link--videos" data-drupal-link-system-path="node/50000007">WWE Videos</a> | Syntax not understood |
| 2535 | </li> | Syntax not understood |
| 2536 | <li class="nav-item"> | Syntax not understood |
| 2537 | <a href="/photos" class="nav-link nav-link--photos" data-drupal-link-system-path="node/50000006">WWE Photos</a> | Syntax not understood |
| 2538 | </li> | Syntax not understood |
| 2539 | <li class="nav-item"> | Syntax not understood |
| 2540 | <a href="https://onlocationexp.com/wwe?utm_source=wwe.com&utm_medium=referral&utm_campaign=wwe-footer" class="nav-link nav-link-https--onlocationexpcom-wweutm-sourcewwecomutm-mediumreferralutm-campaignwwe-footer">Priority Pass</a> | Unknown directive |
| 2541 | </li> | Syntax not understood |
| 2542 | </ul> | Syntax not understood |
| 2544 | </li> | Syntax not understood |
| 2545 | <li class="nav-item menu-item--expanded"> | Syntax not understood |
| 2546 | <span class="nav-link nav-link-">About</span> | Syntax not understood |
| 2547 | <ul class="flex-column"> | Syntax not understood |
| 2548 | <li class="nav-item"> | Syntax not understood |
| 2549 | <a href="/page/privacy-policy" class="nav-link nav-link--page-privacy-policy" data-drupal-link-system-path="node/35000502">Privacy Policy</a> | Syntax not understood |
| 2550 | </li> | Syntax not understood |
| 2551 | <li class="nav-item"> | Syntax not understood |
| 2552 | <a href="/page/copyright" class="nav-link nav-link--page-copyright" data-drupal-link-system-path="node/35000505">Copyright</a> | Syntax not understood |
| 2553 | </li> | Syntax not understood |
| 2554 | <li class="nav-item"> | Syntax not understood |
| 2555 | <a href="/page/terms-and-conditions" class="nav-link nav-link--page-terms-and-conditions" data-drupal-link-system-path="node/35000507">Terms of Use</a> | Syntax not understood |
| 2556 | </li> | Syntax not understood |
| 2557 | <li class="nav-item"> | Syntax not understood |
| 2558 | <a href="" class="nav-link nav-link-">Your Privacy Choices</a> | Syntax not understood |
| 2559 | </li> | Syntax not understood |
| 2560 | </ul> | Syntax not understood |
| 2562 | </li> | Syntax not understood |
| 2563 | <li class="nav-item menu-item--expanded"> | Syntax not understood |
| 2564 | <span class="nav-link nav-link-">Help </span> | Syntax not understood |
| 2565 | <ul class="flex-column"> | Syntax not understood |
| 2566 | <li class="nav-item"> | Syntax not understood |
| 2567 | <a href="/page/security-policy" class="nav-link nav-link--page-security-policy" data-drupal-link-system-path="node/40002086">Security</a> | Syntax not understood |
| 2568 | </li> | Syntax not understood |
| 2569 | <li class="nav-item"> | Syntax not understood |
| 2570 | <a href="https://help.wwe.com/" class="nav-link nav-link-https--helpwwecom-">Help Center</a> | Unknown directive |
| 2571 | </li> | Syntax not understood |
| 2572 | <li class="nav-item"> | Syntax not understood |
| 2573 | <a href="/page/cookie-policy" class="nav-link nav-link--page-cookie-policy" data-drupal-link-system-path="node/40017960">Cookie Policy</a> | Syntax not understood |
| 2574 | </li> | Syntax not understood |
| 2575 | <li class="nav-item"> | Syntax not understood |
| 2576 | <a href="https://help.wwe.com/Answer/Detail/18?utm_source=dotcom&utm_medium=web&utm_campaign=closed_captions&utm_content=footer_link" class="nav-link nav-link-https--helpwwecom-answer-detail-18utm-sourcedotcomutm-mediumwebutm-campaignclosed-captionsutm-contentfooter-link">Closed Captions</a> | Unknown directive |
| 2577 | </li> | Syntax not understood |
| 2578 | </ul> | Syntax not understood |
| 2580 | </li> | Syntax not understood |
| 2581 | <li class="nav-item menu-item--expanded"> | Syntax not understood |
| 2582 | <span class="nav-link nav-link-">Global Sites </span> | Syntax not understood |
| 2583 | <ul class="flex-column"> | Syntax not understood |
| 2584 | <li class="nav-item"> | Syntax not understood |
| 2585 | <a href="https://arabic.wwe.com/" class="nav-link nav-link-https--arabicwwecom-">Arabic</a> | Unknown directive |
| 2586 | </li> | Syntax not understood |
| 2587 | </ul> | Syntax not understood |
| 2589 | </li> | Syntax not understood |
| 2590 | </ul> | Syntax not understood |
| 2595 | </nav> | Syntax not understood |
| 2596 | <div class="views-element-container block block-views block-views-blockfooter-section-block-1" id="block-wwe-theme-views-block-footer-section-block-1"> | Syntax not understood |
| 2599 | <div class="content"> | Syntax not understood |
| 2600 | <div><div class="view view-footer-section view-id-footer_section view-display-id-block_1 js-view-dom-id-a043a0e2377f8437f74f4f384b8d61cf81b54becfa0fc39df57bdbd8113caea2"> | Syntax not understood |
| 2604 | <div class="view-content row"> | Syntax not understood |
| 2606 | <div> | Syntax not understood |
| 2607 | <div> | Syntax not understood |
| 2608 | <div class="views-row"><div class="views-field views-field-nothing"><span class="field-content"><div class="footer-logo"> | Syntax not understood |
| 2609 | <img src="/themes/custom/wwe_theme/logo.svg" alt="WWE Logo"> | Syntax not understood |
| 2610 | </div></span></div></div> | Syntax not understood |
| 2611 | </div> | Syntax not understood |
| 2612 | </div> | Syntax not understood |
| 2615 | </div> | Syntax not understood |
| 2617 | </div> | Syntax not understood |
| 2618 | </div> | Syntax not understood |
| 2620 | </div> | Syntax not understood |
| 2621 | </div> | Syntax not understood |
| 2623 | </section> | Syntax not understood |
| 2625 | </div> | Syntax not understood |
| 2626 | </div> | Syntax not understood |
| 2627 | </footer> | Syntax not understood |
| 2628 | </div> | Syntax not understood |
| 2629 | </div> | Syntax not understood |
| 2631 | </div> | Syntax not understood |
| 2634 | <script type="application/json" data-drupal-selector="drupal-settings-json">{"path":{"baseUrl":"\/","pathPrefix":"","currentPath":"node\/50000042","currentPathIsAdmin":false,"isFront":true,"currentLanguage":"en"},"pluralDelimiter":"\u0003","suppressDeprecationErrors":true,"ajaxPageState":{"libraries":"eJyVVW2O4yAMvVACWq1WI-0pVpoDIAfchJYAi51-7OnXhGamM5Vm2j8tPPsF-2EbcI4TxIuG60LtSorcDQH-XfTgk4I9nLshJSYukM0Apfikd-IEJ6Q0471xDGmA0BNfgo_jvX1GIhiRTPDjxPf2mBx2NhXUNs05RYxM6rNX388YF2NTWOZIj7rP4GNn2YwQApaLPp3Q5Clx2pBqPHqHSW-LmgZSh2eWbA7alSVDUNdtNzFn-q21n4HcQY0pjQEhe1ISjN6TFjQkcFiqy0-1p2cpxoG_peUAFyxKIl_9CwqZUB9_qBf1S_9pVktPEuQAWaSFzbD4UM_mUxJxDaFln-JmdZ5sOlbpRGixd3Nyi-ij7UIsX3-TD4iQqabz6ucc8NWWFIKafaxnfc_yUfTFvl3BY5T930UCU3LrkTw_ftS67wNEJ-X6GEXEbKH1bilQBXqWN0ntr_X_YHLvzKbM8yxiiPZpXi5YL46R-EnqV-5Snzdn4DkH6d9WthkKjNK4E2299o6oJeZlCJ4mdB0l6yGYGZ0HU5tROucOUjyhzCi6EOOsByn87ujxVC9dflWLr0HGx52PntHQWqvNpd_QvqFdHRngSLe-ZRjfkOu_LT5zAyOEC3vbcn3b9Q53WL70EOmqeYfojIXi9LarG8lsKCCzqoJt2JoMEVsEt4BBGSsyTc31e984nxmLhPCY920Qk7wDWUa6yT5GdDfOawY3ksjMk0P0UBAO0m0misS3hipDW24aXO8U5wGbxusLtU7lZl8yFqntlWvWD-fkI38IcK2Czw_Tu4GCtwfzAS-4joNrvdawNug6k3op1v8X9dMW","theme":"wwe_theme","theme_token":null},"ajaxTrustedUrl":[],"data":{"extlink":{"extTarget":true,"extTargetAppendNewWindowLabel":"(opens in a new window)","extTargetNoOverride":false,"extNofollow":false,"extTitleNoOverride":false,"extNoreferrer":false,"extFollowNoOverride":false,"extClass":"0","extLabel":"(link is external)","extImgClass":false,"extSubdomains":true,"extExclude":"(.wwe.)","extInclude":"(arabic\\.wwe\\.com)|(www\\.wwenetwork\\.com)|(network\\.wwe\\.com)|(www\\.wwe\\.com\\\/wwenetwork)|(r\\.wwe\\.mlb\\.services)","extCssExclude":"#wwe-ligthweight-network","extCssInclude":"","extCssExplicit":"","extAlert":false,"extAlertText":"This link will take you to an external web site. We are not responsible for their content.","extHideIcons":false,"mailtoClass":"0","telClass":"0","mailtoLabel":"(link sends email)","telLabel":"(link is a phone number)","extUseFontAwesome":false,"extIconPlacement":"append","extPreventOrphan":false,"extFaLinkClasses":"fa fa-external-link","extFaMailtoClasses":"fa fa-envelope-o","extAdditionalLinkClasses":"","extAdditionalMailtoClasses":"","extAdditionalTelClasses":"","extFaTelClasses":"fa fa-phone","whitelistedDomains":[],"extExcludeNoreferrer":""}},"WWE":{"language":"en","node_language":"en"},"ct_video":{"tolerance":"100","monetate_uuid":"0004384744","wwe_ct_video_autoplay_static_mp4":"\/modules\/custom\/ct_video\/assets\/media\/mp4-with-audio.mp4","player_url":"https:\/\/player.wwe.com\/release\/v1.7.5","cms_id":"2478363","mux_env_key":null,"mux_debug_mode":false,"mux_enabled":"0","disable_network_logo":"1"},"wwe_ads":{"ad_data":{"wwe-ad-footer-627650614":{"type":"footer-ad","target":"wwe-ad-footer-627650614","sizes":{"desktop":"[[970,90],[970,250]]","phone":false,"tablet":"[728, 90]"},"interstitial":false}}},"WWEGlobalFeedGeo":{"geo":"US","view_names":"wwe_homepage","view_display_id":"block_1","basePath":"\/"},"WWEGlobalFeedGeoone":{"geo":"US","basePath":"\/"},"views":{"ajax_path":"\/views\/ajax","cleanurl":0,"ajaxViews":{"views_dom_id:78912afc65479719b2e58d4ffa978c2c77d1256dcef8fe161094888c9b2b68f7":{"view_name":"wwe_homepage","view_display_id":"block_1","view_args":"","view_path":"\/node\/50000042","view_base_path":null,"view_dom_id":"78912afc65479719b2e58d4ffa978c2c77d1256dcef8fe161094888c9b2b68f7","pager_element":0},"views_dom_id:afe950e51bc72c1586466397913ca3a06b777d8465be39cba5c680f41ade2f77":{"view_name":"show_contextual_smackdown","view_display_id":"block_3","view_args":"","view_path":"\/node\/50000042","view_base_path":null,"view_dom_id":"afe950e51bc72c1586466397913ca3a06b777d8465be39cba5c680f41ade2f77","pager_element":0},"views_dom_id:7fc99ecc90c1380fd81df2ebf22ebc6d52894ecaf430f7472189c5a56e0f791d":{"view_name":"breaking_news","view_display_id":"breaking_news","view_args":"","view_path":"\/node\/50000042","view_base_path":null,"view_dom_id":"7fc99ecc90c1380fd81df2ebf22ebc6d52894ecaf430f7472189c5a56e0f791d","pager_element":0}}},"WWEVideoHighlights":{"nid":"50007176"},"ct_episode":{"day":"days","hour":"hours","min":"mins","sec":"secs"},"ct_match":{"day":"days","hour":"hours","min":"mins","sec":"secs"},"page":{"type":"page","nid":"50000042","site_name":"WWE","seo_special_character":""},"WWEAds":{"denv":"dev","dtemplate":"page","duniqueid":"50000042","dnetwork":"N","ddiva":"N","dppv":"N","uid":0,"dregion":"www.wwe.com","path":"\/homepage","ddesktop2":"Homepage","ddesktop3":"NONE","ddesktop4":"NONE","ddesktop5":"NONE","lazyLoad":"400","railRefresh":"2000","adFrequency":"5","leaderStick":1500,"galleryRefresh":5000,"mobileRefresh":2000,"mobileNonPhotoRefresh":2000,"mobileNonPhotoSwipes":"1.5","cmsID":"2427","overrideVID":"0","dua":"n"},"custom_data":{"search_url":"\/search","wwe_login_hide":1,"wwe_login_countries_list":["RU","SY","IR","KP","CU"],"wwe_endeavor_api":"https:\/\/dce-frontoffice.imggaming.com","wwe_endeavor_api_key":"9f89308b-c273-44e4-b77e-a4c25d7b5b51"},"WWEPhotoGalleryB":{"language":"en","node_language":"en"},"ct_gallery":{"adFrequency":"5","nextGalleryText":"","hiResGallery":0,"hiResFullscreen":0},"user":{"uid":0,"permissionsHash":"0a15264661b7a3d97285f80390bd4a5a2c59435b20125a11151c2d200e3b78fb"}}</script> | Unknown directive |
| 2635 | <script src="/f/js/js_aYRPwdKfdFesr-NOoHebDvI2y0RwWcHakzDNQH2j_WU.js?scope=footer&delta=0&language=en&theme=wwe_theme&include=eJyNUltywyAMvJAdjsTIIBMlMmJAebinLwY74_60_ULaldCyArxXgbga2IPLnCXqMDF8rWYiucAN3oNTG4AZ82peL7TpKioHspFP8ijmCIqujGXAtzLFu_H5kYAvezo8CV_FUpwpkqItLguzaeh4oGNHh20Y-GKCSGBUCB9kP12mpB2MwKuSa9T4yUaPM-ZfK26l0TOitw6yN0e2JZZpylBfuYGBZQK2CSJ2BWfAYqIiHu1-3x_Fb8VcJfyv-iziKgsmCHULFCP6U3F7wcmSBUodYqaMcKcYbKwWn4nNhh4eHhRxVIfiMmH3uP2Gts_OPxLmotB6bbs4CUX9IVCvuKDpksatt84-EYXJ3e2OfwOtd_7O"></script> | Syntax not understood |
| 2636 | <script src="https://static.addtoany.com/menu/page.js" defer></script> | Unknown directive |
| 2637 | <script src="/f/js/js_pjpnDynY60iwT6bAYyDoF7V-aalJNQ4yJfb9lMTvv2w.js?scope=footer&delta=2&language=en&theme=wwe_theme&include=eJyNUltywyAMvJAdjsTIIBMlMmJAebinLwY74_60_ULaldCyArxXgbga2IPLnCXqMDF8rWYiucAN3oNTG4AZ82peL7TpKioHspFP8ijmCIqujGXAtzLFu_H5kYAvezo8CV_FUpwpkqItLguzaeh4oGNHh20Y-GKCSGBUCB9kP12mpB2MwKuSa9T4yUaPM-ZfK26l0TOitw6yN0e2JZZpylBfuYGBZQK2CSJ2BWfAYqIiHu1-3x_Fb8VcJfyv-iziKgsmCHULFCP6U3F7wcmSBUodYqaMcKcYbKwWn4nNhh4eHhRxVIfiMmH3uP2Gts_OPxLmotB6bbs4CUX9IVCvuKDpksatt84-EYXJ3e2OfwOtd_7O"></script> | Syntax not understood |
| 2638 | <script src="//securepubads.g.doubleclick.net/tag/js/gpt.js"></script> | Syntax not understood |
| 2639 | <script src="/f/js/js_3597S2KWsVUqWE6pUVn-YBr9IbY5YnsrNmvAl36WeR4.js?scope=footer&delta=4&language=en&theme=wwe_theme&include=eJyNUltywyAMvJAdjsTIIBMlMmJAebinLwY74_60_ULaldCyArxXgbga2IPLnCXqMDF8rWYiucAN3oNTG4AZ82peL7TpKioHspFP8ijmCIqujGXAtzLFu_H5kYAvezo8CV_FUpwpkqItLguzaeh4oGNHh20Y-GKCSGBUCB9kP12mpB2MwKuSa9T4yUaPM-ZfK26l0TOitw6yN0e2JZZpylBfuYGBZQK2CSJ2BWfAYqIiHu1-3x_Fb8VcJfyv-iziKgsmCHULFCP6U3F7wcmSBUodYqaMcKcYbKwWn4nNhh4eHhRxVIfiMmH3uP2Gts_OPxLmotB6bbs4CUX9IVCvuKDpksatt84-EYXJ3e2OfwOtd_7O"></script> | Syntax not understood |
| 2641 | </body> | Syntax not understood |
| 2642 | </html> | Syntax not understood |
To appear in search results, crawlers need access to your app.
Send Feedback